XML Schema 2001 Reference |
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> |