XTimePartSpec Data Type

Java class for x_time_part_spec complex type.

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

 <complexType name="x_time_part_spec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="part_spec_element" type="{uri:lens:cube:0.1}x_time_part_spec_element" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
part_spec_element array of array of XTimePartSpecElement

Example

{
  "part_spec_element" : [ [ {
    "key" : "...",
    "value" : 12345
  }, {
    "key" : "...",
    "value" : 12345
  } ], [ {
    "key" : "...",
    "value" : 12345
  }, {
    "key" : "...",
    "value" : 12345
  } ] ]
}