complexType "xs:annotated"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
at 21 locations
Component Diagram
XML Representation Summary
<...
   
 = 
   
   
>
   
Content: 
</...>
Known Direct Subtypes (11):
Known Indirect Subtypes (21):
All Direct / Indirect Based Elements (64):
xs:attribute (defined in xs:attrDecls group),
xs:attributeGroup (defined in xs:attrDecls group),
xs:complexType (defined in xs:element complexType),
xs:complexType (defined in xs:localElement complexType),
xs:complexType (in xs:element defined in xs:allModel group),
xs:element (defined in xs:allModel group),
xs:element (defined in xs:nestedParticle group),
xs:element (defined in xs:particle group),
xs:group (defined in xs:nestedParticle group),
xs:group (defined in xs:particle group),
xs:group (defined in xs:typeDefParticle group),
xs:simpleType (defined in xs:element complexType),
xs:simpleType (defined in xs:localElement complexType),
xs:simpleType (in xs:attribute defined in xs:attrDecls group),
xs:simpleType (in xs:element defined in xs:allModel group),
Known Usage Locations
Annotation
This type is extended by all types which allow annotation
other than <schema> itself
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated
XML Source (w/o annotations (1); see within schema source)
<xs:complexType 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>
Attribute Detail (all declarations; defined within this component only; 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 within this component only; 1/1)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.