Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetChannelGroups
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get channel groups request
Diagram
Diagram ChannelData_xsd_Element_channelID.tmp#channelID ChannelMessages_xsd_Element_GetChannelGroups.tmp#GetChannelGroups_filter
Properties
content: complex
Model channelID{0,1} , filter{0,1}
Children channelID, filter
Instance
<GetChannelGroups xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:channelID>{0,1}</channelData:channelID>
  <filter>{0,1}</filter>
</GetChannelGroups>
Source
<xs:element name="GetChannelGroups">
  <xs:annotation>
    <xs:documentation>Get channel groups request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:element ref="channelData:channelID" minOccurs="0"/>
      <xs:element name="filter" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter channel group list by name or channel
							name</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element filter
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Filter channel group list by name or channel
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="filter" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Filter channel group list by name or channel
							name</xs:documentation>
  </xs:annotation>
</xs:element>