ComplexTypeuro:RailwayRouteAttributeType
uro:RailwayRouteAttributeType
定義
鉄道路線の情報を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [1]
xs:string [0..*]
xs:string [1]
xs:string [1]
XMLスキーマ
  <xs:complexType name="RailwayRouteAttributeType">
    <xs:sequence>
      <xs:element name="operatorType" type="gml:CodeType"/>
      <xs:element name="operator" type="xs:string"/>
      <xs:element name="alternativeName" maxOccurs="unbounded" minOccurs="0" type="xs:string"/>
      <xs:element name="railwayType" type="gml:CodeType"/>
      <xs:element name="startStation" type="xs:string"/>
      <xs:element name="endStation" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>