ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

sequence

Go to standard
In: complexType namedGroup
Schema

<xs:element name="sequence" type="xs:simpleExplicitGroup"/>

In: schema
Schema

<xs:element name="sequence" type="xs:explicitGroup" id="sequence"> </xs:element>


Occurs in Schema Tutorial examples:
elementFormDefault unqualified for not-top-level elements, namespace non-null
elementFormDefault qualified for not-top-level elements, namespace non-null
Element with mixed content (text and only one element)
Element which contains elements only (order is important)
Element which contains mixture of two elements (can appear more times)
Element which contains two "patterns" (sequences), in any order
Defining a group of attributes
Just one element from any namespace
Arbitrary number of elements from any namespace
Exact number of elements from any namespace
Elements from namespace other than target namespace (which is not null)
Elements from namespace other than target namespace (which is null)
nillable, xsi:nil
xsi:type
Element and type have the same name
Error - simpleType and complexType have the same name
Uniqueness
Key
Uniqueness - comparison of numbers
Unique and nillable
Keyref
Importing schema and processContents "strict"
Importing schema and processContents "lax"
Importing schema and processContents "skip"
Abstract element, substitutionGroup
Attribute block
Attribute block set to "restriction"
Attribute block set to "extension"
XML Schema - blockDefault attribute
Combining block and blockDefault attributes
Abstract type
Extending schema
Extension of a sequence
Restriction of a sequence
Error in restriction - namespaces in wildcards
"Sequence" from "all"
"Sequence" from "choice"
Element from any
Target namespaces are the same (non-null)
Target namespaces are the same (null)
Including document has non-null target namespaces, included null target namespace
The wildcard "xsd:any" and inclusions