Namespace: |
|
Type: |
|
Content: |
simple, 1 attribute |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<attribute |
|||||
key | = |
xsd:string |
|||
> |
|||||
|
|||||
</attribute> |
Type Derivation Summary xsd:string ![]() |
Derivation: |
extension of xsd:string |
<xsd:element name="attribute"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:annotation> <xsd:documentation/> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="key" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation/> </xsd:annotation> </xsd:attribute> |