XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
element annotation

Documentation

Model
<annotation
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
(appinfo | documentation)*
</annotation>


Attribute Summary
 xs:IDid
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
allModel, annotated, attributeGroupRef, complexRestrictionType, explicitGroup, groupRef, localComplexType, localElement, localSimpleType, namedAttributeGroup, namedGroup, noFixedFacet, numFacet, pattern, realGroup, redefine, schema, simpleExplicitGroup, simpleExtensionType, simpleRestrictionType, topLevelAttribute, topLevelComplexType, topLevelElement, topLevelSimpleType, totalDigits, whiteSpace

Source
<xs:element id="annotation" name="annotation">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<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>

XML Schema for XML Schema

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.