x_property Data Type

A key-value pair for storing property's name and its value.

Java class for x_property complex type.

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

 <complexType name="x_property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" 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 description
name string attribute 1/1  
value string attribute 1/1  

Example

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