Elementurf:StructureDetails
urf:StructureDetails
定義
道路及び都市高速鉄道の構造を区間ごとに記述するために使用する型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [1]
xs:string [1]
xs:string [0..1]
XMLスキーマ
  <xs:element name="StructureDetails" type="urf:StructureDetailsType"/>
XMLインスタンスのサンプル
<urf:StructureDetails>
    <urf:startLocation>[始点の地名]</urf:startLocation>
    <urf:endLocation>[終点の地名]</urf:endLocation>
    <urf:viaLocations>[起点から終点までに存在する主な地名]</urf:viaLocations>
    <urf:length uom="m">1000</urf:length>
    <urf:structureType codeSpace="../../codelists/TrafficFacility_trafficFacilityStructureType.xml">4</urf:structureType>
    <urf:minimumWidth uom="m">16</urf:minimumWidth>
    <urf:maximumWidth uom="m">23</urf:maximumWidth>
    <urf:standardWidth uom="m">20</urf:standardWidth>
    <urf:crossType codeSpace="../../codelists/TrafficFacility_trafficFacilityCrossingType.xml">2</urf:crossType>
</urf:StructureDetails>