x_measure_names Data Type

Set of measure names.

Java class for x_measure_names complex type.

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

 <complexType name="x_measure_names">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="measure_name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs constraints description
measure_name string element ns2 1/unbounded required  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <measure_name>...</measure_name>
</x----->