complexType ChannelTypeDetail
diagram wp_diagrams/wp_p63.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>

attribute ChannelTypeDetail/@description
type xs:string
annotation
documentation
Optional description
source <xs:attribute name="description" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Optional description</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ChannelTypeDetail/@name
type xs:string
annotation
documentation
Optional Name
source <xs:attribute name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Optional Name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ChannelTypeDetail/@channelType
type ChannelType
properties
use required
facets
Kind Value Annotation
enumeration JSPChannel
enumeration GIChannel
enumeration PageflowChannel
enumeration EmailChannel
enumeration RssChannel
enumeration openspaceChannel
enumeration MobileChannel
annotation
documentation
The channel Type information
source <xs:attribute name="channelType" type="ct:ChannelType" use="required">
 
<xs:annotation>
   
<xs:documentation>The channel Type information</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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