XML Schema for XML Schema

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

Documentation
   for all particles

Model

  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1



Attribute Summary
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          

Attribute Detail

maxOccurs


Type:
xs:allNNI
Default:
1
Use:
optional
Form:
unqualified1

minOccurs


Type:
xs:nonNegativeInteger
Default:
1
Use:
optional
Form:
unqualified1

Local Usage
any, element, group

Source
<xs:attributeGroup name="occurs">
<xs:attribute default="1" name="minOccurs" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute default="1" name="maxOccurs" type="xs:allNNI" use="optional"/>
</xs:attributeGroup>

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.