FileDocCategorySizeDatePackage
XSParticle.javaAPI DocApache Xerces 3.0.11869Fri Sep 14 20:33:52 BST 2007org.apache.xerces.xs

XSParticle

public interface XSParticle implements XSObject
This interface represents the Particle schema component.

Fields Summary
Constructors Summary
Methods Summary
public XSObjectListgetAnnotations()
A sequence of [annotations] or an empty XSObjectList.

public intgetMaxOccurs()
[max occurs]: determines the maximum number of terms that can occur. To query for the value of unbounded use maxOccursUnbounded. When the value of maxOccursUnbounded is true, the value of maxOccurs is unspecified.

public booleangetMaxOccursUnbounded()
[max occurs]: whether the maxOccurs value is unbounded.

public intgetMinOccurs()
[min occurs]: determines the minimum number of terms that can occur.

public XSTermgetTerm()
[term]: one of a model group, a wildcard, or an element declaration.