simpleType Device-command-request-priority
namespace http://www.ite.org/tmdd
type restriction of xs:unsignedByte
used by
elements DevicePriorityQueueHeader/command-request-priority DeviceControlRequestHeader/command-request-priority DevicePriorityQueueHeader/current-device-priority
facets
minInclusive 1
maxInclusive 10
annotation
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>
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy