XML Schema for XML Schema

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

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

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


Attribute Summary
 xs:IDid
          
 xs:NCNamename
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

name


Type:
xs:NCName
Use:
required
Form:
unqualified

Source
<xs:complexType mixed="false" name="namedAttributeGroup">
<xs:complexContent>
<xs:restriction base="xs:attributeGroup">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:attribute name="ref" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>

XML Schema for XML Schema

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