| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaAll
Permits the elements in the group to appear (or not appear)
in any order in the containing element.
|
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance.
|
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence
within the containing element.
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaGroupBase |
XmlSchemaGroup.getParticle() |
XmlSchemaGroupBase |
XmlSchemaGroupRef.getParticle() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaGroup.setParticle(XmlSchemaGroupBase particle) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.