<?xml version="1.0" encoding="utf-16"?> <xsd:element name="PriorityLevel"> <xsd:simpleType> <xsd:restriction base="xsd:unsignedInt"> <xsd:annotation> <xsd:documentation> Priority of the workorder. Level from 1 to 10 as 10 representing top priority. </xsd:documentation> </xsd:annotation> <xsd:minInclusive value="1" /> <xsd:maxInclusive value="10" /> </xsd:restriction> </xsd:simpleType> </xsd:element>