http://www.w3.org/2001/XMLSchema
complexType annotated

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)

Documentation
       This type is extended by all types which allow annotation
       other than <schema> itself
     
Properties
This component is not nillable.

Model
<...
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
annotation?
</...>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Sub Types
{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}attribute (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelAttribute (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}attributeGroup (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}attributeGroupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedAttributeGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}complexType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localComplexType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelComplexType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}element (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localElement (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}narrowMaxMin (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelElement (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}extensionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleExtensionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}facet (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}noFixedFacet (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}numFacet (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}all (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}simpleExplicitGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}realGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}groupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}keybase (extension)
|
+--{http://www.w3.org/2001/XMLSchema}restrictionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}complexRestrictionType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleRestrictionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}simpleType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localSimpleType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelSimpleType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}wildcard (extension)

Local Usage
attribute, attributeGroup, complexContent, complexType, element, extensionType, facet, field, group, import, include, keybase, list, notation, restriction, restrictionType, selector, simpleContent, simpleType, union, wildcard

Source
<xs:complexType mixed="false" name="annotated">
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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