org.apache.ws.jaxme.xs.xml.impl
Class XsAGOccursImpl
java.lang.Object
org.apache.ws.jaxme.xs.xml.impl.XsAGOccursImpl
- XsAGOccurs
public class XsAGOccursImpl
extends java.lang.Object
Implementation of the attribute group
xs:occurs
,
as specified by the following:
<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>
Implementation note: The implementation must ensure
that either 'maxOccurs' is unbounded or 'minOccurs' <= 'maxOccurs'.
XsAGOccursImpl
public XsAGOccursImpl(XsObject pOwner)