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

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}attributeGroup (extension)

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  name = xs:NCName
  ref = xs:QName
  {any attribute from any other namespace than current namespace}>
annotation? ((attribute | attributeGroup)* , anyAttribute? )
</...>


Nested Element Summary
 annotation
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          

Attribute Summary
 xs:IDid
          
 xs:NCNamename
          
 xs:QNameref
          

Attribute Detail

id

Type:
xs:ID
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}attributeGroup (extension)
|
+--{http://www.w3.org/2001/XMLSchema}attributeGroupRef (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}namedAttributeGroup (restriction)

Implementors
attributeGroup

Local Usage
attributeGroupRef, namedAttributeGroup, redefinable

Source
<xs:complexType abstract="true" mixed="false" name="attributeGroup">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:attrDecls"/>
<xs:attributeGroup ref="xs:defRef"/>
</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.