Elementuro:roadStructureAttribute
定義
当該道路の道路構造に関する情報。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:element name="roadStructureAttribute" type="uro:RoadStructureAttributePropertyType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
XMLインスタンスのサンプル
<uro:roadStructureAttribute>
    <uro:RoadStructureAttribute>
        <uro:widthType codeSpace="../../codelists/RoadStructureAttribute_widthType.xml">1</uro:widthType>
        <uro:width uom="m">20.0</uro:width>
        <uro:numberOfLanes>4</uro:numberOfLanes>
        <uro:sectionType codeSpace="../../codelists/RoadStructureAttribute_sectionType.xml">1</uro:sectionType>
    </uro:RoadStructureAttribute>
</uro:roadStructureAttribute>