Definition Type: SimpleType
Name: RankType
Containing Schema: LiftInfo.xsd
Documentation:
Relative ranking of importance of calls.
Collapse XSD Schema Diagram:
XSD Diagram of RankType
Collapse XSD Schema Code:
<xs:simpleType name="RankType">
    <xs:annotation>
        <xs:documentation>Relative ranking of importance of calls.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Normal" />
        <xs:enumeration value="Priority1" />
        <xs:enumeration value="Priority2" />
        <xs:enumeration value="SingleUser" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Normal
Enumeration Priority1
Enumeration Priority2
Enumeration SingleUser
Collapse Derivation Tree:
Collapse References:
Rank