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

Documentation
Properties
This component is not nillable.

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


Nested Element Summary
 appinfo
          
 documentation
          

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, narrowMaxMin, 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>


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