Elementuro:ConstructionStructureAttribute
uro:ConstructionStructureAttribute
定義
構造物の規模に関する基本的な情報を記述するためのデータ型。
構造物が護岸、床止め、堰、水門・閘門・陸閘、樋門・樋管、伏せ越し及び水制の場合に本データ型を用いて記述する。
構造物がダム及び堤防の場合は、これを継承するデータ型を用いて記述する。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:element name="ConstructionStructureAttribute" type="uro:ConstructionStructureAttributeType"/>
XMLインスタンスのサンプル
<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>