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

XProperties Data Type

A list of property elements.

Java class for x_properties complex type.

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

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

Properties
name data type description
property array of array of XProperty

Example

{
  "property" : [ [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ], [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ] ]
}