XML Schema for XML Schema

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

Model

((attribute | attributeGroup)* , anyAttribute? )


Local Usage
attributeGroup, complexRestrictionType, complexTypeModel, extensionType, namedAttributeGroup, restrictionType, simpleExtensionType, simpleRestrictionType

Source
<xs:group name="attrDecls">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="attribute" type="xs:attribute"/>
<xs:element name="attributeGroup" type="xs:attributeGroupRef"/>
</xs:choice>
<xs:element minOccurs="0" ref="xs:anyAttribute"/>
</xs:sequence>
</xs:group>

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.