This project has retired. For details please refer to its Attic page.
Lens Server: XPartSpec

XPartSpec Data Type

Java class for x_part_spec complex type.

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

 <complexType name="x_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_part_spec_element" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
part_spec_element array of array of XPartSpecElement

Example

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