x_dim_attribute Data Type

A dim attribute.

Java class for x_dim_attribute complex type.

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

 <complexType name="x_dim_attribute">
   <complexContent>
     <extension base="{uri:lens:cube:0.1}x_field">
       <sequence>
         <element name="chain_ref_column" type="{uri:lens:cube:0.1}x_chain_column" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hierarchy" type="{uri:lens:cube:0.1}x_dim_attributes" minOccurs="0"/>
         <element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="_type" 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="num_distinct_values" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </complexContent>
 </complexType>
 

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----->