Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 2 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
<xsd:element name="code"> <xsd:annotation> <xsd:documentation> Define a reference to an interface implemented in Java. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:annotation> <xsd:documentation>Plugin id</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation>Class in plugin.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="class" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>Class in plugin.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="plugin" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation>Plugin id</xsd:documentation> </xsd:annotation> </xsd:attribute> |