Showing:

Annotations
Diagrams
Instances
Properties
Source
Element DelChannelGroupResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Delete channel group response
Diagram
Diagram Common_xsd_Complex_Type_delObject.tmp#delObject_items Common_xsd_Element_result.tmp#result Common_xsd_Complex_Type_delObject.tmp#delObject Common_xsd_Element_notice.tmp#notice
Type extension of delObject
Type hierarchy
Properties
content: complex
Model items{0,1} , result{0,1} , notice*
Children items, notice, result
Instance
<DelChannelGroupResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:items>{0,1}</common:items>
  <common:result>{0,1}</common:result>
  <common:notice>{0,unbounded}</common:notice>
</DelChannelGroupResponse>
Source
<xs:element name="DelChannelGroupResponse">
  <xs:annotation>
    <xs:documentation>Delete channel group response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="common:delObject">
        <xs:sequence>
          <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>