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

x_dim_attributes Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
dim_attribute x_dim_attribute element ns2 1/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <dim_attribute _type="..." description="..." display_string="..." end_time="..." name="..." num_distinct_values="..." start_time="...">
    <chain_ref_column chain_name="..." dest_table="..." ref_col="..."/>
    <hierarchy/>
    <values>...</values>
    <tags/>
  </dim_attribute>
</x----->