Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchema
Contains the definition of a schema.
|
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 |
XmlSchemaAnyAttribute
Enables any attribute from the specified namespace or namespaces
to appear in the containing complexType element.
|
class |
XmlSchemaAttribute
Class for attribute types.
|
class |
XmlSchemaAttributeGroup
Class for attribute groups.
|
class |
XmlSchemaAttributeGroupRef
Class for the attribute group reference.
|
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance.
|
class |
XmlSchemaComplexContent
Class that represents the complex content model for complex types.
|
class |
XmlSchemaComplexContentExtension
Class for complex types with a complex content model derived by extension.
|
class |
XmlSchemaComplexContentRestriction
Class for complex types with a complex content model that are derived
by restriction.
|
class |
XmlSchemaComplexType
Class for complex types.
|
class |
XmlSchemaContent
An abstract class for schema content.
|
class |
XmlSchemaContentModel
An abstract class for the schema content model.
|
class |
XmlSchemaElement
Class for elements.
|
class |
XmlSchemaEnumerationFacet
Class for defining enumeration facets.
|
class |
XmlSchemaExternal
An abstract class.
|
class |
XmlSchemaFacet
Abstract class for all facets that are used when simple types are
derived by restriction.
|
class |
XmlSchemaFractionDigitsFacet
Class for defining fractionDigits facets.
|
class |
XmlSchemaGroup
Class that defines groups at the schema level that are referenced
from the complex types.
|
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 |
XmlSchemaIdentityConstraint
Class for the identity constraints: key, keyref, and unique elements.
|
class |
XmlSchemaImport
The class to import schema components from any schema.
|
class |
XmlSchemaInclude
Class to include declarations and definitions from an external schema.
|
class |
XmlSchemaKey
Identifies a key constraint.
|
class |
XmlSchemaKeyref
Identifies a keyref constraint.
|
class |
XmlSchemaLengthFacet
Class for defining length facets.
|
class |
XmlSchemaMaxExclusiveFacet
Class for defining maxExclusive facets.
|
class |
XmlSchemaMaxInclusiveFacet
Class for defining maxInclusive facets.
|
class |
XmlSchemaMaxLengthFacet
Class for defining maxLength facets.
|
class |
XmlSchemaMinExclusiveFacet
Class for defining minExclusive facets.
|
class |
XmlSchemaMinInclusiveFacet
Class for defining minInclusive facets.
|
class |
XmlSchemaMinLengthFacet
Class for defining minLength facets.
|
class |
XmlSchemaNotation
Class represents a notation.
|
class |
XmlSchemaNumericFacet
Abstract class for defining numeric facets.
|
class |
XmlSchemaParticle
Base class for all particle types.
|
class |
XmlSchemaPatternFacet
Class for defining pattern facets.
|
class |
XmlSchemaRedefine
Allows simple and complex types, groups, and attribute groups from
external schema files to be redefined in the current schema.
|
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence
within the containing element.
|
class |
XmlSchemaSimpleContent
Class for simple types and complex types with a simple content model.
|
class |
XmlSchemaSimpleContentExtension
Class for simple types that are derived by extension.
|
class |
XmlSchemaSimpleContentRestriction
Class for simple types that are derived by restriction.
|
class |
XmlSchemaSimpleType
Class defines a simple type that determines the information and
constraints for the values of attributes or elements with text-only
content.
|
class |
XmlSchemaSimpleTypeContent
Abstract class for simple type content classes.
|
class |
XmlSchemaSimpleTypeList
Class for the list of simpleType elements.
|
class |
XmlSchemaSimpleTypeRestriction
Class for the restriction of simpleType elements.
|
class |
XmlSchemaSimpleTypeUnion
Class for the union of simpleType elements.
|
class |
XmlSchemaTotalDigitsFacet
Class for defining totalDigits facets.
|
class |
XmlSchemaType
The base class for all simple types and complex types.
|
class |
XmlSchemaUnique
Identifies a unique constraint among a set of elements.
|
class |
XmlSchemaWhiteSpaceFacet
Class for defining whiteSpace facets.
|
class |
XmlSchemaXPath
Class for XML Path Language (XPath) expressions.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.