generic type for category names of trains; allowing digits, letters and white spaces; length not limited |
Attribute | rail:aSpeed/@trainCategory |
<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> |