Java class for Tocd complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Tocd">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AD" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Tad" maxOccurs="unbounded"/>
         <element name="Icon" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Ticon" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" 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" />
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 
      | name | data type | description | 
|---|---|---|
| AD | array of Tad | |
| Icon | array of Ticon | |
| any | array of object | |
| id | string | |
| name | string | |
| otherAttributes | map of string | |
| description | string | 
Example
{
  "AD" : [ {
    "Option" : [ {
      "any" : [ { }, { } ],
      "label" : "...",
      "value" : "...",
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }, {
      "any" : [ { }, { } ],
      "label" : "...",
      "value" : "...",
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    } ],
    "any" : [ { }, { } ],
    "id" : "...",
    "max" : "...",
    "min" : "...",
    "name" : "...",
    "type" : "Byte",
    "default" : "...",
    "required" : true,
    "otherAttributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "cardinality" : 12345,
    "description" : "..."
  }, {
    "Option" : [ {
      "any" : [ { }, { } ],
      "label" : "...",
      "value" : "...",
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }, {
      "any" : [ { }, { } ],
      "label" : "...",
      "value" : "...",
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    } ],
    "any" : [ { }, { } ],
    "id" : "...",
    "max" : "...",
    "min" : "...",
    "name" : "...",
    "type" : "Long",
    "default" : "...",
    "required" : true,
    "otherAttributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "cardinality" : 12345,
    "description" : "..."
  } ],
  "Icon" : [ {
    "any" : [ { }, { } ],
    "size" : 12345,
    "resource" : "...",
    "otherAttributes" : {
      "property1" : "...",
      "property2" : "..."
    }
  }, {
    "any" : [ { }, { } ],
    "size" : 12345,
    "resource" : "...",
    "otherAttributes" : {
      "property1" : "...",
      "property2" : "..."
    }
  } ],
  "any" : [ { }, { } ],
  "id" : "...",
  "name" : "...",
  "otherAttributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "description" : "..."
}