Showing:

Annotations
Diagrams
Instances
Properties
Source
Element DelChannelGroup
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Delete channel group request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID
Properties
content: complex
Model ID+
Children ID
Instance
<DelChannelGroup xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,unbounded}</common:ID>
</DelChannelGroup>
Source
<xs:element name="DelChannelGroup">
  <xs:annotation>
    <xs:documentation>Delete channel group request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:ID" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>