ZVON > References > XML Schema 2001 Reference |
Intro / Search / ZVON |
index | >> Schema << | DTD |
Schema |
---|
<xs:element name="all"> <xs:complexType mixed="false"> <xs:complexContent> <xs:restriction base="xs:all"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> |
Schema |
---|
<xs:element name="all" id="all" type="xs:all"> </xs:element> |
Occurs in Schema Tutorial examples:
Element which contains elements only (order does not matter)
Element can contain a mixture of elements
"Sequence" from "all"