x_skewed_value_location Data Type

Map of the list of values to location.

Java class for x_skewed_value_location complex type.

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

 <complexType name="x_skewed_value_location">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{uri:lens:cube:0.1}x_skew_col_list"/>
       </sequence>
       <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

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

Example

<x----- location="..." xmlns="uri:lens:cube:0.1">
  <value>
    <elements>...</elements>
  </value>
</x----->