Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetCallRulesOutResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get outgoing routing rule in a certain group
response
Diagram
Diagram ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_ID ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_name ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_userID ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_rules Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model ID{0,1} , name{0,1} , userID{0,1} , rules* , notice*
Children ID, name, notice, rules, userID
Instance
<GetCallRulesOutResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <ID>{0,1}</ID>
  <name>{0,1}</name>
  <userID>{0,1}</userID>
  <rules>{0,unbounded}</rules>
  <common:notice>{0,unbounded}</common:notice>
</GetCallRulesOutResponse>
Source
<xs:element name="GetCallRulesOutResponse">
  <xs:annotation>
    <xs:documentation>Get outgoing routing rule in a certain group
				response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element name="ID" type="common:positiveInteger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Outgoing routing rules group ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="name" type="common:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Outgoing routing rule group name</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="userID" type="common:positiveInteger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Outgoing routing rule group owner ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="rules" minOccurs="0" maxOccurs="unbounded">
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="channelData:RoutingRuleInfo">
                <xs:sequence>
                  <xs:element name="ruleID" type="common:positiveInteger">
                    <xs:annotation>
                      <xs:documentation>Outgoing routing rule
													ID</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="status" type="common:boolean">
                    <xs:annotation>
                      <xs:documentation>Outgoing routing rule
													status</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ID
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Outgoing routing rules group ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Outgoing routing rules group ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element name
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Outgoing routing rule group name
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Outgoing routing rule group name</xs:documentation>
  </xs:annotation>
</xs:element>
Element userID
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Outgoing routing rule group owner ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="userID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Outgoing routing rule group owner ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element rules
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Diagram
Diagram ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_action ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_engine ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_number ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_intervalID ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_comingFrom ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_channelID ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDPrefixOperation ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDPrefix ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDDigits ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDDigitsAfter ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDNumberAdd ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDDigitsAfterAdd ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_callerIDMatch ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_prefixOperation ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_prefix ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_digits ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_numberAdd ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_digitsAfterAdd ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_digitsAfter ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_position ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo_final ChannelData_xsd_Complex_Type_RoutingRuleInfo.tmp#RoutingRuleInfo ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_GetCallRulesOutResponse_rules_ruleID ChannelMessages_xsd_Element_GetCallRulesOutResponse.tmp#GetCallRulesOutResponse_GetCallRulesOutResponse_rules_status
Type extension of RoutingRuleInfo
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model action{0,1} , engine{0,1} , number , intervalID{0,1} , comingFrom{0,1} , channelID{0,1} , callerIDPrefixOperation{0,1} , callerIDPrefix{0,1} , callerIDDigits{0,1} , callerIDDigitsAfter{0,1} , callerIDNumberAdd{0,1} , callerIDDigitsAfterAdd{0,1} , callerIDMatch{0,1} , prefixOperation{0,1} , prefix{0,1} , digits{0,1} , numberAdd{0,1} , digitsAfterAdd{0,1} , digitsAfter{0,1} , position{0,1} , final{0,1} , ruleID , status
Children action, callerIDDigits, callerIDDigitsAfter, callerIDDigitsAfterAdd, callerIDMatch, callerIDNumberAdd, callerIDPrefix, callerIDPrefixOperation, channelID, comingFrom, digits, digitsAfter, digitsAfterAdd, engine, final, intervalID, number, numberAdd, position, prefix, prefixOperation, ruleID, status
Instance
<rules xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:action>{0,1}</channelData:action>
  <channelData:engine>{0,1}</channelData:engine>
  <channelData:number>{1,1}</channelData:number>
  <channelData:intervalID>{0,1}</channelData:intervalID>
  <channelData:comingFrom>{0,1}</channelData:comingFrom>
  <channelData:channelID>{0,1}</channelData:channelID>
  <channelData:callerIDPrefixOperation>{0,1}</channelData:callerIDPrefixOperation>
  <channelData:callerIDPrefix>{0,1}</channelData:callerIDPrefix>
  <channelData:callerIDDigits>{0,1}</channelData:callerIDDigits>
  <channelData:callerIDDigitsAfter>{0,1}</channelData:callerIDDigitsAfter>
  <channelData:callerIDNumberAdd>{0,1}</channelData:callerIDNumberAdd>
  <channelData:callerIDDigitsAfterAdd>{0,1}</channelData:callerIDDigitsAfterAdd>
  <channelData:callerIDMatch>{0,1}</channelData:callerIDMatch>
  <channelData:prefixOperation>{0,1}</channelData:prefixOperation>
  <channelData:prefix>{0,1}</channelData:prefix>
  <channelData:digits>{0,1}</channelData:digits>
  <channelData:numberAdd>{0,1}</channelData:numberAdd>
  <channelData:digitsAfterAdd>{0,1}</channelData:digitsAfterAdd>
  <channelData:digitsAfter>{0,1}</channelData:digitsAfter>
  <channelData:position>{0,1}</channelData:position>
  <channelData:final>{0,1}</channelData:final>
  <ruleID>{1,1}</ruleID>
  <status>{1,1}</status>
</rules>
Source
<xs:element name="rules" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="channelData:RoutingRuleInfo">
        <xs:sequence>
          <xs:element name="ruleID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Outgoing routing rule
													ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="status" type="common:boolean">
            <xs:annotation>
              <xs:documentation>Outgoing routing rule
													status</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element rules / ruleID
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Outgoing routing rule
ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ruleID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Outgoing routing rule
													ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element rules / status
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Outgoing routing rule
status
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="status" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Outgoing routing rule
													status</xs:documentation>
  </xs:annotation>
</xs:element>