complexType BaseTemplate
diagram pflow_diagrams/pflow_p75.png
namespace http://common.api.pfe.n2.tibco.com
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.
annotation
documentation
General definition of a pageflow process or business service.
source <xs:complexType name="BaseTemplate">
 
<xs:annotation>
   
<xs:documentation>General definition of a pageflow process or business service.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="moduleName" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Module name that contains the pageflow process or business service.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="processName" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the pageflow process or business service.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute BaseTemplate/@moduleName
type xs:string
properties
use required
annotation
documentation
Module name that contains the pageflow process or business service.
source <xs:attribute name="moduleName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Module name that contains the pageflow process or business service.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseTemplate/@processName
type xs:string
properties
use required
annotation
documentation
Name of the pageflow process or business service.
source <xs:attribute name="processName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the pageflow process or business service.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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