namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CC-ResponseRequestType"> <xs:annotation> <xs:appinfo> rtt (1) -- request to talk prtt (2) -- priority request to talk urgent (3) data (4) spare 1 (5) silent alarm (6) remote silent alarm (7) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="rtt"/> <xs:enumeration value="prtt"/> <xs:enumeration value="urgent"/> <xs:enumeration value="data"/> <xs:enumeration value="spare 1"/> <xs:enumeration value="silent alarm"/> <xs:enumeration value="remote silent alarm"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |