Declarations : group « XML Schema « XML Tutorial






<group name="name of global group"> 

All global <group> declarations must be named. 
The basic structure of a global <group> declaration follows: 

<group name="NCName"
    ref="NCName"
    maxOccurs="nonNegativeInteger | unbounded"
    minOccurs="nonNegativeInteger"
    id="ID">
  Content: (annotation?, (all | choice | sequence))
</group>








3.16.group
3.16.1. Declarations
3.16.2.Defining Named Groups and Referencing a Named Group
3.16.3. References