Toption Data Type

Java class for Toption complex type.

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

 <complexType name="Toption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
http://www.osgi.org/xmlns/metatype/v1.2.0
Schema
ocd.xsd
Properties
name data type type namespace min/max occurs constraints description
label string attribute 1/1 required  
value string attribute 1/1 required  

Example

<Option label="..." value="..." xmlns="http://www.osgi.org/xmlns/metatype/v1.2.0">
  <extension1 xmlns="">...</extension1>
  <extension2 xmlns="">...</extension2>
</Option>