ComplexTypeuro:RailwayTrackAttributeType
uro:RailwayTrackAttributeType
定義
軌道の情報を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
uro:startPost
xs:string [0..1]
uro:endPost
xs:string [0..1]
uro:function
gml:CodeType [1]
uro:parameter
uro:ControlPointTypePropertyType [1]
uro:startPoint
gml:PointPropertyType [0..1]
uro:endPoint
gml:PointPropertyType [0..1]
XMLスキーマ
  <xs:complexType name="RailwayTrackAttributeType">
    <xs:sequence>
      <xs:element name="routeName" minOccurs="0" type="xs:string"/>
      <xs:element name="directionType" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="trackType" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="startPost" minOccurs="0" type="xs:string"/>
      <xs:element name="endPost" minOccurs="0" type="xs:string"/>
      <xs:element name="alignmentType" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="lod2Network" minOccurs="0" type="gml:GeometricComplexPropertyType"/>
      <xs:element name="lod3Network" minOccurs="0" type="gml:GeometricComplexPropertyType"/>
      <xs:element name="controlPoint" maxOccurs="unbounded" minOccurs="0" type="uro:ControlPointPropertyType"/>
    </xs:sequence>
  </xs:complexType>