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 |
XmlSchemaAny
Enables any element from the specified namespace or namespaces
to appear in the containing complexType element.
|
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance.
|
class |
XmlSchemaElement
Class for elements.
|
class |
XmlSchemaGroupBase
An abstract class for XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence.
|
class |
XmlSchemaGroupRef
Class used within complex types that defines the reference to
groups defined at the schema level.
|
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence
within the containing element.
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaParticle |
XmlSchemaComplexType.getContentTypeParticle() |
XmlSchemaParticle |
XmlSchemaComplexContentExtension.getParticle() |
XmlSchemaParticle |
XmlSchemaComplexContentRestriction.getParticle() |
XmlSchemaParticle |
XmlSchemaComplexType.getParticle() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaComplexContentExtension.setParticle(XmlSchemaParticle particle) |
void |
XmlSchemaComplexContentRestriction.setParticle(XmlSchemaParticle particle) |
void |
XmlSchemaComplexType.setParticle(XmlSchemaParticle particle) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.