Showing:

Annotations
Diagrams
Instances
Properties
Source
Element AddChannelGroup
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Add 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
Type ChannelGroupInfo
Properties
content: complex
Model name , notes{0,1} , channelID*
Children channelID, name, notes
Instance
<AddChannelGroup xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:name>{1,1}</channelData:name>
  <channelData:notes>{0,1}</channelData:notes>
  <channelData:channelID>{0,unbounded}</channelData:channelID>
</AddChannelGroup>
Source
<xs:element name="AddChannelGroup" type="channelData:ChannelGroupInfo">
  <xs:annotation>
    <xs:documentation>Add channel group: request</xs:documentation>
  </xs:annotation>
</xs:element>