simpleType priorityType
type restriction of xsd:unsignedByte
properties
base xsd:unsignedByte
used by
attribute priorityElementType/@value
facets
Kind Value Annotation
maxInclusive 255
minExclusive 0
annotation
documentation
Value used to represent a message priority (low numbers are high priority).
source <xsd:simpleType name="priorityType">
 
<xsd:annotation>
   
<xsd:documentation>Value used to represent a message priority (low numbers are high priority).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:unsignedByte">
   
<xsd:minExclusive value="0"/>
   
<xsd:maxInclusive value="255"/>
 
</xsd:restriction>
</xsd:simpleType>


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