Elementuro:consStructureAttribute
定義
構造物の構造に関する情報。
河川管理施設の場合は、uro:ConstructionStructureAttribute及びその下位型を用いて記述する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
          <xs:element name="consStructureAttribute" minOccurs="0" type="uro:ConstructionStructureAttributePropertyType"/>
XMLインスタンスのサンプル
<uro:consStructureAttribute>
    <uro:ConstructionStructureAttribute>
        <uro:structureType codeSpace="../../codelists/ConstructionStructureAttribute_structureType.xml">99</uro:structureType>
        <uro:length uom="m">300.0</uro:length>
        <uro:width uom="m">10.0</uro:width>
        <uro:depth uom="m">5.0</uro:depth>
        <uro:volume uom="千m3">2.5</uro:volume>
    </uro:ConstructionStructureAttribute>
</uro:consStructureAttribute>