Showing:

Annotations
Diagrams
Instances
Properties
Source
Element EditChannelGroup
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Edit channel group: request
Diagram
Diagram ChannelData_xsd_Complex_Type_ChannelGroupInfo.tmp#ChannelGroupInfo_name ChannelData_xsd_Complex_Type_ChannelGroupInfo.tmp#ChannelGroupInfo_notes ChannelData_xsd_Complex_Type_ChannelGroupInfo.tmp#ChannelGroupInfo_channelID ChannelData_xsd_Complex_Type_ChannelGroupInfo.tmp#ChannelGroupInfo Common_xsd_Element_ID.tmp#ID
Type extension of ChannelGroupInfo
Type hierarchy
Properties
content: complex
Model name , notes{0,1} , channelID* , ID
Children ID, channelID, name, notes
Instance
<EditChannelGroup 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:name>{1,1}</channelData:name>
  <channelData:notes>{0,1}</channelData:notes>
  <channelData:channelID>{0,unbounded}</channelData:channelID>
  <common:ID>{1,1}</common:ID>
</EditChannelGroup>
Source
<xs:element name="EditChannelGroup">
  <xs:annotation>
    <xs:documentation>Edit channel group: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="channelData:ChannelGroupInfo">
        <xs:sequence>
          <xs:element ref="common:ID">
            <xs:annotation>
              <xs:documentation>Channel group ID</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>