This project has retired. For details please refer to its Attic page.
Lens Server: x_dimension

x_dimension Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
description string attribute 0/1  
name string attribute 1/1  
attributes x_dim_attributes element ns2 0/1  
expressions x_expressions element ns2 0/1  
join_chains x_join_chains element ns2 0/1  
properties x_properties element ns2 0/1  

Example

<x----- description="..." name="..." xmlns="uri:lens:cube:0.1">
  <attributes>
    <dim_attribute _type="..." end_time="..." num_distinct_values="..." start_time="...">
      <chain_ref_column/>
      <hierarchy/>
      <values>...</values>
    </dim_attribute>
  </attributes>
  <expressions>
    <expression _type="...">
      <expr_spec/>
    </expression>
  </expressions>
  <join_chains>
    <join_chain dest_table="...">
      <paths/>
    </join_chain>
  </join_chains>
  <properties>
    <property name="..." value="..."/>
  </properties>
</x----->