simpleType ConsolidationType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration NO_CONSOLIDATION
enumeration CONSOLIDATE
enumeration BOTH
annotation
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.
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>

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