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
    Part 1 version: Id: structures.xsd,v 1.2 2004/01/15 11:34:25 ht Exp Part 2 version: Id: datatypes.xsd,v 1.3 2004/01/23 18:11:13 ht Exp The schema corresponding to this document is normative, with respect to the syntactic constraints it expresses in the XML Schema language. The documentation (within 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 or xml: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
    • Field Detail

      • eINSTANCE

        static final SchemaPackage eINSTANCE
        The singleton instance of the package.
      • 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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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
    • 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_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()
      • getAnyType

        EClass getAnyType()
        Returns the meta object for class 'Any Type'.
        Returns:
        the meta object for class 'Any Type'.
        See Also:
        AnyType
      • 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()
      • 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_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
      • 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
      • getComplexType

        EClass getComplexType()
        Returns the meta object for class 'Complex Type'.
        Returns:
        the meta object for class 'Complex Type'.
        See Also:
        ComplexType
      • 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_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
      • 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_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_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_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_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_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_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_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_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_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_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()
      • 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_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_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_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()
      • 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
      • getIncludeType

        EClass getIncludeType()
        Returns the meta object for class 'Include Type'.
        Returns:
        the meta object for class 'Include Type'.
        See Also:
        IncludeType
      • 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()
      • 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
      • 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
      • 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_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_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()
      • getRestrictionType

        EClass getRestrictionType()
        Returns the meta object for class 'Restriction Type'.
        Returns:
        the meta object for class 'Restriction Type'.
        See Also:
        RestrictionType
      • 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_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()
      • getRestrictionType1

        EClass getRestrictionType1()
        Returns the meta object for class 'Restriction Type1'.
        Returns:
        the meta object for class 'Restriction Type1'.
        See Also:
        RestrictionType1
      • 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_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_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()
      • getSelectorType

        EClass getSelectorType()
        Returns the meta object for class 'Selector Type'.
        Returns:
        the meta object for class 'Selector Type'.
        See Also:
        SelectorType
      • getSimpleContentType

        EClass getSimpleContentType()
        Returns the meta object for class 'Simple Content Type'.
        Returns:
        the meta object for class 'Simple Content Type'.
        See Also:
        SimpleContentType
      • 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
      • getSimpleType

        EClass getSimpleType()
        Returns the meta object for class 'Simple Type'.
        Returns:
        the meta object for class 'Simple Type'.
        See Also:
        SimpleType
      • 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()
      • 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
      • 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
      • getFormChoice

        EEnum getFormChoice()
        Returns the meta object for enum 'Form Choice'.
        Returns:
        the meta object for enum 'Form Choice'.
        See Also:
        FormChoice
      • getProcessContentsType

        EEnum getProcessContentsType()
        Returns the meta object for enum 'Process Contents Type'.
        Returns:
        the meta object for enum 'Process Contents Type'.
        See Also:
        ProcessContentsType
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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.