complexType dataPayload
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p117.png
namespace http://datafeed.common.n2.tibco.com
children serializedPayload XmlPayload
used by
elements startPageFlow/formalParams injectPageFlowEvent/formalParams updatePageFlow/pageFields PageData/payload BasePageData/payloadModel
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
annotation
documentation
Payload data.
source <xs:complexType name="dataPayload">
 
<xs:annotation>
   
<xs:documentation>Payload data.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="serializedPayload" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>JSON data stream (string).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="XmlPayload" type="dm:DataModel">
     
<xs:annotation>
       
<xs:documentation>XML data stream (DataModel).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="payloadMode" type="payloadModeType" default="JSON">
   
<xs:annotation>
     
<xs:documentation>Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute dataPayload/@payloadMode
type payloadModeType
properties
default JSON
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
annotation
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
source <xs:attribute name="payloadMode" type="payloadModeType" default="JSON">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element dataPayload/serializedPayload
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p118.png
type xs:string
properties
content simple
annotation
documentation
JSON data stream (string).
source <xs:element name="serializedPayload" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>JSON data stream (string).</xs:documentation>
 
</xs:annotation>
</xs:element>

element dataPayload/XmlPayload
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p119.png
type DataModel
properties
content complex
children inputs outputs inouts
annotation
documentation
XML data stream (DataModel).
source <xs:element name="XmlPayload" type="dm:DataModel">
 
<xs:annotation>
   
<xs:documentation>XML data stream (DataModel).</xs:documentation>
 
</xs:annotation>
</xs:element>


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