generic type for more constrained direction statements |
Attribute | rail:tTrack/@mainDir |
<xs:simpleType name="tExtendedDirection"> <xs:annotation> <xs:documentation>generic type for more constrained direction statements</xs:documentation> </xs:annotation> <xs:restriction base="rail:tLaxDirection"> <xs:enumeration value="up"/> <xs:enumeration value="down"/> <xs:enumeration value="unknown"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> |