complexType BaseSessionContext
diagram pfe-business-service_diagrams/pfe-business-service_p82.png
namespace http://common.api.pfe.n2.tibco.com
children processReference activityReference
used by
complexType RequestContext
annotation
documentation
Unique identifier for an in-progress process and page activity.
source <xs:complexType name="BaseSessionContext">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for an in-progress process and page activity.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="processReference" type="BaseProcessReference">
     
<xs:annotation>
       
<xs:documentation>Unique identifier for an in-progress process instance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="activityReference" type="BaseActivityReference">
     
<xs:annotation>
       
<xs:documentation>Unique identifier for an in-progress activity instance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BaseSessionContext/processReference
diagram pfe-business-service_diagrams/pfe-business-service_p83.png
type BaseProcessReference
properties
content complex
children id
annotation
documentation
Unique identifier for an in-progress process instance.
source <xs:element name="processReference" type="BaseProcessReference">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for an in-progress process instance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BaseSessionContext/activityReference
diagram pfe-business-service_diagrams/pfe-business-service_p84.png
type BaseActivityReference
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
activityId  xs:string  required      
documentation
ID of the page activity.
annotation
documentation
Unique identifier for an in-progress activity instance.
source <xs:element name="activityReference" type="BaseActivityReference">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for an in-progress activity instance.</xs:documentation>
 
</xs:annotation>
</xs:element>


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