type | restriction of xsd:unsignedByte | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |