complexType ProcessTemplateMeasureEntry
diagram ec_all_diagrams/ec_all_p729.png
namespace http://base.api.ec.n2.tibco.com
type extension of IntMeasure
properties
base IntMeasure
children index value type
used by
elements ProcessTemplateMeasurePeriod/entry ProcessTemplateMeasureEntry
annotation
documentation
Measure entry for the ProcessTemplateMeasure type.
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>

element ProcessTemplateMeasureEntry/type
diagram ec_all_diagrams/ec_all_p730.png
type ProcessTemplateStatusType
properties
content simple
facets
Kind Value Annotation
enumeration STARTED
documentation
Process started status
enumeration COMPLETED
documentation
Process completed status
enumeration SUSPENDED
documentation
Process suspended status
enumeration HALTED
documentation
Process halted status
enumeration CANCELLED
documentation
Process cancelled status
enumeration FAILED
documentation
Process failed status
annotation
documentation
Enumerated value defining the state of a process instance. One of: STARTED, COMPLETED, SUSPENDED or CANCELLED.
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>


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