Component 
SUMMARY: XML REP | PARENT | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
XML Schema for
XML Schemas 1.0

element <xs:annotation>
Namespace:
Type:
anonymous complexType (extension of xs:openAttrs)
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
at 28 locations
Component Diagram
XML Representation Summary
<xs:annotation
   
 = 
   
   
>
   
Content: 
</xs:annotation>
Included in content model of elements (52):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-annotation
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="annotation" name="annotation">
<xs:complexType>
<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>
Attribute Detail (all declarations defined in this component; 1/2)
id
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>
Content Element Detail (all declarations defined in this component; 2/2)
xs:appinfo
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="xs:appinfo"/>

xs:documentation
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="xs:documentation"/>

 Component 
SUMMARY: XML REP | PARENT | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
XML Schema for
XML Schemas 1.0

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.