complexType ChannelTypeDetail
diagram wp_diagrams/wp_p225.png
namespace http://base.api.wp.n2.tibco.com
used by
element listChannelTypesResponse/channelTypes
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string        
documentation
Optional description
name  xs:string        
documentation
Optional Name
channelType  ChannelType  required      
documentation
The channel Type information
annotation
documentation
Channel type details
source <xs:complexType name="ChannelTypeDetail">
 
<xs:annotation>
   
<xs:documentation>Channel type details</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="description" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Optional description</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Optional Name</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="channelType" type="ct:ChannelType" use="required">
   
<xs:annotation>
     
<xs:documentation>The channel Type information</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy