x_time_part_spec 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>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
part_spec_element x_time_part_spec_element element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <part_spec_element key="..." value="..."/>
</x----->