org.eclipse.pde.internal.core.ischema |
|
Java Source File Name | Type | Comment |
IDocumentSection.java | Interface | Document section is portion of the extension point schema
definition that will be taken and built into the final reference
HTML document. |
IMetaAttribute.java | Interface | Objects that implement this interface are carrying metadata about XML schema
attributes. |
IMetaElement.java | Interface | Objects that implement this interface store metadata about extension point
schema elements. |
ISchema.java | Interface | Objects of this class encapsulate data loaded from the XML Schema file that
defines an Eclipse extension point. |
ISchemaAttribute.java | Interface | Objects that implement this interface hold data about attributes of schema
elements. |
ISchemaAttributeProvider.java | Interface | Objects that implement this interface can
have attributes. |
ISchemaComplexType.java | Interface | Objects of this type are holding information about complex types defined
inside schema elements. |
ISchemaCompositor.java | Interface | Compositor is a container that can contain other compositors or
references to element defined at the global scope. |
ISchemaDescriptor.java | Interface | Classes that implement this interface are responsible for holding the schema
object, loading it and disposing. |
ISchemaElement.java | Interface | Classes that implement this interface represent definition
of one element in the extension point schema. |
ISchemaEnumeration.java | Interface | Objects of this type are carrying one enumeration choice
when defining enumeration restrictions for 'string' types. |
ISchemaInclude.java | Interface | Classes that implement this interface represent a schema that is included in
another schema. |
ISchemaObject.java | Interface | Base interface for all objects that belong to the extension point
schema model. |
ISchemaObjectReference.java | Interface | Classes that implement this interface store a reference
to a schema object defined elsewhere. |
ISchemaRepeatable.java | Interface | Classes that implement this interface store information
about objects that carry cardinality information.
In DTDs, cardinality is defined using special characters
('?' for "0 to 1", '+' for "1 or more" and '*' for "0 or more".
XML Schema allows precise definition of the cardinality
by using minimum and maximum of occurences in the
instance document. |
ISchemaRestriction.java | Interface | Simple schema types can optionally have a restriction
objects that narrows the value space for the type. |
ISchemaRootElement.java | Interface | |
ISchemaSimpleType.java | Interface | Classes that implement this interface define
simple types. |
ISchemaType.java | Interface | A base type interface. |