xsd:group
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Type: xsd:namedGroup
Properties: Global, Qualified, ID: group
Content
- Sequence [1..1]
- xsd:annotation [0..1]
- Choice [1..1]
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:group name="NCName"> <xsd:all> <xsd:element> <xsd:simpleType>... </xsd:simpleType> <xsd:alternative>... </xsd:alternative> <xsd:unique>... </xsd:unique> </xsd:element> </xsd:all> </xsd:group>