Elementuro:height
定義
構造物の高さ。指定された2地点間の高さの差により記述する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="height" maxOccurs="unbounded" minOccurs="0" type="uro:HeightPropertyType"/>
XMLインスタンスのサンプル
<uro:height>
    <uro:Height>
        <uro:highReference codeSpace="../../codelists/Elevation_elevationReference.xml">2</uro:highReference>
        <uro:lowReference codeSpace="../../codelists/Elevation_elevationReference.xml">3</uro:lowReference>
        <uro:status>estimated</uro:status>
        <uro:value uom="m">15.0</uro:value>
    </uro:Height>
</uro:height>