simpleType payloadModeType
namespace http://datafeed.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
annotation
documentation
Enumerated value defining the available payload formats. (RSS is currently not supported.)
source <xsd:simpleType name="payloadModeType">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining the available payload formats. (RSS is currently not supported.)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="XML"/>
   
<xsd:enumeration value="JSON"/>
   
<xsd:enumeration value="RSS"/>
 
</xsd:restriction>
</xsd:simpleType>

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