Attribute | rail:tCrossing/@type |
<xs:simpleType name="tCrossingType"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="simpleCrossing"/> <xs:enumeration value="simpleSwitchCrossing"/> <xs:enumeration value="doubleSwitchCrossing"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="rail:tOtherEnumerationValue"/> </xs:simpleType> </xs:union> </xs:simpleType> |