namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-ComponentStatusType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-ComponentStatusType"> <xs:annotation> <xs:appinfo> in service (1) -- In-service out of service (2) -- Out of service maintenance mode (3) -- Maintenance mode freewheel mode (4) -- Freewheel mode (no pay) diagnostic mode (5) -- Diagnostic mode alarm triggered (6) -- Alarm triggered gate entry only (7) -- Gate mode open for entry only gate exit only (8) -- Gate mode open for exit only gate entry and exit (9) -- Gate mode open for entry/exit command-disabled (10) , -- 11-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="in service"/> <xs:enumeration value="out of service"/> <xs:enumeration value="maintenance mode"/> <xs:enumeration value="freewheel mode"/> <xs:enumeration value="diagnostic mode"/> <xs:enumeration value="alarm triggered"/> <xs:enumeration value="gate entry only"/> <xs:enumeration value="gate exit only"/> <xs:enumeration value="gate entry and exit"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:FC-ComponentStatusType"/> </xs:simpleType> </xs:union> </xs:simpleType> |