x_measure Data Type

A cube measure.

Java class for x_measure complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_measure">
   <complexContent>
     <extension base="{uri:lens:cube:0.1}x_field">
       <attribute name="_type" use="required" type="{uri:lens:cube:0.1}x_measure_type" />
       <attribute name="default_aggr" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="format_string" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
     </extension>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
_type x_measure_type attribute 1/1  
default_aggr string attribute 0/1  
end_time dateTime attribute 0/1  
format_string string attribute 0/1  
max double attribute 0/1  
min double attribute 0/1  
start_time dateTime attribute 0/1  
unit string attribute 0/1  
Properties inherited from x_field
description string attribute 0/1  
display_string string attribute 0/1  
name string attribute 1/1  
tags x_properties element ns2 0/1  

Example

<x----- _type="..." default_aggr="..." description="..." display_string="..." end_time="..." format_string="..." max="..." min="..." name="..." start_time="..." unit="..." xmlns="uri:lens:cube:0.1">
  <tags>
    <property/>
  </tags>
</x----->