Purpose | This element defines a complex content model. |
Parent element | xs:complexType |
Child elements | xs:annotation ,
xs:extension ,
xs:restriction |
Attributes | id ,
mixed |
Name | Type | Description |
---|---|---|
id |
xs:ID |
Assigns an identifier to the schema node. |
mixed |
xs:boolean |
Specifies whether the complex type being
defined with the xs:complexContent element allows mixed content
(i.e. a combination of text and child elements). The default value for the
mixed attribute is
"false", indicating that
mixed content is not allowed.
|