element <attributes>
Namespace:
Type:
embedded complexType
Content:
complex, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<attributes>
   
Content: 
</attributes>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Attribute elements can hold any static character data that is common to all instances of a component. Attributes are inherited from their base components.
XML Source
<xsd:element name="attributes">
<xsd:annotation>
<xsd:documentation>
Attribute elements can hold any static character data that is common to all instances of a component. Attributes are inherited from their base components.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" ref="attribute"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail
attribute
Type:
embedded (extension of xsd:string), simple content
Defined:
by reference, within this element
XML Source
<xsd:element maxOccurs="unbounded" ref="attribute"/>