complexType BasePageData
diagram pfe-business-service_diagrams/pfe-business-service_p76.png
namespace http://common.api.pfe.n2.tibco.com
children pageReference payloadModel
source <xs:complexType name="BasePageData">
 
<xs:sequence>
   
<xs:element name="pageReference" type="BasePageReference"/>
   
<xs:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element BasePageData/pageReference
diagram pfe-business-service_diagrams/pfe-business-service_p77.png
type BasePageReference
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
activityId  xs:string  required      
documentation
ID of the page activity.
source <xs:element name="pageReference" type="BasePageReference"/>

element BasePageData/payloadModel
diagram pfe-business-service_diagrams/pfe-business-service_p78.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.)
source <xs:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>


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