complexType PageResponse
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p80.png
namespace http://common.api.pfe.n2.tibco.com
children context pageData
used by
elements startPageFlowResponse/pageResponse updatePageFlowResponse/pageResponse injectPageFlowEventResponse/pageResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
executionState  ExecutionState        
documentation
Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
annotation
documentation
Generic container for a business service or pageflow operation response.
source <xs:complexType name="PageResponse">
 
<xs:annotation>
   
<xs:documentation>Generic container for a business service or pageflow operation response.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="context" type="ResponseContext">
     
<xs:annotation>
       
<xs:documentation>Reference to a pageflow or business service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="pageData" type="PageData" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Data for each page of the pageflow or business service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="executionState" type="ExecutionState">
   
<xs:annotation>
     
<xs:documentation>Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute PageResponse/@executionState
type ExecutionState
facets
Kind Value Annotation
enumeration NOT_STARTED
enumeration STARTED
enumeration IN_PROGRESS
enumeration COMPLETED
enumeration UNKNOWN
annotation
documentation
Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
source <xs:attribute name="executionState" type="ExecutionState">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element PageResponse/context
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p81.png
type ResponseContext
properties
content complex
children pageFlowTemplate processReference
annotation
documentation
Reference to a pageflow or business service.
source <xs:element name="context" type="ResponseContext">
 
<xs:annotation>
   
<xs:documentation>Reference to a pageflow or business service.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PageResponse/pageData
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p82.png
type PageData
properties
minOcc 1
maxOcc unbounded
content complex
children pageReference payload
annotation
documentation
Data for each page of the pageflow or business service.
source <xs:element name="pageData" type="PageData" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data for each page of the pageflow or business service.</xs:documentation>
 
</xs:annotation>
</xs:element>


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