element updatePageFlow
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p24.png
namespace http://pageflow.api.pfe.n2.tibco.com
properties
content complex
children context pageFields responsePayloadMode
annotation
documentation
Request element for updatePageFlow operation.
source <xs:element name="updatePageFlow">
 
<xs:annotation>
   
<xs:documentation>Request element for updatePageFlow operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="context" type="pfecom:RequestContext">
       
<xs:annotation>
         
<xs:documentation>Unique identifier for the pageflow to be updated.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="pageFields" type="df:dataPayload" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Page data to be used to update the pageflow.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="responsePayloadMode" type="df:payloadModeType">
       
<xs:annotation>
         
<xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

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

element updatePageFlow/context
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p25.png
type RequestContext
properties
content complex
children processReference activityReference
annotation
documentation
Unique identifier for the pageflow to be updated.
source <xs:element name="context" type="pfecom:RequestContext">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for the pageflow to be updated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element updatePageFlow/pageFields
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p26.png
type dataPayload
properties
minOcc 0
maxOcc 1
content complex
children serializedPayload XmlPayload
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
Page data to be used to update the pageflow.
source <xs:element name="pageFields" type="df:dataPayload" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Page data to be used to update the pageflow.</xs:documentation>
 
</xs:annotation>
</xs:element>

element updatePageFlow/responsePayloadMode
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p27.png
type payloadModeType
properties
content simple
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
annotation
documentation
Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

(RSS is currently not supported.)
source <xs:element name="responsePayloadMode" type="df:payloadModeType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

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


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