complexType ProcessTemplateNameIdentifier
diagram ec_wsdl_diagrams/ec_wsdl_p1611.png
namespace http://base.api.ec.n2.tibco.com
children moduleName processTemplateName version
used by
elements ProcessTemplateNameIdentifier ProcessTemplates/processTemplateNameIdentifier
annotation
documentation
A Process Template identified by name, and optionally moduleName/version. Note: This option must uniquely identify a Process Template.  Name can be used alone provided there is only one template on the system with it.
source <xs:complexType name="ProcessTemplateNameIdentifier">
 
<xs:annotation>
   
<xs:documentation>A Process Template identified by name, and optionally moduleName/version. Note: This option must uniquely identify a Process Template.  Name can be used alone provided there is only one template on the system with it.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="moduleName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>(Optional) The module name for this Process Template.  If not specified there must be only one Process Template on the system with the given processTemplateName</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="processTemplateName" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of this process template</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="version" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>(Optional) The version of this Process Template.   If not specified there must be only one Process Template on the system with the given processTemplateName</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ProcessTemplateNameIdentifier/moduleName
diagram ec_wsdl_diagrams/ec_wsdl_p1612.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
(Optional) The module name for this Process Template.  If not specified there must be only one Process Template on the system with the given processTemplateName
source <xs:element name="moduleName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>(Optional) The module name for this Process Template.  If not specified there must be only one Process Template on the system with the given processTemplateName</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProcessTemplateNameIdentifier/processTemplateName
diagram ec_wsdl_diagrams/ec_wsdl_p1613.png
type xs:string
properties
content simple
annotation
documentation
The name of this process template
source <xs:element name="processTemplateName" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of this process template</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProcessTemplateNameIdentifier/version
diagram ec_wsdl_diagrams/ec_wsdl_p1614.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
(Optional) The version of this Process Template.   If not specified there must be only one Process Template on the system with the given processTemplateName
source <xs:element name="version" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>(Optional) The version of this Process Template.   If not specified there must be only one Process Template on the system with the given processTemplateName</xs:documentation>
 
</xs:annotation>
</xs:element>

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