org.netbeans.modules.xml.schema.model |
|
Java Source File Name | Type | Comment |
All.java | Interface | This interface represents the xml schema all type. |
Annotation.java | Interface | Represents the schema annotation component, . |
Any.java | Interface | This interface represents common features of any. |
AnyAttribute.java | Interface | This interface represents a wildcard that allows the insertion of any
attribute belonging to a list of namespaces. |
AnyElement.java | Interface | AnyElement represents a wildcard that allows the insertion of any element belonging
to a list of namespaces. |
AppInfo.java | Interface | |
Attribute.java | Interface | This interface represents commanlity between global and local attributes. |
AttributeGroupReference.java | Interface | This interface represents any non top level occurrence of attributeGroup. |
AttributeReference.java | Interface | This interface represents a reference to a global attribute definition or
local definition (cannot be referenced ). |
BoundaryFacet.java | Interface | Common interface for boundary facets MaxInclusive, MaxExclusive, MinInclusive,
MinExclusive. |
Cardinality.java | Interface | This interface represents the cardinality of the component type. |
Choice.java | Interface | This interface represents a choice outside a definition of a group. |
ComplexContent.java | Interface | This interface represents a complex content model. |
ComplexContentDefinition.java | Interface | |
ComplexContentRestriction.java | Interface | This interface represents a restriction within a complex content element. |
ComplexExtension.java | Interface | This interface represents an extension of a complex (or mixed) content
complex type. |
ComplexExtensionDefinition.java | Interface | |
ComplexType.java | Interface | This interface represents the common capabilities between global complex
types and locally defined complex types. |
ComplexTypeDefinition.java | Interface | |
Constraint.java | Interface | This is the super interface for Key and Unique. |
Derivation.java | Interface | |
Documentation.java | Interface | The interface represents human-readable documentation in plain text. |
Element.java | Interface | |
ElementReference.java | Interface | |
Enumeration.java | Interface | This interface represents the enumeration facet which defines a list of
possible values for a primitive type. |
Extension.java | Interface | |
Field.java | Interface | This interface defines the location of the fields used in a constraint. |
Form.java | enum | |
FractionDigits.java | Interface | This interface represents the fractionDigits elements which defines the
maximum number of fractional digits of a xs:decimal datatype. |
GlobalAttribute.java | Interface | This interface represents the attributes defined at the top level of the
schema (direct children of the schema element). |
GlobalAttributeGroup.java | Interface | This interface represents a global container that embeds groups of attributes. |
GlobalComplexType.java | Interface | This interface represents a global complex type. |
GlobalElement.java | Interface | |
GlobalGroup.java | Interface | This interface represents a globally defined group of elements. |
GlobalSimpleType.java | Interface | This interface represents a simple type. |
GlobalType.java | Interface | This interface is the superclass of global types. |
GroupReference.java | Interface | This interface represents a reference to a group. |
Import.java | Interface | This interface represents the xs:import statement which provides hints to
the schema validator for how to resolve a uri. |
Include.java | Interface | The interface represents the xs:include element which provides a staight
inclusion of a schema into another schema with the same target namespace. |
IncludeTest.java | Class | |
Key.java | Interface | The interface represents xs:key which defines simple or compound keys. |
KeyRef.java | Interface | This interface represents the xs:keyref element which provides referential
integrity. |
KeyRefTest.java | Class | |
Length.java | Interface | This interface represents the xs:length facet. |
LengthFacet.java | Interface | |
List.java | Interface | This interface represents the xs:list element, which is a whitespace
separated list of values. |
LocalAttribute.java | Interface | This interface represents a reference to a global attribute definition or
local definition (cannot be referenced ). |
LocalAttributeContainer.java | Interface | This interface represents the common signatures for components allowing
the creation of attributes. |
LocalComplexType.java | Interface | This interface represents a complex type defined within an element. |
LocalElement.java | Interface | This interface represents a local element. |
LocalGroupDefinition.java | Interface | This class represents the set of valid defintions within a group definition. |
LocalSimpleType.java | Interface | This interface represents a simple type defined locally. |
LocalType.java | Interface | |
MaxExclusive.java | Interface | This interface represents the xs:maxExclusive facet. |
MaxInclusive.java | Interface | This interface represents the xs:maxInclusive facet. |
MaxLength.java | Interface | This interface represents the xs:maxLength facet. |
MinExclusive.java | Interface | This interface represents the xs:maxExclusive facet. |
MinInclusive.java | Interface | This interface represents the xs:minInclusive facet. |
MinLength.java | Interface | This interface represents the xs:maxLength facet. |
NameableSchemaComponent.java | Interface | |
NamespaceLocation.java | enum | |
Notation.java | Interface | Represents schema component 'notation'. |
Occur.java | Interface | |
Pattern.java | Interface | This interface represents xs:pattern used to define regular expressions over
the lexical space. |
Redefine.java | Interface | This interface represents the xs:redefine element. |
ReferenceableSchemaComponent.java | Interface | |
Schema.java | Interface | This interface represents the schema element. |
SchemaComponent.java | Interface | This interface represents a common interface shared by all schema elements. |
SchemaComponentFactory.java | Interface | Factory for providing concrete implementations of the CommonSchemaElement
subclasses. |
SchemaComponentReference.java | Class | |
SchemaComponentTest.java | Class | |
SchemaModel.java | Interface | This interface represents an instance of a schema model. |
SchemaModelFactory.java | Class | |
SchemaModelReference.java | Interface | The SchemaModelReference interface is implemented by classes which reference
other schema models (Import, Include, and Redefine). |
SchemaModelTest.java | Class | |
SchemaTest.java | Class | |
Selector.java | Interface | This interface represents the selector element. |
Sequence.java | Interface | This interface represents a sequence definition. |
SequenceDefinition.java | Interface | This interface represents the valid definitions in a sequence. |
SimpleContent.java | Interface | This interface represents the simple content element. |
SimpleContentDefinition.java | Interface | |
SimpleContentRestriction.java | Interface | This interfaces represents restrictions defined within simpleContent. |
SimpleExtension.java | Interface | The interfaces represents an extension of a simple type or simple content
complex type. |
SimpleRestriction.java | Interface | This interface includes the common facet handling in restrictions. |
SimpleType.java | Interface | This interface represents a simple type. |
SimpleTypeDefinition.java | Interface | |
SimpleTypeRestriction.java | Interface | |
TestCatalogModel.java | Class | |
TotalDigits.java | Interface | This interface represents the xs:totalDigits facet. |
TypeContainer.java | Interface | A type container defines a schema element which can either
reference or include a local type definition. |
Union.java | Interface | |
Unique.java | Interface | This interface represents the unique schema element. |
Util.java | Class | |
Whitespace.java | Interface | This interface represents the whitespace facet. |