simpleType FeedMode
namespace http://presentationmodel.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
source <xs:simpleType name="FeedMode">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="XML"/>
   
<xs:enumeration value="JSON"/>
   
<xs:enumeration value="RSS"/>
 
</xs:restriction>
</xs:simpleType>

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