diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | moduleName processTemplateName version | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |