| diagram | ![]()  | 
				||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://common.api.pfe.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of BaseActivityReference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties | 
  | 
				||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes | 
  | 
				||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="ActivityReference"> <xs:annotation> <xs:documentation>Reference details of a page activity.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BaseActivityReference"> <xs:attribute name="activityName" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the page activity.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="activityModelId" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Identity of the model associated with the page activity.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="moduleName" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the module associated with the page activity.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="moduleVersion" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Version number of the module associated with the page activity.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="processName" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the pageflow process associated with the page activity.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>  |