complexType PageFlowProcessReference
diagram busserv_diagrams/busserv_p137.png
namespace http://common.api.pfe.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
instanceId  xs:string  required      
documentation
Unique ID of the process instance.
name  xs:string  optional      
documentation
Name of the pageflow process.
annotation
documentation
Unique identifier for an in-progress pageflow.
source <xs:complexType name="PageFlowProcessReference">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for an in-progress pageflow.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="instanceId" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the process instance.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Name of the pageflow process.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute PageFlowProcessReference/@instanceId
type xs:string
properties
use required
annotation
documentation
Unique ID of the process instance.
source <xs:attribute name="instanceId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the process instance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PageFlowProcessReference/@name
type xs:string
properties
use optional
annotation
documentation
Name of the pageflow process.
source <xs:attribute name="name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Name of the pageflow process.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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