diagram |
|
namespace |
http://common.api.pfe.n2.tibco.com |
type |
extension of ActivityReference |
properties |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | activityId | xs:string | required | | | documentation | ID of the page activity. |
| activityName | xs:string | required | | | documentation | Name of the page activity. |
| activityModelId | xs:string | required | | | documentation | Identity of the model associated with the page activity. |
| moduleName | xs:string | required | | | documentation | Name of the module associated with the page activity. |
| moduleVersion | xs:string | required | | | documentation | Version number of the module associated with the page activity. |
| processName | xs:string | required | | | documentation | Name of the pageflow process associated with the page activity. |
|
|
annotation |
documentation | Definition of an in-progress page reference. |
|
source |
<xs:complexType name="PageReference">
<xs:annotation>
<xs:documentation>Definition of an in-progress page reference.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ActivityReference"/>
</xs:complexContent>
</xs:complexType> |