diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of IntMeasure | ||
properties |
|
||
children | index value type | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ProcessTemplateMeasureEntry"> <xs:annotation> <xs:documentation>Measure entry for the ProcessTemplateMeasure type.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="IntMeasure"> <xs:sequence> <xs:element name="type" type="ProcessTemplateStatusType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Enumerated value defining the state of a process instance. One of: STARTED, COMPLETED, SUSPENDED or CANCELLED.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ||||||||||||||||||||||||||||||||||
type | ProcessTemplateStatusType | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:element name="type" type="ProcessTemplateStatusType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Enumerated value defining the state of a process instance. One of: STARTED, COMPLETED, SUSPENDED or CANCELLED.</xs:documentation> </xs:annotation> </xs:element> |