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

x_dim_attribute Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
_type string attribute 0/1  
end_time dateTime attribute 0/1  
num_distinct_values long attribute 0/1  
start_time dateTime attribute 0/1  
chain_ref_column x_chain_column element ns2 0/unbounded  
hierarchy x_dim_attributes element ns2 0/1  
values string element ns2 0/unbounded  
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="..." description="..." display_string="..." end_time="..." name="..." num_distinct_values="..." start_time="..." xmlns="uri:lens:cube:0.1">
  <chain_ref_column chain_name="..." dest_table="..." ref_col="..."/>
  <hierarchy>
    <dim_attribute/>
  </hierarchy>
  <values>...</values>
  <tags>
    <property/>
  </tags>
</x----->