org.apache.xerces.impl.xs.psvi
Interface XSModelGroup
- All Superinterfaces:
- XSObject, XSTerm
- All Known Implementing Classes:
- XSModelGroupImpl
- public interface XSModelGroup
- extends XSTerm
3.8.1 The Model Group Schema Component.
- Version:
- $Id: XSModelGroup.java,v 1.1 2002/05/13 21:31:34 sandygao Exp $
- Author:
- Elena Litani, IBM
Field Summary |
static 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. |
static short |
COMPOSITOR_CHOICE
This constant value signifies a choice operator. |
static short |
COMPOSITOR_SEQUENCE
This constant value signifies a sequence operator. |
COMPOSITOR_SEQUENCE
public static final short COMPOSITOR_SEQUENCE
- This constant value signifies a sequence operator.
COMPOSITOR_CHOICE
public static final short COMPOSITOR_CHOICE
- This constant value signifies a choice operator.
COMPOSITOR_ALL
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 content model may appear more than once. Please
refer to the definition element-all.
getCompositor
public short getCompositor()
- {compositor} One of all, choice or sequence. The valid constants values
are: ALL, CHOICE, SEQUENCE.
getParticles
public XSObjectList getParticles()
- {particles} A list of particles
getAnnotation
public XSAnnotation getAnnotation()
- Optional. Annotation.
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.