element <xs:schema> (global)
Namespace:
Type:
anonymous complexType (extension of xs:openAttrs)
Content:
complex, 8 attributes, attr. wildcard, 12 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 8 attributes, 5 elements
Used:
never
Component Diagram
XML Representation Summary
<xs:schema
   
 = 
 = 
 = 
("#all" | list of ("extension" | "restriction" | "list" | "union")) : ""
 = 
("#all" | list of ("extension" | "restriction" | "substitution")) : ""
 = 
("qualified" | "unqualified") : "unqualified"
 = 
("qualified" | "unqualified") : "unqualified"
 = 
 = 
   
   
>
   
Content: 
</xs:schema>
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-schema
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="schema" name="schema">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="xs:include"/>
<xs:element ref="xs:import"/>
<xs:element ref="xs:redefine"/>
<xs:element ref="xs:annotation"/>
</xs:choice>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:group ref="xs:schemaTop"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
</xs:sequence>
<xs:attribute name="targetNamespace" type="xs:anyURI"/>
<xs:attribute name="version" type="xs:token"/>
<xs:attribute default="" name="finalDefault" type="xs:fullDerivationSet" use="optional"/>
<xs:attribute default="" name="blockDefault" type="xs:blockSet" use="optional"/>
<xs:attribute default="unqualified" name="attributeFormDefault" type="xs:formChoice" use="optional"/>
<xs:attribute default="unqualified" name="elementFormDefault" type="xs:formChoice" use="optional"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute ref="xml:lang"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:key name="element">
<xs:selector xpath="xs:element"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="attribute">
<xs:selector xpath="xs:attribute"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="type">
<xs:selector xpath="xs:complexType|xs:simpleType"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="group">
<xs:selector xpath="xs:group"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="attributeGroup">
<xs:selector xpath="xs:attributeGroup"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="notation">
<xs:selector xpath="xs:notation"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="identityConstraint">
<xs:selector xpath=".//xs:key|.//xs:unique|.//xs:keyref"/>
<xs:field xpath="@name"/>
</xs:key>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 8/9)
attributeFormDefault
Type:
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"qualified", "unqualified"
Default:
"unqualified"
XML Source (see within schema source)
<xs:attribute default="unqualified" name="attributeFormDefault" type="xs:formChoice" use="optional"/>

blockDefault
Type:
Use:
optional
Attribute Value
"#all" | list of ("extension" | "restriction" | "substitution")
Default:
""
XML Source (see within schema source)
<xs:attribute default="" name="blockDefault" type="xs:blockSet" use="optional"/>

elementFormDefault
Type:
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"qualified", "unqualified"
Default:
"unqualified"
XML Source (see within schema source)
<xs:attribute default="unqualified" name="elementFormDefault" type="xs:formChoice" use="optional"/>

finalDefault
Type:
Use:
optional
Attribute Value
"#all" | list of ("extension" | "restriction" | "list" | "union")
Default:
""
XML Source (see within schema source)
<xs:attribute default="" name="finalDefault" type="xs:fullDerivationSet" use="optional"/>

id
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

targetNamespace
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="targetNamespace" type="xs:anyURI"/>

version
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="version" type="xs:token"/>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (all declarations; defined within this component only; 5/12)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element ref="xs:annotation"/>

xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xs:annotation"/>

xs:import
Type:
anonymous complexType (extension of xs:annotated), complex content
XML Source (see within schema source)
<xs:element ref="xs:import"/>

xs:include
Type:
anonymous complexType (extension of xs:annotated), complex content
XML Source (see within schema source)
<xs:element ref="xs:include"/>

xs:redefine
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element ref="xs:redefine"/>

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.