Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetCallRulesOutGroupResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get outgoing routing rules group response
Diagram
Diagram Common_xsd_Element_userID.tmp#userID ChannelMessages_xsd_Element_GetCallRulesOutGroupResponse.tmp#GetCallRulesOutGroupResponse_rulesGroup Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model userID , rulesGroup* , notice*
Children notice, rulesGroup, userID
Instance
<GetCallRulesOutGroupResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:userID>{1,1}</common:userID>
  <rulesGroup>{0,unbounded}</rulesGroup>
  <common:notice>{0,unbounded}</common:notice>
</GetCallRulesOutGroupResponse>
Source
<xs:element name="GetCallRulesOutGroupResponse">
  <xs:annotation>
    <xs:documentation>Get outgoing routing rules group response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element ref="common:userID">
          <xs:annotation>
            <xs:documentation>User ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="rulesGroup" type="channelData:CallRulesOutGroupList" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element rulesGroup
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Diagram
Diagram ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_ID ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_name ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_status ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_rulesNo ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_inUse Common_xsd_Element_crDate.tmp#crDate ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList_default ChannelData_xsd_Complex_Type_CallRulesOutGroupList.tmp#CallRulesOutGroupList
Type CallRulesOutGroupList
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name , status , rulesNo , inUse{0,1} , crDate{0,1} , default{0,1}
Children ID, crDate, default, inUse, name, rulesNo, status
Instance
<rulesGroup xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <channelData:ID>{1,1}</channelData:ID>
  <channelData:name>{1,1}</channelData:name>
  <channelData:status>{1,1}</channelData:status>
  <channelData:rulesNo>{1,1}</channelData:rulesNo>
  <channelData:inUse>{0,1}</channelData:inUse>
  <common:crDate>{0,1}</common:crDate>
  <channelData:default>{0,1}</channelData:default>
</rulesGroup>
Source
<xs:element name="rulesGroup" type="channelData:CallRulesOutGroupList" minOccurs="0" maxOccurs="unbounded"/>