element <xs:schema> (global)
Namespace:
Type:
anonymous complexType (extension of xs:openAttrs)
Content:
complex, 10 attributes, attr. wildcard, 15 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 10 attributes, 3 elements
Used:
never
Component Diagram
XML Representation Summary
<xs:schema
   
 = 
xs:anyURI
 = 
xs:token
 = 
("#all" | list of ("extension" | "restriction" | "list" | "union")) : ""
 = 
("#all" | list of ("extension" | "restriction" | "substitution")) : ""
 = 
("qualified" | "unqualified") : "unqualified"
 = 
("qualified" | "unqualified") : "unqualified"
 = 
xs:QName
 = 
(xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local")) : "##local"
 = 
xs:ID
 = 
(xs:language | "")
   
   
>
   
Content: 
</xs:schema>
Annotation
See:  ../structures/structures.html#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:group maxOccurs="unbounded" minOccurs="0" ref="xs:composition"/>
<xs:sequence minOccurs="0">
<xs:element ref="xs:defaultOpenContent"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<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="defaultAttributes" type="xs:QName"/>
<xs:attribute default="##local" name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace" 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; 10/11)
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"/>

defaultAttributes
Type:
xs:QName, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="defaultAttributes" type="xs:QName"/>

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:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

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

version
Type:
xs:token, predefined
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
xs:language | ""
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>

xpathDefaultNamespace
Type:
Use:
optional
Attribute Value
xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local")
Default:
"##local"
XML Source (see within schema source)
<xs:attribute default="##local" name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/15)
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: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:defaultOpenContent
Type:
anonymous complexType (extension of xs:annotated), complex content
XML Source (see within schema source)
<xs:element ref="xs:defaultOpenContent"/>

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.