xsd:group
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Type: xsd:groupRef
Properties: Local, Qualified
Content
- xsd:annotation [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type xsd:annotated | |
minOccurs | [0..1] | xsd:nonNegativeInteger | Default value is "1". from group xsd:occurs | |
maxOccurs | [0..1] | xsd:allNNI | Default value is "1". from group xsd:occurs | |
ref | [1..1] | xsd:QName | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Group xsd:complexTypeModel via reference to xsd:typeDefParticle
- Group xsd:nestedParticle
- Group xsd:particle
- Group xsd:typeDefParticle
- Type xsd:complexRestrictionType via reference to xsd:typeDefParticle (Element xsd:restriction)
- Type xsd:complexType via reference to xsd:complexTypeModel
- Type xsd:explicitGroup via reference to xsd:nestedParticle (Elements xsd:choice, xsd:sequence)
- Type xsd:extensionType via reference to xsd:typeDefParticle (Element xsd:extension)
- Type xsd:group via reference to xsd:particle
- Type xsd:localComplexType via reference to xsd:complexTypeModel (Element xsd:complexType)
- Type xsd:restrictionType via reference to xsd:typeDefParticle
- Type xsd:simpleExplicitGroup via reference to xsd:nestedParticle (Elements xsd:choice, xsd:sequence)
- Type xsd:topLevelComplexType via reference to xsd:complexTypeModel (Element xsd:complexType)
Sample instance
<xsd:group ref="QName"> </xsd:group>