xsd:complexContent
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: xmlschema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xsd:annotation [0..1]
- Choice [1..1]
from type xsd:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type xsd:openAttrs | |
id | [0..1] | xsd:ID | from type xsd:annotated | |
mixed | [0..1] | xsd:boolean | Indicates that mixed content is allowed. |
Used in
- Group xsd:complexTypeModel
- Type xsd:complexType via reference to xsd:complexTypeModel
- Type xsd:localComplexType via reference to xsd:complexTypeModel (Element xsd:complexType)
- Type xsd:topLevelComplexType via reference to xsd:complexTypeModel (Element xsd:complexType)
Sample instance
<xsd:complexContent> <xsd:restriction base="QName"> <xsd:group ref="QName"> </xsd:group> <xsd:attribute> <xsd:simpleType>... </xsd:simpleType> </xsd:attribute> <xsd:anyAttribute> </xsd:anyAttribute> </xsd:restriction> </xsd:complexContent>