Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element setCallPriority
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
For queue extensions only
Diagram
DiagramExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfo_matchExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfo_numberExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfo_intervalIDExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfo_positionExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfo_keyExtensionData_xsd_Complex_Type_CallRuleInfo.tmp#CallRuleInfoExtensionData_xsd_Element_setCallPriority.tmp#setCallPriority_priority
Type extension of CallRuleInfo
Type hierarchy
Properties
content: complex
Used by
Complex Type callRuleChoice
Elements EditCallRulesIn/rule, GetCallRulesInResponse/rules
Model match{0,1} , number{0,1} , intervalID{0,1} , position{0,1} , key{0,1} , priority
Children intervalID, key, match, number, position, priority
Instance
<setCallPriority xmlns="http://4psa.com/ExtensionData.xsd/5.2.5">
  <match>{0,1}</match>
  <number>{0,1}</number>
  <intervalID>{0,1}</intervalID>
  <position>{0,1}</position>
  <key>{0,1}</key>
  <priority>{1,1}</priority>
</setCallPriority>
Source
<xs:element name="setCallPriority">
  <xs:annotation>
    <xs:documentation>For queue extensions only</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="CallRuleInfo">
        <xs:sequence>
          <xs:element name="priority" type="common:integer">
            <xs:annotation>
              <xs:documentation>Priority of the call</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element priority
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Priority of the call
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
Source
<xs:element name="priority" type="common:integer">
  <xs:annotation>
    <xs:documentation>Priority of the call</xs:documentation>
  </xs:annotation>
</xs:element>