XDimAttributes Data Type

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>
 

Properties
name data type description
dim_attribute array of array of XDimAttribute

Example

{
  "dim_attribute" : [ [ {
    "_type" : "...",
    "chain_ref_column" : [ [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ], [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ] ],
    "hierarchy" : {
      "dim_attribute" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "values" : [ [ "...", "..." ], [ "...", "..." ] ],
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "_type" : "...",
    "chain_ref_column" : [ [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ], [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ] ],
    "hierarchy" : {
      "dim_attribute" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "values" : [ [ "...", "..." ], [ "...", "..." ] ],
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ], [ {
    "_type" : "...",
    "chain_ref_column" : [ [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ], [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ] ],
    "hierarchy" : {
      "dim_attribute" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "values" : [ [ "...", "..." ], [ "...", "..." ] ],
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "_type" : "...",
    "chain_ref_column" : [ [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ], [ {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    }, {
      "chain_name" : "...",
      "ref_col" : "...",
      "dest_table" : "..."
    } ] ],
    "hierarchy" : {
      "dim_attribute" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "values" : [ [ "...", "..." ], [ "...", "..." ] ],
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ] ]
}