Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetChannelsResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get channels: response
Diagram
Diagram ChannelMessages_xsd_Element_GetChannelsResponse.tmp#GetChannelsResponse_channel Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model channel* , notice*
Children channel, notice
Instance
<GetChannelsResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <channel>{0,unbounded}</channel>
  <common:notice>{0,unbounded}</common:notice>
</GetChannelsResponse>
Source
<xs:element name="GetChannelsResponse">
  <xs:annotation>
    <xs:documentation>Get channels: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="channel" type="channelData:ChannelList" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Channel data</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element channel
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Channel data
Diagram
Diagram ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList_ID ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList_name ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList_type ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList_status ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList_paid ChannelData_xsd_Element_flow.tmp#flow Common_xsd_Element_crDate.tmp#crDate ChannelData_xsd_Complex_Type_ChannelList.tmp#ChannelList
Type ChannelList
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name , type{0,1} , status , paid , flow{0,1} , crDate
Children ID, crDate, flow, name, paid, status, type
Instance
<channel 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:ID>{1,1}</channelData:ID>
  <channelData:name>{1,1}</channelData:name>
  <channelData:type>{0,1}</channelData:type>
  <channelData:status>{1,1}</channelData:status>
  <channelData:paid>{1,1}</channelData:paid>
  <channelData:flow>{0,1}</channelData:flow>
  <common:crDate>{1,1}</common:crDate>
</channel>
Source
<xs:element name="channel" type="channelData:ChannelList" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Channel data</xs:documentation>
  </xs:annotation>
</xs:element>