| namespace | http://base.api.ec.n2.tibco.com | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| 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> |