element <implementations>
Namespace:
Type:
embedded complexType
Content:
complex, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<implementations>
   
Content: 
</implementations>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Implementation elements declare code or script implementations of interfaces by name.
XML Source
<xsd:element name="implementations">
<xsd:annotation>
<xsd:documentation>
Implementation elements declare code or script implementations of interfaces by name.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" ref="implementation"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail
implementation
Type:
embedded, complex content
Defined:
by reference, within this element
XML Source
<xsd:element maxOccurs="unbounded" ref="implementation"/>