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

complexContent

Go to standard
Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-1/#element-complexContent

In: schema
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