namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:unsignedByte | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Device-command-request-priority"> <xs:annotation> <xs:documentation> <definition>A code to indicate universal concept of priority for all command requests. If the request is accepted and the action is posted, then the current state has that priority. Select from 1 to 10 where 1 is the highest and 10 is the lowest priority.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> |