complexType WorkItemMeasureEntry
diagram ec_all_diagrams/ec_all_p825.png
namespace http://base.api.ec.n2.tibco.com
type extension of IntMeasure
properties
base IntMeasure
children index value type
used by
elements WorkItemMeasurePeriod/entry WorkItemMeasureEntry
annotation
documentation
Measure entry for the WorkItemMeasure type.
source <xs:complexType name="WorkItemMeasureEntry">
 
<xs:annotation>
   
<xs:documentation>Measure entry for the WorkItemMeasure type.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="IntMeasure">
     
<xs:sequence>
       
<xs:element name="type" type="WorkItemStatusType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Enumerated value defining the state of a work item. One of: OFFERED, ALLOCATED, PENDED, COMPLETED, SUSPENDED or CANCELLED.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element WorkItemMeasureEntry/type
diagram ec_all_diagrams/ec_all_p826.png
type WorkItemStatusType
properties
content simple
facets
Kind Value Annotation
enumeration OFFERED
documentation
Work Item Offered State
enumeration ALLOCATED
documentation
Work Item Allocated State
enumeration PENDED
documentation
Work Item Pended State
enumeration COMPLETED
documentation
Work Item Completed State
enumeration SUSPENDED
documentation
Work Item Suspended State
enumeration CANCELLED
documentation
Work Item Cancelled State
enumeration OPENED
documentation
Work Item Opened State
annotation
documentation
Enumerated value defining the state of a work item. One of: OFFERED, ALLOCATED, PENDED, COMPLETED, SUSPENDED or CANCELLED.
source <xs:element name="type" type="WorkItemStatusType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the state of a work item. One of: OFFERED, ALLOCATED, PENDED, COMPLETED, SUSPENDED or CANCELLED.</xs:documentation>
 
</xs:annotation>
</xs:element>


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