Elementuro:EmbankmentAttribute
uro:EmbankmentAttribute
定義
堤防の規模に関する基本的な情報を記述するためのデータ型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
uro:width
gml:LengthType [0..1]
uro:depth
gml:LengthType [0..1]
uro:volume
gml:MeasureType [0..1]
XMLスキーマ
  <xs:element name="EmbankmentAttribute" substitutionGroup="uro:ConstructionStructureAttribute" type="uro:EmbankmentAttributeType"/>
XMLインスタンスのサンプル
<uro:EmbankmentAttribute>
    <uro:structureType codeSpace="../../codelists/ConstructionStructureAttribute_structureType.xml">0201</uro:structureType>
    <uro:length uom="m">500.0</uro:length>
    <uro:mainPartLength uom="m">450.0</uro:mainPartLength>
    <uro:ceilingHeight uom="m">7.0</uro:ceilingHeight>
    <uro:waveDissipatorLength uom="m">50.0</uro:waveDissipatorLength>
</uro:EmbankmentAttribute>