Class Particle

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementDecl, Group, Wildcard

public abstract class Particle extends Annotated
An abstract class that represents an XML Schema Particle This is not an entirely true representation of how XML Schema depicts a "particle" since this representation of a particle does not hold the "term" component (element, all, choice, sequence, group, any) but rather the "term" extends this class.
Author:
Keith Visco
See Also: