Elementuro:DmAnnotation
uro:DmAnnotation
定義
都市計画基本図として、注記を表現するために必要な情報のデータ型。

地物(ステレオタイプがFeatureType)は、関連役割uro:dmAttributeにより、uro:DmAnnotationを保持できる。このとき、uro:DmAnnotationは地物に付属する情報となる。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
uro:locationType
gml:CodeType [0..1]
uro:infoType
gml:CodeType [0..1]
uro:elementKey
xs:string [0..1]
uro:hierarchyLevel
xs:string [0..1]
uro:dataType
gml:CodeType [0..1]
uro:annotationType
gml:CodeType [0..1]
uro:precisionType
gml:CodeType [0..1]
uro:dislocationType
gml:CodeType [0..1]
uro:breakType
gml:CodeType [0..1]
uro:attributeValue
xs:string [0..1]
uro:attributeType
gml:CodeType [0..1]
uro:attributeValueType
xs:string [0..1]
uro:creationDate
xs:gYearMonth [0..1]
uro:updateDate
xs:gYearMonth [0..1]
uro:terminationDate
xs:gYearMonth [0..1]
uro:freeSpace
xs:string [0..1]
xs:string [1]
xs:boolean [1]
xs:integer [1]
xs:integer [1]
xs:integer [1]
xs:integer [1]
XMLスキーマ
  <xs:element name="DmAnnotation" substitutionGroup="uro:DmAttribute" type="uro:DmAnnotationType"/>
XMLインスタンスのサンプル
<uro:DmAnnotation>
    <uro:dmCode codeSpace="../../codelists/Common_dmCode.xml">8181</uro:dmCode>
    <uro:meshCode>09LD001</uro:meshCode>
    <uro:dmElement>
        <uro:DmElement>
            <uro:locationType>L000000</uro:locationType>
            <uro:infoType>I000000</uro:infoType>
            <uro:elementKey>0001</uro:elementKey>
            <uro:hierarchyLevel>1</uro:hierarchyLevel>
            <uro:annotationType codeSpace="../../codelists/DmElement_annotationType.xml">1</uro:annotationType>
            <uro:attributeValue>[属性数値]</uro:attributeValue>
            <uro:attributeType>[属性区分]</uro:attributeType>
            <uro:attributeValueType>
                <!--省略 属性データ書式。属性レコードを持つ場合の、そのレコードに記述されている内容の書式をFortran形式で記述する。-->
            </uro:attributeValueType>
            <uro:creationDate>2020-01</uro:creationDate>
            <uro:updateDate>2021-01</uro:updateDate>
            <uro:terminationDate>2025-01</uro:terminationDate>
            <uro:freeSpace>[空き領域]</uro:freeSpace>
        </uro:DmElement>
    </uro:dmElement>
    <uro:geometryType codeSpace="../../codelists/Common_geometryType.xml">E7</uro:geometryType>
    <uro:shapeType codeSpace="../../codelists/Common_shapeType.xml">0</uro:shapeType>
    <uro:label>[注記文字列]</uro:label>
    <uro:isVertical>0</uro:isVertical>
    <uro:size>20</uro:size>
    <uro:orientation>0</uro:orientation>
    <uro:linewidth>2</uro:linewidth>
    <uro:spacing>10</uro:spacing>
    <uro:lod0AnchorPoint>
        <gml:Point>
            <gml:pos><!--省略--></gml:pos>
        </gml:Point>
    </uro:lod0AnchorPoint>
</uro:DmAnnotation>