for all particles |
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" default="1" use="optional"/> <xs:attribute name="maxOccurs" type="xs:allNNI" default="1" use="optional"/> </xs:attributeGroup> |