simpleType payloadModeType
namespace http://datafeed.common.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
elements previewWorkItemRequest/payloadMode StartBusinessServiceRequest/payloadMode BaseRequest/responsePayloadMode previewWorkItemResponse/previewData/responseType
attribute dataPayload/@payloadMode
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 <xs:simpleType name="payloadModeType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the available payload formats. (RSS is currently not supported.)</xs:documentation>
 
</xs:annotation>
 
<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