FileDocCategorySizeDatePackage
XSModelGroup.javaAPI DocJava SE 5 API3960Fri Aug 26 14:55:58 BST 2005com.sun.org.apache.xerces.internal.xs

XSModelGroup

public interface XSModelGroup implements XSTerm
This interface represents the Model Group schema component.

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 com.sun.org.apache.xerces.internal.xs.XSAnnotationgetAnnotation()
An [annotation] if it exists, otherwise null.

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

public com.sun.org.apache.xerces.internal.xs.XSObjectListgetParticles()
A list of [particles] if it exists, otherwise an empty XSObjectList.