Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetChannelGroupsResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get channel groups response
Diagram
Diagram ChannelMessages_xsd_Element_GetChannelGroupsResponse.tmp#GetChannelGroupsResponse_group Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model group* , notice*
Children group, notice
Instance
<GetChannelGroupsResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <group>{0,unbounded}</group>
  <common:notice>{0,unbounded}</common:notice>
</GetChannelGroupsResponse>
Source
<xs:element name="GetChannelGroupsResponse">
  <xs:annotation>
    <xs:documentation>Get channel groups response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="group" type="channelData:ChannelGroupList" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Channel groups list on success</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element group
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Channel groups list on success
Diagram
Diagram ChannelData_xsd_Complex_Type_ChannelGroupList.tmp#ChannelGroupList_ID ChannelData_xsd_Complex_Type_ChannelGroupList.tmp#ChannelGroupList_name ChannelData_xsd_Complex_Type_ChannelGroupList.tmp#ChannelGroupList_notes ChannelData_xsd_Complex_Type_ChannelGroupList.tmp#ChannelGroupList_channels Common_xsd_Element_crDate.tmp#crDate ChannelData_xsd_Complex_Type_ChannelGroupList.tmp#ChannelGroupList
Type ChannelGroupList
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID{0,1} , name{0,1} , notes{0,1} , channels{0,1} , crDate{0,1}
Children ID, channels, crDate, name, notes
Instance
<group 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>{0,1}</channelData:ID>
  <channelData:name>{0,1}</channelData:name>
  <channelData:notes>{0,1}</channelData:notes>
  <channelData:channels>{0,1}</channelData:channels>
  <common:crDate>{0,1}</common:crDate>
</group>
Source
<xs:element name="group" type="channelData:ChannelGroupList" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Channel groups list on success</xs:documentation>
  </xs:annotation>
</xs:element>