Definition Type: ComplexType
Name: annotated
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:openAttrs
Containing Schema: XMLSchema.xsd
Abstract
Documentation:
This type is extended by all types which allow annotation other than <schema> itself
Collapse XSD Schema Diagram:
Drilldown into annotation in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsdXSD Diagram of annotated in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:complexType name="annotated">
    <xs:annotation>
        <xs:documentation>
       This type is extended by all types which allow annotation
       other than &lt;schema&gt; itself
     </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="xs:openAttrs">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
            </xs:sequence>
            <xs:attribute name="id" type="xs:ID" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd:attribute, xsd:attributeGroup, xsd:complexContent, xsd:complexType, xsd:element, xsd:extensionType, xsd:facet, xsd:field, xsd:group, xsd:import, xsd:include, xsd:keybase, xsd:list, xsd:notation, xsd:restriction, xsd:restrictionType, xsd:selector, xsd:simpleContent, xsd:simpleType, xsd:unionxsd:wildcard,