Elementurf:UrbanRoadAttribute
urf:UrbanRoadAttribute
定義
都市計画法第11条第1項第1号に定める道路について定めるべき事項。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:integer [0..1]
urf:startLocation
xs:string [1]
urf:endLocation
xs:string [1]
urf:viaLocations
xs:string [0..1]
urf:length
gml:LengthType [0..1]
urf:structureType
gml:CodeType [0..1]
urf:minimumWidth
gml:LengthType [0..1]
urf:maximumWidth
gml:LengthType [0..1]
urf:standardWidth
gml:LengthType [0..1]
urf:crossType
gml:CodeType [0..1]
XMLスキーマ
  <xs:element name="UrbanRoadAttribute" type="urf:UrbanRoadAttributeType"/>
XMLインスタンスのサンプル
<urf:UrbanRoadAttribute>
    <urf:routeTypeNumber codeSpace="../../codelists/UrbanRoadAttribute_routeTypeNumber.xml">3</urf:routeTypeNumber>
    <urf:routeSizeNumber codeSpace="../../codelists/UrbanRoadAttribute_routeSizeNumber.xml">3</urf:routeSizeNumber>
    <urf:routeSerialNumber>10000</urf:routeSerialNumber>
    <urf:roadType codeSpace="../../codelists/UrbanRoadAttribute_roadType.xml">2</urf:roadType>
    <urf:numberOfLanes>6</urf:numberOfLanes>
    <urf:roadStructure>[構造]</urf:roadStructure>
    <urf:structureType codeSpace="../../codelists/TrafficFacility_trafficFacilityStructureType.xml">4</urf:structureType>
    <urf:crossType codeSpace="../../codelists/TrafficFacility_trafficFacilityCrossingType.xml">2</urf:crossType>
    <urf:trafficPlazas codeSpace="../../codelists/Common_availabilityType.xml">2</urf:trafficPlazas>
    <urf:structuralDetails>
        <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>
    </urf:structuralDetails>
</urf:UrbanRoadAttribute>