Uses of Package
org.apache.ws.commons.schema

Packages that use org.apache.ws.commons.schema
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.extensions   
org.apache.ws.commons.schema.utils   
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Classes in org.apache.ws.commons.schema used by org.apache.ws.commons.schema
TypeReceiver
          A TypeReceiver is something that can have its type set.
XmlSchema
          Contains the definition of a schema.
XmlSchemaAllMember
          This interface exists to allow all of the items that can occur in an all element to have a type in common.
XmlSchemaAnnotated
          The base class for any element that can contain an annotation element.
XmlSchemaAnnotation
          Defines an annotation.
XmlSchemaAnnotationItem
          Common base class of the items that can live inside an annotation.
XmlSchemaAnyAttribute
          Enables any attribute from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAttribute
          Class for attributes, representing xs:attribute.
XmlSchemaAttributeGroup
          Class for attribute groups.
XmlSchemaAttributeGroupMember
          Implemented by the types that can go into an attribute group.
XmlSchemaAttributeOrGroupRef
          Several objects in the model allow either an XmlSchemaAttribute or an XmlSchemaAttributeGroupRef.
XmlSchemaChoiceMember
          This interface exists to allow all of the items that can occur in a choice element to have a type in common.
XmlSchemaCollection
          Contains a cache of XML Schema definition language (XSD).
XmlSchemaCollection.SchemaKey
          Key that identifies a schema in a collection, composed of a targetNamespace and a system ID.
XmlSchemaContent
          An abstract class for schema content.
XmlSchemaContentModel
          An abstract class for the schema content model.
XmlSchemaContentProcessing
          Provides information about the validation mode of any and anyAttribute element replacements.
XmlSchemaContentType
          Enumerations for the content model of the complex type.
XmlSchemaDerivationMethod
          Values for block and final attributes.
XmlSchemaElement
          Class for elements, representing xs:element.
XmlSchemaExternal
          Common class for include, import, and redefine.
XmlSchemaFacet
          Abstract class for all facets that are used when simple types are derived by restriction.
XmlSchemaForm
          Indicates if attributes or elements need to be qualified or left unqualified.
XmlSchemaGroup
          Class that defines groups at the schema level that are referenced from the complex types.
XmlSchemaGroupParticle
          Common type for items that can serve as the particle of a group.
XmlSchemaIdentityConstraint
          Class for the identity constraints: key, keyref, and unique elements.
XmlSchemaItemWithRef
          Interface implemented by the objects that support ref=.
XmlSchemaItemWithRefBase
          Common interface for all objects that can 'ref=' to a global item of the same type.
XmlSchemaNotation
          Class represents a notation.
XmlSchemaNumericFacet
          Abstract class for defining numeric facets.
XmlSchemaObject
           
XmlSchemaParticle
          Schema particles.
XmlSchemaSequenceMember
          Common type for all items that can occur in a sequence.
XmlSchemaSerializer.XmlSchemaSerializerException
          Exception class used for serialization problems.
XmlSchemaSimpleType
          Class defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.
XmlSchemaSimpleTypeContent
          Abstract class for simple type content classes.
XmlSchemaType
          The base class for all simple types and complex types.
XmlSchemaUse
          use= values.
XmlSchemaXPath
          Class for XML Path Language (XPath) expressions.
XmlSeverityType
          Represents the severity of the validation event.
 

Classes in org.apache.ws.commons.schema used by org.apache.ws.commons.schema.docpath
XmlSchemaAll
          Permits the elements in the group to appear (or not appear) in any order in the containing element.
XmlSchemaAny
          Enables any element from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAnyAttribute
          Enables any attribute from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaChoice
          Allows only one of its children to appear in an instance.
XmlSchemaCollection
          Contains a cache of XML Schema definition language (XSD).
XmlSchemaElement
          Class for elements, representing xs:element.
XmlSchemaSequence
          Requires the elements in the group to appear in the specified sequence within the containing element.
 

Classes in org.apache.ws.commons.schema used by org.apache.ws.commons.schema.extensions
XmlSchemaObject
           
 

Classes in org.apache.ws.commons.schema used by org.apache.ws.commons.schema.utils
XmlSchema
          Contains the definition of a schema.
XmlSchemaForm
          Indicates if attributes or elements need to be qualified or left unqualified.
 

Classes in org.apache.ws.commons.schema used by org.apache.ws.commons.schema.walker
XmlSchemaAll
          Permits the elements in the group to appear (or not appear) in any order in the containing element.
XmlSchemaAny
          Enables any element from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAnyAttribute
          Enables any attribute from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAttribute
          Class for attributes, representing xs:attribute.
XmlSchemaChoice
          Allows only one of its children to appear in an instance.
XmlSchemaCollection
          Contains a cache of XML Schema definition language (XSD).
XmlSchemaElement
          Class for elements, representing xs:element.
XmlSchemaSequence
          Requires the elements in the group to appear in the specified sequence within the containing element.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.