FileDocCategorySizeDatePackage
XSModelGroup.javaAPI DocJava SE 5 API3924Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSModelGroup

public interface XSModelGroup implements XSTerm
This interface represents the Model Group schema component. The interface may be updated or replaced.

Fields Summary
public static final short
COMPOSITOR_SEQUENCE
This constant value signifies a sequence operator.
public static final short
COMPOSITOR_CHOICE
This constant value signifies a choice operator.
public static final short
COMPOSITOR_ALL
This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model. No element in the all content model may appear more than once.
Constructors Summary
Methods Summary
public XSAnnotationgetAnnotation()
Optional. An [annotation].

public shortgetCompositor()
[compositor]: one of all, choice or sequence. The valid constants values are: COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL.

public XSObjectListgetParticles()
A list of [particles].