ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

attrDecls


Schema

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