| namespace | http://base.api.ec.n2.tibco.com | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="ConsolidationType"> <xs:annotation> <xs:documentation>Enumerated value defining the consolidation modes available for the measure request. One of: NO_CONSOLIDATION, CONSOLIDATE or BOTH. See MeasureOptions.consolidation for more information.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NO_CONSOLIDATION"/> <xs:enumeration value="CONSOLIDATE"/> <xs:enumeration value="BOTH"/> </xs:restriction> </xs:simpleType> |