Interface SchemaPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SchemaPackageImpl
public interface SchemaPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
elements) below, is not normative, but rather highlights important aspects of the W3C Recommendation of which this is a part The simpleType element and all of its members are defined towards the end of this schema document simple type for the value of the 'namespace' attr of 'any' and 'anyAttribute' Value is ##any - - any non-conflicting WFXML/attribute at all ##other - - any non-conflicting WFXML/attribute from namespace other than targetNS ##local - - any unqualified non-conflicting WFXML/attribute one or - - any non-conflicting WFXML/attribute from more URI the listed namespaces references (space separated) ##targetNamespace or ##local may appear in the above list, to refer to the targetNamespace of the enclosing schema or an absent targetNamespace respectively notations for use within XML Schema schemas First the built-in primitive datatypes. These definitions are for information only, the real built-in definitions are magic. For each built-in datatype in this schema (both primitive and derived) can be uniquely addressed via a URI constructed as follows: 1) the base URI is the URI of the XML Schema namespace 2) the fragment identifier is the name of the datatype For example, to address the int datatype, the URI is: http://www.w3.org/2001/XMLSchema#int Additionally, each facet definition element can be uniquely addressed via a URI constructed as follows: 1) the base URI is the URI of the XML Schema namespace 2) the fragment identifier is the name of the facet For example, to address the maxInclusive facet, the URI is: http://www.w3.org/2001/XMLSchema#maxInclusive Additionally, each facet usage in a built-in datatype definition can be uniquely addressed via a URI constructed as follows: 1) the base URI is the URI of the XML Schema namespace 2) the fragment identifier is the name of the datatype, followed by a period (".") followed by the name of the facet For example, to address the usage of the maxInclusive facet in the definition of int, the URI is: http://www.w3.org/2001/XMLSchema#int.maxInclusive Now the derived primitive types About the XML namespace
This schema document describes the XML namespace, in a form suitable for import by other schema documents.
See http://www.w3.org/XML/1998/namespace.html and http://www.w3.org/TR/REC-xml for information about this namespace.
Note that local names in this namespace are intended to be defined only by the World Wide Web Consortium or its subgroups. The names currently defined in this namespace are listed below. They should not be used with conflicting semantics by any Working Group, specification, or document instance.
See further below in this document for more information about how to refer to this schema document from your own XSD schema documents and about the namespace-versioning policy governing this schema document .
Father (in any context at all)
denotes Jon Bosak, the chair of the original XML Working Group. This name is reserved by the following decision of the W3C XML Plenary and XML Coordination groups:
In appreciation for his vision, leadership and dedication the W3C XML Plenary on this 10th day of February, 2000, reserves for Jon Bosak in perpetuity the XML name "xml:Father".
About this schema document
This schema defines attributes and an attribute group suitable for use by schemas wishing to allow
xml:base
,xml:lang
,xml:space
orxml:id
attributes on elements they define.To enable this, such a schema must import this schema for the XML namespace, e.g. as follows:
<schema . . .> . . . <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
or
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
Subsequently, qualified reference to any of the attributes or the group defined below will have the desired effect, e.g.
<type . . .> . . . <attributeGroup ref="xml:specialAttrs"/>
will define a type which will schema-validate an instance element with any of those attributes.
Versioning policy for this schema document
In keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2009/01/xml.xsd .
At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd .
The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2009/01/xml.xsd will not change.
Previous dated (and unchanging) versions of this schema document are at:
- See Also:
SchemaFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SchemaPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
The meta object id for the 'All
' class.static int
ALL__ALL
The feature id for the 'All' containment reference list.static int
ALL__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ALL__ANY
The feature id for the 'Any' containment reference list.static int
ALL__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ALL__CHOICE
The feature id for the 'Choice' containment reference list.static int
ALL__ELEMENT
The feature id for the 'Element' containment reference list.static int
ALL__GROUP
The feature id for the 'Group' containment reference list.static int
ALL__ID
The feature id for the 'Id' attribute.static int
ALL__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
ALL__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
ALL__NAME
The feature id for the 'Name' attribute.static int
ALL__PARTICLE
The feature id for the 'Particle' attribute list.static int
ALL__REF
The feature id for the 'Ref' attribute.static int
ALL__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
ALL_FEATURE_COUNT
The number of structural features of the 'All' class.static int
ALL_NNI
The meta object id for the 'All NNI' data type.static int
ALL_NNI_MEMBER1
The meta object id for the 'All NNI Member1
' enum.static int
ALL_NNI_MEMBER1_OBJECT
The meta object id for the 'All NNI Member1 Object' data type.static int
ANNOTATED
The meta object id for the 'Annotated
' class.static int
ANNOTATED__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ANNOTATED__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ANNOTATED__ID
The feature id for the 'Id' attribute.static int
ANNOTATED_FEATURE_COUNT
The number of structural features of the 'Annotated' class.static int
ANNOTATION_TYPE
The meta object id for the 'Annotation Type
' class.static int
ANNOTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ANNOTATION_TYPE__APPINFO
The feature id for the 'Appinfo' containment reference list.static int
ANNOTATION_TYPE__DOCUMENTATION
The feature id for the 'Documentation' containment reference list.static int
ANNOTATION_TYPE__GROUP
The feature id for the 'Group' attribute list.static int
ANNOTATION_TYPE__ID
The feature id for the 'Id' attribute.static int
ANNOTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Annotation Type' class.static int
ANY_TYPE
The meta object id for the 'Any Type
' class.static int
ANY_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ANY_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ANY_TYPE__ID
The feature id for the 'Id' attribute.static int
ANY_TYPE__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
ANY_TYPE__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
ANY_TYPE__NAMESPACE
The feature id for the 'Namespace' attribute.static int
ANY_TYPE__PROCESS_CONTENTS
The feature id for the 'Process Contents' attribute.static int
ANY_TYPE_FEATURE_COUNT
The number of structural features of the 'Any Type' class.static int
APPINFO_TYPE
The meta object id for the 'Appinfo Type
' class.static int
APPINFO_TYPE__ANY
The feature id for the 'Any' attribute list.static int
APPINFO_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
APPINFO_TYPE__GROUP
The feature id for the 'Group' attribute list.static int
APPINFO_TYPE__MIXED
The feature id for the 'Mixed' attribute list.static int
APPINFO_TYPE__SOURCE
The feature id for the 'Source' attribute.static int
APPINFO_TYPE_FEATURE_COUNT
The number of structural features of the 'Appinfo Type' class.static int
ATTRIBUTE
The meta object id for the 'Attribute
' class.static int
ATTRIBUTE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ATTRIBUTE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ATTRIBUTE__DEFAULT
The feature id for the 'Default' attribute.static int
ATTRIBUTE__FIXED
The feature id for the 'Fixed' attribute.static int
ATTRIBUTE__FORM
The feature id for the 'Form' attribute.static int
ATTRIBUTE__ID
The feature id for the 'Id' attribute.static int
ATTRIBUTE__NAME
The feature id for the 'Name' attribute.static int
ATTRIBUTE__REF
The feature id for the 'Ref' attribute.static int
ATTRIBUTE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
ATTRIBUTE__TYPE
The feature id for the 'Type' attribute.static int
ATTRIBUTE__USE
The feature id for the 'Use' attribute.static int
ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Attribute' class.static int
ATTRIBUTE_GROUP
The meta object id for the 'Attribute Group
' class.static int
ATTRIBUTE_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ATTRIBUTE_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
ATTRIBUTE_GROUP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
ATTRIBUTE_GROUP__GROUP
The feature id for the 'Group' attribute list.static int
ATTRIBUTE_GROUP__ID
The feature id for the 'Id' attribute.static int
ATTRIBUTE_GROUP__NAME
The feature id for the 'Name' attribute.static int
ATTRIBUTE_GROUP__REF
The feature id for the 'Ref' attribute.static int
ATTRIBUTE_GROUP_FEATURE_COUNT
The number of structural features of the 'Attribute Group' class.static int
ATTRIBUTE_GROUP_REF
The meta object id for the 'Attribute Group Ref
' class.static int
ATTRIBUTE_GROUP_REF__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
ATTRIBUTE_GROUP_REF__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
ATTRIBUTE_GROUP_REF__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
ATTRIBUTE_GROUP_REF__GROUP
The feature id for the 'Group' attribute list.static int
ATTRIBUTE_GROUP_REF__ID
The feature id for the 'Id' attribute.static int
ATTRIBUTE_GROUP_REF__NAME
The feature id for the 'Name' attribute.static int
ATTRIBUTE_GROUP_REF__REF
The feature id for the 'Ref' attribute.static int
ATTRIBUTE_GROUP_REF_FEATURE_COUNT
The number of structural features of the 'Attribute Group Ref' class.static int
BLOCK_SET
The meta object id for the 'Block Set' data type.static int
BLOCK_SET_MEMBER0
The meta object id for the 'Block Set Member0
' enum.static int
BLOCK_SET_MEMBER0_OBJECT
The meta object id for the 'Block Set Member0 Object' data type.static int
BLOCK_SET_MEMBER1
The meta object id for the 'Block Set Member1' data type.static int
BLOCK_SET_MEMBER1_ITEM
The meta object id for the 'Block Set Member1 Item
' enum.static int
BLOCK_SET_MEMBER1_ITEM_OBJECT
The meta object id for the 'Block Set Member1 Item Object' data type.static int
COMPLEX_CONTENT_TYPE
The meta object id for the 'Complex Content Type
' class.static int
COMPLEX_CONTENT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
COMPLEX_CONTENT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
COMPLEX_CONTENT_TYPE__EXTENSION
The feature id for the 'Extension' containment reference.static int
COMPLEX_CONTENT_TYPE__ID
The feature id for the 'Id' attribute.static int
COMPLEX_CONTENT_TYPE__MIXED
The feature id for the 'Mixed' attribute.static int
COMPLEX_CONTENT_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
COMPLEX_CONTENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Content Type' class.static int
COMPLEX_RESTRICTION_TYPE
The meta object id for the 'Complex Restriction Type
' class.static int
COMPLEX_RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.static int
COMPLEX_RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
COMPLEX_RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.static int
COMPLEX_RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
COMPLEX_RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.static int
COMPLEX_RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
COMPLEX_RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
COMPLEX_RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.static int
COMPLEX_RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
COMPLEX_RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
COMPLEX_RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.static int
COMPLEX_RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.static int
COMPLEX_RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Restriction Type' class.static int
COMPLEX_TYPE
The meta object id for the 'Complex Type
' class.static int
COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.static int
COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.static int
COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.static int
COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.static int
COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.static int
COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.static int
COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.static int
COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.static int
COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.static int
COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Type' class.static int
DERIVATION_CONTROL
The meta object id for the 'Derivation Control
' enum.static int
DERIVATION_CONTROL_OBJECT
The meta object id for the 'Derivation Control Object' data type.static int
DERIVATION_SET
The meta object id for the 'Derivation Set' data type.static int
DERIVATION_SET_MEMBER0
The meta object id for the 'Derivation Set Member0
' enum.static int
DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Derivation Set Member0 Object' data type.static int
DERIVATION_SET_MEMBER1
The meta object id for the 'Derivation Set Member1' data type.static int
DOCUMENT_ROOT
The meta object id for the 'Document Root
' class.static int
DOCUMENT_ROOT__ALL
The feature id for the 'All' containment reference.static int
DOCUMENT_ROOT__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
DOCUMENT_ROOT__ANY
The feature id for the 'Any' containment reference.static int
DOCUMENT_ROOT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' containment reference.static int
DOCUMENT_ROOT__APPINFO
The feature id for the 'Appinfo' containment reference.static int
DOCUMENT_ROOT__ATTRIBUTE
The feature id for the 'Attribute' containment reference.static int
DOCUMENT_ROOT__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference.static int
DOCUMENT_ROOT__CHOICE
The feature id for the 'Choice' containment reference.static int
DOCUMENT_ROOT__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.static int
DOCUMENT_ROOT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.static int
DOCUMENT_ROOT__DOCUMENTATION
The feature id for the 'Documentation' containment reference.static int
DOCUMENT_ROOT__ELEMENT
The feature id for the 'Element' containment reference.static int
DOCUMENT_ROOT__ENUMERATION
The feature id for the 'Enumeration' containment reference.static int
DOCUMENT_ROOT__FIELD
The feature id for the 'Field' containment reference.static int
DOCUMENT_ROOT__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference.static int
DOCUMENT_ROOT__GROUP
The feature id for the 'Group' containment reference.static int
DOCUMENT_ROOT__IMPORT
The feature id for the 'Import' containment reference.static int
DOCUMENT_ROOT__INCLUDE
The feature id for the 'Include' containment reference.static int
DOCUMENT_ROOT__KEY
The feature id for the 'Key' containment reference.static int
DOCUMENT_ROOT__KEYREF
The feature id for the 'Keyref' containment reference.static int
DOCUMENT_ROOT__LENGTH
The feature id for the 'Length' containment reference.static int
DOCUMENT_ROOT__LIST
The feature id for the 'List' containment reference.static int
DOCUMENT_ROOT__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference.static int
DOCUMENT_ROOT__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference.static int
DOCUMENT_ROOT__MAX_LENGTH
The feature id for the 'Max Length' containment reference.static int
DOCUMENT_ROOT__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference.static int
DOCUMENT_ROOT__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference.static int
DOCUMENT_ROOT__MIN_LENGTH
The feature id for the 'Min Length' containment reference.static int
DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.static int
DOCUMENT_ROOT__NOTATION
The feature id for the 'Notation' containment reference.static int
DOCUMENT_ROOT__PATTERN
The feature id for the 'Pattern' containment reference.static int
DOCUMENT_ROOT__REDEFINE
The feature id for the 'Redefine' containment reference.static int
DOCUMENT_ROOT__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
DOCUMENT_ROOT__SCHEMA
The feature id for the 'Schema' containment reference.static int
DOCUMENT_ROOT__SELECTOR
The feature id for the 'Selector' containment reference.static int
DOCUMENT_ROOT__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
DOCUMENT_ROOT__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.static int
DOCUMENT_ROOT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
DOCUMENT_ROOT__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference.static int
DOCUMENT_ROOT__UNION
The feature id for the 'Union' containment reference.static int
DOCUMENT_ROOT__UNIQUE
The feature id for the 'Unique' containment reference.static int
DOCUMENT_ROOT__WHITE_SPACE
The feature id for the 'White Space' containment reference.static int
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.static int
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.static int
DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.static int
DOCUMENTATION_TYPE
The meta object id for the 'Documentation Type
' class.static int
DOCUMENTATION_TYPE__ANY
The feature id for the 'Any' attribute list.static int
DOCUMENTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
DOCUMENTATION_TYPE__GROUP
The feature id for the 'Group' attribute list.static int
DOCUMENTATION_TYPE__LANG
The feature id for the 'Lang' attribute.static int
DOCUMENTATION_TYPE__MIXED
The feature id for the 'Mixed' attribute list.static int
DOCUMENTATION_TYPE__SOURCE
The feature id for the 'Source' attribute.static int
DOCUMENTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Documentation Type' class.static SchemaPackage
eINSTANCE
The singleton instance of the package.static int
ELEMENT
The meta object id for the 'Element
' class.static int
ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.static int
ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
ELEMENT__BLOCK
The feature id for the 'Block' attribute.static int
ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.static int
ELEMENT__DEFAULT
The feature id for the 'Default' attribute.static int
ELEMENT__FINAL
The feature id for the 'Final' attribute.static int
ELEMENT__FIXED
The feature id for the 'Fixed' attribute.static int
ELEMENT__FORM
The feature id for the 'Form' attribute.static int
ELEMENT__ID
The feature id for the 'Id' attribute.static int
ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.static int
ELEMENT__KEY
The feature id for the 'Key' containment reference list.static int
ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.static int
ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
ELEMENT__NAME
The feature id for the 'Name' attribute.static int
ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.static int
ELEMENT__REF
The feature id for the 'Ref' attribute.static int
ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.static int
ELEMENT__TYPE
The feature id for the 'Type' attribute.static int
ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.static int
ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
EXPLICIT_GROUP
The meta object id for the 'Explicit Group
' class.static int
EXPLICIT_GROUP__ALL
The feature id for the 'All' containment reference list.static int
EXPLICIT_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
EXPLICIT_GROUP__ANY
The feature id for the 'Any' containment reference list.static int
EXPLICIT_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
EXPLICIT_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.static int
EXPLICIT_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.static int
EXPLICIT_GROUP__GROUP
The feature id for the 'Group' containment reference list.static int
EXPLICIT_GROUP__ID
The feature id for the 'Id' attribute.static int
EXPLICIT_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
EXPLICIT_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
EXPLICIT_GROUP__NAME
The feature id for the 'Name' attribute.static int
EXPLICIT_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.static int
EXPLICIT_GROUP__REF
The feature id for the 'Ref' attribute.static int
EXPLICIT_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
EXPLICIT_GROUP_FEATURE_COUNT
The number of structural features of the 'Explicit Group' class.static int
EXTENSION_TYPE
The meta object id for the 'Extension Type
' class.static int
EXTENSION_TYPE__ALL
The feature id for the 'All' containment reference.static int
EXTENSION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
EXTENSION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
EXTENSION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
EXTENSION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
EXTENSION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
EXTENSION_TYPE__BASE
The feature id for the 'Base' attribute.static int
EXTENSION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
EXTENSION_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
EXTENSION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
EXTENSION_TYPE__ID
The feature id for the 'Id' attribute.static int
EXTENSION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
EXTENSION_TYPE_FEATURE_COUNT
The number of structural features of the 'Extension Type' class.static int
FACET
The meta object id for the 'Facet
' class.static int
FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
FACET__FIXED
The feature id for the 'Fixed' attribute.static int
FACET__ID
The feature id for the 'Id' attribute.static int
FACET__VALUE
The feature id for the 'Value' attribute.static int
FACET_FEATURE_COUNT
The number of structural features of the 'Facet' class.static int
FIELD_TYPE
The meta object id for the 'Field Type
' class.static int
FIELD_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
FIELD_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
FIELD_TYPE__ID
The feature id for the 'Id' attribute.static int
FIELD_TYPE__XPATH
The feature id for the 'Xpath' attribute.static int
FIELD_TYPE_FEATURE_COUNT
The number of structural features of the 'Field Type' class.static int
FORM_CHOICE
The meta object id for the 'Form Choice
' enum.static int
FORM_CHOICE_OBJECT
The meta object id for the 'Form Choice Object' data type.static int
FULL_DERIVATION_SET
The meta object id for the 'Full Derivation Set' data type.static int
FULL_DERIVATION_SET_MEMBER0
The meta object id for the 'Full Derivation Set Member0
' enum.static int
FULL_DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Full Derivation Set Member0 Object' data type.static int
FULL_DERIVATION_SET_MEMBER1
The meta object id for the 'Full Derivation Set Member1' data type.static int
GROUP
The meta object id for the 'Group
' class.static int
GROUP__ALL
The feature id for the 'All' containment reference list.static int
GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
GROUP__ANY
The feature id for the 'Any' containment reference list.static int
GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
GROUP__CHOICE
The feature id for the 'Choice' containment reference list.static int
GROUP__ELEMENT
The feature id for the 'Element' containment reference list.static int
GROUP__GROUP
The feature id for the 'Group' containment reference list.static int
GROUP__ID
The feature id for the 'Id' attribute.static int
GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
GROUP__NAME
The feature id for the 'Name' attribute.static int
GROUP__PARTICLE
The feature id for the 'Particle' attribute list.static int
GROUP__REF
The feature id for the 'Ref' attribute.static int
GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.static int
GROUP_REF
The meta object id for the 'Group Ref
' class.static int
GROUP_REF__ALL
The feature id for the 'All' containment reference list.static int
GROUP_REF__ALL1
The feature id for the 'All1' containment reference.static int
GROUP_REF__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
GROUP_REF__ANY
The feature id for the 'Any' containment reference list.static int
GROUP_REF__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
GROUP_REF__CHOICE
The feature id for the 'Choice' containment reference list.static int
GROUP_REF__CHOICE1
The feature id for the 'Choice1' containment reference.static int
GROUP_REF__ELEMENT
The feature id for the 'Element' containment reference list.static int
GROUP_REF__GROUP
The feature id for the 'Group' containment reference list.static int
GROUP_REF__ID
The feature id for the 'Id' attribute.static int
GROUP_REF__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
GROUP_REF__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
GROUP_REF__NAME
The feature id for the 'Name' attribute.static int
GROUP_REF__PARTICLE
The feature id for the 'Particle' attribute list.static int
GROUP_REF__REF
The feature id for the 'Ref' attribute.static int
GROUP_REF__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
GROUP_REF__SEQUENCE1
The feature id for the 'Sequence1' containment reference.static int
GROUP_REF_FEATURE_COUNT
The number of structural features of the 'Group Ref' class.static int
IMPORT_TYPE
The meta object id for the 'Import Type
' class.static int
IMPORT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
IMPORT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
IMPORT_TYPE__ID
The feature id for the 'Id' attribute.static int
IMPORT_TYPE__NAMESPACE
The feature id for the 'Namespace' attribute.static int
IMPORT_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.static int
IMPORT_TYPE_FEATURE_COUNT
The number of structural features of the 'Import Type' class.static int
INCLUDE_TYPE
The meta object id for the 'Include Type
' class.static int
INCLUDE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
INCLUDE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
INCLUDE_TYPE__ID
The feature id for the 'Id' attribute.static int
INCLUDE_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.static int
INCLUDE_TYPE_FEATURE_COUNT
The number of structural features of the 'Include Type' class.static int
KEYBASE
The meta object id for the 'Keybase
' class.static int
KEYBASE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
KEYBASE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
KEYBASE__FIELD
The feature id for the 'Field' containment reference list.static int
KEYBASE__ID
The feature id for the 'Id' attribute.static int
KEYBASE__NAME
The feature id for the 'Name' attribute.static int
KEYBASE__SELECTOR
The feature id for the 'Selector' containment reference.static int
KEYBASE_FEATURE_COUNT
The number of structural features of the 'Keybase' class.static int
KEYREF_TYPE
The meta object id for the 'Keyref Type
' class.static int
KEYREF_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
KEYREF_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
KEYREF_TYPE__FIELD
The feature id for the 'Field' containment reference list.static int
KEYREF_TYPE__ID
The feature id for the 'Id' attribute.static int
KEYREF_TYPE__NAME
The feature id for the 'Name' attribute.static int
KEYREF_TYPE__REFER
The feature id for the 'Refer' attribute.static int
KEYREF_TYPE__SELECTOR
The feature id for the 'Selector' containment reference.static int
KEYREF_TYPE_FEATURE_COUNT
The number of structural features of the 'Keyref Type' class.static int
LIST_TYPE
The meta object id for the 'List Type
' class.static int
LIST_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
LIST_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
LIST_TYPE__ID
The feature id for the 'Id' attribute.static int
LIST_TYPE__ITEM_TYPE
The feature id for the 'Item Type' attribute.static int
LIST_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
LIST_TYPE_FEATURE_COUNT
The number of structural features of the 'List Type' class.static int
LOCAL_COMPLEX_TYPE
The meta object id for the 'Local Complex Type
' class.static int
LOCAL_COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.static int
LOCAL_COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.static int
LOCAL_COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
LOCAL_COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
LOCAL_COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
LOCAL_COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.static int
LOCAL_COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
LOCAL_COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.static int
LOCAL_COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.static int
LOCAL_COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
LOCAL_COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
LOCAL_COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.static int
LOCAL_COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.static int
LOCAL_COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.static int
LOCAL_COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
LOCAL_COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.static int
LOCAL_COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Local Complex Type' class.static int
LOCAL_ELEMENT
The meta object id for the 'Local Element
' class.static int
LOCAL_ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.static int
LOCAL_ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
LOCAL_ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
LOCAL_ELEMENT__BLOCK
The feature id for the 'Block' attribute.static int
LOCAL_ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.static int
LOCAL_ELEMENT__DEFAULT
The feature id for the 'Default' attribute.static int
LOCAL_ELEMENT__FINAL
The feature id for the 'Final' attribute.static int
LOCAL_ELEMENT__FIXED
The feature id for the 'Fixed' attribute.static int
LOCAL_ELEMENT__FORM
The feature id for the 'Form' attribute.static int
LOCAL_ELEMENT__ID
The feature id for the 'Id' attribute.static int
LOCAL_ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.static int
LOCAL_ELEMENT__KEY
The feature id for the 'Key' containment reference list.static int
LOCAL_ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.static int
LOCAL_ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
LOCAL_ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
LOCAL_ELEMENT__NAME
The feature id for the 'Name' attribute.static int
LOCAL_ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.static int
LOCAL_ELEMENT__REF
The feature id for the 'Ref' attribute.static int
LOCAL_ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
LOCAL_ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.static int
LOCAL_ELEMENT__TYPE
The feature id for the 'Type' attribute.static int
LOCAL_ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.static int
LOCAL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Local Element' class.static int
LOCAL_SIMPLE_TYPE
The meta object id for the 'Local Simple Type
' class.static int
LOCAL_SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
LOCAL_SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
LOCAL_SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.static int
LOCAL_SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.static int
LOCAL_SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.static int
LOCAL_SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.static int
LOCAL_SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
LOCAL_SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.static int
LOCAL_SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Local Simple Type' class.static int
MEMBER_TYPES_TYPE
The meta object id for the 'Member Types Type' data type.static int
NAMED_ATTRIBUTE_GROUP
The meta object id for the 'Named Attribute Group
' class.static int
NAMED_ATTRIBUTE_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
NAMED_ATTRIBUTE_GROUP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
NAMED_ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
NAMED_ATTRIBUTE_GROUP__GROUP
The feature id for the 'Group' attribute list.static int
NAMED_ATTRIBUTE_GROUP__ID
The feature id for the 'Id' attribute.static int
NAMED_ATTRIBUTE_GROUP__NAME
The feature id for the 'Name' attribute.static int
NAMED_ATTRIBUTE_GROUP__REF
The feature id for the 'Ref' attribute.static int
NAMED_ATTRIBUTE_GROUP_FEATURE_COUNT
The number of structural features of the 'Named Attribute Group' class.static int
NAMED_GROUP
The meta object id for the 'Named Group
' class.static int
NAMED_GROUP__ALL
The feature id for the 'All' containment reference list.static int
NAMED_GROUP__ALL1
The feature id for the 'All1' containment reference.static int
NAMED_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NAMED_GROUP__ANY
The feature id for the 'Any' containment reference list.static int
NAMED_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NAMED_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.static int
NAMED_GROUP__CHOICE1
The feature id for the 'Choice1' containment reference.static int
NAMED_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.static int
NAMED_GROUP__GROUP
The feature id for the 'Group' containment reference list.static int
NAMED_GROUP__ID
The feature id for the 'Id' attribute.static int
NAMED_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
NAMED_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
NAMED_GROUP__NAME
The feature id for the 'Name' attribute.static int
NAMED_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.static int
NAMED_GROUP__REF
The feature id for the 'Ref' attribute.static int
NAMED_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
NAMED_GROUP__SEQUENCE1
The feature id for the 'Sequence1' containment reference.static int
NAMED_GROUP_FEATURE_COUNT
The number of structural features of the 'Named Group' class.static int
NAMESPACE_LIST
The meta object id for the 'Namespace List' data type.static int
NAMESPACE_LIST_MEMBER0
The meta object id for the 'Namespace List Member0
' enum.static int
NAMESPACE_LIST_MEMBER0_OBJECT
The meta object id for the 'Namespace List Member0 Object' data type.static int
NAMESPACE_LIST_MEMBER1
The meta object id for the 'Namespace List Member1' data type.static int
NAMESPACE_LIST_MEMBER1_ITEM
The meta object id for the 'Namespace List Member1 Item' data type.static int
NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1
The meta object id for the 'Namespace List Member1 Item Member1
' enum.static int
NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1_OBJECT
The meta object id for the 'Namespace List Member1 Item Member1 Object' data type.static int
NARROW_MAX_MIN
The meta object id for the 'Narrow Max Min
' class.static int
NARROW_MAX_MIN__ABSTRACT
The feature id for the 'Abstract' attribute.static int
NARROW_MAX_MIN__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NARROW_MAX_MIN__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NARROW_MAX_MIN__BLOCK
The feature id for the 'Block' attribute.static int
NARROW_MAX_MIN__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.static int
NARROW_MAX_MIN__DEFAULT
The feature id for the 'Default' attribute.static int
NARROW_MAX_MIN__FINAL
The feature id for the 'Final' attribute.static int
NARROW_MAX_MIN__FIXED
The feature id for the 'Fixed' attribute.static int
NARROW_MAX_MIN__FORM
The feature id for the 'Form' attribute.static int
NARROW_MAX_MIN__ID
The feature id for the 'Id' attribute.static int
NARROW_MAX_MIN__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.static int
NARROW_MAX_MIN__KEY
The feature id for the 'Key' containment reference list.static int
NARROW_MAX_MIN__KEYREF
The feature id for the 'Keyref' containment reference list.static int
NARROW_MAX_MIN__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
NARROW_MAX_MIN__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
NARROW_MAX_MIN__NAME
The feature id for the 'Name' attribute.static int
NARROW_MAX_MIN__NILLABLE
The feature id for the 'Nillable' attribute.static int
NARROW_MAX_MIN__REF
The feature id for the 'Ref' attribute.static int
NARROW_MAX_MIN__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
NARROW_MAX_MIN__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.static int
NARROW_MAX_MIN__TYPE
The feature id for the 'Type' attribute.static int
NARROW_MAX_MIN__UNIQUE
The feature id for the 'Unique' containment reference list.static int
NARROW_MAX_MIN_FEATURE_COUNT
The number of structural features of the 'Narrow Max Min' class.static int
NO_FIXED_FACET
The meta object id for the 'No Fixed Facet
' class.static int
NO_FIXED_FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NO_FIXED_FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NO_FIXED_FACET__FIXED
The feature id for the 'Fixed' attribute.static int
NO_FIXED_FACET__ID
The feature id for the 'Id' attribute.static int
NO_FIXED_FACET__VALUE
The feature id for the 'Value' attribute.static int
NO_FIXED_FACET_FEATURE_COUNT
The number of structural features of the 'No Fixed Facet' class.static int
NOTATION_TYPE
The meta object id for the 'Notation Type
' class.static int
NOTATION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NOTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NOTATION_TYPE__ID
The feature id for the 'Id' attribute.static int
NOTATION_TYPE__NAME
The feature id for the 'Name' attribute.static int
NOTATION_TYPE__PUBLIC
The feature id for the 'Public' attribute.static int
NOTATION_TYPE__SYSTEM
The feature id for the 'System' attribute.static int
NOTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Notation Type' class.static int
NUM_FACET
The meta object id for the 'Num Facet
' class.static int
NUM_FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
NUM_FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
NUM_FACET__FIXED
The feature id for the 'Fixed' attribute.static int
NUM_FACET__ID
The feature id for the 'Id' attribute.static int
NUM_FACET__VALUE
The feature id for the 'Value' attribute.static int
NUM_FACET_FEATURE_COUNT
The number of structural features of the 'Num Facet' class.static int
OPEN_ATTRS
The meta object id for the 'Open Attrs
' class.static int
OPEN_ATTRS__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
OPEN_ATTRS_FEATURE_COUNT
The number of structural features of the 'Open Attrs' class.static int
PATTERN_TYPE
The meta object id for the 'Pattern Type
' class.static int
PATTERN_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
PATTERN_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
PATTERN_TYPE__FIXED
The feature id for the 'Fixed' attribute.static int
PATTERN_TYPE__ID
The feature id for the 'Id' attribute.static int
PATTERN_TYPE__VALUE
The feature id for the 'Value' attribute.static int
PATTERN_TYPE_FEATURE_COUNT
The number of structural features of the 'Pattern Type' class.static int
PROCESS_CONTENTS_TYPE
The meta object id for the 'Process Contents Type
' enum.static int
PROCESS_CONTENTS_TYPE_OBJECT
The meta object id for the 'Process Contents Type Object' data type.static int
PUBLIC
The meta object id for the 'Public' data type.static int
REAL_GROUP
The meta object id for the 'Real Group
' class.static int
REAL_GROUP__ALL
The feature id for the 'All' containment reference list.static int
REAL_GROUP__ALL1
The feature id for the 'All1' containment reference.static int
REAL_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
REAL_GROUP__ANY
The feature id for the 'Any' containment reference list.static int
REAL_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
REAL_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.static int
REAL_GROUP__CHOICE1
The feature id for the 'Choice1' containment reference.static int
REAL_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.static int
REAL_GROUP__GROUP
The feature id for the 'Group' containment reference list.static int
REAL_GROUP__ID
The feature id for the 'Id' attribute.static int
REAL_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
REAL_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
REAL_GROUP__NAME
The feature id for the 'Name' attribute.static int
REAL_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.static int
REAL_GROUP__REF
The feature id for the 'Ref' attribute.static int
REAL_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
REAL_GROUP__SEQUENCE1
The feature id for the 'Sequence1' containment reference.static int
REAL_GROUP_FEATURE_COUNT
The number of structural features of the 'Real Group' class.static int
REDEFINE_TYPE
The meta object id for the 'Redefine Type
' class.static int
REDEFINE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.static int
REDEFINE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
REDEFINE_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
REDEFINE_TYPE__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference list.static int
REDEFINE_TYPE__GROUP
The feature id for the 'Group' attribute list.static int
REDEFINE_TYPE__GROUP1
The feature id for the 'Group1' containment reference list.static int
REDEFINE_TYPE__ID
The feature id for the 'Id' attribute.static int
REDEFINE_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.static int
REDEFINE_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.static int
REDEFINE_TYPE_FEATURE_COUNT
The number of structural features of the 'Redefine Type' class.static int
REDUCED_DERIVATION_CONTROL
The meta object id for the 'Reduced Derivation Control
' enum.static int
REDUCED_DERIVATION_CONTROL_OBJECT
The meta object id for the 'Reduced Derivation Control Object' data type.static int
RESTRICTION_TYPE
The meta object id for the 'Restriction Type
' class.static int
RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.static int
RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.static int
RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.static int
RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.static int
RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.static int
RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.static int
RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.static int
RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.static int
RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.static int
RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.static int
RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.static int
RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.static int
RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.static int
RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.static int
RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.static int
RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.static int
RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Restriction Type' class.static int
RESTRICTION_TYPE1
The meta object id for the 'Restriction Type1
' class.static int
RESTRICTION_TYPE1__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
RESTRICTION_TYPE1__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
RESTRICTION_TYPE1__BASE
The feature id for the 'Base' attribute.static int
RESTRICTION_TYPE1__ENUMERATION
The feature id for the 'Enumeration' containment reference list.static int
RESTRICTION_TYPE1__FACETS
The feature id for the 'Facets' attribute list.static int
RESTRICTION_TYPE1__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.static int
RESTRICTION_TYPE1__ID
The feature id for the 'Id' attribute.static int
RESTRICTION_TYPE1__LENGTH
The feature id for the 'Length' containment reference list.static int
RESTRICTION_TYPE1__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.static int
RESTRICTION_TYPE1__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.static int
RESTRICTION_TYPE1__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.static int
RESTRICTION_TYPE1__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.static int
RESTRICTION_TYPE1__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.static int
RESTRICTION_TYPE1__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.static int
RESTRICTION_TYPE1__PATTERN
The feature id for the 'Pattern' containment reference list.static int
RESTRICTION_TYPE1__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
RESTRICTION_TYPE1__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.static int
RESTRICTION_TYPE1__WHITE_SPACE
The feature id for the 'White Space' containment reference list.static int
RESTRICTION_TYPE1_FEATURE_COUNT
The number of structural features of the 'Restriction Type1' class.static int
SCHEMA_TYPE
The meta object id for the 'Type
' class.static int
SCHEMA_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.static int
SCHEMA_TYPE__ANNOTATION1
The feature id for the 'Annotation1' containment reference list.static int
SCHEMA_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SCHEMA_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
SCHEMA_TYPE__ATTRIBUTE_FORM_DEFAULT
The feature id for the 'Attribute Form Default' attribute.static int
SCHEMA_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
SCHEMA_TYPE__BLOCK_DEFAULT
The feature id for the 'Block Default' attribute.static int
SCHEMA_TYPE__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference list.static int
SCHEMA_TYPE__ELEMENT
The feature id for the 'Element' containment reference list.static int
SCHEMA_TYPE__ELEMENT_FORM_DEFAULT
The feature id for the 'Element Form Default' attribute.static int
SCHEMA_TYPE__FINAL_DEFAULT
The feature id for the 'Final Default' attribute.static int
SCHEMA_TYPE__GROUP
The feature id for the 'Group' attribute list.static int
SCHEMA_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
SCHEMA_TYPE__GROUP2
The feature id for the 'Group2' containment reference list.static int
SCHEMA_TYPE__ID
The feature id for the 'Id' attribute.static int
SCHEMA_TYPE__IMPORT
The feature id for the 'Import' containment reference list.static int
SCHEMA_TYPE__INCLUDE
The feature id for the 'Include' containment reference list.static int
SCHEMA_TYPE__LANG
The feature id for the 'Lang' attribute.static int
SCHEMA_TYPE__NOTATION
The feature id for the 'Notation' containment reference list.static int
SCHEMA_TYPE__REDEFINE
The feature id for the 'Redefine' containment reference list.static int
SCHEMA_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.static int
SCHEMA_TYPE__TARGET_NAMESPACE
The feature id for the 'Target Namespace' attribute.static int
SCHEMA_TYPE__VERSION
The feature id for the 'Version' attribute.static int
SCHEMA_TYPE_FEATURE_COUNT
The number of structural features of the 'Type' class.static int
SELECTOR_TYPE
The meta object id for the 'Selector Type
' class.static int
SELECTOR_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SELECTOR_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SELECTOR_TYPE__ID
The feature id for the 'Id' attribute.static int
SELECTOR_TYPE__XPATH
The feature id for the 'Xpath' attribute.static int
SELECTOR_TYPE_FEATURE_COUNT
The number of structural features of the 'Selector Type' class.static int
SIMPLE_CONTENT_TYPE
The meta object id for the 'Simple Content Type
' class.static int
SIMPLE_CONTENT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SIMPLE_CONTENT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SIMPLE_CONTENT_TYPE__EXTENSION
The feature id for the 'Extension' containment reference.static int
SIMPLE_CONTENT_TYPE__ID
The feature id for the 'Id' attribute.static int
SIMPLE_CONTENT_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
SIMPLE_CONTENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Content Type' class.static int
SIMPLE_DERIVATION_SET
The meta object id for the 'Simple Derivation Set' data type.static int
SIMPLE_DERIVATION_SET_MEMBER0
The meta object id for the 'Simple Derivation Set Member0
' enum.static int
SIMPLE_DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Simple Derivation Set Member0 Object' data type.static int
SIMPLE_DERIVATION_SET_MEMBER1
The meta object id for the 'Simple Derivation Set Member1' data type.static int
SIMPLE_DERIVATION_SET_MEMBER1_ITEM
The meta object id for the 'Simple Derivation Set Member1 Item
' enum.static int
SIMPLE_DERIVATION_SET_MEMBER1_ITEM_OBJECT
The meta object id for the 'Simple Derivation Set Member1 Item Object' data type.static int
SIMPLE_EXPLICIT_GROUP
The meta object id for the 'Simple Explicit Group
' class.static int
SIMPLE_EXPLICIT_GROUP__ALL
The feature id for the 'All' containment reference list.static int
SIMPLE_EXPLICIT_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SIMPLE_EXPLICIT_GROUP__ANY
The feature id for the 'Any' containment reference list.static int
SIMPLE_EXPLICIT_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SIMPLE_EXPLICIT_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.static int
SIMPLE_EXPLICIT_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.static int
SIMPLE_EXPLICIT_GROUP__GROUP
The feature id for the 'Group' containment reference list.static int
SIMPLE_EXPLICIT_GROUP__ID
The feature id for the 'Id' attribute.static int
SIMPLE_EXPLICIT_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
SIMPLE_EXPLICIT_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
SIMPLE_EXPLICIT_GROUP__NAME
The feature id for the 'Name' attribute.static int
SIMPLE_EXPLICIT_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.static int
SIMPLE_EXPLICIT_GROUP__REF
The feature id for the 'Ref' attribute.static int
SIMPLE_EXPLICIT_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.static int
SIMPLE_EXPLICIT_GROUP_FEATURE_COUNT
The number of structural features of the 'Simple Explicit Group' class.static int
SIMPLE_EXTENSION_TYPE
The meta object id for the 'Simple Extension Type
' class.static int
SIMPLE_EXTENSION_TYPE__ALL
The feature id for the 'All' containment reference.static int
SIMPLE_EXTENSION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
SIMPLE_EXTENSION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
SIMPLE_EXTENSION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
SIMPLE_EXTENSION_TYPE__BASE
The feature id for the 'Base' attribute.static int
SIMPLE_EXTENSION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
SIMPLE_EXTENSION_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
SIMPLE_EXTENSION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
SIMPLE_EXTENSION_TYPE__ID
The feature id for the 'Id' attribute.static int
SIMPLE_EXTENSION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
SIMPLE_EXTENSION_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Extension Type' class.static int
SIMPLE_RESTRICTION_TYPE
The meta object id for the 'Simple Restriction Type
' class.static int
SIMPLE_RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.static int
SIMPLE_RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
SIMPLE_RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.static int
SIMPLE_RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
SIMPLE_RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.static int
SIMPLE_RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
SIMPLE_RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
SIMPLE_RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.static int
SIMPLE_RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
SIMPLE_RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
SIMPLE_RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.static int
SIMPLE_RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.static int
SIMPLE_RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Restriction Type' class.static int
SIMPLE_TYPE
The meta object id for the 'Simple Type
' class.static int
SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.static int
SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.static int
SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.static int
SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.static int
SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.static int
SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Type' class.static int
TOP_LEVEL_ATTRIBUTE
The meta object id for the 'Top Level Attribute
' class.static int
TOP_LEVEL_ATTRIBUTE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
TOP_LEVEL_ATTRIBUTE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
TOP_LEVEL_ATTRIBUTE__DEFAULT
The feature id for the 'Default' attribute.static int
TOP_LEVEL_ATTRIBUTE__FIXED
The feature id for the 'Fixed' attribute.static int
TOP_LEVEL_ATTRIBUTE__FORM
The feature id for the 'Form' attribute.static int
TOP_LEVEL_ATTRIBUTE__ID
The feature id for the 'Id' attribute.static int
TOP_LEVEL_ATTRIBUTE__NAME
The feature id for the 'Name' attribute.static int
TOP_LEVEL_ATTRIBUTE__REF
The feature id for the 'Ref' attribute.static int
TOP_LEVEL_ATTRIBUTE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
TOP_LEVEL_ATTRIBUTE__TYPE
The feature id for the 'Type' attribute.static int
TOP_LEVEL_ATTRIBUTE__USE
The feature id for the 'Use' attribute.static int
TOP_LEVEL_ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Top Level Attribute' class.static int
TOP_LEVEL_COMPLEX_TYPE
The meta object id for the 'Top Level Complex Type
' class.static int
TOP_LEVEL_COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.static int
TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.static int
TOP_LEVEL_COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.static int
TOP_LEVEL_COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.static int
TOP_LEVEL_COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.static int
TOP_LEVEL_COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Top Level Complex Type' class.static int
TOP_LEVEL_ELEMENT
The meta object id for the 'Top Level Element
' class.static int
TOP_LEVEL_ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.static int
TOP_LEVEL_ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
TOP_LEVEL_ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
TOP_LEVEL_ELEMENT__BLOCK
The feature id for the 'Block' attribute.static int
TOP_LEVEL_ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.static int
TOP_LEVEL_ELEMENT__DEFAULT
The feature id for the 'Default' attribute.static int
TOP_LEVEL_ELEMENT__FINAL
The feature id for the 'Final' attribute.static int
TOP_LEVEL_ELEMENT__FIXED
The feature id for the 'Fixed' attribute.static int
TOP_LEVEL_ELEMENT__FORM
The feature id for the 'Form' attribute.static int
TOP_LEVEL_ELEMENT__ID
The feature id for the 'Id' attribute.static int
TOP_LEVEL_ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.static int
TOP_LEVEL_ELEMENT__KEY
The feature id for the 'Key' containment reference list.static int
TOP_LEVEL_ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.static int
TOP_LEVEL_ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.static int
TOP_LEVEL_ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.static int
TOP_LEVEL_ELEMENT__NAME
The feature id for the 'Name' attribute.static int
TOP_LEVEL_ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.static int
TOP_LEVEL_ELEMENT__REF
The feature id for the 'Ref' attribute.static int
TOP_LEVEL_ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.static int
TOP_LEVEL_ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.static int
TOP_LEVEL_ELEMENT__TYPE
The feature id for the 'Type' attribute.static int
TOP_LEVEL_ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.static int
TOP_LEVEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Top Level Element' class.static int
TOP_LEVEL_SIMPLE_TYPE
The meta object id for the 'Top Level Simple Type
' class.static int
TOP_LEVEL_SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
TOP_LEVEL_SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
TOP_LEVEL_SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.static int
TOP_LEVEL_SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.static int
TOP_LEVEL_SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.static int
TOP_LEVEL_SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.static int
TOP_LEVEL_SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.static int
TOP_LEVEL_SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.static int
TOP_LEVEL_SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Top Level Simple Type' class.static int
TOTAL_DIGITS_TYPE
The meta object id for the 'Total Digits Type
' class.static int
TOTAL_DIGITS_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
TOTAL_DIGITS_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
TOTAL_DIGITS_TYPE__FIXED
The feature id for the 'Fixed' attribute.static int
TOTAL_DIGITS_TYPE__ID
The feature id for the 'Id' attribute.static int
TOTAL_DIGITS_TYPE__VALUE
The feature id for the 'Value' attribute.static int
TOTAL_DIGITS_TYPE_FEATURE_COUNT
The number of structural features of the 'Total Digits Type' class.static int
TYPE_DERIVATION_CONTROL
The meta object id for the 'Type Derivation Control
' enum.static int
TYPE_DERIVATION_CONTROL_OBJECT
The meta object id for the 'Type Derivation Control Object' data type.static int
UNION_TYPE
The meta object id for the 'Union Type
' class.static int
UNION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
UNION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
UNION_TYPE__ID
The feature id for the 'Id' attribute.static int
UNION_TYPE__MEMBER_TYPES
The feature id for the 'Member Types' attribute.static int
UNION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.static int
UNION_TYPE_FEATURE_COUNT
The number of structural features of the 'Union Type' class.static int
USE_TYPE
The meta object id for the 'Use Type
' enum.static int
USE_TYPE_OBJECT
The meta object id for the 'Use Type Object' data type.static int
WHITE_SPACE_TYPE
The meta object id for the 'White Space Type
' class.static int
WHITE_SPACE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
WHITE_SPACE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
WHITE_SPACE_TYPE__FIXED
The feature id for the 'Fixed' attribute.static int
WHITE_SPACE_TYPE__ID
The feature id for the 'Id' attribute.static int
WHITE_SPACE_TYPE__VALUE
The feature id for the 'Value' attribute.static int
WHITE_SPACE_TYPE_FEATURE_COUNT
The number of structural features of the 'White Space Type' class.static int
WILDCARD
The meta object id for the 'Wildcard
' class.static int
WILDCARD__ANNOTATION
The feature id for the 'Annotation' containment reference.static int
WILDCARD__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.static int
WILDCARD__ID
The feature id for the 'Id' attribute.static int
WILDCARD__NAMESPACE
The feature id for the 'Namespace' attribute.static int
WILDCARD__PROCESS_CONTENTS
The feature id for the 'Process Contents' attribute.static int
WILDCARD_FEATURE_COUNT
The number of structural features of the 'Wildcard' class.static int
XPATH_TYPE
The meta object id for the 'Xpath Type' data type.static int
XPATH_TYPE1
The meta object id for the 'Xpath Type1' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getAll()
Returns the meta object for class 'All
'.EDataType
getAllNNI()
Returns the meta object for data type 'All NNI
'.EEnum
getAllNNIMember1()
Returns the meta object for enum 'All NNI Member1
'.EDataType
getAllNNIMember1Object()
Returns the meta object for data type 'All NNI Member1 Object
'.EClass
getAnnotated()
Returns the meta object for class 'Annotated
'.EReference
getAnnotated_Annotation()
Returns the meta object for the containment reference 'Annotation
'.EAttribute
getAnnotated_Id()
Returns the meta object for the attribute 'Id
'.EClass
getAnnotationType()
Returns the meta object for class 'Annotation Type
'.EReference
getAnnotationType_Appinfo()
Returns the meta object for the containment reference list 'Appinfo
'.EReference
getAnnotationType_Documentation()
Returns the meta object for the containment reference list 'Documentation
'.EAttribute
getAnnotationType_Group()
Returns the meta object for the attribute list 'Group
'.EAttribute
getAnnotationType_Id()
Returns the meta object for the attribute 'Id
'.EClass
getAnyType()
Returns the meta object for class 'Any Type
'.EAttribute
getAnyType_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.EAttribute
getAnyType_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.EClass
getAppinfoType()
Returns the meta object for class 'Appinfo Type
'.EAttribute
getAppinfoType_Any()
Returns the meta object for the attribute list 'Any
'.EAttribute
getAppinfoType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.EAttribute
getAppinfoType_Group()
Returns the meta object for the attribute list 'Group
'.EAttribute
getAppinfoType_Mixed()
Returns the meta object for the attribute list 'Mixed
'.EAttribute
getAppinfoType_Source()
Returns the meta object for the attribute 'Source
'.EClass
getAttribute()
Returns the meta object for class 'Attribute
'.EAttribute
getAttribute_Default()
Returns the meta object for the attribute 'Default
'.EAttribute
getAttribute_Fixed()
Returns the meta object for the attribute 'Fixed
'.EAttribute
getAttribute_Form()
Returns the meta object for the attribute 'Form
'.EAttribute
getAttribute_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getAttribute_Ref()
Returns the meta object for the attribute 'Ref
'.EReference
getAttribute_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EAttribute
getAttribute_Type()
Returns the meta object for the attribute 'Type
'.EAttribute
getAttribute_Use()
Returns the meta object for the attribute 'Use
'.EClass
getAttributeGroup()
Returns the meta object for class 'Attribute Group
'.EReference
getAttributeGroup_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.EReference
getAttributeGroup_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.EReference
getAttributeGroup_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EAttribute
getAttributeGroup_Group()
Returns the meta object for the attribute list 'Group
'.EAttribute
getAttributeGroup_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getAttributeGroup_Ref()
Returns the meta object for the attribute 'Ref
'.EClass
getAttributeGroupRef()
Returns the meta object for class 'Attribute Group Ref
'.EDataType
getBlockSet()
Returns the meta object for data type 'Block Set
'.EEnum
getBlockSetMember0()
Returns the meta object for enum 'Block Set Member0
'.EDataType
getBlockSetMember0Object()
Returns the meta object for data type 'Block Set Member0 Object
'.EDataType
getBlockSetMember1()
Returns the meta object for data type 'Block Set Member1
'.EEnum
getBlockSetMember1Item()
Returns the meta object for enum 'Block Set Member1 Item
'.EDataType
getBlockSetMember1ItemObject()
Returns the meta object for data type 'Block Set Member1 Item Object
'.EClass
getComplexContentType()
Returns the meta object for class 'Complex Content Type
'.EReference
getComplexContentType_Extension()
Returns the meta object for the containment reference 'Extension
'.EAttribute
getComplexContentType_Mixed()
Returns the meta object for the attribute 'Mixed
'.EReference
getComplexContentType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.EClass
getComplexRestrictionType()
Returns the meta object for class 'Complex Restriction Type
'.EClass
getComplexType()
Returns the meta object for class 'Complex Type
'.EAttribute
getComplexType_Abstract()
Returns the meta object for the attribute 'Abstract
'.EReference
getComplexType_All()
Returns the meta object for the containment reference 'All
'.EReference
getComplexType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.EReference
getComplexType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.EReference
getComplexType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EAttribute
getComplexType_Block()
Returns the meta object for the attribute 'Block
'.EReference
getComplexType_Choice()
Returns the meta object for the containment reference 'Choice
'.EReference
getComplexType_ComplexContent()
Returns the meta object for the containment reference 'Complex Content
'.EAttribute
getComplexType_Final()
Returns the meta object for the attribute 'Final
'.EReference
getComplexType_Group()
Returns the meta object for the containment reference 'Group
'.EAttribute
getComplexType_Group1()
Returns the meta object for the attribute list 'Group1
'.EAttribute
getComplexType_Mixed()
Returns the meta object for the attribute 'Mixed
'.EAttribute
getComplexType_Name()
Returns the meta object for the attribute 'Name
'.EReference
getComplexType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.EReference
getComplexType_SimpleContent()
Returns the meta object for the containment reference 'Simple Content
'.EEnum
getDerivationControl()
Returns the meta object for enum 'Derivation Control
'.EDataType
getDerivationControlObject()
Returns the meta object for data type 'Derivation Control Object
'.EDataType
getDerivationSet()
Returns the meta object for data type 'Derivation Set
'.EEnum
getDerivationSetMember0()
Returns the meta object for enum 'Derivation Set Member0
'.EDataType
getDerivationSetMember0Object()
Returns the meta object for data type 'Derivation Set Member0 Object
'.EDataType
getDerivationSetMember1()
Returns the meta object for data type 'Derivation Set Member1
'.EClass
getDocumentationType()
Returns the meta object for class 'Documentation Type
'.EAttribute
getDocumentationType_Any()
Returns the meta object for the attribute list 'Any
'.EAttribute
getDocumentationType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.EAttribute
getDocumentationType_Group()
Returns the meta object for the attribute list 'Group
'.EAttribute
getDocumentationType_Lang()
Returns the meta object for the attribute 'Lang
'.EAttribute
getDocumentationType_Mixed()
Returns the meta object for the attribute list 'Mixed
'.EAttribute
getDocumentationType_Source()
Returns the meta object for the attribute 'Source
'.EClass
getDocumentRoot()
Returns the meta object for class 'Document Root
'.EReference
getDocumentRoot_All()
Returns the meta object for the containment reference 'All
'.EReference
getDocumentRoot_Annotation()
Returns the meta object for the containment reference 'Annotation
'.EReference
getDocumentRoot_Any()
Returns the meta object for the containment reference 'Any
'.EReference
getDocumentRoot_AnyAttribute()
Returns the meta object for the containment reference 'Any Attribute
'.EReference
getDocumentRoot_Appinfo()
Returns the meta object for the containment reference 'Appinfo
'.EReference
getDocumentRoot_Attribute()
Returns the meta object for the containment reference 'Attribute
'.EReference
getDocumentRoot_AttributeGroup()
Returns the meta object for the containment reference 'Attribute Group
'.EReference
getDocumentRoot_Choice()
Returns the meta object for the containment reference 'Choice
'.EReference
getDocumentRoot_ComplexContent()
Returns the meta object for the containment reference 'Complex Content
'.EReference
getDocumentRoot_ComplexType()
Returns the meta object for the containment reference 'Complex Type
'.EReference
getDocumentRoot_Documentation()
Returns the meta object for the containment reference 'Documentation
'.EReference
getDocumentRoot_Element()
Returns the meta object for the containment reference 'Element
'.EReference
getDocumentRoot_Enumeration()
Returns the meta object for the containment reference 'Enumeration
'.EReference
getDocumentRoot_Field()
Returns the meta object for the containment reference 'Field
'.EReference
getDocumentRoot_FractionDigits()
Returns the meta object for the containment reference 'Fraction Digits
'.EReference
getDocumentRoot_Group()
Returns the meta object for the containment reference 'Group
'.EReference
getDocumentRoot_Import()
Returns the meta object for the containment reference 'Import
'.EReference
getDocumentRoot_Include()
Returns the meta object for the containment reference 'Include
'.EReference
getDocumentRoot_Key()
Returns the meta object for the containment reference 'Key
'.EReference
getDocumentRoot_Keyref()
Returns the meta object for the containment reference 'Keyref
'.EReference
getDocumentRoot_Length()
Returns the meta object for the containment reference 'Length
'.EReference
getDocumentRoot_List()
Returns the meta object for the containment reference 'List
'.EReference
getDocumentRoot_MaxExclusive()
Returns the meta object for the containment reference 'Max Exclusive
'.EReference
getDocumentRoot_MaxInclusive()
Returns the meta object for the containment reference 'Max Inclusive
'.EReference
getDocumentRoot_MaxLength()
Returns the meta object for the containment reference 'Max Length
'.EReference
getDocumentRoot_MinExclusive()
Returns the meta object for the containment reference 'Min Exclusive
'.EReference
getDocumentRoot_MinInclusive()
Returns the meta object for the containment reference 'Min Inclusive
'.EReference
getDocumentRoot_MinLength()
Returns the meta object for the containment reference 'Min Length
'.EAttribute
getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed
'.EReference
getDocumentRoot_Notation()
Returns the meta object for the containment reference 'Notation
'.EReference
getDocumentRoot_Pattern()
Returns the meta object for the containment reference 'Pattern
'.EReference
getDocumentRoot_Redefine()
Returns the meta object for the containment reference 'Redefine
'.EReference
getDocumentRoot_Restriction()
Returns the meta object for the containment reference 'Restriction
'.EReference
getDocumentRoot_Schema()
Returns the meta object for the containment reference 'Schema
'.EReference
getDocumentRoot_Selector()
Returns the meta object for the containment reference 'Selector
'.EReference
getDocumentRoot_Sequence()
Returns the meta object for the containment reference 'Sequence
'.EReference
getDocumentRoot_SimpleContent()
Returns the meta object for the containment reference 'Simple Content
'.EReference
getDocumentRoot_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EReference
getDocumentRoot_TotalDigits()
Returns the meta object for the containment reference 'Total Digits
'.EReference
getDocumentRoot_Union()
Returns the meta object for the containment reference 'Union
'.EReference
getDocumentRoot_Unique()
Returns the meta object for the containment reference 'Unique
'.EReference
getDocumentRoot_WhiteSpace()
Returns the meta object for the containment reference 'White Space
'.EReference
getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map
'.EReference
getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location
'.EClass
getElement()
Returns the meta object for class 'Element
'.EAttribute
getElement_Abstract()
Returns the meta object for the attribute 'Abstract
'.EAttribute
getElement_Block()
Returns the meta object for the attribute 'Block
'.EReference
getElement_ComplexType()
Returns the meta object for the containment reference 'Complex Type
'.EAttribute
getElement_Default()
Returns the meta object for the attribute 'Default
'.EAttribute
getElement_Final()
Returns the meta object for the attribute 'Final
'.EAttribute
getElement_Fixed()
Returns the meta object for the attribute 'Fixed
'.EAttribute
getElement_Form()
Returns the meta object for the attribute 'Form
'.EAttribute
getElement_IdentityConstraint()
Returns the meta object for the attribute list 'Identity Constraint
'.EReference
getElement_Key()
Returns the meta object for the containment reference list 'Key
'.EReference
getElement_Keyref()
Returns the meta object for the containment reference list 'Keyref
'.EAttribute
getElement_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.EAttribute
getElement_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.EAttribute
getElement_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getElement_Nillable()
Returns the meta object for the attribute 'Nillable
'.EAttribute
getElement_Ref()
Returns the meta object for the attribute 'Ref
'.EReference
getElement_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EAttribute
getElement_SubstitutionGroup()
Returns the meta object for the attribute 'Substitution Group
'.EAttribute
getElement_Type()
Returns the meta object for the attribute 'Type
'.EReference
getElement_Unique()
Returns the meta object for the containment reference list 'Unique
'.EClass
getExplicitGroup()
Returns the meta object for class 'Explicit Group
'.EClass
getExtensionType()
Returns the meta object for class 'Extension Type
'.EReference
getExtensionType_All()
Returns the meta object for the containment reference 'All
'.EReference
getExtensionType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.EReference
getExtensionType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.EReference
getExtensionType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EAttribute
getExtensionType_Base()
Returns the meta object for the attribute 'Base
'.EReference
getExtensionType_Choice()
Returns the meta object for the containment reference 'Choice
'.EReference
getExtensionType_Group()
Returns the meta object for the containment reference 'Group
'.EAttribute
getExtensionType_Group1()
Returns the meta object for the attribute list 'Group1
'.EReference
getExtensionType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.EClass
getFacet()
Returns the meta object for class 'Facet
'.EAttribute
getFacet_Fixed()
Returns the meta object for the attribute 'Fixed
'.EAttribute
getFacet_Value()
Returns the meta object for the attribute 'Value
'.EClass
getFieldType()
Returns the meta object for class 'Field Type
'.EAttribute
getFieldType_Xpath()
Returns the meta object for the attribute 'Xpath
'.EEnum
getFormChoice()
Returns the meta object for enum 'Form Choice
'.EDataType
getFormChoiceObject()
Returns the meta object for data type 'Form Choice Object
'.EDataType
getFullDerivationSet()
Returns the meta object for data type 'Full Derivation Set
'.EEnum
getFullDerivationSetMember0()
Returns the meta object for enum 'Full Derivation Set Member0
'.EDataType
getFullDerivationSetMember0Object()
Returns the meta object for data type 'Full Derivation Set Member0 Object
'.EDataType
getFullDerivationSetMember1()
Returns the meta object for data type 'Full Derivation Set Member1
'.EClass
getGroup()
Returns the meta object for class 'Group
'.EReference
getGroup_All()
Returns the meta object for the containment reference list 'All
'.EReference
getGroup_Any()
Returns the meta object for the containment reference list 'Any
'.EReference
getGroup_Choice()
Returns the meta object for the containment reference list 'Choice
'.EReference
getGroup_Element()
Returns the meta object for the containment reference list 'Element
'.EReference
getGroup_Group()
Returns the meta object for the containment reference list 'Group
'.EAttribute
getGroup_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.EAttribute
getGroup_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.EAttribute
getGroup_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getGroup_Particle()
Returns the meta object for the attribute list 'Particle
'.EAttribute
getGroup_Ref()
Returns the meta object for the attribute 'Ref
'.EReference
getGroup_Sequence()
Returns the meta object for the containment reference list 'Sequence
'.EClass
getGroupRef()
Returns the meta object for class 'Group Ref
'.EClass
getImportType()
Returns the meta object for class 'Import Type
'.EAttribute
getImportType_Namespace()
Returns the meta object for the attribute 'Namespace
'.EAttribute
getImportType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.EClass
getIncludeType()
Returns the meta object for class 'Include Type
'.EAttribute
getIncludeType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.EClass
getKeybase()
Returns the meta object for class 'Keybase
'.EReference
getKeybase_Field()
Returns the meta object for the containment reference list 'Field
'.EAttribute
getKeybase_Name()
Returns the meta object for the attribute 'Name
'.EReference
getKeybase_Selector()
Returns the meta object for the containment reference 'Selector
'.EClass
getKeyrefType()
Returns the meta object for class 'Keyref Type
'.EAttribute
getKeyrefType_Refer()
Returns the meta object for the attribute 'Refer
'.EClass
getListType()
Returns the meta object for class 'List Type
'.EAttribute
getListType_ItemType()
Returns the meta object for the attribute 'Item Type
'.EReference
getListType_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EClass
getLocalComplexType()
Returns the meta object for class 'Local Complex Type
'.EClass
getLocalElement()
Returns the meta object for class 'Local Element
'.EClass
getLocalSimpleType()
Returns the meta object for class 'Local Simple Type
'.EDataType
getMemberTypesType()
Returns the meta object for data type 'Member Types Type
'.EClass
getNamedAttributeGroup()
Returns the meta object for class 'Named Attribute Group
'.EClass
getNamedGroup()
Returns the meta object for class 'Named Group
'.EDataType
getNamespaceList()
Returns the meta object for data type 'Namespace List
'.EEnum
getNamespaceListMember0()
Returns the meta object for enum 'Namespace List Member0
'.EDataType
getNamespaceListMember0Object()
Returns the meta object for data type 'Namespace List Member0 Object
'.EDataType
getNamespaceListMember1()
Returns the meta object for data type 'Namespace List Member1
'.EDataType
getNamespaceListMember1Item()
Returns the meta object for data type 'Namespace List Member1 Item
'.EEnum
getNamespaceListMember1ItemMember1()
Returns the meta object for enum 'Namespace List Member1 Item Member1
'.EDataType
getNamespaceListMember1ItemMember1Object()
Returns the meta object for data type 'Namespace List Member1 Item Member1 Object
'.EClass
getNarrowMaxMin()
Returns the meta object for class 'Narrow Max Min
'.EClass
getNoFixedFacet()
Returns the meta object for class 'No Fixed Facet
'.EClass
getNotationType()
Returns the meta object for class 'Notation Type
'.EAttribute
getNotationType_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getNotationType_Public()
Returns the meta object for the attribute 'Public
'.EAttribute
getNotationType_System()
Returns the meta object for the attribute 'System
'.EClass
getNumFacet()
Returns the meta object for class 'Num Facet
'.EClass
getOpenAttrs()
Returns the meta object for class 'Open Attrs
'.EAttribute
getOpenAttrs_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.EClass
getPatternType()
Returns the meta object for class 'Pattern Type
'.EEnum
getProcessContentsType()
Returns the meta object for enum 'Process Contents Type
'.EDataType
getProcessContentsTypeObject()
Returns the meta object for data type 'Process Contents Type Object
'.EDataType
getPublic()
Returns the meta object for data type 'Public
'.EClass
getRealGroup()
Returns the meta object for class 'Real Group
'.EReference
getRealGroup_All1()
Returns the meta object for the containment reference 'All1
'.EReference
getRealGroup_Choice1()
Returns the meta object for the containment reference 'Choice1
'.EReference
getRealGroup_Sequence1()
Returns the meta object for the containment reference 'Sequence1
'.EClass
getRedefineType()
Returns the meta object for class 'Redefine Type
'.EReference
getRedefineType_Annotation()
Returns the meta object for the containment reference list 'Annotation
'.EReference
getRedefineType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EReference
getRedefineType_ComplexType()
Returns the meta object for the containment reference list 'Complex Type
'.EAttribute
getRedefineType_Group()
Returns the meta object for the attribute list 'Group
'.EReference
getRedefineType_Group1()
Returns the meta object for the containment reference list 'Group1
'.EAttribute
getRedefineType_Id()
Returns the meta object for the attribute 'Id
'.EAttribute
getRedefineType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.EReference
getRedefineType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.EEnum
getReducedDerivationControl()
Returns the meta object for enum 'Reduced Derivation Control
'.EDataType
getReducedDerivationControlObject()
Returns the meta object for data type 'Reduced Derivation Control Object
'.EClass
getRestrictionType()
Returns the meta object for class 'Restriction Type
'.EReference
getRestrictionType_All()
Returns the meta object for the containment reference 'All
'.EReference
getRestrictionType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.EReference
getRestrictionType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.EReference
getRestrictionType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EAttribute
getRestrictionType_Base()
Returns the meta object for the attribute 'Base
'.EReference
getRestrictionType_Choice()
Returns the meta object for the containment reference 'Choice
'.EReference
getRestrictionType_Enumeration()
Returns the meta object for the containment reference list 'Enumeration
'.EAttribute
getRestrictionType_Facets()
Returns the meta object for the attribute list 'Facets
'.EReference
getRestrictionType_FractionDigits()
Returns the meta object for the containment reference list 'Fraction Digits
'.EReference
getRestrictionType_Group()
Returns the meta object for the containment reference 'Group
'.EAttribute
getRestrictionType_Group1()
Returns the meta object for the attribute list 'Group1
'.EReference
getRestrictionType_Length()
Returns the meta object for the containment reference list 'Length
'.EReference
getRestrictionType_MaxExclusive()
Returns the meta object for the containment reference list 'Max Exclusive
'.EReference
getRestrictionType_MaxInclusive()
Returns the meta object for the containment reference list 'Max Inclusive
'.EReference
getRestrictionType_MaxLength()
Returns the meta object for the containment reference list 'Max Length
'.EReference
getRestrictionType_MinExclusive()
Returns the meta object for the containment reference list 'Min Exclusive
'.EReference
getRestrictionType_MinInclusive()
Returns the meta object for the containment reference list 'Min Inclusive
'.EReference
getRestrictionType_MinLength()
Returns the meta object for the containment reference list 'Min Length
'.EReference
getRestrictionType_Pattern()
Returns the meta object for the containment reference list 'Pattern
'.EReference
getRestrictionType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.EReference
getRestrictionType_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EReference
getRestrictionType_TotalDigits()
Returns the meta object for the containment reference list 'Total Digits
'.EReference
getRestrictionType_WhiteSpace()
Returns the meta object for the containment reference list 'White Space
'.EClass
getRestrictionType1()
Returns the meta object for class 'Restriction Type1
'.EAttribute
getRestrictionType1_Base()
Returns the meta object for the attribute 'Base
'.EReference
getRestrictionType1_Enumeration()
Returns the meta object for the containment reference list 'Enumeration
'.EAttribute
getRestrictionType1_Facets()
Returns the meta object for the attribute list 'Facets
'.EReference
getRestrictionType1_FractionDigits()
Returns the meta object for the containment reference list 'Fraction Digits
'.EReference
getRestrictionType1_Length()
Returns the meta object for the containment reference list 'Length
'.EReference
getRestrictionType1_MaxExclusive()
Returns the meta object for the containment reference list 'Max Exclusive
'.EReference
getRestrictionType1_MaxInclusive()
Returns the meta object for the containment reference list 'Max Inclusive
'.EReference
getRestrictionType1_MaxLength()
Returns the meta object for the containment reference list 'Max Length
'.EReference
getRestrictionType1_MinExclusive()
Returns the meta object for the containment reference list 'Min Exclusive
'.EReference
getRestrictionType1_MinInclusive()
Returns the meta object for the containment reference list 'Min Inclusive
'.EReference
getRestrictionType1_MinLength()
Returns the meta object for the containment reference list 'Min Length
'.EReference
getRestrictionType1_Pattern()
Returns the meta object for the containment reference list 'Pattern
'.EReference
getRestrictionType1_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.EReference
getRestrictionType1_TotalDigits()
Returns the meta object for the containment reference list 'Total Digits
'.EReference
getRestrictionType1_WhiteSpace()
Returns the meta object for the containment reference list 'White Space
'.SchemaFactory
getSchemaFactory()
Returns the factory that creates the instances of the model.EClass
getSchemaType()
Returns the meta object for class 'Type
'.EReference
getSchemaType_Annotation()
Returns the meta object for the containment reference list 'Annotation
'.EReference
getSchemaType_Annotation1()
Returns the meta object for the containment reference list 'Annotation1
'.EReference
getSchemaType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.EAttribute
getSchemaType_AttributeFormDefault()
Returns the meta object for the attribute 'Attribute Form Default
'.EReference
getSchemaType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.EAttribute
getSchemaType_BlockDefault()
Returns the meta object for the attribute 'Block Default
'.EReference
getSchemaType_ComplexType()
Returns the meta object for the containment reference list 'Complex Type
'.EReference
getSchemaType_Element()
Returns the meta object for the containment reference list 'Element
'.EAttribute
getSchemaType_ElementFormDefault()
Returns the meta object for the attribute 'Element Form Default
'.EAttribute
getSchemaType_FinalDefault()
Returns the meta object for the attribute 'Final Default
'.EAttribute
getSchemaType_Group()
Returns the meta object for the attribute list 'Group
'.EAttribute
getSchemaType_Group1()
Returns the meta object for the attribute list 'Group1
'.EReference
getSchemaType_Group2()
Returns the meta object for the containment reference list 'Group2
'.EAttribute
getSchemaType_Id()
Returns the meta object for the attribute 'Id
'.EReference
getSchemaType_Import()
Returns the meta object for the containment reference list 'Import
'.EReference
getSchemaType_Include()
Returns the meta object for the containment reference list 'Include
'.EAttribute
getSchemaType_Lang()
Returns the meta object for the attribute 'Lang
'.EReference
getSchemaType_Notation()
Returns the meta object for the containment reference list 'Notation
'.EReference
getSchemaType_Redefine()
Returns the meta object for the containment reference list 'Redefine
'.EReference
getSchemaType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.EAttribute
getSchemaType_TargetNamespace()
Returns the meta object for the attribute 'Target Namespace
'.EAttribute
getSchemaType_Version()
Returns the meta object for the attribute 'Version
'.EClass
getSelectorType()
Returns the meta object for class 'Selector Type
'.EAttribute
getSelectorType_Xpath()
Returns the meta object for the attribute 'Xpath
'.EClass
getSimpleContentType()
Returns the meta object for class 'Simple Content Type
'.EReference
getSimpleContentType_Extension()
Returns the meta object for the containment reference 'Extension
'.EReference
getSimpleContentType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.EDataType
getSimpleDerivationSet()
Returns the meta object for data type 'Simple Derivation Set
'.EEnum
getSimpleDerivationSetMember0()
Returns the meta object for enum 'Simple Derivation Set Member0
'.EDataType
getSimpleDerivationSetMember0Object()
Returns the meta object for data type 'Simple Derivation Set Member0 Object
'.EDataType
getSimpleDerivationSetMember1()
Returns the meta object for data type 'Simple Derivation Set Member1
'.EEnum
getSimpleDerivationSetMember1Item()
Returns the meta object for enum 'Simple Derivation Set Member1 Item
'.EDataType
getSimpleDerivationSetMember1ItemObject()
Returns the meta object for data type 'Simple Derivation Set Member1 Item Object
'.EClass
getSimpleExplicitGroup()
Returns the meta object for class 'Simple Explicit Group
'.EClass
getSimpleExtensionType()
Returns the meta object for class 'Simple Extension Type
'.EClass
getSimpleRestrictionType()
Returns the meta object for class 'Simple Restriction Type
'.EClass
getSimpleType()
Returns the meta object for class 'Simple Type
'.EAttribute
getSimpleType_Final()
Returns the meta object for the attribute 'Final
'.EReference
getSimpleType_List()
Returns the meta object for the containment reference 'List
'.EAttribute
getSimpleType_Name()
Returns the meta object for the attribute 'Name
'.EReference
getSimpleType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.EReference
getSimpleType_Union()
Returns the meta object for the containment reference 'Union
'.EClass
getTopLevelAttribute()
Returns the meta object for class 'Top Level Attribute
'.EClass
getTopLevelComplexType()
Returns the meta object for class 'Top Level Complex Type
'.EClass
getTopLevelElement()
Returns the meta object for class 'Top Level Element
'.EClass
getTopLevelSimpleType()
Returns the meta object for class 'Top Level Simple Type
'.EClass
getTotalDigitsType()
Returns the meta object for class 'Total Digits Type
'.EEnum
getTypeDerivationControl()
Returns the meta object for enum 'Type Derivation Control
'.EDataType
getTypeDerivationControlObject()
Returns the meta object for data type 'Type Derivation Control Object
'.EClass
getUnionType()
Returns the meta object for class 'Union Type
'.EAttribute
getUnionType_MemberTypes()
Returns the meta object for the attribute 'Member Types
'.EReference
getUnionType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.EEnum
getUseType()
Returns the meta object for enum 'Use Type
'.EDataType
getUseTypeObject()
Returns the meta object for data type 'Use Type Object
'.EClass
getWhiteSpaceType()
Returns the meta object for class 'White Space Type
'.EClass
getWildcard()
Returns the meta object for class 'Wildcard
'.EAttribute
getWildcard_Namespace()
Returns the meta object for the attribute 'Namespace
'.EAttribute
getWildcard_ProcessContents()
Returns the meta object for the attribute 'Process Contents
'.EDataType
getXpathType()
Returns the meta object for data type 'Xpath Type
'.EDataType
getXpathType1()
Returns the meta object for data type 'Xpath Type1
'.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final SchemaPackage eINSTANCE
The singleton instance of the package.
-
OPEN_ATTRS
static final int OPEN_ATTRS
The meta object id for the 'Open Attrs
' class.
-
OPEN_ATTRS__ANY_ATTRIBUTE
static final int OPEN_ATTRS__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
OPEN_ATTRS_FEATURE_COUNT
static final int OPEN_ATTRS_FEATURE_COUNT
The number of structural features of the 'Open Attrs' class.- See Also:
- Constant Field Values
-
ANNOTATED
static final int ANNOTATED
The meta object id for the 'Annotated
' class.
-
ANNOTATED__ANY_ATTRIBUTE
static final int ANNOTATED__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANNOTATED__ANNOTATION
static final int ANNOTATED__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ANNOTATED__ID
static final int ANNOTATED__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANNOTATED_FEATURE_COUNT
static final int ANNOTATED_FEATURE_COUNT
The number of structural features of the 'Annotated' class.- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
The meta object id for the 'Group
' class.
-
GROUP__ANY_ATTRIBUTE
static final int GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
GROUP__ANNOTATION
static final int GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
GROUP__ID
static final int GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
GROUP__PARTICLE
static final int GROUP__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
GROUP__ELEMENT
static final int GROUP__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
GROUP__GROUP
static final int GROUP__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
GROUP__ALL
static final int GROUP__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
GROUP__CHOICE
static final int GROUP__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
GROUP__SEQUENCE
static final int GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
GROUP__ANY
static final int GROUP__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
GROUP__MAX_OCCURS
static final int GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
GROUP__MIN_OCCURS
static final int GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
GROUP__NAME
static final int GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
GROUP__REF
static final int GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
GROUP_FEATURE_COUNT
static final int GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP
static final int EXPLICIT_GROUP
The meta object id for the 'Explicit Group
' class.
-
EXPLICIT_GROUP__ANY_ATTRIBUTE
static final int EXPLICIT_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__ANNOTATION
static final int EXPLICIT_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__ID
static final int EXPLICIT_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__PARTICLE
static final int EXPLICIT_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__ELEMENT
static final int EXPLICIT_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__GROUP
static final int EXPLICIT_GROUP__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__ALL
static final int EXPLICIT_GROUP__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__CHOICE
static final int EXPLICIT_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__SEQUENCE
static final int EXPLICIT_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__ANY
static final int EXPLICIT_GROUP__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__MAX_OCCURS
static final int EXPLICIT_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__MIN_OCCURS
static final int EXPLICIT_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__NAME
static final int EXPLICIT_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP__REF
static final int EXPLICIT_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
EXPLICIT_GROUP_FEATURE_COUNT
static final int EXPLICIT_GROUP_FEATURE_COUNT
The number of structural features of the 'Explicit Group' class.- See Also:
- Constant Field Values
-
ALL
static final int ALL
The meta object id for the 'All
' class.- See Also:
AllImpl
,SchemaPackageImpl.getAll()
, Constant Field Values
-
ALL__ANY_ATTRIBUTE
static final int ALL__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ALL__ANNOTATION
static final int ALL__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ALL__ID
static final int ALL__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ALL__PARTICLE
static final int ALL__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
ALL__ELEMENT
static final int ALL__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
ALL__GROUP
static final int ALL__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
ALL__ALL
static final int ALL__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
ALL__CHOICE
static final int ALL__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
ALL__SEQUENCE
static final int ALL__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
ALL__ANY
static final int ALL__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
ALL__MAX_OCCURS
static final int ALL__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
ALL__MIN_OCCURS
static final int ALL__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
ALL__NAME
static final int ALL__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ALL__REF
static final int ALL__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
ALL_FEATURE_COUNT
static final int ALL_FEATURE_COUNT
The number of structural features of the 'All' class.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE
static final int ANNOTATION_TYPE
The meta object id for the 'Annotation Type
' class.
-
ANNOTATION_TYPE__ANY_ATTRIBUTE
static final int ANNOTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE__GROUP
static final int ANNOTATION_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE__APPINFO
static final int ANNOTATION_TYPE__APPINFO
The feature id for the 'Appinfo' containment reference list.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE__DOCUMENTATION
static final int ANNOTATION_TYPE__DOCUMENTATION
The feature id for the 'Documentation' containment reference list.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE__ID
static final int ANNOTATION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_FEATURE_COUNT
static final int ANNOTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Annotation Type' class.- See Also:
- Constant Field Values
-
WILDCARD
static final int WILDCARD
The meta object id for the 'Wildcard
' class.
-
WILDCARD__ANY_ATTRIBUTE
static final int WILDCARD__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
WILDCARD__ANNOTATION
static final int WILDCARD__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
WILDCARD__ID
static final int WILDCARD__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
WILDCARD__NAMESPACE
static final int WILDCARD__NAMESPACE
The feature id for the 'Namespace' attribute.- See Also:
- Constant Field Values
-
WILDCARD__PROCESS_CONTENTS
static final int WILDCARD__PROCESS_CONTENTS
The feature id for the 'Process Contents' attribute.- See Also:
- Constant Field Values
-
WILDCARD_FEATURE_COUNT
static final int WILDCARD_FEATURE_COUNT
The number of structural features of the 'Wildcard' class.- See Also:
- Constant Field Values
-
ANY_TYPE
static final int ANY_TYPE
The meta object id for the 'Any Type
' class.
-
ANY_TYPE__ANY_ATTRIBUTE
static final int ANY_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ANY_TYPE__ANNOTATION
static final int ANY_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ANY_TYPE__ID
static final int ANY_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ANY_TYPE__NAMESPACE
static final int ANY_TYPE__NAMESPACE
The feature id for the 'Namespace' attribute.- See Also:
- Constant Field Values
-
ANY_TYPE__PROCESS_CONTENTS
static final int ANY_TYPE__PROCESS_CONTENTS
The feature id for the 'Process Contents' attribute.- See Also:
- Constant Field Values
-
ANY_TYPE__MAX_OCCURS
static final int ANY_TYPE__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
ANY_TYPE__MIN_OCCURS
static final int ANY_TYPE__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
ANY_TYPE_FEATURE_COUNT
static final int ANY_TYPE_FEATURE_COUNT
The number of structural features of the 'Any Type' class.- See Also:
- Constant Field Values
-
APPINFO_TYPE
static final int APPINFO_TYPE
The meta object id for the 'Appinfo Type
' class.
-
APPINFO_TYPE__MIXED
static final int APPINFO_TYPE__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
-
APPINFO_TYPE__GROUP
static final int APPINFO_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
APPINFO_TYPE__ANY
static final int APPINFO_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
APPINFO_TYPE__SOURCE
static final int APPINFO_TYPE__SOURCE
The feature id for the 'Source' attribute.- See Also:
- Constant Field Values
-
APPINFO_TYPE__ANY_ATTRIBUTE
static final int APPINFO_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
APPINFO_TYPE_FEATURE_COUNT
static final int APPINFO_TYPE_FEATURE_COUNT
The number of structural features of the 'Appinfo Type' class.- See Also:
- Constant Field Values
-
ATTRIBUTE
static final int ATTRIBUTE
The meta object id for the 'Attribute
' class.
-
ATTRIBUTE__ANY_ATTRIBUTE
static final int ATTRIBUTE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ATTRIBUTE__ANNOTATION
static final int ATTRIBUTE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE__ID
static final int ATTRIBUTE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__SIMPLE_TYPE
static final int ATTRIBUTE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE__DEFAULT
static final int ATTRIBUTE__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__FIXED
static final int ATTRIBUTE__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__FORM
static final int ATTRIBUTE__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__NAME
static final int ATTRIBUTE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__REF
static final int ATTRIBUTE__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__TYPE
static final int ATTRIBUTE__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE__USE
static final int ATTRIBUTE__USE
The feature id for the 'Use' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_FEATURE_COUNT
static final int ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Attribute' class.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP
static final int ATTRIBUTE_GROUP
The meta object id for the 'Attribute Group
' class.
-
ATTRIBUTE_GROUP__ANY_ATTRIBUTE
static final int ATTRIBUTE_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__ANNOTATION
static final int ATTRIBUTE_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__ID
static final int ATTRIBUTE_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__GROUP
static final int ATTRIBUTE_GROUP__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__ATTRIBUTE
static final int ATTRIBUTE_GROUP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
static final int ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
static final int ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__NAME
static final int ATTRIBUTE_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP__REF
static final int ATTRIBUTE_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_FEATURE_COUNT
static final int ATTRIBUTE_GROUP_FEATURE_COUNT
The number of structural features of the 'Attribute Group' class.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF
static final int ATTRIBUTE_GROUP_REF
The meta object id for the 'Attribute Group Ref
' class.
-
ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE
static final int ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__ANNOTATION
static final int ATTRIBUTE_GROUP_REF__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__ID
static final int ATTRIBUTE_GROUP_REF__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__GROUP
static final int ATTRIBUTE_GROUP_REF__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__ATTRIBUTE
static final int ATTRIBUTE_GROUP_REF__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__ATTRIBUTE_GROUP
static final int ATTRIBUTE_GROUP_REF__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE1
static final int ATTRIBUTE_GROUP_REF__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__NAME
static final int ATTRIBUTE_GROUP_REF__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF__REF
static final int ATTRIBUTE_GROUP_REF__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_REF_FEATURE_COUNT
static final int ATTRIBUTE_GROUP_REF_FEATURE_COUNT
The number of structural features of the 'Attribute Group Ref' class.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE
static final int COMPLEX_CONTENT_TYPE
The meta object id for the 'Complex Content Type
' class.
-
COMPLEX_CONTENT_TYPE__ANY_ATTRIBUTE
static final int COMPLEX_CONTENT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE__ANNOTATION
static final int COMPLEX_CONTENT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE__ID
static final int COMPLEX_CONTENT_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE__RESTRICTION
static final int COMPLEX_CONTENT_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE__EXTENSION
static final int COMPLEX_CONTENT_TYPE__EXTENSION
The feature id for the 'Extension' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE__MIXED
static final int COMPLEX_CONTENT_TYPE__MIXED
The feature id for the 'Mixed' attribute.- See Also:
- Constant Field Values
-
COMPLEX_CONTENT_TYPE_FEATURE_COUNT
static final int COMPLEX_CONTENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Content Type' class.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE
static final int RESTRICTION_TYPE
The meta object id for the 'Restriction Type
' class.
-
RESTRICTION_TYPE__ANY_ATTRIBUTE
static final int RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ANNOTATION
static final int RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ID
static final int RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__GROUP
static final int RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ALL
static final int RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__CHOICE
static final int RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__SEQUENCE
static final int RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__SIMPLE_TYPE
static final int RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__FACETS
static final int RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MIN_EXCLUSIVE
static final int RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MIN_INCLUSIVE
static final int RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MAX_EXCLUSIVE
static final int RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MAX_INCLUSIVE
static final int RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__TOTAL_DIGITS
static final int RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__FRACTION_DIGITS
static final int RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__LENGTH
static final int RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MIN_LENGTH
static final int RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__MAX_LENGTH
static final int RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ENUMERATION
static final int RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__WHITE_SPACE
static final int RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__PATTERN
static final int RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__GROUP1
static final int RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ATTRIBUTE
static final int RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ATTRIBUTE_GROUP
static final int RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__ANY_ATTRIBUTE1
static final int RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE__BASE
static final int RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE_FEATURE_COUNT
static final int RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Restriction Type' class.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE
static final int COMPLEX_RESTRICTION_TYPE
The meta object id for the 'Complex Restriction Type
' class.
-
COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE
static final int COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ANNOTATION
static final int COMPLEX_RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ID
static final int COMPLEX_RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__GROUP
static final int COMPLEX_RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ALL
static final int COMPLEX_RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__CHOICE
static final int COMPLEX_RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__SEQUENCE
static final int COMPLEX_RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__SIMPLE_TYPE
static final int COMPLEX_RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__FACETS
static final int COMPLEX_RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MIN_EXCLUSIVE
static final int COMPLEX_RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MIN_INCLUSIVE
static final int COMPLEX_RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MAX_EXCLUSIVE
static final int COMPLEX_RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MAX_INCLUSIVE
static final int COMPLEX_RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__TOTAL_DIGITS
static final int COMPLEX_RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__FRACTION_DIGITS
static final int COMPLEX_RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__LENGTH
static final int COMPLEX_RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MIN_LENGTH
static final int COMPLEX_RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__MAX_LENGTH
static final int COMPLEX_RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ENUMERATION
static final int COMPLEX_RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__WHITE_SPACE
static final int COMPLEX_RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__PATTERN
static final int COMPLEX_RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__GROUP1
static final int COMPLEX_RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ATTRIBUTE
static final int COMPLEX_RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ATTRIBUTE_GROUP
static final int COMPLEX_RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE1
static final int COMPLEX_RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE__BASE
static final int COMPLEX_RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
COMPLEX_RESTRICTION_TYPE_FEATURE_COUNT
static final int COMPLEX_RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Restriction Type' class.- See Also:
- Constant Field Values
-
COMPLEX_TYPE
static final int COMPLEX_TYPE
The meta object id for the 'Complex Type
' class.
-
COMPLEX_TYPE__ANY_ATTRIBUTE
static final int COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ANNOTATION
static final int COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ID
static final int COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__SIMPLE_CONTENT
static final int COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__COMPLEX_CONTENT
static final int COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__GROUP
static final int COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ALL
static final int COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__CHOICE
static final int COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__SEQUENCE
static final int COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__GROUP1
static final int COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ATTRIBUTE
static final int COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ATTRIBUTE_GROUP
static final int COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ANY_ATTRIBUTE1
static final int COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__ABSTRACT
static final int COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__BLOCK
static final int COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__FINAL
static final int COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__MIXED
static final int COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE__NAME
static final int COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
COMPLEX_TYPE_FEATURE_COUNT
static final int COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Complex Type' class.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE
static final int DOCUMENTATION_TYPE
The meta object id for the 'Documentation Type
' class.
-
DOCUMENTATION_TYPE__MIXED
static final int DOCUMENTATION_TYPE__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE__GROUP
static final int DOCUMENTATION_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE__ANY
static final int DOCUMENTATION_TYPE__ANY
The feature id for the 'Any' attribute list.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE__LANG
static final int DOCUMENTATION_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE__SOURCE
static final int DOCUMENTATION_TYPE__SOURCE
The feature id for the 'Source' attribute.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE__ANY_ATTRIBUTE
static final int DOCUMENTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
DOCUMENTATION_TYPE_FEATURE_COUNT
static final int DOCUMENTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Documentation Type' class.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT
static final int DOCUMENT_ROOT
The meta object id for the 'Document Root
' class.
-
DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ALL
static final int DOCUMENT_ROOT__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANNOTATION
static final int DOCUMENT_ROOT__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANY
static final int DOCUMENT_ROOT__ANY
The feature id for the 'Any' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ANY_ATTRIBUTE
static final int DOCUMENT_ROOT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__APPINFO
static final int DOCUMENT_ROOT__APPINFO
The feature id for the 'Appinfo' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ATTRIBUTE
static final int DOCUMENT_ROOT__ATTRIBUTE
The feature id for the 'Attribute' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ATTRIBUTE_GROUP
static final int DOCUMENT_ROOT__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__CHOICE
static final int DOCUMENT_ROOT__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__COMPLEX_CONTENT
static final int DOCUMENT_ROOT__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__COMPLEX_TYPE
static final int DOCUMENT_ROOT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__DOCUMENTATION
static final int DOCUMENT_ROOT__DOCUMENTATION
The feature id for the 'Documentation' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ELEMENT
static final int DOCUMENT_ROOT__ELEMENT
The feature id for the 'Element' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__ENUMERATION
static final int DOCUMENT_ROOT__ENUMERATION
The feature id for the 'Enumeration' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__FIELD
static final int DOCUMENT_ROOT__FIELD
The feature id for the 'Field' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__FRACTION_DIGITS
static final int DOCUMENT_ROOT__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__GROUP
static final int DOCUMENT_ROOT__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__IMPORT
static final int DOCUMENT_ROOT__IMPORT
The feature id for the 'Import' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__INCLUDE
static final int DOCUMENT_ROOT__INCLUDE
The feature id for the 'Include' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__KEY
static final int DOCUMENT_ROOT__KEY
The feature id for the 'Key' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__KEYREF
static final int DOCUMENT_ROOT__KEYREF
The feature id for the 'Keyref' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__LENGTH
static final int DOCUMENT_ROOT__LENGTH
The feature id for the 'Length' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__LIST
static final int DOCUMENT_ROOT__LIST
The feature id for the 'List' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MAX_EXCLUSIVE
static final int DOCUMENT_ROOT__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MAX_INCLUSIVE
static final int DOCUMENT_ROOT__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MAX_LENGTH
static final int DOCUMENT_ROOT__MAX_LENGTH
The feature id for the 'Max Length' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MIN_EXCLUSIVE
static final int DOCUMENT_ROOT__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MIN_INCLUSIVE
static final int DOCUMENT_ROOT__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__MIN_LENGTH
static final int DOCUMENT_ROOT__MIN_LENGTH
The feature id for the 'Min Length' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__NOTATION
static final int DOCUMENT_ROOT__NOTATION
The feature id for the 'Notation' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__PATTERN
static final int DOCUMENT_ROOT__PATTERN
The feature id for the 'Pattern' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__REDEFINE
static final int DOCUMENT_ROOT__REDEFINE
The feature id for the 'Redefine' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__RESTRICTION
static final int DOCUMENT_ROOT__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SCHEMA
static final int DOCUMENT_ROOT__SCHEMA
The feature id for the 'Schema' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SELECTOR
static final int DOCUMENT_ROOT__SELECTOR
The feature id for the 'Selector' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SEQUENCE
static final int DOCUMENT_ROOT__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SIMPLE_CONTENT
static final int DOCUMENT_ROOT__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__SIMPLE_TYPE
static final int DOCUMENT_ROOT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__TOTAL_DIGITS
static final int DOCUMENT_ROOT__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__UNION
static final int DOCUMENT_ROOT__UNION
The feature id for the 'Union' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__UNIQUE
static final int DOCUMENT_ROOT__UNIQUE
The feature id for the 'Unique' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT__WHITE_SPACE
static final int DOCUMENT_ROOT__WHITE_SPACE
The feature id for the 'White Space' containment reference.- See Also:
- Constant Field Values
-
DOCUMENT_ROOT_FEATURE_COUNT
static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.- See Also:
- Constant Field Values
-
ELEMENT
static final int ELEMENT
The meta object id for the 'Element
' class.
-
ELEMENT__ANY_ATTRIBUTE
static final int ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
ELEMENT__ANNOTATION
static final int ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
ELEMENT__ID
static final int ELEMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
ELEMENT__SIMPLE_TYPE
static final int ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
ELEMENT__COMPLEX_TYPE
static final int ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.- See Also:
- Constant Field Values
-
ELEMENT__IDENTITY_CONSTRAINT
static final int ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.- See Also:
- Constant Field Values
-
ELEMENT__UNIQUE
static final int ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.- See Also:
- Constant Field Values
-
ELEMENT__KEY
static final int ELEMENT__KEY
The feature id for the 'Key' containment reference list.- See Also:
- Constant Field Values
-
ELEMENT__KEYREF
static final int ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.- See Also:
- Constant Field Values
-
ELEMENT__ABSTRACT
static final int ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
ELEMENT__BLOCK
static final int ELEMENT__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
ELEMENT__DEFAULT
static final int ELEMENT__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
ELEMENT__FINAL
static final int ELEMENT__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
ELEMENT__FIXED
static final int ELEMENT__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
ELEMENT__FORM
static final int ELEMENT__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
ELEMENT__MAX_OCCURS
static final int ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
ELEMENT__MIN_OCCURS
static final int ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
ELEMENT__NAME
static final int ELEMENT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ELEMENT__NILLABLE
static final int ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
-
ELEMENT__REF
static final int ELEMENT__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
ELEMENT__SUBSTITUTION_GROUP
static final int ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.- See Also:
- Constant Field Values
-
ELEMENT__TYPE
static final int ELEMENT__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
ELEMENT_FEATURE_COUNT
static final int ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.- See Also:
- Constant Field Values
-
EXTENSION_TYPE
static final int EXTENSION_TYPE
The meta object id for the 'Extension Type
' class.
-
EXTENSION_TYPE__ANY_ATTRIBUTE
static final int EXTENSION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ANNOTATION
static final int EXTENSION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ID
static final int EXTENSION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__GROUP
static final int EXTENSION_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ALL
static final int EXTENSION_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__CHOICE
static final int EXTENSION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__SEQUENCE
static final int EXTENSION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__GROUP1
static final int EXTENSION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ATTRIBUTE
static final int EXTENSION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ATTRIBUTE_GROUP
static final int EXTENSION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__ANY_ATTRIBUTE1
static final int EXTENSION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
EXTENSION_TYPE__BASE
static final int EXTENSION_TYPE__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
EXTENSION_TYPE_FEATURE_COUNT
static final int EXTENSION_TYPE_FEATURE_COUNT
The number of structural features of the 'Extension Type' class.- See Also:
- Constant Field Values
-
FACET
static final int FACET
The meta object id for the 'Facet
' class.
-
FACET__ANY_ATTRIBUTE
static final int FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
FACET__ANNOTATION
static final int FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
FACET__ID
static final int FACET__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
FACET__FIXED
static final int FACET__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
FACET__VALUE
static final int FACET__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
FACET_FEATURE_COUNT
static final int FACET_FEATURE_COUNT
The number of structural features of the 'Facet' class.- See Also:
- Constant Field Values
-
FIELD_TYPE
static final int FIELD_TYPE
The meta object id for the 'Field Type
' class.
-
FIELD_TYPE__ANY_ATTRIBUTE
static final int FIELD_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
FIELD_TYPE__ANNOTATION
static final int FIELD_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
FIELD_TYPE__ID
static final int FIELD_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
FIELD_TYPE__XPATH
static final int FIELD_TYPE__XPATH
The feature id for the 'Xpath' attribute.- See Also:
- Constant Field Values
-
FIELD_TYPE_FEATURE_COUNT
static final int FIELD_TYPE_FEATURE_COUNT
The number of structural features of the 'Field Type' class.- See Also:
- Constant Field Values
-
REAL_GROUP
static final int REAL_GROUP
The meta object id for the 'Real Group
' class.
-
REAL_GROUP__ANY_ATTRIBUTE
static final int REAL_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
REAL_GROUP__ANNOTATION
static final int REAL_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
REAL_GROUP__ID
static final int REAL_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
REAL_GROUP__PARTICLE
static final int REAL_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
REAL_GROUP__ELEMENT
static final int REAL_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__GROUP
static final int REAL_GROUP__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__ALL
static final int REAL_GROUP__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__CHOICE
static final int REAL_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__SEQUENCE
static final int REAL_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__ANY
static final int REAL_GROUP__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
REAL_GROUP__MAX_OCCURS
static final int REAL_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
REAL_GROUP__MIN_OCCURS
static final int REAL_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
REAL_GROUP__NAME
static final int REAL_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
REAL_GROUP__REF
static final int REAL_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
REAL_GROUP__ALL1
static final int REAL_GROUP__ALL1
The feature id for the 'All1' containment reference.- See Also:
- Constant Field Values
-
REAL_GROUP__CHOICE1
static final int REAL_GROUP__CHOICE1
The feature id for the 'Choice1' containment reference.- See Also:
- Constant Field Values
-
REAL_GROUP__SEQUENCE1
static final int REAL_GROUP__SEQUENCE1
The feature id for the 'Sequence1' containment reference.- See Also:
- Constant Field Values
-
REAL_GROUP_FEATURE_COUNT
static final int REAL_GROUP_FEATURE_COUNT
The number of structural features of the 'Real Group' class.- See Also:
- Constant Field Values
-
GROUP_REF
static final int GROUP_REF
The meta object id for the 'Group Ref
' class.
-
GROUP_REF__ANY_ATTRIBUTE
static final int GROUP_REF__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
GROUP_REF__ANNOTATION
static final int GROUP_REF__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
GROUP_REF__ID
static final int GROUP_REF__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
GROUP_REF__PARTICLE
static final int GROUP_REF__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
GROUP_REF__ELEMENT
static final int GROUP_REF__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__GROUP
static final int GROUP_REF__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__ALL
static final int GROUP_REF__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__CHOICE
static final int GROUP_REF__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__SEQUENCE
static final int GROUP_REF__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__ANY
static final int GROUP_REF__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
GROUP_REF__MAX_OCCURS
static final int GROUP_REF__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
GROUP_REF__MIN_OCCURS
static final int GROUP_REF__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
GROUP_REF__NAME
static final int GROUP_REF__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
GROUP_REF__REF
static final int GROUP_REF__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
GROUP_REF__ALL1
static final int GROUP_REF__ALL1
The feature id for the 'All1' containment reference.- See Also:
- Constant Field Values
-
GROUP_REF__CHOICE1
static final int GROUP_REF__CHOICE1
The feature id for the 'Choice1' containment reference.- See Also:
- Constant Field Values
-
GROUP_REF__SEQUENCE1
static final int GROUP_REF__SEQUENCE1
The feature id for the 'Sequence1' containment reference.- See Also:
- Constant Field Values
-
GROUP_REF_FEATURE_COUNT
static final int GROUP_REF_FEATURE_COUNT
The number of structural features of the 'Group Ref' class.- See Also:
- Constant Field Values
-
IMPORT_TYPE
static final int IMPORT_TYPE
The meta object id for the 'Import Type
' class.
-
IMPORT_TYPE__ANY_ATTRIBUTE
static final int IMPORT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
IMPORT_TYPE__ANNOTATION
static final int IMPORT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
IMPORT_TYPE__ID
static final int IMPORT_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
IMPORT_TYPE__NAMESPACE
static final int IMPORT_TYPE__NAMESPACE
The feature id for the 'Namespace' attribute.- See Also:
- Constant Field Values
-
IMPORT_TYPE__SCHEMA_LOCATION
static final int IMPORT_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.- See Also:
- Constant Field Values
-
IMPORT_TYPE_FEATURE_COUNT
static final int IMPORT_TYPE_FEATURE_COUNT
The number of structural features of the 'Import Type' class.- See Also:
- Constant Field Values
-
INCLUDE_TYPE
static final int INCLUDE_TYPE
The meta object id for the 'Include Type
' class.
-
INCLUDE_TYPE__ANY_ATTRIBUTE
static final int INCLUDE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
INCLUDE_TYPE__ANNOTATION
static final int INCLUDE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
INCLUDE_TYPE__ID
static final int INCLUDE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
INCLUDE_TYPE__SCHEMA_LOCATION
static final int INCLUDE_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.- See Also:
- Constant Field Values
-
INCLUDE_TYPE_FEATURE_COUNT
static final int INCLUDE_TYPE_FEATURE_COUNT
The number of structural features of the 'Include Type' class.- See Also:
- Constant Field Values
-
KEYBASE
static final int KEYBASE
The meta object id for the 'Keybase
' class.
-
KEYBASE__ANY_ATTRIBUTE
static final int KEYBASE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
KEYBASE__ANNOTATION
static final int KEYBASE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
KEYBASE__ID
static final int KEYBASE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
KEYBASE__SELECTOR
static final int KEYBASE__SELECTOR
The feature id for the 'Selector' containment reference.- See Also:
- Constant Field Values
-
KEYBASE__FIELD
static final int KEYBASE__FIELD
The feature id for the 'Field' containment reference list.- See Also:
- Constant Field Values
-
KEYBASE__NAME
static final int KEYBASE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
KEYBASE_FEATURE_COUNT
static final int KEYBASE_FEATURE_COUNT
The number of structural features of the 'Keybase' class.- See Also:
- Constant Field Values
-
KEYREF_TYPE
static final int KEYREF_TYPE
The meta object id for the 'Keyref Type
' class.
-
KEYREF_TYPE__ANY_ATTRIBUTE
static final int KEYREF_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
KEYREF_TYPE__ANNOTATION
static final int KEYREF_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
KEYREF_TYPE__ID
static final int KEYREF_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
KEYREF_TYPE__SELECTOR
static final int KEYREF_TYPE__SELECTOR
The feature id for the 'Selector' containment reference.- See Also:
- Constant Field Values
-
KEYREF_TYPE__FIELD
static final int KEYREF_TYPE__FIELD
The feature id for the 'Field' containment reference list.- See Also:
- Constant Field Values
-
KEYREF_TYPE__NAME
static final int KEYREF_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
KEYREF_TYPE__REFER
static final int KEYREF_TYPE__REFER
The feature id for the 'Refer' attribute.- See Also:
- Constant Field Values
-
KEYREF_TYPE_FEATURE_COUNT
static final int KEYREF_TYPE_FEATURE_COUNT
The number of structural features of the 'Keyref Type' class.- See Also:
- Constant Field Values
-
LIST_TYPE
static final int LIST_TYPE
The meta object id for the 'List Type
' class.
-
LIST_TYPE__ANY_ATTRIBUTE
static final int LIST_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
LIST_TYPE__ANNOTATION
static final int LIST_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
LIST_TYPE__ID
static final int LIST_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
LIST_TYPE__SIMPLE_TYPE
static final int LIST_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
LIST_TYPE__ITEM_TYPE
static final int LIST_TYPE__ITEM_TYPE
The feature id for the 'Item Type' attribute.- See Also:
- Constant Field Values
-
LIST_TYPE_FEATURE_COUNT
static final int LIST_TYPE_FEATURE_COUNT
The number of structural features of the 'List Type' class.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE
static final int LOCAL_COMPLEX_TYPE
The meta object id for the 'Local Complex Type
' class.
-
LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE
static final int LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ANNOTATION
static final int LOCAL_COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ID
static final int LOCAL_COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__SIMPLE_CONTENT
static final int LOCAL_COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__COMPLEX_CONTENT
static final int LOCAL_COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__GROUP
static final int LOCAL_COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ALL
static final int LOCAL_COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__CHOICE
static final int LOCAL_COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__SEQUENCE
static final int LOCAL_COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__GROUP1
static final int LOCAL_COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ATTRIBUTE
static final int LOCAL_COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ATTRIBUTE_GROUP
static final int LOCAL_COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE1
static final int LOCAL_COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__ABSTRACT
static final int LOCAL_COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__BLOCK
static final int LOCAL_COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__FINAL
static final int LOCAL_COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__MIXED
static final int LOCAL_COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE__NAME
static final int LOCAL_COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
LOCAL_COMPLEX_TYPE_FEATURE_COUNT
static final int LOCAL_COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Local Complex Type' class.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT
static final int LOCAL_ELEMENT
The meta object id for the 'Local Element
' class.
-
LOCAL_ELEMENT__ANY_ATTRIBUTE
static final int LOCAL_ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__ANNOTATION
static final int LOCAL_ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__ID
static final int LOCAL_ELEMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__SIMPLE_TYPE
static final int LOCAL_ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__COMPLEX_TYPE
static final int LOCAL_ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__IDENTITY_CONSTRAINT
static final int LOCAL_ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__UNIQUE
static final int LOCAL_ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__KEY
static final int LOCAL_ELEMENT__KEY
The feature id for the 'Key' containment reference list.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__KEYREF
static final int LOCAL_ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__ABSTRACT
static final int LOCAL_ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__BLOCK
static final int LOCAL_ELEMENT__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__DEFAULT
static final int LOCAL_ELEMENT__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__FINAL
static final int LOCAL_ELEMENT__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__FIXED
static final int LOCAL_ELEMENT__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__FORM
static final int LOCAL_ELEMENT__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__MAX_OCCURS
static final int LOCAL_ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__MIN_OCCURS
static final int LOCAL_ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__NAME
static final int LOCAL_ELEMENT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__NILLABLE
static final int LOCAL_ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__REF
static final int LOCAL_ELEMENT__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__SUBSTITUTION_GROUP
static final int LOCAL_ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT__TYPE
static final int LOCAL_ELEMENT__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
LOCAL_ELEMENT_FEATURE_COUNT
static final int LOCAL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Local Element' class.- See Also:
- Constant Field Values
-
SIMPLE_TYPE
static final int SIMPLE_TYPE
The meta object id for the 'Simple Type
' class.
-
SIMPLE_TYPE__ANY_ATTRIBUTE
static final int SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__ANNOTATION
static final int SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__ID
static final int SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__RESTRICTION
static final int SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__LIST
static final int SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__UNION
static final int SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__FINAL
static final int SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
SIMPLE_TYPE__NAME
static final int SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
SIMPLE_TYPE_FEATURE_COUNT
static final int SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Type' class.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE
static final int LOCAL_SIMPLE_TYPE
The meta object id for the 'Local Simple Type
' class.
-
LOCAL_SIMPLE_TYPE__ANY_ATTRIBUTE
static final int LOCAL_SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__ANNOTATION
static final int LOCAL_SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__ID
static final int LOCAL_SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__RESTRICTION
static final int LOCAL_SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__LIST
static final int LOCAL_SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__UNION
static final int LOCAL_SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__FINAL
static final int LOCAL_SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE__NAME
static final int LOCAL_SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
LOCAL_SIMPLE_TYPE_FEATURE_COUNT
static final int LOCAL_SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Local Simple Type' class.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP
static final int NAMED_ATTRIBUTE_GROUP
The meta object id for the 'Named Attribute Group
' class.
-
NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE
static final int NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__ANNOTATION
static final int NAMED_ATTRIBUTE_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__ID
static final int NAMED_ATTRIBUTE_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__GROUP
static final int NAMED_ATTRIBUTE_GROUP__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__ATTRIBUTE
static final int NAMED_ATTRIBUTE_GROUP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
static final int NAMED_ATTRIBUTE_GROUP__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
static final int NAMED_ATTRIBUTE_GROUP__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__NAME
static final int NAMED_ATTRIBUTE_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP__REF
static final int NAMED_ATTRIBUTE_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
NAMED_ATTRIBUTE_GROUP_FEATURE_COUNT
static final int NAMED_ATTRIBUTE_GROUP_FEATURE_COUNT
The number of structural features of the 'Named Attribute Group' class.- See Also:
- Constant Field Values
-
NAMED_GROUP
static final int NAMED_GROUP
The meta object id for the 'Named Group
' class.
-
NAMED_GROUP__ANY_ATTRIBUTE
static final int NAMED_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NAMED_GROUP__ANNOTATION
static final int NAMED_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NAMED_GROUP__ID
static final int NAMED_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NAMED_GROUP__PARTICLE
static final int NAMED_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
NAMED_GROUP__ELEMENT
static final int NAMED_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__GROUP
static final int NAMED_GROUP__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__ALL
static final int NAMED_GROUP__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__CHOICE
static final int NAMED_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__SEQUENCE
static final int NAMED_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__ANY
static final int NAMED_GROUP__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
NAMED_GROUP__MAX_OCCURS
static final int NAMED_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
NAMED_GROUP__MIN_OCCURS
static final int NAMED_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
NAMED_GROUP__NAME
static final int NAMED_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
NAMED_GROUP__REF
static final int NAMED_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
NAMED_GROUP__ALL1
static final int NAMED_GROUP__ALL1
The feature id for the 'All1' containment reference.- See Also:
- Constant Field Values
-
NAMED_GROUP__CHOICE1
static final int NAMED_GROUP__CHOICE1
The feature id for the 'Choice1' containment reference.- See Also:
- Constant Field Values
-
NAMED_GROUP__SEQUENCE1
static final int NAMED_GROUP__SEQUENCE1
The feature id for the 'Sequence1' containment reference.- See Also:
- Constant Field Values
-
NAMED_GROUP_FEATURE_COUNT
static final int NAMED_GROUP_FEATURE_COUNT
The number of structural features of the 'Named Group' class.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN
static final int NARROW_MAX_MIN
The meta object id for the 'Narrow Max Min
' class.
-
NARROW_MAX_MIN__ANY_ATTRIBUTE
static final int NARROW_MAX_MIN__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__ANNOTATION
static final int NARROW_MAX_MIN__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__ID
static final int NARROW_MAX_MIN__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__SIMPLE_TYPE
static final int NARROW_MAX_MIN__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__COMPLEX_TYPE
static final int NARROW_MAX_MIN__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__IDENTITY_CONSTRAINT
static final int NARROW_MAX_MIN__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__UNIQUE
static final int NARROW_MAX_MIN__UNIQUE
The feature id for the 'Unique' containment reference list.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__KEY
static final int NARROW_MAX_MIN__KEY
The feature id for the 'Key' containment reference list.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__KEYREF
static final int NARROW_MAX_MIN__KEYREF
The feature id for the 'Keyref' containment reference list.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__ABSTRACT
static final int NARROW_MAX_MIN__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__BLOCK
static final int NARROW_MAX_MIN__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__DEFAULT
static final int NARROW_MAX_MIN__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__FINAL
static final int NARROW_MAX_MIN__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__FIXED
static final int NARROW_MAX_MIN__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__FORM
static final int NARROW_MAX_MIN__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__MAX_OCCURS
static final int NARROW_MAX_MIN__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__MIN_OCCURS
static final int NARROW_MAX_MIN__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__NAME
static final int NARROW_MAX_MIN__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__NILLABLE
static final int NARROW_MAX_MIN__NILLABLE
The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__REF
static final int NARROW_MAX_MIN__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__SUBSTITUTION_GROUP
static final int NARROW_MAX_MIN__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN__TYPE
static final int NARROW_MAX_MIN__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
NARROW_MAX_MIN_FEATURE_COUNT
static final int NARROW_MAX_MIN_FEATURE_COUNT
The number of structural features of the 'Narrow Max Min' class.- See Also:
- Constant Field Values
-
NO_FIXED_FACET
static final int NO_FIXED_FACET
The meta object id for the 'No Fixed Facet
' class.
-
NO_FIXED_FACET__ANY_ATTRIBUTE
static final int NO_FIXED_FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NO_FIXED_FACET__ANNOTATION
static final int NO_FIXED_FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NO_FIXED_FACET__ID
static final int NO_FIXED_FACET__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NO_FIXED_FACET__FIXED
static final int NO_FIXED_FACET__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
NO_FIXED_FACET__VALUE
static final int NO_FIXED_FACET__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
NO_FIXED_FACET_FEATURE_COUNT
static final int NO_FIXED_FACET_FEATURE_COUNT
The number of structural features of the 'No Fixed Facet' class.- See Also:
- Constant Field Values
-
NOTATION_TYPE
static final int NOTATION_TYPE
The meta object id for the 'Notation Type
' class.
-
NOTATION_TYPE__ANY_ATTRIBUTE
static final int NOTATION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NOTATION_TYPE__ANNOTATION
static final int NOTATION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NOTATION_TYPE__ID
static final int NOTATION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NOTATION_TYPE__NAME
static final int NOTATION_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
NOTATION_TYPE__PUBLIC
static final int NOTATION_TYPE__PUBLIC
The feature id for the 'Public' attribute.- See Also:
- Constant Field Values
-
NOTATION_TYPE__SYSTEM
static final int NOTATION_TYPE__SYSTEM
The feature id for the 'System' attribute.- See Also:
- Constant Field Values
-
NOTATION_TYPE_FEATURE_COUNT
static final int NOTATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Notation Type' class.- See Also:
- Constant Field Values
-
NUM_FACET
static final int NUM_FACET
The meta object id for the 'Num Facet
' class.
-
NUM_FACET__ANY_ATTRIBUTE
static final int NUM_FACET__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
NUM_FACET__ANNOTATION
static final int NUM_FACET__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
NUM_FACET__ID
static final int NUM_FACET__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
NUM_FACET__FIXED
static final int NUM_FACET__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
NUM_FACET__VALUE
static final int NUM_FACET__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
NUM_FACET_FEATURE_COUNT
static final int NUM_FACET_FEATURE_COUNT
The number of structural features of the 'Num Facet' class.- See Also:
- Constant Field Values
-
PATTERN_TYPE
static final int PATTERN_TYPE
The meta object id for the 'Pattern Type
' class.
-
PATTERN_TYPE__ANY_ATTRIBUTE
static final int PATTERN_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
PATTERN_TYPE__ANNOTATION
static final int PATTERN_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
PATTERN_TYPE__ID
static final int PATTERN_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
PATTERN_TYPE__FIXED
static final int PATTERN_TYPE__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
PATTERN_TYPE__VALUE
static final int PATTERN_TYPE__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
PATTERN_TYPE_FEATURE_COUNT
static final int PATTERN_TYPE_FEATURE_COUNT
The number of structural features of the 'Pattern Type' class.- See Also:
- Constant Field Values
-
REDEFINE_TYPE
static final int REDEFINE_TYPE
The meta object id for the 'Redefine Type
' class.
-
REDEFINE_TYPE__ANY_ATTRIBUTE
static final int REDEFINE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__GROUP
static final int REDEFINE_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__ANNOTATION
static final int REDEFINE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__SIMPLE_TYPE
static final int REDEFINE_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__COMPLEX_TYPE
static final int REDEFINE_TYPE__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__GROUP1
static final int REDEFINE_TYPE__GROUP1
The feature id for the 'Group1' containment reference list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__ATTRIBUTE_GROUP
static final int REDEFINE_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__ID
static final int REDEFINE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
REDEFINE_TYPE__SCHEMA_LOCATION
static final int REDEFINE_TYPE__SCHEMA_LOCATION
The feature id for the 'Schema Location' attribute.- See Also:
- Constant Field Values
-
REDEFINE_TYPE_FEATURE_COUNT
static final int REDEFINE_TYPE_FEATURE_COUNT
The number of structural features of the 'Redefine Type' class.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1
static final int RESTRICTION_TYPE1
The meta object id for the 'Restriction Type1
' class.
-
RESTRICTION_TYPE1__ANY_ATTRIBUTE
static final int RESTRICTION_TYPE1__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__ANNOTATION
static final int RESTRICTION_TYPE1__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__ID
static final int RESTRICTION_TYPE1__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__SIMPLE_TYPE
static final int RESTRICTION_TYPE1__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__FACETS
static final int RESTRICTION_TYPE1__FACETS
The feature id for the 'Facets' attribute list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MIN_EXCLUSIVE
static final int RESTRICTION_TYPE1__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MIN_INCLUSIVE
static final int RESTRICTION_TYPE1__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MAX_EXCLUSIVE
static final int RESTRICTION_TYPE1__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MAX_INCLUSIVE
static final int RESTRICTION_TYPE1__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__TOTAL_DIGITS
static final int RESTRICTION_TYPE1__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__FRACTION_DIGITS
static final int RESTRICTION_TYPE1__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__LENGTH
static final int RESTRICTION_TYPE1__LENGTH
The feature id for the 'Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MIN_LENGTH
static final int RESTRICTION_TYPE1__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__MAX_LENGTH
static final int RESTRICTION_TYPE1__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__ENUMERATION
static final int RESTRICTION_TYPE1__ENUMERATION
The feature id for the 'Enumeration' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__WHITE_SPACE
static final int RESTRICTION_TYPE1__WHITE_SPACE
The feature id for the 'White Space' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__PATTERN
static final int RESTRICTION_TYPE1__PATTERN
The feature id for the 'Pattern' containment reference list.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1__BASE
static final int RESTRICTION_TYPE1__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TYPE1_FEATURE_COUNT
static final int RESTRICTION_TYPE1_FEATURE_COUNT
The number of structural features of the 'Restriction Type1' class.- See Also:
- Constant Field Values
-
SCHEMA_TYPE
static final int SCHEMA_TYPE
The meta object id for the 'Type
' class.
-
SCHEMA_TYPE__ANY_ATTRIBUTE
static final int SCHEMA_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__GROUP
static final int SCHEMA_TYPE__GROUP
The feature id for the 'Group' attribute list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__INCLUDE
static final int SCHEMA_TYPE__INCLUDE
The feature id for the 'Include' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__IMPORT
static final int SCHEMA_TYPE__IMPORT
The feature id for the 'Import' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__REDEFINE
static final int SCHEMA_TYPE__REDEFINE
The feature id for the 'Redefine' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ANNOTATION
static final int SCHEMA_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__GROUP1
static final int SCHEMA_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__SIMPLE_TYPE
static final int SCHEMA_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__COMPLEX_TYPE
static final int SCHEMA_TYPE__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__GROUP2
static final int SCHEMA_TYPE__GROUP2
The feature id for the 'Group2' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ATTRIBUTE_GROUP
static final int SCHEMA_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ELEMENT
static final int SCHEMA_TYPE__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ATTRIBUTE
static final int SCHEMA_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__NOTATION
static final int SCHEMA_TYPE__NOTATION
The feature id for the 'Notation' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ANNOTATION1
static final int SCHEMA_TYPE__ANNOTATION1
The feature id for the 'Annotation1' containment reference list.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ATTRIBUTE_FORM_DEFAULT
static final int SCHEMA_TYPE__ATTRIBUTE_FORM_DEFAULT
The feature id for the 'Attribute Form Default' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__BLOCK_DEFAULT
static final int SCHEMA_TYPE__BLOCK_DEFAULT
The feature id for the 'Block Default' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ELEMENT_FORM_DEFAULT
static final int SCHEMA_TYPE__ELEMENT_FORM_DEFAULT
The feature id for the 'Element Form Default' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__FINAL_DEFAULT
static final int SCHEMA_TYPE__FINAL_DEFAULT
The feature id for the 'Final Default' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__ID
static final int SCHEMA_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__LANG
static final int SCHEMA_TYPE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__TARGET_NAMESPACE
static final int SCHEMA_TYPE__TARGET_NAMESPACE
The feature id for the 'Target Namespace' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE__VERSION
static final int SCHEMA_TYPE__VERSION
The feature id for the 'Version' attribute.- See Also:
- Constant Field Values
-
SCHEMA_TYPE_FEATURE_COUNT
static final int SCHEMA_TYPE_FEATURE_COUNT
The number of structural features of the 'Type' class.- See Also:
- Constant Field Values
-
SELECTOR_TYPE
static final int SELECTOR_TYPE
The meta object id for the 'Selector Type
' class.
-
SELECTOR_TYPE__ANY_ATTRIBUTE
static final int SELECTOR_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SELECTOR_TYPE__ANNOTATION
static final int SELECTOR_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SELECTOR_TYPE__ID
static final int SELECTOR_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SELECTOR_TYPE__XPATH
static final int SELECTOR_TYPE__XPATH
The feature id for the 'Xpath' attribute.- See Also:
- Constant Field Values
-
SELECTOR_TYPE_FEATURE_COUNT
static final int SELECTOR_TYPE_FEATURE_COUNT
The number of structural features of the 'Selector Type' class.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE
static final int SIMPLE_CONTENT_TYPE
The meta object id for the 'Simple Content Type
' class.
-
SIMPLE_CONTENT_TYPE__ANY_ATTRIBUTE
static final int SIMPLE_CONTENT_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE__ANNOTATION
static final int SIMPLE_CONTENT_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE__ID
static final int SIMPLE_CONTENT_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE__RESTRICTION
static final int SIMPLE_CONTENT_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE__EXTENSION
static final int SIMPLE_CONTENT_TYPE__EXTENSION
The feature id for the 'Extension' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_TYPE_FEATURE_COUNT
static final int SIMPLE_CONTENT_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Content Type' class.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP
static final int SIMPLE_EXPLICIT_GROUP
The meta object id for the 'Simple Explicit Group
' class.
-
SIMPLE_EXPLICIT_GROUP__ANY_ATTRIBUTE
static final int SIMPLE_EXPLICIT_GROUP__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__ANNOTATION
static final int SIMPLE_EXPLICIT_GROUP__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__ID
static final int SIMPLE_EXPLICIT_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__PARTICLE
static final int SIMPLE_EXPLICIT_GROUP__PARTICLE
The feature id for the 'Particle' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__ELEMENT
static final int SIMPLE_EXPLICIT_GROUP__ELEMENT
The feature id for the 'Element' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__GROUP
static final int SIMPLE_EXPLICIT_GROUP__GROUP
The feature id for the 'Group' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__ALL
static final int SIMPLE_EXPLICIT_GROUP__ALL
The feature id for the 'All' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__CHOICE
static final int SIMPLE_EXPLICIT_GROUP__CHOICE
The feature id for the 'Choice' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__SEQUENCE
static final int SIMPLE_EXPLICIT_GROUP__SEQUENCE
The feature id for the 'Sequence' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__ANY
static final int SIMPLE_EXPLICIT_GROUP__ANY
The feature id for the 'Any' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__MAX_OCCURS
static final int SIMPLE_EXPLICIT_GROUP__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__MIN_OCCURS
static final int SIMPLE_EXPLICIT_GROUP__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__NAME
static final int SIMPLE_EXPLICIT_GROUP__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP__REF
static final int SIMPLE_EXPLICIT_GROUP__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXPLICIT_GROUP_FEATURE_COUNT
static final int SIMPLE_EXPLICIT_GROUP_FEATURE_COUNT
The number of structural features of the 'Simple Explicit Group' class.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE
static final int SIMPLE_EXTENSION_TYPE
The meta object id for the 'Simple Extension Type
' class.
-
SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE
static final int SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ANNOTATION
static final int SIMPLE_EXTENSION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ID
static final int SIMPLE_EXTENSION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__GROUP
static final int SIMPLE_EXTENSION_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ALL
static final int SIMPLE_EXTENSION_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__CHOICE
static final int SIMPLE_EXTENSION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__SEQUENCE
static final int SIMPLE_EXTENSION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__GROUP1
static final int SIMPLE_EXTENSION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ATTRIBUTE
static final int SIMPLE_EXTENSION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ATTRIBUTE_GROUP
static final int SIMPLE_EXTENSION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE1
static final int SIMPLE_EXTENSION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE__BASE
static final int SIMPLE_EXTENSION_TYPE__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
SIMPLE_EXTENSION_TYPE_FEATURE_COUNT
static final int SIMPLE_EXTENSION_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Extension Type' class.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE
static final int SIMPLE_RESTRICTION_TYPE
The meta object id for the 'Simple Restriction Type
' class.
-
SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE
static final int SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ANNOTATION
static final int SIMPLE_RESTRICTION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ID
static final int SIMPLE_RESTRICTION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__GROUP
static final int SIMPLE_RESTRICTION_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ALL
static final int SIMPLE_RESTRICTION_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__CHOICE
static final int SIMPLE_RESTRICTION_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__SEQUENCE
static final int SIMPLE_RESTRICTION_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__SIMPLE_TYPE
static final int SIMPLE_RESTRICTION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__FACETS
static final int SIMPLE_RESTRICTION_TYPE__FACETS
The feature id for the 'Facets' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MIN_EXCLUSIVE
static final int SIMPLE_RESTRICTION_TYPE__MIN_EXCLUSIVE
The feature id for the 'Min Exclusive' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MIN_INCLUSIVE
static final int SIMPLE_RESTRICTION_TYPE__MIN_INCLUSIVE
The feature id for the 'Min Inclusive' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MAX_EXCLUSIVE
static final int SIMPLE_RESTRICTION_TYPE__MAX_EXCLUSIVE
The feature id for the 'Max Exclusive' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MAX_INCLUSIVE
static final int SIMPLE_RESTRICTION_TYPE__MAX_INCLUSIVE
The feature id for the 'Max Inclusive' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__TOTAL_DIGITS
static final int SIMPLE_RESTRICTION_TYPE__TOTAL_DIGITS
The feature id for the 'Total Digits' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__FRACTION_DIGITS
static final int SIMPLE_RESTRICTION_TYPE__FRACTION_DIGITS
The feature id for the 'Fraction Digits' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__LENGTH
static final int SIMPLE_RESTRICTION_TYPE__LENGTH
The feature id for the 'Length' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MIN_LENGTH
static final int SIMPLE_RESTRICTION_TYPE__MIN_LENGTH
The feature id for the 'Min Length' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__MAX_LENGTH
static final int SIMPLE_RESTRICTION_TYPE__MAX_LENGTH
The feature id for the 'Max Length' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ENUMERATION
static final int SIMPLE_RESTRICTION_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__WHITE_SPACE
static final int SIMPLE_RESTRICTION_TYPE__WHITE_SPACE
The feature id for the 'White Space' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__PATTERN
static final int SIMPLE_RESTRICTION_TYPE__PATTERN
The feature id for the 'Pattern' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__GROUP1
static final int SIMPLE_RESTRICTION_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ATTRIBUTE
static final int SIMPLE_RESTRICTION_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ATTRIBUTE_GROUP
static final int SIMPLE_RESTRICTION_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE1
static final int SIMPLE_RESTRICTION_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE__BASE
static final int SIMPLE_RESTRICTION_TYPE__BASE
The feature id for the 'Base' attribute.- See Also:
- Constant Field Values
-
SIMPLE_RESTRICTION_TYPE_FEATURE_COUNT
static final int SIMPLE_RESTRICTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Simple Restriction Type' class.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE
static final int TOP_LEVEL_ATTRIBUTE
The meta object id for the 'Top Level Attribute
' class.
-
TOP_LEVEL_ATTRIBUTE__ANY_ATTRIBUTE
static final int TOP_LEVEL_ATTRIBUTE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__ANNOTATION
static final int TOP_LEVEL_ATTRIBUTE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__ID
static final int TOP_LEVEL_ATTRIBUTE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__SIMPLE_TYPE
static final int TOP_LEVEL_ATTRIBUTE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__DEFAULT
static final int TOP_LEVEL_ATTRIBUTE__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__FIXED
static final int TOP_LEVEL_ATTRIBUTE__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__FORM
static final int TOP_LEVEL_ATTRIBUTE__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__NAME
static final int TOP_LEVEL_ATTRIBUTE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__REF
static final int TOP_LEVEL_ATTRIBUTE__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__TYPE
static final int TOP_LEVEL_ATTRIBUTE__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE__USE
static final int TOP_LEVEL_ATTRIBUTE__USE
The feature id for the 'Use' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ATTRIBUTE_FEATURE_COUNT
static final int TOP_LEVEL_ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Top Level Attribute' class.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE
static final int TOP_LEVEL_COMPLEX_TYPE
The meta object id for the 'Top Level Complex Type
' class.
-
TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE
static final int TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ANNOTATION
static final int TOP_LEVEL_COMPLEX_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ID
static final int TOP_LEVEL_COMPLEX_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__SIMPLE_CONTENT
static final int TOP_LEVEL_COMPLEX_TYPE__SIMPLE_CONTENT
The feature id for the 'Simple Content' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__COMPLEX_CONTENT
static final int TOP_LEVEL_COMPLEX_TYPE__COMPLEX_CONTENT
The feature id for the 'Complex Content' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__GROUP
static final int TOP_LEVEL_COMPLEX_TYPE__GROUP
The feature id for the 'Group' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ALL
static final int TOP_LEVEL_COMPLEX_TYPE__ALL
The feature id for the 'All' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__CHOICE
static final int TOP_LEVEL_COMPLEX_TYPE__CHOICE
The feature id for the 'Choice' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__SEQUENCE
static final int TOP_LEVEL_COMPLEX_TYPE__SEQUENCE
The feature id for the 'Sequence' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__GROUP1
static final int TOP_LEVEL_COMPLEX_TYPE__GROUP1
The feature id for the 'Group1' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE
static final int TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE_GROUP
static final int TOP_LEVEL_COMPLEX_TYPE__ATTRIBUTE_GROUP
The feature id for the 'Attribute Group' containment reference list.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE1
static final int TOP_LEVEL_COMPLEX_TYPE__ANY_ATTRIBUTE1
The feature id for the 'Any Attribute1' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__ABSTRACT
static final int TOP_LEVEL_COMPLEX_TYPE__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__BLOCK
static final int TOP_LEVEL_COMPLEX_TYPE__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__FINAL
static final int TOP_LEVEL_COMPLEX_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__MIXED
static final int TOP_LEVEL_COMPLEX_TYPE__MIXED
The feature id for the 'Mixed' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE__NAME
static final int TOP_LEVEL_COMPLEX_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_COMPLEX_TYPE_FEATURE_COUNT
static final int TOP_LEVEL_COMPLEX_TYPE_FEATURE_COUNT
The number of structural features of the 'Top Level Complex Type' class.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT
static final int TOP_LEVEL_ELEMENT
The meta object id for the 'Top Level Element
' class.
-
TOP_LEVEL_ELEMENT__ANY_ATTRIBUTE
static final int TOP_LEVEL_ELEMENT__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__ANNOTATION
static final int TOP_LEVEL_ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__ID
static final int TOP_LEVEL_ELEMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__SIMPLE_TYPE
static final int TOP_LEVEL_ELEMENT__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__COMPLEX_TYPE
static final int TOP_LEVEL_ELEMENT__COMPLEX_TYPE
The feature id for the 'Complex Type' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__IDENTITY_CONSTRAINT
static final int TOP_LEVEL_ELEMENT__IDENTITY_CONSTRAINT
The feature id for the 'Identity Constraint' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__UNIQUE
static final int TOP_LEVEL_ELEMENT__UNIQUE
The feature id for the 'Unique' containment reference list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__KEY
static final int TOP_LEVEL_ELEMENT__KEY
The feature id for the 'Key' containment reference list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__KEYREF
static final int TOP_LEVEL_ELEMENT__KEYREF
The feature id for the 'Keyref' containment reference list.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__ABSTRACT
static final int TOP_LEVEL_ELEMENT__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__BLOCK
static final int TOP_LEVEL_ELEMENT__BLOCK
The feature id for the 'Block' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__DEFAULT
static final int TOP_LEVEL_ELEMENT__DEFAULT
The feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__FINAL
static final int TOP_LEVEL_ELEMENT__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__FIXED
static final int TOP_LEVEL_ELEMENT__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__FORM
static final int TOP_LEVEL_ELEMENT__FORM
The feature id for the 'Form' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__MAX_OCCURS
static final int TOP_LEVEL_ELEMENT__MAX_OCCURS
The feature id for the 'Max Occurs' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__MIN_OCCURS
static final int TOP_LEVEL_ELEMENT__MIN_OCCURS
The feature id for the 'Min Occurs' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__NAME
static final int TOP_LEVEL_ELEMENT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__NILLABLE
static final int TOP_LEVEL_ELEMENT__NILLABLE
The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__REF
static final int TOP_LEVEL_ELEMENT__REF
The feature id for the 'Ref' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__SUBSTITUTION_GROUP
static final int TOP_LEVEL_ELEMENT__SUBSTITUTION_GROUP
The feature id for the 'Substitution Group' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT__TYPE
static final int TOP_LEVEL_ELEMENT__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_ELEMENT_FEATURE_COUNT
static final int TOP_LEVEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Top Level Element' class.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE
static final int TOP_LEVEL_SIMPLE_TYPE
The meta object id for the 'Top Level Simple Type
' class.
-
TOP_LEVEL_SIMPLE_TYPE__ANY_ATTRIBUTE
static final int TOP_LEVEL_SIMPLE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__ANNOTATION
static final int TOP_LEVEL_SIMPLE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__ID
static final int TOP_LEVEL_SIMPLE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__RESTRICTION
static final int TOP_LEVEL_SIMPLE_TYPE__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__LIST
static final int TOP_LEVEL_SIMPLE_TYPE__LIST
The feature id for the 'List' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__UNION
static final int TOP_LEVEL_SIMPLE_TYPE__UNION
The feature id for the 'Union' containment reference.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__FINAL
static final int TOP_LEVEL_SIMPLE_TYPE__FINAL
The feature id for the 'Final' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE__NAME
static final int TOP_LEVEL_SIMPLE_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TOP_LEVEL_SIMPLE_TYPE_FEATURE_COUNT
static final int TOP_LEVEL_SIMPLE_TYPE_FEATURE_COUNT
The number of structural features of the 'Top Level Simple Type' class.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE
static final int TOTAL_DIGITS_TYPE
The meta object id for the 'Total Digits Type
' class.
-
TOTAL_DIGITS_TYPE__ANY_ATTRIBUTE
static final int TOTAL_DIGITS_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE__ANNOTATION
static final int TOTAL_DIGITS_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE__ID
static final int TOTAL_DIGITS_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE__FIXED
static final int TOTAL_DIGITS_TYPE__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE__VALUE
static final int TOTAL_DIGITS_TYPE__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
TOTAL_DIGITS_TYPE_FEATURE_COUNT
static final int TOTAL_DIGITS_TYPE_FEATURE_COUNT
The number of structural features of the 'Total Digits Type' class.- See Also:
- Constant Field Values
-
UNION_TYPE
static final int UNION_TYPE
The meta object id for the 'Union Type
' class.
-
UNION_TYPE__ANY_ATTRIBUTE
static final int UNION_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
UNION_TYPE__ANNOTATION
static final int UNION_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
UNION_TYPE__ID
static final int UNION_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
UNION_TYPE__SIMPLE_TYPE
static final int UNION_TYPE__SIMPLE_TYPE
The feature id for the 'Simple Type' containment reference list.- See Also:
- Constant Field Values
-
UNION_TYPE__MEMBER_TYPES
static final int UNION_TYPE__MEMBER_TYPES
The feature id for the 'Member Types' attribute.- See Also:
- Constant Field Values
-
UNION_TYPE_FEATURE_COUNT
static final int UNION_TYPE_FEATURE_COUNT
The number of structural features of the 'Union Type' class.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE
static final int WHITE_SPACE_TYPE
The meta object id for the 'White Space Type
' class.
-
WHITE_SPACE_TYPE__ANY_ATTRIBUTE
static final int WHITE_SPACE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE__ANNOTATION
static final int WHITE_SPACE_TYPE__ANNOTATION
The feature id for the 'Annotation' containment reference.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE__ID
static final int WHITE_SPACE_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE__FIXED
static final int WHITE_SPACE_TYPE__FIXED
The feature id for the 'Fixed' attribute.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE__VALUE
static final int WHITE_SPACE_TYPE__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
WHITE_SPACE_TYPE_FEATURE_COUNT
static final int WHITE_SPACE_TYPE_FEATURE_COUNT
The number of structural features of the 'White Space Type' class.- See Also:
- Constant Field Values
-
ALL_NNI_MEMBER1
static final int ALL_NNI_MEMBER1
The meta object id for the 'All NNI Member1
' enum.
-
BLOCK_SET_MEMBER0
static final int BLOCK_SET_MEMBER0
The meta object id for the 'Block Set Member0
' enum.
-
BLOCK_SET_MEMBER1_ITEM
static final int BLOCK_SET_MEMBER1_ITEM
The meta object id for the 'Block Set Member1 Item
' enum.
-
DERIVATION_CONTROL
static final int DERIVATION_CONTROL
The meta object id for the 'Derivation Control
' enum.
-
DERIVATION_SET_MEMBER0
static final int DERIVATION_SET_MEMBER0
The meta object id for the 'Derivation Set Member0
' enum.
-
FORM_CHOICE
static final int FORM_CHOICE
The meta object id for the 'Form Choice
' enum.
-
FULL_DERIVATION_SET_MEMBER0
static final int FULL_DERIVATION_SET_MEMBER0
The meta object id for the 'Full Derivation Set Member0
' enum.
-
NAMESPACE_LIST_MEMBER0
static final int NAMESPACE_LIST_MEMBER0
The meta object id for the 'Namespace List Member0
' enum.
-
NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1
static final int NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1
The meta object id for the 'Namespace List Member1 Item Member1
' enum.
-
PROCESS_CONTENTS_TYPE
static final int PROCESS_CONTENTS_TYPE
The meta object id for the 'Process Contents Type
' enum.
-
REDUCED_DERIVATION_CONTROL
static final int REDUCED_DERIVATION_CONTROL
The meta object id for the 'Reduced Derivation Control
' enum.
-
SIMPLE_DERIVATION_SET_MEMBER0
static final int SIMPLE_DERIVATION_SET_MEMBER0
The meta object id for the 'Simple Derivation Set Member0
' enum.
-
SIMPLE_DERIVATION_SET_MEMBER1_ITEM
static final int SIMPLE_DERIVATION_SET_MEMBER1_ITEM
The meta object id for the 'Simple Derivation Set Member1 Item
' enum.
-
TYPE_DERIVATION_CONTROL
static final int TYPE_DERIVATION_CONTROL
The meta object id for the 'Type Derivation Control
' enum.
-
USE_TYPE
static final int USE_TYPE
The meta object id for the 'Use Type
' enum.
-
ALL_NNI
static final int ALL_NNI
The meta object id for the 'All NNI' data type.- See Also:
Object
,SchemaPackageImpl.getAllNNI()
, Constant Field Values
-
ALL_NNI_MEMBER1_OBJECT
static final int ALL_NNI_MEMBER1_OBJECT
The meta object id for the 'All NNI Member1 Object' data type.
-
BLOCK_SET
static final int BLOCK_SET
The meta object id for the 'Block Set' data type.
-
BLOCK_SET_MEMBER0_OBJECT
static final int BLOCK_SET_MEMBER0_OBJECT
The meta object id for the 'Block Set Member0 Object' data type.
-
BLOCK_SET_MEMBER1
static final int BLOCK_SET_MEMBER1
The meta object id for the 'Block Set Member1' data type.
-
BLOCK_SET_MEMBER1_ITEM_OBJECT
static final int BLOCK_SET_MEMBER1_ITEM_OBJECT
The meta object id for the 'Block Set Member1 Item Object' data type.
-
DERIVATION_CONTROL_OBJECT
static final int DERIVATION_CONTROL_OBJECT
The meta object id for the 'Derivation Control Object' data type.
-
DERIVATION_SET
static final int DERIVATION_SET
The meta object id for the 'Derivation Set' data type.
-
DERIVATION_SET_MEMBER0_OBJECT
static final int DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Derivation Set Member0 Object' data type.
-
DERIVATION_SET_MEMBER1
static final int DERIVATION_SET_MEMBER1
The meta object id for the 'Derivation Set Member1' data type.
-
FORM_CHOICE_OBJECT
static final int FORM_CHOICE_OBJECT
The meta object id for the 'Form Choice Object' data type.
-
FULL_DERIVATION_SET
static final int FULL_DERIVATION_SET
The meta object id for the 'Full Derivation Set' data type.
-
FULL_DERIVATION_SET_MEMBER0_OBJECT
static final int FULL_DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Full Derivation Set Member0 Object' data type.
-
FULL_DERIVATION_SET_MEMBER1
static final int FULL_DERIVATION_SET_MEMBER1
The meta object id for the 'Full Derivation Set Member1' data type.
-
MEMBER_TYPES_TYPE
static final int MEMBER_TYPES_TYPE
The meta object id for the 'Member Types Type' data type.
-
NAMESPACE_LIST
static final int NAMESPACE_LIST
The meta object id for the 'Namespace List' data type.
-
NAMESPACE_LIST_MEMBER0_OBJECT
static final int NAMESPACE_LIST_MEMBER0_OBJECT
The meta object id for the 'Namespace List Member0 Object' data type.
-
NAMESPACE_LIST_MEMBER1
static final int NAMESPACE_LIST_MEMBER1
The meta object id for the 'Namespace List Member1' data type.
-
NAMESPACE_LIST_MEMBER1_ITEM
static final int NAMESPACE_LIST_MEMBER1_ITEM
The meta object id for the 'Namespace List Member1 Item' data type.
-
NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1_OBJECT
static final int NAMESPACE_LIST_MEMBER1_ITEM_MEMBER1_OBJECT
The meta object id for the 'Namespace List Member1 Item Member1 Object' data type.
-
PROCESS_CONTENTS_TYPE_OBJECT
static final int PROCESS_CONTENTS_TYPE_OBJECT
The meta object id for the 'Process Contents Type Object' data type.
-
PUBLIC
static final int PUBLIC
The meta object id for the 'Public' data type.- See Also:
String
,SchemaPackageImpl.getPublic()
, Constant Field Values
-
REDUCED_DERIVATION_CONTROL_OBJECT
static final int REDUCED_DERIVATION_CONTROL_OBJECT
The meta object id for the 'Reduced Derivation Control Object' data type.
-
SIMPLE_DERIVATION_SET
static final int SIMPLE_DERIVATION_SET
The meta object id for the 'Simple Derivation Set' data type.
-
SIMPLE_DERIVATION_SET_MEMBER0_OBJECT
static final int SIMPLE_DERIVATION_SET_MEMBER0_OBJECT
The meta object id for the 'Simple Derivation Set Member0 Object' data type.
-
SIMPLE_DERIVATION_SET_MEMBER1
static final int SIMPLE_DERIVATION_SET_MEMBER1
The meta object id for the 'Simple Derivation Set Member1' data type.
-
SIMPLE_DERIVATION_SET_MEMBER1_ITEM_OBJECT
static final int SIMPLE_DERIVATION_SET_MEMBER1_ITEM_OBJECT
The meta object id for the 'Simple Derivation Set Member1 Item Object' data type.
-
TYPE_DERIVATION_CONTROL_OBJECT
static final int TYPE_DERIVATION_CONTROL_OBJECT
The meta object id for the 'Type Derivation Control Object' data type.
-
USE_TYPE_OBJECT
static final int USE_TYPE_OBJECT
The meta object id for the 'Use Type Object' data type.
-
XPATH_TYPE
static final int XPATH_TYPE
The meta object id for the 'Xpath Type' data type.
-
XPATH_TYPE1
static final int XPATH_TYPE1
The meta object id for the 'Xpath Type1' data type.
-
-
Method Detail
-
getAll
EClass getAll()
Returns the meta object for class 'All
'.- Returns:
- the meta object for class 'All'.
- See Also:
All
-
getAnnotated
EClass getAnnotated()
Returns the meta object for class 'Annotated
'.- Returns:
- the meta object for class 'Annotated'.
- See Also:
Annotated
-
getAnnotated_Annotation
EReference getAnnotated_Annotation()
Returns the meta object for the containment reference 'Annotation
'.- Returns:
- the meta object for the containment reference 'Annotation'.
- See Also:
Annotated.getAnnotation()
,getAnnotated()
-
getAnnotated_Id
EAttribute getAnnotated_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
Annotated.getId()
,getAnnotated()
-
getAnnotationType
EClass getAnnotationType()
Returns the meta object for class 'Annotation Type
'.- Returns:
- the meta object for class 'Annotation Type'.
- See Also:
AnnotationType
-
getAnnotationType_Group
EAttribute getAnnotationType_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AnnotationType.getGroup()
,getAnnotationType()
-
getAnnotationType_Appinfo
EReference getAnnotationType_Appinfo()
Returns the meta object for the containment reference list 'Appinfo
'.- Returns:
- the meta object for the containment reference list 'Appinfo'.
- See Also:
AnnotationType.getAppinfo()
,getAnnotationType()
-
getAnnotationType_Documentation
EReference getAnnotationType_Documentation()
Returns the meta object for the containment reference list 'Documentation
'.- Returns:
- the meta object for the containment reference list 'Documentation'.
- See Also:
AnnotationType.getDocumentation()
,getAnnotationType()
-
getAnnotationType_Id
EAttribute getAnnotationType_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
AnnotationType.getId()
,getAnnotationType()
-
getAnyType
EClass getAnyType()
Returns the meta object for class 'Any Type
'.- Returns:
- the meta object for class 'Any Type'.
- See Also:
AnyType
-
getAnyType_MaxOccurs
EAttribute getAnyType_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.- Returns:
- the meta object for the attribute 'Max Occurs'.
- See Also:
AnyType.getMaxOccurs()
,getAnyType()
-
getAnyType_MinOccurs
EAttribute getAnyType_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.- Returns:
- the meta object for the attribute 'Min Occurs'.
- See Also:
AnyType.getMinOccurs()
,getAnyType()
-
getAppinfoType
EClass getAppinfoType()
Returns the meta object for class 'Appinfo Type
'.- Returns:
- the meta object for class 'Appinfo Type'.
- See Also:
AppinfoType
-
getAppinfoType_Mixed
EAttribute getAppinfoType_Mixed()
Returns the meta object for the attribute list 'Mixed
'.- Returns:
- the meta object for the attribute list 'Mixed'.
- See Also:
AppinfoType.getMixed()
,getAppinfoType()
-
getAppinfoType_Group
EAttribute getAppinfoType_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AppinfoType.getGroup()
,getAppinfoType()
-
getAppinfoType_Any
EAttribute getAppinfoType_Any()
Returns the meta object for the attribute list 'Any
'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
AppinfoType.getAny()
,getAppinfoType()
-
getAppinfoType_Source
EAttribute getAppinfoType_Source()
Returns the meta object for the attribute 'Source
'.- Returns:
- the meta object for the attribute 'Source'.
- See Also:
AppinfoType.getSource()
,getAppinfoType()
-
getAppinfoType_AnyAttribute
EAttribute getAppinfoType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
AppinfoType.getAnyAttribute()
,getAppinfoType()
-
getAttribute
EClass getAttribute()
Returns the meta object for class 'Attribute
'.- Returns:
- the meta object for class 'Attribute'.
- See Also:
Attribute
-
getAttribute_SimpleType
EReference getAttribute_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
Attribute.getSimpleType()
,getAttribute()
-
getAttribute_Default
EAttribute getAttribute_Default()
Returns the meta object for the attribute 'Default
'.- Returns:
- the meta object for the attribute 'Default'.
- See Also:
Attribute.getDefault()
,getAttribute()
-
getAttribute_Fixed
EAttribute getAttribute_Fixed()
Returns the meta object for the attribute 'Fixed
'.- Returns:
- the meta object for the attribute 'Fixed'.
- See Also:
Attribute.getFixed()
,getAttribute()
-
getAttribute_Form
EAttribute getAttribute_Form()
Returns the meta object for the attribute 'Form
'.- Returns:
- the meta object for the attribute 'Form'.
- See Also:
Attribute.getForm()
,getAttribute()
-
getAttribute_Name
EAttribute getAttribute_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Attribute.getName()
,getAttribute()
-
getAttribute_Ref
EAttribute getAttribute_Ref()
Returns the meta object for the attribute 'Ref
'.- Returns:
- the meta object for the attribute 'Ref'.
- See Also:
Attribute.getRef()
,getAttribute()
-
getAttribute_Type
EAttribute getAttribute_Type()
Returns the meta object for the attribute 'Type
'.- Returns:
- the meta object for the attribute 'Type'.
- See Also:
Attribute.getType()
,getAttribute()
-
getAttribute_Use
EAttribute getAttribute_Use()
Returns the meta object for the attribute 'Use
'.- Returns:
- the meta object for the attribute 'Use'.
- See Also:
Attribute.getUse()
,getAttribute()
-
getAttributeGroup
EClass getAttributeGroup()
Returns the meta object for class 'Attribute Group
'.- Returns:
- the meta object for class 'Attribute Group'.
- See Also:
AttributeGroup
-
getAttributeGroup_Group
EAttribute getAttributeGroup_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
AttributeGroup.getGroup()
,getAttributeGroup()
-
getAttributeGroup_Attribute
EReference getAttributeGroup_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.- Returns:
- the meta object for the containment reference list 'Attribute'.
- See Also:
AttributeGroup.getAttribute()
,getAttributeGroup()
-
getAttributeGroup_AttributeGroup
EReference getAttributeGroup_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
AttributeGroup.getAttributeGroup()
,getAttributeGroup()
-
getAttributeGroup_AnyAttribute1
EReference getAttributeGroup_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.- Returns:
- the meta object for the containment reference 'Any Attribute1'.
- See Also:
AttributeGroup.getAnyAttribute1()
,getAttributeGroup()
-
getAttributeGroup_Name
EAttribute getAttributeGroup_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
AttributeGroup.getName()
,getAttributeGroup()
-
getAttributeGroup_Ref
EAttribute getAttributeGroup_Ref()
Returns the meta object for the attribute 'Ref
'.- Returns:
- the meta object for the attribute 'Ref'.
- See Also:
AttributeGroup.getRef()
,getAttributeGroup()
-
getAttributeGroupRef
EClass getAttributeGroupRef()
Returns the meta object for class 'Attribute Group Ref
'.- Returns:
- the meta object for class 'Attribute Group Ref'.
- See Also:
AttributeGroupRef
-
getComplexContentType
EClass getComplexContentType()
Returns the meta object for class 'Complex Content Type
'.- Returns:
- the meta object for class 'Complex Content Type'.
- See Also:
ComplexContentType
-
getComplexContentType_Restriction
EReference getComplexContentType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.- Returns:
- the meta object for the containment reference 'Restriction'.
- See Also:
ComplexContentType.getRestriction()
,getComplexContentType()
-
getComplexContentType_Extension
EReference getComplexContentType_Extension()
Returns the meta object for the containment reference 'Extension
'.- Returns:
- the meta object for the containment reference 'Extension'.
- See Also:
ComplexContentType.getExtension()
,getComplexContentType()
-
getComplexContentType_Mixed
EAttribute getComplexContentType_Mixed()
Returns the meta object for the attribute 'Mixed
'.- Returns:
- the meta object for the attribute 'Mixed'.
- See Also:
ComplexContentType.isMixed()
,getComplexContentType()
-
getComplexRestrictionType
EClass getComplexRestrictionType()
Returns the meta object for class 'Complex Restriction Type
'.- Returns:
- the meta object for class 'Complex Restriction Type'.
- See Also:
ComplexRestrictionType
-
getComplexType
EClass getComplexType()
Returns the meta object for class 'Complex Type
'.- Returns:
- the meta object for class 'Complex Type'.
- See Also:
ComplexType
-
getComplexType_SimpleContent
EReference getComplexType_SimpleContent()
Returns the meta object for the containment reference 'Simple Content
'.- Returns:
- the meta object for the containment reference 'Simple Content'.
- See Also:
ComplexType.getSimpleContent()
,getComplexType()
-
getComplexType_ComplexContent
EReference getComplexType_ComplexContent()
Returns the meta object for the containment reference 'Complex Content
'.- Returns:
- the meta object for the containment reference 'Complex Content'.
- See Also:
ComplexType.getComplexContent()
,getComplexType()
-
getComplexType_Group
EReference getComplexType_Group()
Returns the meta object for the containment reference 'Group
'.- Returns:
- the meta object for the containment reference 'Group'.
- See Also:
ComplexType.getGroup()
,getComplexType()
-
getComplexType_All
EReference getComplexType_All()
Returns the meta object for the containment reference 'All
'.- Returns:
- the meta object for the containment reference 'All'.
- See Also:
ComplexType.getAll()
,getComplexType()
-
getComplexType_Choice
EReference getComplexType_Choice()
Returns the meta object for the containment reference 'Choice
'.- Returns:
- the meta object for the containment reference 'Choice'.
- See Also:
ComplexType.getChoice()
,getComplexType()
-
getComplexType_Sequence
EReference getComplexType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.- Returns:
- the meta object for the containment reference 'Sequence'.
- See Also:
ComplexType.getSequence()
,getComplexType()
-
getComplexType_Group1
EAttribute getComplexType_Group1()
Returns the meta object for the attribute list 'Group1
'.- Returns:
- the meta object for the attribute list 'Group1'.
- See Also:
ComplexType.getGroup1()
,getComplexType()
-
getComplexType_Attribute
EReference getComplexType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.- Returns:
- the meta object for the containment reference list 'Attribute'.
- See Also:
ComplexType.getAttribute()
,getComplexType()
-
getComplexType_AttributeGroup
EReference getComplexType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
ComplexType.getAttributeGroup()
,getComplexType()
-
getComplexType_AnyAttribute1
EReference getComplexType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.- Returns:
- the meta object for the containment reference 'Any Attribute1'.
- See Also:
ComplexType.getAnyAttribute1()
,getComplexType()
-
getComplexType_Abstract
EAttribute getComplexType_Abstract()
Returns the meta object for the attribute 'Abstract
'.- Returns:
- the meta object for the attribute 'Abstract'.
- See Also:
ComplexType.isAbstract()
,getComplexType()
-
getComplexType_Block
EAttribute getComplexType_Block()
Returns the meta object for the attribute 'Block
'.- Returns:
- the meta object for the attribute 'Block'.
- See Also:
ComplexType.getBlock()
,getComplexType()
-
getComplexType_Final
EAttribute getComplexType_Final()
Returns the meta object for the attribute 'Final
'.- Returns:
- the meta object for the attribute 'Final'.
- See Also:
ComplexType.getFinal()
,getComplexType()
-
getComplexType_Mixed
EAttribute getComplexType_Mixed()
Returns the meta object for the attribute 'Mixed
'.- Returns:
- the meta object for the attribute 'Mixed'.
- See Also:
ComplexType.isMixed()
,getComplexType()
-
getComplexType_Name
EAttribute getComplexType_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
ComplexType.getName()
,getComplexType()
-
getDocumentationType
EClass getDocumentationType()
Returns the meta object for class 'Documentation Type
'.- Returns:
- the meta object for class 'Documentation Type'.
- See Also:
DocumentationType
-
getDocumentationType_Mixed
EAttribute getDocumentationType_Mixed()
Returns the meta object for the attribute list 'Mixed
'.- Returns:
- the meta object for the attribute list 'Mixed'.
- See Also:
DocumentationType.getMixed()
,getDocumentationType()
-
getDocumentationType_Group
EAttribute getDocumentationType_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
DocumentationType.getGroup()
,getDocumentationType()
-
getDocumentationType_Any
EAttribute getDocumentationType_Any()
Returns the meta object for the attribute list 'Any
'.- Returns:
- the meta object for the attribute list 'Any'.
- See Also:
DocumentationType.getAny()
,getDocumentationType()
-
getDocumentationType_Lang
EAttribute getDocumentationType_Lang()
Returns the meta object for the attribute 'Lang
'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
DocumentationType.getLang()
,getDocumentationType()
-
getDocumentationType_Source
EAttribute getDocumentationType_Source()
Returns the meta object for the attribute 'Source
'.- Returns:
- the meta object for the attribute 'Source'.
- See Also:
DocumentationType.getSource()
,getDocumentationType()
-
getDocumentationType_AnyAttribute
EAttribute getDocumentationType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
DocumentationType.getAnyAttribute()
,getDocumentationType()
-
getDocumentRoot
EClass getDocumentRoot()
Returns the meta object for class 'Document Root
'.- Returns:
- the meta object for class 'Document Root'.
- See Also:
DocumentRoot
-
getDocumentRoot_Mixed
EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed
'.- Returns:
- the meta object for the attribute list 'Mixed'.
- See Also:
DocumentRoot.getMixed()
,getDocumentRoot()
-
getDocumentRoot_XMLNSPrefixMap
EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map
'.- Returns:
- the meta object for the map 'XMLNS Prefix Map'.
- See Also:
DocumentRoot.getXMLNSPrefixMap()
,getDocumentRoot()
-
getDocumentRoot_XSISchemaLocation
EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location
'.- Returns:
- the meta object for the map 'XSI Schema Location'.
- See Also:
DocumentRoot.getXSISchemaLocation()
,getDocumentRoot()
-
getDocumentRoot_All
EReference getDocumentRoot_All()
Returns the meta object for the containment reference 'All
'.- Returns:
- the meta object for the containment reference 'All'.
- See Also:
DocumentRoot.getAll()
,getDocumentRoot()
-
getDocumentRoot_Annotation
EReference getDocumentRoot_Annotation()
Returns the meta object for the containment reference 'Annotation
'.- Returns:
- the meta object for the containment reference 'Annotation'.
- See Also:
DocumentRoot.getAnnotation()
,getDocumentRoot()
-
getDocumentRoot_Any
EReference getDocumentRoot_Any()
Returns the meta object for the containment reference 'Any
'.- Returns:
- the meta object for the containment reference 'Any'.
- See Also:
DocumentRoot.getAny()
,getDocumentRoot()
-
getDocumentRoot_AnyAttribute
EReference getDocumentRoot_AnyAttribute()
Returns the meta object for the containment reference 'Any Attribute
'.- Returns:
- the meta object for the containment reference 'Any Attribute'.
- See Also:
DocumentRoot.getAnyAttribute()
,getDocumentRoot()
-
getDocumentRoot_Appinfo
EReference getDocumentRoot_Appinfo()
Returns the meta object for the containment reference 'Appinfo
'.- Returns:
- the meta object for the containment reference 'Appinfo'.
- See Also:
DocumentRoot.getAppinfo()
,getDocumentRoot()
-
getDocumentRoot_Attribute
EReference getDocumentRoot_Attribute()
Returns the meta object for the containment reference 'Attribute
'.- Returns:
- the meta object for the containment reference 'Attribute'.
- See Also:
DocumentRoot.getAttribute()
,getDocumentRoot()
-
getDocumentRoot_AttributeGroup
EReference getDocumentRoot_AttributeGroup()
Returns the meta object for the containment reference 'Attribute Group
'.- Returns:
- the meta object for the containment reference 'Attribute Group'.
- See Also:
DocumentRoot.getAttributeGroup()
,getDocumentRoot()
-
getDocumentRoot_Choice
EReference getDocumentRoot_Choice()
Returns the meta object for the containment reference 'Choice
'.- Returns:
- the meta object for the containment reference 'Choice'.
- See Also:
DocumentRoot.getChoice()
,getDocumentRoot()
-
getDocumentRoot_ComplexContent
EReference getDocumentRoot_ComplexContent()
Returns the meta object for the containment reference 'Complex Content
'.- Returns:
- the meta object for the containment reference 'Complex Content'.
- See Also:
DocumentRoot.getComplexContent()
,getDocumentRoot()
-
getDocumentRoot_ComplexType
EReference getDocumentRoot_ComplexType()
Returns the meta object for the containment reference 'Complex Type
'.- Returns:
- the meta object for the containment reference 'Complex Type'.
- See Also:
DocumentRoot.getComplexType()
,getDocumentRoot()
-
getDocumentRoot_Documentation
EReference getDocumentRoot_Documentation()
Returns the meta object for the containment reference 'Documentation
'.- Returns:
- the meta object for the containment reference 'Documentation'.
- See Also:
DocumentRoot.getDocumentation()
,getDocumentRoot()
-
getDocumentRoot_Element
EReference getDocumentRoot_Element()
Returns the meta object for the containment reference 'Element
'.- Returns:
- the meta object for the containment reference 'Element'.
- See Also:
DocumentRoot.getElement()
,getDocumentRoot()
-
getDocumentRoot_Enumeration
EReference getDocumentRoot_Enumeration()
Returns the meta object for the containment reference 'Enumeration
'.- Returns:
- the meta object for the containment reference 'Enumeration'.
- See Also:
DocumentRoot.getEnumeration()
,getDocumentRoot()
-
getDocumentRoot_Field
EReference getDocumentRoot_Field()
Returns the meta object for the containment reference 'Field
'.- Returns:
- the meta object for the containment reference 'Field'.
- See Also:
DocumentRoot.getField()
,getDocumentRoot()
-
getDocumentRoot_FractionDigits
EReference getDocumentRoot_FractionDigits()
Returns the meta object for the containment reference 'Fraction Digits
'.- Returns:
- the meta object for the containment reference 'Fraction Digits'.
- See Also:
DocumentRoot.getFractionDigits()
,getDocumentRoot()
-
getDocumentRoot_Group
EReference getDocumentRoot_Group()
Returns the meta object for the containment reference 'Group
'.- Returns:
- the meta object for the containment reference 'Group'.
- See Also:
DocumentRoot.getGroup()
,getDocumentRoot()
-
getDocumentRoot_Import
EReference getDocumentRoot_Import()
Returns the meta object for the containment reference 'Import
'.- Returns:
- the meta object for the containment reference 'Import'.
- See Also:
DocumentRoot.getImport()
,getDocumentRoot()
-
getDocumentRoot_Include
EReference getDocumentRoot_Include()
Returns the meta object for the containment reference 'Include
'.- Returns:
- the meta object for the containment reference 'Include'.
- See Also:
DocumentRoot.getInclude()
,getDocumentRoot()
-
getDocumentRoot_Key
EReference getDocumentRoot_Key()
Returns the meta object for the containment reference 'Key
'.- Returns:
- the meta object for the containment reference 'Key'.
- See Also:
DocumentRoot.getKey()
,getDocumentRoot()
-
getDocumentRoot_Keyref
EReference getDocumentRoot_Keyref()
Returns the meta object for the containment reference 'Keyref
'.- Returns:
- the meta object for the containment reference 'Keyref'.
- See Also:
DocumentRoot.getKeyref()
,getDocumentRoot()
-
getDocumentRoot_Length
EReference getDocumentRoot_Length()
Returns the meta object for the containment reference 'Length
'.- Returns:
- the meta object for the containment reference 'Length'.
- See Also:
DocumentRoot.getLength()
,getDocumentRoot()
-
getDocumentRoot_List
EReference getDocumentRoot_List()
Returns the meta object for the containment reference 'List
'.- Returns:
- the meta object for the containment reference 'List'.
- See Also:
DocumentRoot.getList()
,getDocumentRoot()
-
getDocumentRoot_MaxExclusive
EReference getDocumentRoot_MaxExclusive()
Returns the meta object for the containment reference 'Max Exclusive
'.- Returns:
- the meta object for the containment reference 'Max Exclusive'.
- See Also:
DocumentRoot.getMaxExclusive()
,getDocumentRoot()
-
getDocumentRoot_MaxInclusive
EReference getDocumentRoot_MaxInclusive()
Returns the meta object for the containment reference 'Max Inclusive
'.- Returns:
- the meta object for the containment reference 'Max Inclusive'.
- See Also:
DocumentRoot.getMaxInclusive()
,getDocumentRoot()
-
getDocumentRoot_MaxLength
EReference getDocumentRoot_MaxLength()
Returns the meta object for the containment reference 'Max Length
'.- Returns:
- the meta object for the containment reference 'Max Length'.
- See Also:
DocumentRoot.getMaxLength()
,getDocumentRoot()
-
getDocumentRoot_MinExclusive
EReference getDocumentRoot_MinExclusive()
Returns the meta object for the containment reference 'Min Exclusive
'.- Returns:
- the meta object for the containment reference 'Min Exclusive'.
- See Also:
DocumentRoot.getMinExclusive()
,getDocumentRoot()
-
getDocumentRoot_MinInclusive
EReference getDocumentRoot_MinInclusive()
Returns the meta object for the containment reference 'Min Inclusive
'.- Returns:
- the meta object for the containment reference 'Min Inclusive'.
- See Also:
DocumentRoot.getMinInclusive()
,getDocumentRoot()
-
getDocumentRoot_MinLength
EReference getDocumentRoot_MinLength()
Returns the meta object for the containment reference 'Min Length
'.- Returns:
- the meta object for the containment reference 'Min Length'.
- See Also:
DocumentRoot.getMinLength()
,getDocumentRoot()
-
getDocumentRoot_Notation
EReference getDocumentRoot_Notation()
Returns the meta object for the containment reference 'Notation
'.- Returns:
- the meta object for the containment reference 'Notation'.
- See Also:
DocumentRoot.getNotation()
,getDocumentRoot()
-
getDocumentRoot_Pattern
EReference getDocumentRoot_Pattern()
Returns the meta object for the containment reference 'Pattern
'.- Returns:
- the meta object for the containment reference 'Pattern'.
- See Also:
DocumentRoot.getPattern()
,getDocumentRoot()
-
getDocumentRoot_Redefine
EReference getDocumentRoot_Redefine()
Returns the meta object for the containment reference 'Redefine
'.- Returns:
- the meta object for the containment reference 'Redefine'.
- See Also:
DocumentRoot.getRedefine()
,getDocumentRoot()
-
getDocumentRoot_Restriction
EReference getDocumentRoot_Restriction()
Returns the meta object for the containment reference 'Restriction
'.- Returns:
- the meta object for the containment reference 'Restriction'.
- See Also:
DocumentRoot.getRestriction()
,getDocumentRoot()
-
getDocumentRoot_Schema
EReference getDocumentRoot_Schema()
Returns the meta object for the containment reference 'Schema
'.- Returns:
- the meta object for the containment reference 'Schema'.
- See Also:
DocumentRoot.getSchema()
,getDocumentRoot()
-
getDocumentRoot_Selector
EReference getDocumentRoot_Selector()
Returns the meta object for the containment reference 'Selector
'.- Returns:
- the meta object for the containment reference 'Selector'.
- See Also:
DocumentRoot.getSelector()
,getDocumentRoot()
-
getDocumentRoot_Sequence
EReference getDocumentRoot_Sequence()
Returns the meta object for the containment reference 'Sequence
'.- Returns:
- the meta object for the containment reference 'Sequence'.
- See Also:
DocumentRoot.getSequence()
,getDocumentRoot()
-
getDocumentRoot_SimpleContent
EReference getDocumentRoot_SimpleContent()
Returns the meta object for the containment reference 'Simple Content
'.- Returns:
- the meta object for the containment reference 'Simple Content'.
- See Also:
DocumentRoot.getSimpleContent()
,getDocumentRoot()
-
getDocumentRoot_SimpleType
EReference getDocumentRoot_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
DocumentRoot.getSimpleType()
,getDocumentRoot()
-
getDocumentRoot_TotalDigits
EReference getDocumentRoot_TotalDigits()
Returns the meta object for the containment reference 'Total Digits
'.- Returns:
- the meta object for the containment reference 'Total Digits'.
- See Also:
DocumentRoot.getTotalDigits()
,getDocumentRoot()
-
getDocumentRoot_Union
EReference getDocumentRoot_Union()
Returns the meta object for the containment reference 'Union
'.- Returns:
- the meta object for the containment reference 'Union'.
- See Also:
DocumentRoot.getUnion()
,getDocumentRoot()
-
getDocumentRoot_Unique
EReference getDocumentRoot_Unique()
Returns the meta object for the containment reference 'Unique
'.- Returns:
- the meta object for the containment reference 'Unique'.
- See Also:
DocumentRoot.getUnique()
,getDocumentRoot()
-
getDocumentRoot_WhiteSpace
EReference getDocumentRoot_WhiteSpace()
Returns the meta object for the containment reference 'White Space
'.- Returns:
- the meta object for the containment reference 'White Space'.
- See Also:
DocumentRoot.getWhiteSpace()
,getDocumentRoot()
-
getElement
EClass getElement()
Returns the meta object for class 'Element
'.- Returns:
- the meta object for class 'Element'.
- See Also:
Element
-
getElement_SimpleType
EReference getElement_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
Element.getSimpleType()
,getElement()
-
getElement_ComplexType
EReference getElement_ComplexType()
Returns the meta object for the containment reference 'Complex Type
'.- Returns:
- the meta object for the containment reference 'Complex Type'.
- See Also:
Element.getComplexType()
,getElement()
-
getElement_IdentityConstraint
EAttribute getElement_IdentityConstraint()
Returns the meta object for the attribute list 'Identity Constraint
'.- Returns:
- the meta object for the attribute list 'Identity Constraint'.
- See Also:
Element.getIdentityConstraint()
,getElement()
-
getElement_Unique
EReference getElement_Unique()
Returns the meta object for the containment reference list 'Unique
'.- Returns:
- the meta object for the containment reference list 'Unique'.
- See Also:
Element.getUnique()
,getElement()
-
getElement_Key
EReference getElement_Key()
Returns the meta object for the containment reference list 'Key
'.- Returns:
- the meta object for the containment reference list 'Key'.
- See Also:
Element.getKey()
,getElement()
-
getElement_Keyref
EReference getElement_Keyref()
Returns the meta object for the containment reference list 'Keyref
'.- Returns:
- the meta object for the containment reference list 'Keyref'.
- See Also:
Element.getKeyref()
,getElement()
-
getElement_Abstract
EAttribute getElement_Abstract()
Returns the meta object for the attribute 'Abstract
'.- Returns:
- the meta object for the attribute 'Abstract'.
- See Also:
Element.isAbstract()
,getElement()
-
getElement_Block
EAttribute getElement_Block()
Returns the meta object for the attribute 'Block
'.- Returns:
- the meta object for the attribute 'Block'.
- See Also:
Element.getBlock()
,getElement()
-
getElement_Default
EAttribute getElement_Default()
Returns the meta object for the attribute 'Default
'.- Returns:
- the meta object for the attribute 'Default'.
- See Also:
Element.getDefault()
,getElement()
-
getElement_Final
EAttribute getElement_Final()
Returns the meta object for the attribute 'Final
'.- Returns:
- the meta object for the attribute 'Final'.
- See Also:
Element.getFinal()
,getElement()
-
getElement_Fixed
EAttribute getElement_Fixed()
Returns the meta object for the attribute 'Fixed
'.- Returns:
- the meta object for the attribute 'Fixed'.
- See Also:
Element.getFixed()
,getElement()
-
getElement_Form
EAttribute getElement_Form()
Returns the meta object for the attribute 'Form
'.- Returns:
- the meta object for the attribute 'Form'.
- See Also:
Element.getForm()
,getElement()
-
getElement_MaxOccurs
EAttribute getElement_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.- Returns:
- the meta object for the attribute 'Max Occurs'.
- See Also:
Element.getMaxOccurs()
,getElement()
-
getElement_MinOccurs
EAttribute getElement_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.- Returns:
- the meta object for the attribute 'Min Occurs'.
- See Also:
Element.getMinOccurs()
,getElement()
-
getElement_Name
EAttribute getElement_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Element.getName()
,getElement()
-
getElement_Nillable
EAttribute getElement_Nillable()
Returns the meta object for the attribute 'Nillable
'.- Returns:
- the meta object for the attribute 'Nillable'.
- See Also:
Element.isNillable()
,getElement()
-
getElement_Ref
EAttribute getElement_Ref()
Returns the meta object for the attribute 'Ref
'.- Returns:
- the meta object for the attribute 'Ref'.
- See Also:
Element.getRef()
,getElement()
-
getElement_SubstitutionGroup
EAttribute getElement_SubstitutionGroup()
Returns the meta object for the attribute 'Substitution Group
'.- Returns:
- the meta object for the attribute 'Substitution Group'.
- See Also:
Element.getSubstitutionGroup()
,getElement()
-
getElement_Type
EAttribute getElement_Type()
Returns the meta object for the attribute 'Type
'.- Returns:
- the meta object for the attribute 'Type'.
- See Also:
Element.getType()
,getElement()
-
getExplicitGroup
EClass getExplicitGroup()
Returns the meta object for class 'Explicit Group
'.- Returns:
- the meta object for class 'Explicit Group'.
- See Also:
ExplicitGroup
-
getExtensionType
EClass getExtensionType()
Returns the meta object for class 'Extension Type
'.- Returns:
- the meta object for class 'Extension Type'.
- See Also:
ExtensionType
-
getExtensionType_Group
EReference getExtensionType_Group()
Returns the meta object for the containment reference 'Group
'.- Returns:
- the meta object for the containment reference 'Group'.
- See Also:
ExtensionType.getGroup()
,getExtensionType()
-
getExtensionType_All
EReference getExtensionType_All()
Returns the meta object for the containment reference 'All
'.- Returns:
- the meta object for the containment reference 'All'.
- See Also:
ExtensionType.getAll()
,getExtensionType()
-
getExtensionType_Choice
EReference getExtensionType_Choice()
Returns the meta object for the containment reference 'Choice
'.- Returns:
- the meta object for the containment reference 'Choice'.
- See Also:
ExtensionType.getChoice()
,getExtensionType()
-
getExtensionType_Sequence
EReference getExtensionType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.- Returns:
- the meta object for the containment reference 'Sequence'.
- See Also:
ExtensionType.getSequence()
,getExtensionType()
-
getExtensionType_Group1
EAttribute getExtensionType_Group1()
Returns the meta object for the attribute list 'Group1
'.- Returns:
- the meta object for the attribute list 'Group1'.
- See Also:
ExtensionType.getGroup1()
,getExtensionType()
-
getExtensionType_Attribute
EReference getExtensionType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.- Returns:
- the meta object for the containment reference list 'Attribute'.
- See Also:
ExtensionType.getAttribute()
,getExtensionType()
-
getExtensionType_AttributeGroup
EReference getExtensionType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
ExtensionType.getAttributeGroup()
,getExtensionType()
-
getExtensionType_AnyAttribute1
EReference getExtensionType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.- Returns:
- the meta object for the containment reference 'Any Attribute1'.
- See Also:
ExtensionType.getAnyAttribute1()
,getExtensionType()
-
getExtensionType_Base
EAttribute getExtensionType_Base()
Returns the meta object for the attribute 'Base
'.- Returns:
- the meta object for the attribute 'Base'.
- See Also:
ExtensionType.getBase()
,getExtensionType()
-
getFacet
EClass getFacet()
Returns the meta object for class 'Facet
'.- Returns:
- the meta object for class 'Facet'.
- See Also:
Facet
-
getFacet_Fixed
EAttribute getFacet_Fixed()
Returns the meta object for the attribute 'Fixed
'.- Returns:
- the meta object for the attribute 'Fixed'.
- See Also:
Facet.isFixed()
,getFacet()
-
getFacet_Value
EAttribute getFacet_Value()
Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
Facet.getValue()
,getFacet()
-
getFieldType
EClass getFieldType()
Returns the meta object for class 'Field Type
'.- Returns:
- the meta object for class 'Field Type'.
- See Also:
FieldType
-
getFieldType_Xpath
EAttribute getFieldType_Xpath()
Returns the meta object for the attribute 'Xpath
'.- Returns:
- the meta object for the attribute 'Xpath'.
- See Also:
FieldType.getXpath()
,getFieldType()
-
getGroup
EClass getGroup()
Returns the meta object for class 'Group
'.- Returns:
- the meta object for class 'Group'.
- See Also:
Group
-
getGroup_Particle
EAttribute getGroup_Particle()
Returns the meta object for the attribute list 'Particle
'.- Returns:
- the meta object for the attribute list 'Particle'.
- See Also:
Group.getParticle()
,getGroup()
-
getGroup_Element
EReference getGroup_Element()
Returns the meta object for the containment reference list 'Element
'.- Returns:
- the meta object for the containment reference list 'Element'.
- See Also:
Group.getElement()
,getGroup()
-
getGroup_Group
EReference getGroup_Group()
Returns the meta object for the containment reference list 'Group
'.- Returns:
- the meta object for the containment reference list 'Group'.
- See Also:
Group.getGroup()
,getGroup()
-
getGroup_All
EReference getGroup_All()
Returns the meta object for the containment reference list 'All
'.- Returns:
- the meta object for the containment reference list 'All'.
- See Also:
Group.getAll()
,getGroup()
-
getGroup_Choice
EReference getGroup_Choice()
Returns the meta object for the containment reference list 'Choice
'.- Returns:
- the meta object for the containment reference list 'Choice'.
- See Also:
Group.getChoice()
,getGroup()
-
getGroup_Sequence
EReference getGroup_Sequence()
Returns the meta object for the containment reference list 'Sequence
'.- Returns:
- the meta object for the containment reference list 'Sequence'.
- See Also:
Group.getSequence()
,getGroup()
-
getGroup_Any
EReference getGroup_Any()
Returns the meta object for the containment reference list 'Any
'.- Returns:
- the meta object for the containment reference list 'Any'.
- See Also:
Group.getAny()
,getGroup()
-
getGroup_MaxOccurs
EAttribute getGroup_MaxOccurs()
Returns the meta object for the attribute 'Max Occurs
'.- Returns:
- the meta object for the attribute 'Max Occurs'.
- See Also:
Group.getMaxOccurs()
,getGroup()
-
getGroup_MinOccurs
EAttribute getGroup_MinOccurs()
Returns the meta object for the attribute 'Min Occurs
'.- Returns:
- the meta object for the attribute 'Min Occurs'.
- See Also:
Group.getMinOccurs()
,getGroup()
-
getGroup_Name
EAttribute getGroup_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Group.getName()
,getGroup()
-
getGroup_Ref
EAttribute getGroup_Ref()
Returns the meta object for the attribute 'Ref
'.- Returns:
- the meta object for the attribute 'Ref'.
- See Also:
Group.getRef()
,getGroup()
-
getGroupRef
EClass getGroupRef()
Returns the meta object for class 'Group Ref
'.- Returns:
- the meta object for class 'Group Ref'.
- See Also:
GroupRef
-
getImportType
EClass getImportType()
Returns the meta object for class 'Import Type
'.- Returns:
- the meta object for class 'Import Type'.
- See Also:
ImportType
-
getImportType_Namespace
EAttribute getImportType_Namespace()
Returns the meta object for the attribute 'Namespace
'.- Returns:
- the meta object for the attribute 'Namespace'.
- See Also:
ImportType.getNamespace()
,getImportType()
-
getImportType_SchemaLocation
EAttribute getImportType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.- Returns:
- the meta object for the attribute 'Schema Location'.
- See Also:
ImportType.getSchemaLocation()
,getImportType()
-
getIncludeType
EClass getIncludeType()
Returns the meta object for class 'Include Type
'.- Returns:
- the meta object for class 'Include Type'.
- See Also:
IncludeType
-
getIncludeType_SchemaLocation
EAttribute getIncludeType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.- Returns:
- the meta object for the attribute 'Schema Location'.
- See Also:
IncludeType.getSchemaLocation()
,getIncludeType()
-
getKeybase
EClass getKeybase()
Returns the meta object for class 'Keybase
'.- Returns:
- the meta object for class 'Keybase'.
- See Also:
Keybase
-
getKeybase_Selector
EReference getKeybase_Selector()
Returns the meta object for the containment reference 'Selector
'.- Returns:
- the meta object for the containment reference 'Selector'.
- See Also:
Keybase.getSelector()
,getKeybase()
-
getKeybase_Field
EReference getKeybase_Field()
Returns the meta object for the containment reference list 'Field
'.- Returns:
- the meta object for the containment reference list 'Field'.
- See Also:
Keybase.getField()
,getKeybase()
-
getKeybase_Name
EAttribute getKeybase_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Keybase.getName()
,getKeybase()
-
getKeyrefType
EClass getKeyrefType()
Returns the meta object for class 'Keyref Type
'.- Returns:
- the meta object for class 'Keyref Type'.
- See Also:
KeyrefType
-
getKeyrefType_Refer
EAttribute getKeyrefType_Refer()
Returns the meta object for the attribute 'Refer
'.- Returns:
- the meta object for the attribute 'Refer'.
- See Also:
KeyrefType.getRefer()
,getKeyrefType()
-
getListType
EClass getListType()
Returns the meta object for class 'List Type
'.- Returns:
- the meta object for class 'List Type'.
- See Also:
ListType
-
getListType_SimpleType
EReference getListType_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
ListType.getSimpleType()
,getListType()
-
getListType_ItemType
EAttribute getListType_ItemType()
Returns the meta object for the attribute 'Item Type
'.- Returns:
- the meta object for the attribute 'Item Type'.
- See Also:
ListType.getItemType()
,getListType()
-
getLocalComplexType
EClass getLocalComplexType()
Returns the meta object for class 'Local Complex Type
'.- Returns:
- the meta object for class 'Local Complex Type'.
- See Also:
LocalComplexType
-
getLocalElement
EClass getLocalElement()
Returns the meta object for class 'Local Element
'.- Returns:
- the meta object for class 'Local Element'.
- See Also:
LocalElement
-
getLocalSimpleType
EClass getLocalSimpleType()
Returns the meta object for class 'Local Simple Type
'.- Returns:
- the meta object for class 'Local Simple Type'.
- See Also:
LocalSimpleType
-
getNamedAttributeGroup
EClass getNamedAttributeGroup()
Returns the meta object for class 'Named Attribute Group
'.- Returns:
- the meta object for class 'Named Attribute Group'.
- See Also:
NamedAttributeGroup
-
getNamedGroup
EClass getNamedGroup()
Returns the meta object for class 'Named Group
'.- Returns:
- the meta object for class 'Named Group'.
- See Also:
NamedGroup
-
getNarrowMaxMin
EClass getNarrowMaxMin()
Returns the meta object for class 'Narrow Max Min
'.- Returns:
- the meta object for class 'Narrow Max Min'.
- See Also:
NarrowMaxMin
-
getNoFixedFacet
EClass getNoFixedFacet()
Returns the meta object for class 'No Fixed Facet
'.- Returns:
- the meta object for class 'No Fixed Facet'.
- See Also:
NoFixedFacet
-
getNotationType
EClass getNotationType()
Returns the meta object for class 'Notation Type
'.- Returns:
- the meta object for class 'Notation Type'.
- See Also:
NotationType
-
getNotationType_Name
EAttribute getNotationType_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
NotationType.getName()
,getNotationType()
-
getNotationType_Public
EAttribute getNotationType_Public()
Returns the meta object for the attribute 'Public
'.- Returns:
- the meta object for the attribute 'Public'.
- See Also:
NotationType.getPublic()
,getNotationType()
-
getNotationType_System
EAttribute getNotationType_System()
Returns the meta object for the attribute 'System
'.- Returns:
- the meta object for the attribute 'System'.
- See Also:
NotationType.getSystem()
,getNotationType()
-
getNumFacet
EClass getNumFacet()
Returns the meta object for class 'Num Facet
'.- Returns:
- the meta object for class 'Num Facet'.
- See Also:
NumFacet
-
getOpenAttrs
EClass getOpenAttrs()
Returns the meta object for class 'Open Attrs
'.- Returns:
- the meta object for class 'Open Attrs'.
- See Also:
OpenAttrs
-
getOpenAttrs_AnyAttribute
EAttribute getOpenAttrs_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute
'.- Returns:
- the meta object for the attribute list 'Any Attribute'.
- See Also:
OpenAttrs.getAnyAttribute()
,getOpenAttrs()
-
getPatternType
EClass getPatternType()
Returns the meta object for class 'Pattern Type
'.- Returns:
- the meta object for class 'Pattern Type'.
- See Also:
PatternType
-
getRealGroup
EClass getRealGroup()
Returns the meta object for class 'Real Group
'.- Returns:
- the meta object for class 'Real Group'.
- See Also:
RealGroup
-
getRealGroup_All1
EReference getRealGroup_All1()
Returns the meta object for the containment reference 'All1
'.- Returns:
- the meta object for the containment reference 'All1'.
- See Also:
RealGroup.getAll1()
,getRealGroup()
-
getRealGroup_Choice1
EReference getRealGroup_Choice1()
Returns the meta object for the containment reference 'Choice1
'.- Returns:
- the meta object for the containment reference 'Choice1'.
- See Also:
RealGroup.getChoice1()
,getRealGroup()
-
getRealGroup_Sequence1
EReference getRealGroup_Sequence1()
Returns the meta object for the containment reference 'Sequence1
'.- Returns:
- the meta object for the containment reference 'Sequence1'.
- See Also:
RealGroup.getSequence1()
,getRealGroup()
-
getRedefineType
EClass getRedefineType()
Returns the meta object for class 'Redefine Type
'.- Returns:
- the meta object for class 'Redefine Type'.
- See Also:
RedefineType
-
getRedefineType_Group
EAttribute getRedefineType_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
RedefineType.getGroup()
,getRedefineType()
-
getRedefineType_Annotation
EReference getRedefineType_Annotation()
Returns the meta object for the containment reference list 'Annotation
'.- Returns:
- the meta object for the containment reference list 'Annotation'.
- See Also:
RedefineType.getAnnotation()
,getRedefineType()
-
getRedefineType_SimpleType
EReference getRedefineType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.- Returns:
- the meta object for the containment reference list 'Simple Type'.
- See Also:
RedefineType.getSimpleType()
,getRedefineType()
-
getRedefineType_ComplexType
EReference getRedefineType_ComplexType()
Returns the meta object for the containment reference list 'Complex Type
'.- Returns:
- the meta object for the containment reference list 'Complex Type'.
- See Also:
RedefineType.getComplexType()
,getRedefineType()
-
getRedefineType_Group1
EReference getRedefineType_Group1()
Returns the meta object for the containment reference list 'Group1
'.- Returns:
- the meta object for the containment reference list 'Group1'.
- See Also:
RedefineType.getGroup1()
,getRedefineType()
-
getRedefineType_AttributeGroup
EReference getRedefineType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
RedefineType.getAttributeGroup()
,getRedefineType()
-
getRedefineType_Id
EAttribute getRedefineType_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
RedefineType.getId()
,getRedefineType()
-
getRedefineType_SchemaLocation
EAttribute getRedefineType_SchemaLocation()
Returns the meta object for the attribute 'Schema Location
'.- Returns:
- the meta object for the attribute 'Schema Location'.
- See Also:
RedefineType.getSchemaLocation()
,getRedefineType()
-
getRestrictionType
EClass getRestrictionType()
Returns the meta object for class 'Restriction Type
'.- Returns:
- the meta object for class 'Restriction Type'.
- See Also:
RestrictionType
-
getRestrictionType_Group
EReference getRestrictionType_Group()
Returns the meta object for the containment reference 'Group
'.- Returns:
- the meta object for the containment reference 'Group'.
- See Also:
RestrictionType.getGroup()
,getRestrictionType()
-
getRestrictionType_All
EReference getRestrictionType_All()
Returns the meta object for the containment reference 'All
'.- Returns:
- the meta object for the containment reference 'All'.
- See Also:
RestrictionType.getAll()
,getRestrictionType()
-
getRestrictionType_Choice
EReference getRestrictionType_Choice()
Returns the meta object for the containment reference 'Choice
'.- Returns:
- the meta object for the containment reference 'Choice'.
- See Also:
RestrictionType.getChoice()
,getRestrictionType()
-
getRestrictionType_Sequence
EReference getRestrictionType_Sequence()
Returns the meta object for the containment reference 'Sequence
'.- Returns:
- the meta object for the containment reference 'Sequence'.
- See Also:
RestrictionType.getSequence()
,getRestrictionType()
-
getRestrictionType_SimpleType
EReference getRestrictionType_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
RestrictionType.getSimpleType()
,getRestrictionType()
-
getRestrictionType_Facets
EAttribute getRestrictionType_Facets()
Returns the meta object for the attribute list 'Facets
'.- Returns:
- the meta object for the attribute list 'Facets'.
- See Also:
RestrictionType.getFacets()
,getRestrictionType()
-
getRestrictionType_MinExclusive
EReference getRestrictionType_MinExclusive()
Returns the meta object for the containment reference list 'Min Exclusive
'.- Returns:
- the meta object for the containment reference list 'Min Exclusive'.
- See Also:
RestrictionType.getMinExclusive()
,getRestrictionType()
-
getRestrictionType_MinInclusive
EReference getRestrictionType_MinInclusive()
Returns the meta object for the containment reference list 'Min Inclusive
'.- Returns:
- the meta object for the containment reference list 'Min Inclusive'.
- See Also:
RestrictionType.getMinInclusive()
,getRestrictionType()
-
getRestrictionType_MaxExclusive
EReference getRestrictionType_MaxExclusive()
Returns the meta object for the containment reference list 'Max Exclusive
'.- Returns:
- the meta object for the containment reference list 'Max Exclusive'.
- See Also:
RestrictionType.getMaxExclusive()
,getRestrictionType()
-
getRestrictionType_MaxInclusive
EReference getRestrictionType_MaxInclusive()
Returns the meta object for the containment reference list 'Max Inclusive
'.- Returns:
- the meta object for the containment reference list 'Max Inclusive'.
- See Also:
RestrictionType.getMaxInclusive()
,getRestrictionType()
-
getRestrictionType_TotalDigits
EReference getRestrictionType_TotalDigits()
Returns the meta object for the containment reference list 'Total Digits
'.- Returns:
- the meta object for the containment reference list 'Total Digits'.
- See Also:
RestrictionType.getTotalDigits()
,getRestrictionType()
-
getRestrictionType_FractionDigits
EReference getRestrictionType_FractionDigits()
Returns the meta object for the containment reference list 'Fraction Digits
'.- Returns:
- the meta object for the containment reference list 'Fraction Digits'.
- See Also:
RestrictionType.getFractionDigits()
,getRestrictionType()
-
getRestrictionType_Length
EReference getRestrictionType_Length()
Returns the meta object for the containment reference list 'Length
'.- Returns:
- the meta object for the containment reference list 'Length'.
- See Also:
RestrictionType.getLength()
,getRestrictionType()
-
getRestrictionType_MinLength
EReference getRestrictionType_MinLength()
Returns the meta object for the containment reference list 'Min Length
'.- Returns:
- the meta object for the containment reference list 'Min Length'.
- See Also:
RestrictionType.getMinLength()
,getRestrictionType()
-
getRestrictionType_MaxLength
EReference getRestrictionType_MaxLength()
Returns the meta object for the containment reference list 'Max Length
'.- Returns:
- the meta object for the containment reference list 'Max Length'.
- See Also:
RestrictionType.getMaxLength()
,getRestrictionType()
-
getRestrictionType_Enumeration
EReference getRestrictionType_Enumeration()
Returns the meta object for the containment reference list 'Enumeration
'.- Returns:
- the meta object for the containment reference list 'Enumeration'.
- See Also:
RestrictionType.getEnumeration()
,getRestrictionType()
-
getRestrictionType_WhiteSpace
EReference getRestrictionType_WhiteSpace()
Returns the meta object for the containment reference list 'White Space
'.- Returns:
- the meta object for the containment reference list 'White Space'.
- See Also:
RestrictionType.getWhiteSpace()
,getRestrictionType()
-
getRestrictionType_Pattern
EReference getRestrictionType_Pattern()
Returns the meta object for the containment reference list 'Pattern
'.- Returns:
- the meta object for the containment reference list 'Pattern'.
- See Also:
RestrictionType.getPattern()
,getRestrictionType()
-
getRestrictionType_Group1
EAttribute getRestrictionType_Group1()
Returns the meta object for the attribute list 'Group1
'.- Returns:
- the meta object for the attribute list 'Group1'.
- See Also:
RestrictionType.getGroup1()
,getRestrictionType()
-
getRestrictionType_Attribute
EReference getRestrictionType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.- Returns:
- the meta object for the containment reference list 'Attribute'.
- See Also:
RestrictionType.getAttribute()
,getRestrictionType()
-
getRestrictionType_AttributeGroup
EReference getRestrictionType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
RestrictionType.getAttributeGroup()
,getRestrictionType()
-
getRestrictionType_AnyAttribute1
EReference getRestrictionType_AnyAttribute1()
Returns the meta object for the containment reference 'Any Attribute1
'.- Returns:
- the meta object for the containment reference 'Any Attribute1'.
- See Also:
RestrictionType.getAnyAttribute1()
,getRestrictionType()
-
getRestrictionType_Base
EAttribute getRestrictionType_Base()
Returns the meta object for the attribute 'Base
'.- Returns:
- the meta object for the attribute 'Base'.
- See Also:
RestrictionType.getBase()
,getRestrictionType()
-
getRestrictionType1
EClass getRestrictionType1()
Returns the meta object for class 'Restriction Type1
'.- Returns:
- the meta object for class 'Restriction Type1'.
- See Also:
RestrictionType1
-
getRestrictionType1_SimpleType
EReference getRestrictionType1_SimpleType()
Returns the meta object for the containment reference 'Simple Type
'.- Returns:
- the meta object for the containment reference 'Simple Type'.
- See Also:
RestrictionType1.getSimpleType()
,getRestrictionType1()
-
getRestrictionType1_Facets
EAttribute getRestrictionType1_Facets()
Returns the meta object for the attribute list 'Facets
'.- Returns:
- the meta object for the attribute list 'Facets'.
- See Also:
RestrictionType1.getFacets()
,getRestrictionType1()
-
getRestrictionType1_MinExclusive
EReference getRestrictionType1_MinExclusive()
Returns the meta object for the containment reference list 'Min Exclusive
'.- Returns:
- the meta object for the containment reference list 'Min Exclusive'.
- See Also:
RestrictionType1.getMinExclusive()
,getRestrictionType1()
-
getRestrictionType1_MinInclusive
EReference getRestrictionType1_MinInclusive()
Returns the meta object for the containment reference list 'Min Inclusive
'.- Returns:
- the meta object for the containment reference list 'Min Inclusive'.
- See Also:
RestrictionType1.getMinInclusive()
,getRestrictionType1()
-
getRestrictionType1_MaxExclusive
EReference getRestrictionType1_MaxExclusive()
Returns the meta object for the containment reference list 'Max Exclusive
'.- Returns:
- the meta object for the containment reference list 'Max Exclusive'.
- See Also:
RestrictionType1.getMaxExclusive()
,getRestrictionType1()
-
getRestrictionType1_MaxInclusive
EReference getRestrictionType1_MaxInclusive()
Returns the meta object for the containment reference list 'Max Inclusive
'.- Returns:
- the meta object for the containment reference list 'Max Inclusive'.
- See Also:
RestrictionType1.getMaxInclusive()
,getRestrictionType1()
-
getRestrictionType1_TotalDigits
EReference getRestrictionType1_TotalDigits()
Returns the meta object for the containment reference list 'Total Digits
'.- Returns:
- the meta object for the containment reference list 'Total Digits'.
- See Also:
RestrictionType1.getTotalDigits()
,getRestrictionType1()
-
getRestrictionType1_FractionDigits
EReference getRestrictionType1_FractionDigits()
Returns the meta object for the containment reference list 'Fraction Digits
'.- Returns:
- the meta object for the containment reference list 'Fraction Digits'.
- See Also:
RestrictionType1.getFractionDigits()
,getRestrictionType1()
-
getRestrictionType1_Length
EReference getRestrictionType1_Length()
Returns the meta object for the containment reference list 'Length
'.- Returns:
- the meta object for the containment reference list 'Length'.
- See Also:
RestrictionType1.getLength()
,getRestrictionType1()
-
getRestrictionType1_MinLength
EReference getRestrictionType1_MinLength()
Returns the meta object for the containment reference list 'Min Length
'.- Returns:
- the meta object for the containment reference list 'Min Length'.
- See Also:
RestrictionType1.getMinLength()
,getRestrictionType1()
-
getRestrictionType1_MaxLength
EReference getRestrictionType1_MaxLength()
Returns the meta object for the containment reference list 'Max Length
'.- Returns:
- the meta object for the containment reference list 'Max Length'.
- See Also:
RestrictionType1.getMaxLength()
,getRestrictionType1()
-
getRestrictionType1_Enumeration
EReference getRestrictionType1_Enumeration()
Returns the meta object for the containment reference list 'Enumeration
'.- Returns:
- the meta object for the containment reference list 'Enumeration'.
- See Also:
RestrictionType1.getEnumeration()
,getRestrictionType1()
-
getRestrictionType1_WhiteSpace
EReference getRestrictionType1_WhiteSpace()
Returns the meta object for the containment reference list 'White Space
'.- Returns:
- the meta object for the containment reference list 'White Space'.
- See Also:
RestrictionType1.getWhiteSpace()
,getRestrictionType1()
-
getRestrictionType1_Pattern
EReference getRestrictionType1_Pattern()
Returns the meta object for the containment reference list 'Pattern
'.- Returns:
- the meta object for the containment reference list 'Pattern'.
- See Also:
RestrictionType1.getPattern()
,getRestrictionType1()
-
getRestrictionType1_Base
EAttribute getRestrictionType1_Base()
Returns the meta object for the attribute 'Base
'.- Returns:
- the meta object for the attribute 'Base'.
- See Also:
RestrictionType1.getBase()
,getRestrictionType1()
-
getSchemaType
EClass getSchemaType()
Returns the meta object for class 'Type
'.- Returns:
- the meta object for class 'Type'.
- See Also:
SchemaType
-
getSchemaType_Group
EAttribute getSchemaType_Group()
Returns the meta object for the attribute list 'Group
'.- Returns:
- the meta object for the attribute list 'Group'.
- See Also:
SchemaType.getGroup()
,getSchemaType()
-
getSchemaType_Include
EReference getSchemaType_Include()
Returns the meta object for the containment reference list 'Include
'.- Returns:
- the meta object for the containment reference list 'Include'.
- See Also:
SchemaType.getInclude()
,getSchemaType()
-
getSchemaType_Import
EReference getSchemaType_Import()
Returns the meta object for the containment reference list 'Import
'.- Returns:
- the meta object for the containment reference list 'Import'.
- See Also:
SchemaType.getImport()
,getSchemaType()
-
getSchemaType_Redefine
EReference getSchemaType_Redefine()
Returns the meta object for the containment reference list 'Redefine
'.- Returns:
- the meta object for the containment reference list 'Redefine'.
- See Also:
SchemaType.getRedefine()
,getSchemaType()
-
getSchemaType_Annotation
EReference getSchemaType_Annotation()
Returns the meta object for the containment reference list 'Annotation
'.- Returns:
- the meta object for the containment reference list 'Annotation'.
- See Also:
SchemaType.getAnnotation()
,getSchemaType()
-
getSchemaType_Group1
EAttribute getSchemaType_Group1()
Returns the meta object for the attribute list 'Group1
'.- Returns:
- the meta object for the attribute list 'Group1'.
- See Also:
SchemaType.getGroup1()
,getSchemaType()
-
getSchemaType_SimpleType
EReference getSchemaType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.- Returns:
- the meta object for the containment reference list 'Simple Type'.
- See Also:
SchemaType.getSimpleType()
,getSchemaType()
-
getSchemaType_ComplexType
EReference getSchemaType_ComplexType()
Returns the meta object for the containment reference list 'Complex Type
'.- Returns:
- the meta object for the containment reference list 'Complex Type'.
- See Also:
SchemaType.getComplexType()
,getSchemaType()
-
getSchemaType_Group2
EReference getSchemaType_Group2()
Returns the meta object for the containment reference list 'Group2
'.- Returns:
- the meta object for the containment reference list 'Group2'.
- See Also:
SchemaType.getGroup2()
,getSchemaType()
-
getSchemaType_AttributeGroup
EReference getSchemaType_AttributeGroup()
Returns the meta object for the containment reference list 'Attribute Group
'.- Returns:
- the meta object for the containment reference list 'Attribute Group'.
- See Also:
SchemaType.getAttributeGroup()
,getSchemaType()
-
getSchemaType_Element
EReference getSchemaType_Element()
Returns the meta object for the containment reference list 'Element
'.- Returns:
- the meta object for the containment reference list 'Element'.
- See Also:
SchemaType.getElement()
,getSchemaType()
-
getSchemaType_Attribute
EReference getSchemaType_Attribute()
Returns the meta object for the containment reference list 'Attribute
'.- Returns:
- the meta object for the containment reference list 'Attribute'.
- See Also:
SchemaType.getAttribute()
,getSchemaType()
-
getSchemaType_Notation
EReference getSchemaType_Notation()
Returns the meta object for the containment reference list 'Notation
'.- Returns:
- the meta object for the containment reference list 'Notation'.
- See Also:
SchemaType.getNotation()
,getSchemaType()
-
getSchemaType_Annotation1
EReference getSchemaType_Annotation1()
Returns the meta object for the containment reference list 'Annotation1
'.- Returns:
- the meta object for the containment reference list 'Annotation1'.
- See Also:
SchemaType.getAnnotation1()
,getSchemaType()
-
getSchemaType_AttributeFormDefault
EAttribute getSchemaType_AttributeFormDefault()
Returns the meta object for the attribute 'Attribute Form Default
'.- Returns:
- the meta object for the attribute 'Attribute Form Default'.
- See Also:
SchemaType.getAttributeFormDefault()
,getSchemaType()
-
getSchemaType_BlockDefault
EAttribute getSchemaType_BlockDefault()
Returns the meta object for the attribute 'Block Default
'.- Returns:
- the meta object for the attribute 'Block Default'.
- See Also:
SchemaType.getBlockDefault()
,getSchemaType()
-
getSchemaType_ElementFormDefault
EAttribute getSchemaType_ElementFormDefault()
Returns the meta object for the attribute 'Element Form Default
'.- Returns:
- the meta object for the attribute 'Element Form Default'.
- See Also:
SchemaType.getElementFormDefault()
,getSchemaType()
-
getSchemaType_FinalDefault
EAttribute getSchemaType_FinalDefault()
Returns the meta object for the attribute 'Final Default
'.- Returns:
- the meta object for the attribute 'Final Default'.
- See Also:
SchemaType.getFinalDefault()
,getSchemaType()
-
getSchemaType_Id
EAttribute getSchemaType_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
SchemaType.getId()
,getSchemaType()
-
getSchemaType_Lang
EAttribute getSchemaType_Lang()
Returns the meta object for the attribute 'Lang
'.- Returns:
- the meta object for the attribute 'Lang'.
- See Also:
SchemaType.getLang()
,getSchemaType()
-
getSchemaType_TargetNamespace
EAttribute getSchemaType_TargetNamespace()
Returns the meta object for the attribute 'Target Namespace
'.- Returns:
- the meta object for the attribute 'Target Namespace'.
- See Also:
SchemaType.getTargetNamespace()
,getSchemaType()
-
getSchemaType_Version
EAttribute getSchemaType_Version()
Returns the meta object for the attribute 'Version
'.- Returns:
- the meta object for the attribute 'Version'.
- See Also:
SchemaType.getVersion()
,getSchemaType()
-
getSelectorType
EClass getSelectorType()
Returns the meta object for class 'Selector Type
'.- Returns:
- the meta object for class 'Selector Type'.
- See Also:
SelectorType
-
getSelectorType_Xpath
EAttribute getSelectorType_Xpath()
Returns the meta object for the attribute 'Xpath
'.- Returns:
- the meta object for the attribute 'Xpath'.
- See Also:
SelectorType.getXpath()
,getSelectorType()
-
getSimpleContentType
EClass getSimpleContentType()
Returns the meta object for class 'Simple Content Type
'.- Returns:
- the meta object for class 'Simple Content Type'.
- See Also:
SimpleContentType
-
getSimpleContentType_Restriction
EReference getSimpleContentType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.- Returns:
- the meta object for the containment reference 'Restriction'.
- See Also:
SimpleContentType.getRestriction()
,getSimpleContentType()
-
getSimpleContentType_Extension
EReference getSimpleContentType_Extension()
Returns the meta object for the containment reference 'Extension
'.- Returns:
- the meta object for the containment reference 'Extension'.
- See Also:
SimpleContentType.getExtension()
,getSimpleContentType()
-
getSimpleExplicitGroup
EClass getSimpleExplicitGroup()
Returns the meta object for class 'Simple Explicit Group
'.- Returns:
- the meta object for class 'Simple Explicit Group'.
- See Also:
SimpleExplicitGroup
-
getSimpleExtensionType
EClass getSimpleExtensionType()
Returns the meta object for class 'Simple Extension Type
'.- Returns:
- the meta object for class 'Simple Extension Type'.
- See Also:
SimpleExtensionType
-
getSimpleRestrictionType
EClass getSimpleRestrictionType()
Returns the meta object for class 'Simple Restriction Type
'.- Returns:
- the meta object for class 'Simple Restriction Type'.
- See Also:
SimpleRestrictionType
-
getSimpleType
EClass getSimpleType()
Returns the meta object for class 'Simple Type
'.- Returns:
- the meta object for class 'Simple Type'.
- See Also:
SimpleType
-
getSimpleType_Restriction
EReference getSimpleType_Restriction()
Returns the meta object for the containment reference 'Restriction
'.- Returns:
- the meta object for the containment reference 'Restriction'.
- See Also:
SimpleType.getRestriction()
,getSimpleType()
-
getSimpleType_List
EReference getSimpleType_List()
Returns the meta object for the containment reference 'List
'.- Returns:
- the meta object for the containment reference 'List'.
- See Also:
SimpleType.getList()
,getSimpleType()
-
getSimpleType_Union
EReference getSimpleType_Union()
Returns the meta object for the containment reference 'Union
'.- Returns:
- the meta object for the containment reference 'Union'.
- See Also:
SimpleType.getUnion()
,getSimpleType()
-
getSimpleType_Final
EAttribute getSimpleType_Final()
Returns the meta object for the attribute 'Final
'.- Returns:
- the meta object for the attribute 'Final'.
- See Also:
SimpleType.getFinal()
,getSimpleType()
-
getSimpleType_Name
EAttribute getSimpleType_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
SimpleType.getName()
,getSimpleType()
-
getTopLevelAttribute
EClass getTopLevelAttribute()
Returns the meta object for class 'Top Level Attribute
'.- Returns:
- the meta object for class 'Top Level Attribute'.
- See Also:
TopLevelAttribute
-
getTopLevelComplexType
EClass getTopLevelComplexType()
Returns the meta object for class 'Top Level Complex Type
'.- Returns:
- the meta object for class 'Top Level Complex Type'.
- See Also:
TopLevelComplexType
-
getTopLevelElement
EClass getTopLevelElement()
Returns the meta object for class 'Top Level Element
'.- Returns:
- the meta object for class 'Top Level Element'.
- See Also:
TopLevelElement
-
getTopLevelSimpleType
EClass getTopLevelSimpleType()
Returns the meta object for class 'Top Level Simple Type
'.- Returns:
- the meta object for class 'Top Level Simple Type'.
- See Also:
TopLevelSimpleType
-
getTotalDigitsType
EClass getTotalDigitsType()
Returns the meta object for class 'Total Digits Type
'.- Returns:
- the meta object for class 'Total Digits Type'.
- See Also:
TotalDigitsType
-
getUnionType
EClass getUnionType()
Returns the meta object for class 'Union Type
'.- Returns:
- the meta object for class 'Union Type'.
- See Also:
UnionType
-
getUnionType_SimpleType
EReference getUnionType_SimpleType()
Returns the meta object for the containment reference list 'Simple Type
'.- Returns:
- the meta object for the containment reference list 'Simple Type'.
- See Also:
UnionType.getSimpleType()
,getUnionType()
-
getUnionType_MemberTypes
EAttribute getUnionType_MemberTypes()
Returns the meta object for the attribute 'Member Types
'.- Returns:
- the meta object for the attribute 'Member Types'.
- See Also:
UnionType.getMemberTypes()
,getUnionType()
-
getWhiteSpaceType
EClass getWhiteSpaceType()
Returns the meta object for class 'White Space Type
'.- Returns:
- the meta object for class 'White Space Type'.
- See Also:
WhiteSpaceType
-
getWildcard
EClass getWildcard()
Returns the meta object for class 'Wildcard
'.- Returns:
- the meta object for class 'Wildcard'.
- See Also:
Wildcard
-
getWildcard_Namespace
EAttribute getWildcard_Namespace()
Returns the meta object for the attribute 'Namespace
'.- Returns:
- the meta object for the attribute 'Namespace'.
- See Also:
Wildcard.getNamespace()
,getWildcard()
-
getWildcard_ProcessContents
EAttribute getWildcard_ProcessContents()
Returns the meta object for the attribute 'Process Contents
'.- Returns:
- the meta object for the attribute 'Process Contents'.
- See Also:
Wildcard.getProcessContents()
,getWildcard()
-
getAllNNIMember1
EEnum getAllNNIMember1()
Returns the meta object for enum 'All NNI Member1
'.- Returns:
- the meta object for enum 'All NNI Member1'.
- See Also:
AllNNIMember1
-
getBlockSetMember0
EEnum getBlockSetMember0()
Returns the meta object for enum 'Block Set Member0
'.- Returns:
- the meta object for enum 'Block Set Member0'.
- See Also:
BlockSetMember0
-
getBlockSetMember1Item
EEnum getBlockSetMember1Item()
Returns the meta object for enum 'Block Set Member1 Item
'.- Returns:
- the meta object for enum 'Block Set Member1 Item'.
- See Also:
BlockSetMember1Item
-
getDerivationControl
EEnum getDerivationControl()
Returns the meta object for enum 'Derivation Control
'.- Returns:
- the meta object for enum 'Derivation Control'.
- See Also:
DerivationControl
-
getDerivationSetMember0
EEnum getDerivationSetMember0()
Returns the meta object for enum 'Derivation Set Member0
'.- Returns:
- the meta object for enum 'Derivation Set Member0'.
- See Also:
DerivationSetMember0
-
getFormChoice
EEnum getFormChoice()
Returns the meta object for enum 'Form Choice
'.- Returns:
- the meta object for enum 'Form Choice'.
- See Also:
FormChoice
-
getFullDerivationSetMember0
EEnum getFullDerivationSetMember0()
Returns the meta object for enum 'Full Derivation Set Member0
'.- Returns:
- the meta object for enum 'Full Derivation Set Member0'.
- See Also:
FullDerivationSetMember0
-
getNamespaceListMember0
EEnum getNamespaceListMember0()
Returns the meta object for enum 'Namespace List Member0
'.- Returns:
- the meta object for enum 'Namespace List Member0'.
- See Also:
NamespaceListMember0
-
getNamespaceListMember1ItemMember1
EEnum getNamespaceListMember1ItemMember1()
Returns the meta object for enum 'Namespace List Member1 Item Member1
'.- Returns:
- the meta object for enum 'Namespace List Member1 Item Member1'.
- See Also:
NamespaceListMember1ItemMember1
-
getProcessContentsType
EEnum getProcessContentsType()
Returns the meta object for enum 'Process Contents Type
'.- Returns:
- the meta object for enum 'Process Contents Type'.
- See Also:
ProcessContentsType
-
getReducedDerivationControl
EEnum getReducedDerivationControl()
Returns the meta object for enum 'Reduced Derivation Control
'.- Returns:
- the meta object for enum 'Reduced Derivation Control'.
- See Also:
ReducedDerivationControl
-
getSimpleDerivationSetMember0
EEnum getSimpleDerivationSetMember0()
Returns the meta object for enum 'Simple Derivation Set Member0
'.- Returns:
- the meta object for enum 'Simple Derivation Set Member0'.
- See Also:
SimpleDerivationSetMember0
-
getSimpleDerivationSetMember1Item
EEnum getSimpleDerivationSetMember1Item()
Returns the meta object for enum 'Simple Derivation Set Member1 Item
'.- Returns:
- the meta object for enum 'Simple Derivation Set Member1 Item'.
- See Also:
SimpleDerivationSetMember1Item
-
getTypeDerivationControl
EEnum getTypeDerivationControl()
Returns the meta object for enum 'Type Derivation Control
'.- Returns:
- the meta object for enum 'Type Derivation Control'.
- See Also:
TypeDerivationControl
-
getUseType
EEnum getUseType()
Returns the meta object for enum 'Use Type
'.- Returns:
- the meta object for enum 'Use Type'.
- See Also:
UseType
-
getAllNNI
EDataType getAllNNI()
Returns the meta object for data type 'All NNI
'. for maxOccurs- Returns:
- the meta object for data type 'All NNI'.
- See Also:
Object
-
getAllNNIMember1Object
EDataType getAllNNIMember1Object()
Returns the meta object for data type 'All NNI Member1 Object
'.- Returns:
- the meta object for data type 'All NNI Member1 Object'.
- See Also:
AllNNIMember1
-
getBlockSet
EDataType getBlockSet()
Returns the meta object for data type 'Block Set
'. A utility type, not for public use #all or (possibly empty) subset of {substitution, extension, restriction}- Returns:
- the meta object for data type 'Block Set'.
- See Also:
Object
-
getBlockSetMember0Object
EDataType getBlockSetMember0Object()
Returns the meta object for data type 'Block Set Member0 Object
'.- Returns:
- the meta object for data type 'Block Set Member0 Object'.
- See Also:
BlockSetMember0
-
getBlockSetMember1
EDataType getBlockSetMember1()
Returns the meta object for data type 'Block Set Member1
'.- Returns:
- the meta object for data type 'Block Set Member1'.
- See Also:
List
-
getBlockSetMember1ItemObject
EDataType getBlockSetMember1ItemObject()
Returns the meta object for data type 'Block Set Member1 Item Object
'.- Returns:
- the meta object for data type 'Block Set Member1 Item Object'.
- See Also:
BlockSetMember1Item
-
getDerivationControlObject
EDataType getDerivationControlObject()
Returns the meta object for data type 'Derivation Control Object
'.- Returns:
- the meta object for data type 'Derivation Control Object'.
- See Also:
DerivationControl
-
getDerivationSet
EDataType getDerivationSet()
Returns the meta object for data type 'Derivation Set
'. A utility type, not for public use #all or (possibly empty) subset of {extension, restriction}- Returns:
- the meta object for data type 'Derivation Set'.
- See Also:
Object
-
getDerivationSetMember0Object
EDataType getDerivationSetMember0Object()
Returns the meta object for data type 'Derivation Set Member0 Object
'.- Returns:
- the meta object for data type 'Derivation Set Member0 Object'.
- See Also:
DerivationSetMember0
-
getDerivationSetMember1
EDataType getDerivationSetMember1()
Returns the meta object for data type 'Derivation Set Member1
'.- Returns:
- the meta object for data type 'Derivation Set Member1'.
- See Also:
List
-
getFormChoiceObject
EDataType getFormChoiceObject()
Returns the meta object for data type 'Form Choice Object
'.- Returns:
- the meta object for data type 'Form Choice Object'.
- See Also:
FormChoice
-
getFullDerivationSet
EDataType getFullDerivationSet()
Returns the meta object for data type 'Full Derivation Set
'. A utility type, not for public use #all or (possibly empty) subset of {extension, restriction, list, union}- Returns:
- the meta object for data type 'Full Derivation Set'.
- See Also:
Object
-
getFullDerivationSetMember0Object
EDataType getFullDerivationSetMember0Object()
Returns the meta object for data type 'Full Derivation Set Member0 Object
'.- Returns:
- the meta object for data type 'Full Derivation Set Member0 Object'.
- See Also:
FullDerivationSetMember0
-
getFullDerivationSetMember1
EDataType getFullDerivationSetMember1()
Returns the meta object for data type 'Full Derivation Set Member1
'.- Returns:
- the meta object for data type 'Full Derivation Set Member1'.
- See Also:
List
-
getMemberTypesType
EDataType getMemberTypesType()
Returns the meta object for data type 'Member Types Type
'.- Returns:
- the meta object for data type 'Member Types Type'.
- See Also:
List
-
getNamespaceList
EDataType getNamespaceList()
Returns the meta object for data type 'Namespace List
'. A utility type, not for public use- Returns:
- the meta object for data type 'Namespace List'.
- See Also:
Object
-
getNamespaceListMember0Object
EDataType getNamespaceListMember0Object()
Returns the meta object for data type 'Namespace List Member0 Object
'.- Returns:
- the meta object for data type 'Namespace List Member0 Object'.
- See Also:
NamespaceListMember0
-
getNamespaceListMember1
EDataType getNamespaceListMember1()
Returns the meta object for data type 'Namespace List Member1
'.- Returns:
- the meta object for data type 'Namespace List Member1'.
- See Also:
List
-
getNamespaceListMember1Item
EDataType getNamespaceListMember1Item()
Returns the meta object for data type 'Namespace List Member1 Item
'.- Returns:
- the meta object for data type 'Namespace List Member1 Item'.
- See Also:
Object
-
getNamespaceListMember1ItemMember1Object
EDataType getNamespaceListMember1ItemMember1Object()
Returns the meta object for data type 'Namespace List Member1 Item Member1 Object
'.- Returns:
- the meta object for data type 'Namespace List Member1 Item Member1 Object'.
- See Also:
NamespaceListMember1ItemMember1
-
getProcessContentsTypeObject
EDataType getProcessContentsTypeObject()
Returns the meta object for data type 'Process Contents Type Object
'.- Returns:
- the meta object for data type 'Process Contents Type Object'.
- See Also:
ProcessContentsType
-
getPublic
EDataType getPublic()
Returns the meta object for data type 'Public
'. A utility type, not for public use A public identifier, per ISO 8879- Returns:
- the meta object for data type 'Public'.
- See Also:
String
-
getReducedDerivationControlObject
EDataType getReducedDerivationControlObject()
Returns the meta object for data type 'Reduced Derivation Control Object
'.- Returns:
- the meta object for data type 'Reduced Derivation Control Object'.
- See Also:
ReducedDerivationControl
-
getSimpleDerivationSet
EDataType getSimpleDerivationSet()
Returns the meta object for data type 'Simple Derivation Set
'. #all or (possibly empty) subset of {restriction, union, list} A utility type, not for public use- Returns:
- the meta object for data type 'Simple Derivation Set'.
- See Also:
Object
-
getSimpleDerivationSetMember0Object
EDataType getSimpleDerivationSetMember0Object()
Returns the meta object for data type 'Simple Derivation Set Member0 Object
'.- Returns:
- the meta object for data type 'Simple Derivation Set Member0 Object'.
- See Also:
SimpleDerivationSetMember0
-
getSimpleDerivationSetMember1
EDataType getSimpleDerivationSetMember1()
Returns the meta object for data type 'Simple Derivation Set Member1
'.- Returns:
- the meta object for data type 'Simple Derivation Set Member1'.
- See Also:
List
-
getSimpleDerivationSetMember1ItemObject
EDataType getSimpleDerivationSetMember1ItemObject()
Returns the meta object for data type 'Simple Derivation Set Member1 Item Object
'.- Returns:
- the meta object for data type 'Simple Derivation Set Member1 Item Object'.
- See Also:
SimpleDerivationSetMember1Item
-
getTypeDerivationControlObject
EDataType getTypeDerivationControlObject()
Returns the meta object for data type 'Type Derivation Control Object
'.- Returns:
- the meta object for data type 'Type Derivation Control Object'.
- See Also:
TypeDerivationControl
-
getUseTypeObject
EDataType getUseTypeObject()
Returns the meta object for data type 'Use Type Object
'.- Returns:
- the meta object for data type 'Use Type Object'.
- See Also:
UseType
-
getXpathType
EDataType getXpathType()
Returns the meta object for data type 'Xpath Type
'. A subset of XPath expressions for use in fields A utility type, not for public use The following pattern is intended to allow XPath expressions per the same EBNF as for selector, with the following change: Path ::= ('.//')? ( Step '/' )* ( Step | '@' NameTest )- Returns:
- the meta object for data type 'Xpath Type'.
- See Also:
String
-
getXpathType1
EDataType getXpathType1()
Returns the meta object for data type 'Xpath Type1
'. A subset of XPath expressions for use in selectors A utility type, not for public use The following pattern is intended to allow XPath expressions per the following EBNF: Selector ::= Path ( '|' Path )* Path ::= ('.//')? Step ( '/' Step )* Step ::= '.' | NameTest NameTest ::= QName | '*' | NCName ':' '*' child:: is also allowed- Returns:
- the meta object for data type 'Xpath Type1'.
- See Also:
String
-
getSchemaFactory
SchemaFactory getSchemaFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-