namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Device-acknowledge-control"> <xs:annotation> <xs:documentation> <objectClass>Device</objectClass> <definition>Acknowledgement of request command from one TMC to another for device action.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="control acknowledged"/> <xs:enumeration value="device available"/> <xs:enumeration value="requested changes completed"/> <xs:enumeration value="control rejected"/> <xs:enumeration value="device in use"/> <xs:enumeration value="device off line"/> <xs:enumeration value="request cancelled"/> <xs:enumeration value="request rejected invalid command parameters"/> <xs:enumeration value="request rejected insufficient privileges of the requesting operator"/> <xs:enumeration value="request queued"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |