diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of MeasureId | ||
properties |
|
||
children | moduleName processTemplateName processTemplateVersion | ||
annotation |
|
||
source | <xs:complexType name="ProcessTemplateId"> <xs:annotation> <xs:documentation>Id of a valid process template.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="MeasureId"> <xs:sequence> <xs:element name="moduleName" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>(Optional) ModuleName of this process template.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="processTemplateName" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of this process template.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="processTemplateVersion" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>(Optional) Version number of this process template.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </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) ModuleName of this process template.</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>Name of this process template.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="processTemplateVersion" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>(Optional) Version number of this process template.</xs:documentation> </xs:annotation> </xs:element> |