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