generic type for even more constrained direction statements as optional attributes |
<xs:simpleType name="tStrictDirection"> <xs:annotation> <xs:documentation>generic type for even more constrained direction statements as optional attributes</xs:documentation> </xs:annotation> <xs:restriction base="rail:tLaxDirection"> <xs:enumeration value="up"/> <xs:enumeration value="down"/> </xs:restriction> </xs:simpleType> |