complexType group
diagram index_p901.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:annotated
properties
base xs:annotated
abstract true
children xs:annotation xs:element xs:group xs:all xs:choice xs:sequence xs:any
used by
complexTypes explicitGroup realGroup
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namexs:NCName      
refxs:QName      
minOccursxs:nonNegativeIntegeroptional  1    
maxOccursxs:allNNIoptional  1    
annotation
documentation

   group type for explicit groups, named top-level groups and
   group references
source <xs:complexType name="group" abstract="true">
 
<xs:annotation>
   
<xs:documentation>
   group type for explicit groups, named top-level groups and
   group references
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="xs:annotated">
     
<xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:attributeGroup ref="xs:defRef"/>
     
<xs:attributeGroup ref="xs:occurs"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy