Name

xs:schema — Document element of a W3C XML Schema.

Synopsis

<xs:schema
           attributeFormDefault = ( “qualified” | “unqualified” ) : “unqualified”
           blockDefault         = ( “#all” | list of ( “extension” | “restriction” |
                                    “substitution” ) ) : “”
           elementFormDefault   = ( “qualified” | “unqualified” ) : “unqualified”
           finalDefault         = ( “#all” | list of ( “extension” | “restriction” )
                                    ) : “”
           id                   = xs:ID
           targetNamespace      = xs:anyURI
           version              = xs:token
           xml:lang             = xml:lang
           {any attributes with non-schema namespace}
           >
           Content: ((xs:include | xs:import | xs:redefine | xs:annotation)*, (,
                      ( | (xs:simpleType | xs:complexType | xs:group |
                      xs:attributeGroup) | xs:element | xs:attribute |
                      xs:notation), xs:annotation*)*)
</xs:schema>

May be included in: (must be root element)