for all particles |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
maxOccurs | xs:allNNI | 1 | optional | |||
minOccurs | xs:nonNegativeInteger | 1 | optional |
Complex Types | xs:element, xs:group |
Element | xs:any |
<xs:attributeGroup name="occurs"> <xs:annotation> <xs:documentation>for all particles</xs:documentation> </xs:annotation> <xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1"/> <xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1"/> </xs:attributeGroup> |