element <code>
Namespace:
Type:
embedded complexType
Content:
empty, 2 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<code
   
class
 = 
xsd:string
   
plugin
 = 
xsd:string
/>
May be included in elements (1):
Known Usage Locations
Annotation
Define a reference to an interface implemented in Java.
XML Source
<xsd:element name="code">
<xsd:annotation>
<xsd:documentation>
Define a reference to an interface implemented in Java.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="plugin" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Plugin id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="class" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Class in plugin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail
class
Class in plugin.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="class" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Class in plugin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

plugin
Plugin id
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="plugin" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Plugin id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>