namespace | http://taf-jsg.info/schemes | ||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:attribute name="JourneyLocationTypeCode"> <xs:annotation> <xs:documentation> 01 = Origin 02 = Intermediate 03 = Destination 04 = Handover 05 = Interchange 06 = Handover and Interchange 07 = State Border 08 = None 99 = Mutually Defined </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="01"/> <xs:enumeration value="02"/> <xs:enumeration value="03"/> <xs:enumeration value="04"/> <xs:enumeration value="05"/> <xs:enumeration value="06"/> <xs:enumeration value="07"/> <xs:enumeration value="08"/> <xs:enumeration value="99"/> </xs:restriction> </xs:simpleType> </xs:attribute> |