complexType PageFlowTemplate
diagram pflow_diagrams/pflow_p103.png
namespace http://common.api.pfe.n2.tibco.com
type extension of PFETemplate
properties
base PFETemplate
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
hasFormalParameters  xs:boolean  required      
documentation
Boolean value defining whether the pageflow contains formal parameters.
annotation
documentation
Definition of a pageflow.
source <xs:complexType name="PageFlowTemplate">
 
<xs:annotation>
   
<xs:documentation>Definition of a pageflow.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="PFETemplate">
     
<xs:attribute name="hasFormalParameters" type="xs:boolean" use="required">
       
<xs:annotation>
         
<xs:documentation>Boolean value defining whether the pageflow contains formal parameters.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute PageFlowTemplate/@hasFormalParameters
type xs:boolean
properties
use required
annotation
documentation
Boolean value defining whether the pageflow contains formal parameters.
source <xs:attribute name="hasFormalParameters" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Boolean value defining whether the pageflow contains formal parameters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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