simpleType MeasureType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element requestMeasureObject/measureType
facets
Kind Value Annotation
enumeration PROCESS_TEMPLATE_MEASURE
enumeration PROCESS_DURATION_MEASURE
enumeration WORK_ITEM_FOR_RESOURCE_MEASURE
enumeration WORK_ITEM_FOR_TEMPLATE_MEASURE
annotation
documentation
Enumerated value defining the type of measure to return.

** PRIVATE API - Reserved for internal use **.
source <xs:simpleType name="MeasureType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the type of measure to return.

** PRIVATE API - Reserved for internal use **.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PROCESS_TEMPLATE_MEASURE"/>
   
<xs:enumeration value="PROCESS_DURATION_MEASURE"/>
   
<xs:enumeration value="WORK_ITEM_FOR_RESOURCE_MEASURE"/>
   
<xs:enumeration value="WORK_ITEM_FOR_TEMPLATE_MEASURE"/>
 
</xs:restriction>
</xs:simpleType>


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