rail:tTrainCategory

generic type for category names of trains; allowing digits, letters and white spaces; length not limited

Simple Type Information

Used By

Source

<xs:simpleType name="tTrainCategory">
  <xs:annotation>
    <xs:documentation>generic type for category names of trains; allowing digits, letters and white spaces; length not limited</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>