complexType ActivityReference
diagram pflow_diagrams/pflow_p62.png
namespace http://common.api.pfe.n2.tibco.com
type extension of BaseActivityReference
properties
base BaseActivityReference
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
Reference details of a page activity.
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>

attribute ActivityReference/@activityName
type xs:string
properties
use required
annotation
documentation
Name of the page activity.
source <xs:attribute name="activityName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the page activity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ActivityReference/@activityModelId
type xs:string
properties
use required
annotation
documentation
Identity of the model associated with the page activity.
source <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>

attribute ActivityReference/@moduleName
type xs:string
properties
use required
annotation
documentation
Name of the module associated with the page activity.
source <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>

attribute ActivityReference/@moduleVersion
type xs:string
properties
use required
annotation
documentation
Version number of the module associated with the page activity.
source <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>

attribute ActivityReference/@processName
type xs:string
properties
use required
annotation
documentation
Name of the pageflow process associated with the page activity.
source <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>

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