Uses of Interface
org.apache.ws.commons.schema.utils.XmlSchemaObjectBase

Packages that use XmlSchemaObjectBase
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.utils   
 

Uses of XmlSchemaObjectBase in org.apache.ws.commons.schema
 

Subinterfaces of XmlSchemaObjectBase in org.apache.ws.commons.schema
 interface XmlSchemaAllMember
          This interface exists to allow all of the items that can occur in an all element to have a type in common.
 interface XmlSchemaChoiceMember
          This interface exists to allow all of the items that can occur in a choice element to have a type in common.
 interface XmlSchemaSequenceMember
          Common type for all items that can occur in a sequence.
 

Classes in org.apache.ws.commons.schema that implement XmlSchemaObjectBase
 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 XmlSchemaAnnotated
          The base class for any element that can contain an annotation element.
 class XmlSchemaAnnotation
          Defines an annotation.
 class XmlSchemaAnnotationItem
          Common base class of the items that can live inside an annotation.
 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 XmlSchemaAppInfo
          Defines application specific information within an annotation.
 class XmlSchemaAttribute
          Class for attributes, representing xs:attribute.
 class XmlSchemaAttributeGroup
          Class for attribute groups.
 class XmlSchemaAttributeGroupRef
          Class for the attribute group reference.
 class XmlSchemaAttributeOrGroupRef
          Several objects in the model allow either an XmlSchemaAttribute or an XmlSchemaAttributeGroupRef.
 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 XmlSchemaDocumentation
          Class that specifies information to be read or used by humans within an annotation.
 class XmlSchemaElement
          Class for elements, representing xs:element.
 class XmlSchemaEnumerationFacet
          Class for defining enumeration facets.
 class XmlSchemaExternal
          Common class for include, import, and redefine.
 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 XmlSchemaGroupParticle
          Common type for items that can serve as the particle of a group.
 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 XmlSchemaObject
           
 class XmlSchemaParticle
          Schema particles.
 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.
 

Uses of XmlSchemaObjectBase in org.apache.ws.commons.schema.utils
 

Subinterfaces of XmlSchemaObjectBase in org.apache.ws.commons.schema.utils
 interface XmlSchemaNamed
          A named item.
 interface XmlSchemaNamedWithForm
          Attributes and elements have names that are influenced by their form.
 

Classes in org.apache.ws.commons.schema.utils that implement XmlSchemaObjectBase
 class XmlSchemaNamedImpl
          Common class of all of the named objects in the XML Schema model.
 class XmlSchemaNamedWithFormImpl
           
 



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