http://www.w3.org/2001/XMLSchema
complexType group

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)

Documentation
   group type for explicit groups, named top-level groups and
   group references
Properties
This component is not nillable.

Model
<...
  id = xs:ID
  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1
  name = xs:NCName
  ref = xs:QName
  {any attribute from any other namespace than current namespace}>
annotation? (element | group | all | choice | sequence | any)*
</...>


Nested Element Summary
 all
          
 annotation
          
 any
          
 choice
          
xs:localElementelement
          
xs:groupRefgroup
          
 sequence
          

Attribute Summary
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          
 xs:NCNamename
          
 xs:QNameref
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs

Type:
xs:allNNI
Default:
1
Use:
optional
Form:
unqualified

minOccurs

Type:
xs:nonNegativeInteger
Default:
1
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
optional
Form:
unqualified

ref

Type:
xs:QName
Use:
optional
Form:
unqualified

Sub Types
{http://www.w3.org/2001/XMLSchema}group (extension)
|
+--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}all (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleExplicitGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}realGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}groupRef (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}namedGroup (restriction)

Implementors
group

Local Usage
explicitGroup, realGroup, redefinable

Source
<xs:complexType abstract="true" mixed="false" name="group">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:particle"/>
<xs:attributeGroup ref="xs:defRef"/>
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.