simpleType ChannelType
namespace http://channeltype.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
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>


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