Definition Type: Element
Name: PriorityLevel
Namespace: http://www.iredes.org/xml
Type: unsignedInt:http://www.w3.org/2001/XMLSchema
Containing Schema: IRappBaseClasses.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of PriorityLevel
Collapse XSD Schema Code:
<?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>