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 |
XmlSchemaGroupRef.getParticle() |
XmlSchemaGroupBase |
XmlSchemaGroup.getParticle() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaGroup.setParticle(XmlSchemaGroupBase particle) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.