Uses of Class
org.apache.ws.commons.schema.XmlSchemaAnnotated

Packages that use XmlSchemaAnnotated
org.apache.ws.commons.schema   
 

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

Subclasses of XmlSchemaAnnotated in org.apache.ws.commons.schema
 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 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 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 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.
 



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