simpleType PresentationType
namespace http://channeltype.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element Service-Archive-Descriptor/channels/channel/presentation-channel-type
attribute PresentationChannel/@presentationChannelType
facets
Kind Value Annotation
enumeration JSP
enumeration GI
enumeration Pageflow
enumeration Email
enumeration Rss
enumeration GWT
enumeration iPhone
source <xs:simpleType name="PresentationType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="JSP"/>
   
<xs:enumeration value="GI"/>
   
<xs:enumeration value="Pageflow"/>
   
<xs:enumeration value="Email"/>
   
<xs:enumeration value="Rss"/>
   
<xs:enumeration value="GWT"/>
   
<xs:enumeration value="iPhone"/>
 
</xs:restriction>
</xs:simpleType>


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