Attribute | rail:tTrainDetector/@detectionObject |
<xs:simpleType name="tDetectionObject"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="wheel"/> <xs:enumeration value="axle"/> <xs:enumeration value="train"/> <xs:enumeration value="endOfTrain"/> <xs:enumeration value="obstacle"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="rail:tOtherEnumerationValue"/> </xs:simpleType> </xs:union> </xs:simpleType> |