Java class for Tad complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tad">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Option" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Toption" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Tscalar" />
<attribute name="cardinality" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
http://www.osgi.org/xmlns/metatype/v1.2.0| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| name | string | attribute | 0/1 | |||
| description | string | attribute | 0/1 | |||
| id | string | attribute | 1/1 | required | ||
| type | Tscalar | attribute | 1/1 | required | ||
| cardinality | int | attribute | 0/1 | |||
| min | string | attribute | 0/1 | |||
| max | string | attribute | 0/1 | |||
| default | string | attribute | 0/1 | |||
| required | boolean | attribute | 0/1 | |||
| Option | list of Toption | element | ocd | 0/unbounded |
Example
<AD cardinality="..." default="..." description="..." id="..." max="..." min="..." name="..." required="..." type="..." xmlns="http://www.osgi.org/xmlns/metatype/v1.2.0">
<Option label="..." value="...">
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</Option>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</AD>