public interface XSParticle extends XSObject
Modifier and Type | Method and Description |
---|---|
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
int |
getMaxOccurs()
[max occurs]: determines the maximum number of terms that can occur.
|
boolean |
getMaxOccursUnbounded()
[max occurs]: whether the maxOccurs value is unbounded.
|
int |
getMinOccurs()
[min occurs]: determines the minimum number of terms that can occur.
|
XSTerm |
getTerm()
[term]: one of a model group, a wildcard, or an element declaration.
|
getName, getNamespace, getNamespaceItem, getType
int getMinOccurs()
int getMaxOccurs()
maxOccursUnbounded
. When the value of
maxOccursUnbounded
is true
, the value of
maxOccurs
is unspecified.boolean getMaxOccursUnbounded()
XSTerm getTerm()
XSObjectList getAnnotations()
XSObjectList
.Copyright © 2017 JBoss by Red Hat. All rights reserved.