<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>