Set of dim attributes.
Java class for x_dim_attributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_dim_attributes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dim_attribute" type="{uri:lens:cube:0.1}x_dim_attribute" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
uri:lens:cube:0.1
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
dim_attribute | x_dim_attribute | element | ns2 | 1/unbounded | required |
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----->