xsd:attributeGroup
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Other elements with the same name: xsd:attributeGroup
Type: xsd:namedAttributeGroup
Properties: Global, Qualified, ID: attributeGroup
Content
- Sequence [1..1]
- xsd:annotation [0..1]
- Choice [0..*]
- xsd:anyAttribute [0..1]
from group xsd:attrDecls
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type xsd:annotated | |
name | [1..1] | xsd:NCName | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xsd:override via reference to xsd:schemaTop
- Anonymous type of element xsd:redefine
- Anonymous type of element xsd:schema via reference to xsd:schemaTop
- Group xsd:schemaTop
Sample instance
<xsd:attributeGroup name="NCName"> <xsd:attribute> <xsd:simpleType> <xsd:restriction base="QName">... </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:anyAttribute> </xsd:anyAttribute> </xsd:attributeGroup>