simpleType ChannelType
namespace http://channeltype.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
elements previewWorkItemRequest/channelType BaseRequest/channelType Service-Archive-Descriptor/channels/channel/target-channel-type
attributes PresentationChannel/@channelType ChannelTypeDetail/@channelType PresentationChannelRequest/@channelType Channel/@channelType
facets
Kind Value Annotation
enumeration JSPChannel
enumeration GIChannel
enumeration PageflowChannel
enumeration EmailChannel
enumeration RssChannel
enumeration openspaceChannel
enumeration MobileChannel
source <xs:simpleType name="ChannelType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="JSPChannel"/>
   
<xs:enumeration value="GIChannel"/>
   
<xs:enumeration value="PageflowChannel"/>
   
<xs:enumeration value="EmailChannel"/>
   
<xs:enumeration value="RssChannel"/>
   
<xs:enumeration value="openspaceChannel"/>
   
<xs:enumeration value="MobileChannel"/>
   
<!-- Named GIChannel for historical reasons. Used by Workspace -->
 
</xs:restriction>
</xs:simpleType>

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