ZVON > References > XML Schema 2001 Reference |
Intro / Search / ZVON |
index | >> Schema << | DTD |
Annotation | |
---|---|
Documentation | |
Source | http://www.w3.org/TR/xmlschema-1/#element-complexContent |
Schema |
---|
<xs:element name="complexContent" id="complexContent"> <xs:complexType mixed="false"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:complexRestrictionType"/> <xs:element name="extension" type="xs:extensionType"/> </xs:choice> <xs:attribute name="mixed" type="xs:boolean"> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Occurs in Schema Tutorial examples:
Empty element
Attribute block and xsi:type
Abstract type
Extension of a sequence
Extension of a choice
Restriction of a sequence
Restriction of a choice
Error in restriction - namespaces in wildcards
"Sequence" from "all"
"Sequence" from "choice"
Element from any