diagram | ![]() |
||||||||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||||||||
type | restriction of xs:integer | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="TrainType"> <xs:annotation> <xs:documentation> 1 Passenger train Commercial train with passenger coaches or trainsets Empty run of Train with passenger coaches or trainsets Including Crew train (for Train Crew Members) 2 Freight train Train with freight wagons 3 Light engine (locomotive train) One or more engines without any carriages 4 Engineering train Train for measurement, maintenance, instructions, homologation, etc 0 Other Train types that are not covered with the four codes given above can be codified as "other" in the messages Passenger with Freight - military trains, the Overnight Express; Royalty, Head of States </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> <xs:enumeration value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |