Definition Type: Element
Name: annotation
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:openAttrs
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into documentation in schema xmlschema_xsd Drilldown into appinfo in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsdXSD Diagram of annotation in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:element name="annotation" id="annotation">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xs:openAttrs">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="xs:appinfo" />
                    <xs:element ref="xs:documentation" />
                </xs:choice>
                <xs:attribute name="id" type="xs:ID" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
appinfo xs:appinfo (1) (1)
documentation xs:documentation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: