complexType PFETemplate
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p88.png
namespace http://common.api.pfe.n2.tibco.com
type extension of BaseTemplate
properties
base BaseTemplate
used by
elements startPageFlow/pageFlowDefinition ResponseContext/pageFlowTemplate
complexTypes BaseBusinessServiceTemplate PageFlowTemplate
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.
annotation
documentation
Unique definition of a pageflow or business service.
source <xs:complexType name="PFETemplate">
 
<xs:annotation>
   
<xs:documentation>Unique definition of a pageflow or business service.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseTemplate">
     
<xs:attribute name="version" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Version of the process.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute PFETemplate/@version
type xs:string
properties
use required
annotation
documentation
Version of the process.
source <xs:attribute name="version" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Version of the process.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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