complexType PFETemplate
diagram busserv_diagrams/busserv_p148.png
namespace http://common.api.pfe.n2.tibco.com
type extension of BaseTemplate
properties
base BaseTemplate
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>

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