public interface Group extends ElementGrouping
In many situations it is recommended that groups be flatened out to their child declaration, removing the additional layer of indirection. Although this optimization is nice, it is imposible to complete this all the time, as xml schemas may include publicly viewable Group definitions.
Modifier and Type | Method and Description |
---|---|
ElementGrouping |
getChild()
Returns the Child Schema element (Choice or Sequence) declaring valid element sequences for
this group.
|
String |
getId()
The Group's declaration object id.
|
int |
getMaxOccurs()
The maximum number of times this group may appear in the instance document.
|
int |
getMinOccurs()
The minimum number of times this group may appear in the instance document.
|
String |
getName()
The group's name in the Schema document
|
URI |
getNamespace()
DOCUMENT ME!
|
findChildElement, findChildElement, getGrouping
ElementGrouping getChild()
String getId()
int getMaxOccurs()
getMaxOccurs
in interface ElementGrouping
int getMinOccurs()
getMinOccurs
in interface ElementGrouping
String getName()
URI getNamespace()
Copyright © 1996–2019 Geotools. All rights reserved.