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