%DOC% |
<xs:simpleType name="TK_StationCodeCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">%DOC%</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="CoachStation"/> <xs:enumeration value="CountrysideStation"/> <xs:enumeration value="MountainStation"/> <xs:enumeration value="SeasideStation"/> <xs:enumeration value="ThemePark"/> <xs:enumeration value="ThermalStation"/> </xs:restriction> </xs:simpleType> |