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

Properties
This component is not nillable.

Model

((attribute | attributeGroup)* , anyAttribute? )


Nested Element Summary
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          
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>


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