Relative ranking of importance of calls.
<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>