XSModelGrouppublic interface XSModelGroup implements XSTermThis interface represents the Model Group schema component. |
Fields Summary |
---|
public static final short | COMPOSITOR_SEQUENCEThis constant value signifies a sequence operator. | public static final short | COMPOSITOR_CHOICEThis constant value signifies a choice operator. | public static final short | COMPOSITOR_ALLThis 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. |
Methods Summary |
---|
public XSAnnotation | getAnnotation()An annotation if it exists, otherwise null . If not null
then the first [annotation] from the sequence of annotations.
| public XSObjectList | getAnnotations()A sequence of [annotations] or an empty XSObjectList .
| public short | getCompositor()[compositor]: one of all, choice or sequence. The valid constant values
are:
COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL .
| public XSObjectList | getParticles()A list of [particles] if it exists, otherwise an empty
XSObjectList .
|
|