element <attribute>
Namespace:
Type:
embedded (extension of xsd:string)
Content:
simple, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<attribute
   
key
 = 
xsd:string
   
>
   
Content: 
{ xsd:string }
</attribute>
May be included in elements (1):
Known Usage Locations
Embedded Type Detail
Type Derivation Summary
xsd:string
  complexType
Derivation:
extension of xsd:string
XML Source
<xsd:element name="attribute">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="key" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
key
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="key" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>