org.eclipse.xsd.XSDPackage Maven / Gradle / Ivy
/**
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
*/
package org.eclipse.xsd;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EEnum;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
/**
*
* 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 literal of each enum
*
*
* @see org.eclipse.xsd.XSDFactory
* @model kind="package"
* @generated
*/
public interface XSDPackage extends EPackage
{
/**
* The package name.
* @generated
*/
String eNAME = "xsd";
/**
* The package namespace URI.
* @generated
*/
String eNS_URI = "http://www.eclipse.org/xsd/2002/XSD";
/**
* The package namespace name.
* @generated
*/
String eNS_PREFIX = "xsd";
/**
* The package content type ID.
*
* @since 2.4
*
* @generated
*/
String eCONTENT_TYPE = "org.eclipse.xsd";
/**
* The singleton instance of the package.
* @generated
*/
XSDPackage eINSTANCE = org.eclipse.xsd.impl.XSDPackageImpl.init();
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDAnnotationImpl Annotation}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAnnotationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAnnotation()
* @generated
*/
int XSD_ANNOTATION = 0;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDAttributeDeclarationImpl Attribute Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeDeclaration()
* @generated
*/
int XSD_ATTRIBUTE_DECLARATION = 1;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDAttributeGroupContentImpl Attribute Group Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeGroupContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeGroupContent()
* @generated
*/
int XSD_ATTRIBUTE_GROUP_CONTENT = 2;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDAttributeGroupDefinitionImpl Attribute Group Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeGroupDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeGroupDefinition()
* @generated
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION = 3;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDAttributeUseImpl Attribute Use}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeUseImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeUse()
* @generated
*/
int XSD_ATTRIBUTE_USE = 4;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDBoundedFacetImpl Bounded Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDBoundedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDBoundedFacet()
* @generated
*/
int XSD_BOUNDED_FACET = 5;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDCardinalityFacetImpl Cardinality Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDCardinalityFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCardinalityFacet()
* @generated
*/
int XSD_CARDINALITY_FACET = 6;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDComplexTypeContentImpl Complex Type Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComplexTypeContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexTypeContent()
* @generated
*/
int XSD_COMPLEX_TYPE_CONTENT = 7;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl Complex Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexTypeDefinition()
* @generated
*/
int XSD_COMPLEX_TYPE_DEFINITION = 8;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDComponentImpl Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComponent()
* @generated
*/
int XSD_COMPONENT = 9;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDConcreteComponentImpl Concrete Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDConcreteComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConcreteComponent()
* @generated
*/
int XSD_CONCRETE_COMPONENT = 10;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT__ELEMENT = 0;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT__CONTAINER = 1;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT__ROOT_CONTAINER = 2;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT__SCHEMA = 3;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT__DIAGNOSTICS = 4;
/**
* The number of structural features of the 'Concrete Component' class.
*
*
* @generated
* @ordered
*/
int XSD_CONCRETE_COMPONENT_FEATURE_COUNT = 5;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT__ELEMENT = XSD_CONCRETE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT__CONTAINER = XSD_CONCRETE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT__ROOT_CONTAINER = XSD_CONCRETE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT__SCHEMA = XSD_CONCRETE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT__DIAGNOSTICS = XSD_CONCRETE_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Component' class.
*
*
* @generated
* @ordered
*/
int XSD_COMPONENT_FEATURE_COUNT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Application Information' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__APPLICATION_INFORMATION = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'User Information' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__USER_INFORMATION = XSD_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Attributes' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION__ATTRIBUTES = XSD_COMPONENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Annotation' class.
*
*
* @generated
* @ordered
*/
int XSD_ANNOTATION_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDConstrainingFacetImpl Constraining Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDConstrainingFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConstrainingFacet()
* @generated
*/
int XSD_CONSTRAINING_FACET = 11;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDDiagnosticImpl Diagnostic}' class.
*
*
* @see org.eclipse.xsd.impl.XSDDiagnosticImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDiagnostic()
* @generated
*/
int XSD_DIAGNOSTIC = 12;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDElementDeclarationImpl Element Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDElementDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDElementDeclaration()
* @generated
*/
int XSD_ELEMENT_DECLARATION = 13;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDEnumerationFacetImpl Enumeration Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDEnumerationFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDEnumerationFacet()
* @generated
*/
int XSD_ENUMERATION_FACET = 14;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDFacetImpl Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFacet()
* @generated
*/
int XSD_FACET = 15;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDFeatureImpl Feature}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFeatureImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFeature()
* @generated
*/
int XSD_FEATURE = 16;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDFixedFacetImpl Fixed Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFixedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFixedFacet()
* @generated
*/
int XSD_FIXED_FACET = 17;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDFractionDigitsFacetImpl Fraction Digits Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFractionDigitsFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFractionDigitsFacet()
* @generated
*/
int XSD_FRACTION_DIGITS_FACET = 18;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDFundamentalFacetImpl Fundamental Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFundamentalFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFundamentalFacet()
* @generated
*/
int XSD_FUNDAMENTAL_FACET = 19;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDIdentityConstraintDefinitionImpl Identity Constraint Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDIdentityConstraintDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDIdentityConstraintDefinition()
* @generated
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION = 20;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDImportImpl Import}' class.
*
*
* @see org.eclipse.xsd.impl.XSDImportImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDImport()
* @generated
*/
int XSD_IMPORT = 21;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDIncludeImpl Include}' class.
*
*
* @see org.eclipse.xsd.impl.XSDIncludeImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDInclude()
* @generated
*/
int XSD_INCLUDE = 22;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDLengthFacetImpl Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDLengthFacet()
* @generated
*/
int XSD_LENGTH_FACET = 23;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMaxExclusiveFacetImpl Max Exclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxExclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxExclusiveFacet()
* @generated
*/
int XSD_MAX_EXCLUSIVE_FACET = 24;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMaxFacetImpl Max Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxFacet()
* @generated
*/
int XSD_MAX_FACET = 25;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMaxInclusiveFacetImpl Max Inclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxInclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxInclusiveFacet()
* @generated
*/
int XSD_MAX_INCLUSIVE_FACET = 26;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMaxLengthFacetImpl Max Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxLengthFacet()
* @generated
*/
int XSD_MAX_LENGTH_FACET = 27;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMinExclusiveFacetImpl Min Exclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinExclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinExclusiveFacet()
* @generated
*/
int XSD_MIN_EXCLUSIVE_FACET = 28;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMinFacetImpl Min Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinFacet()
* @generated
*/
int XSD_MIN_FACET = 29;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMinInclusiveFacetImpl Min Inclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinInclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinInclusiveFacet()
* @generated
*/
int XSD_MIN_INCLUSIVE_FACET = 30;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDMinLengthFacetImpl Min Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinLengthFacet()
* @generated
*/
int XSD_MIN_LENGTH_FACET = 31;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDModelGroupImpl Model Group}' class.
*
*
* @see org.eclipse.xsd.impl.XSDModelGroupImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDModelGroup()
* @generated
*/
int XSD_MODEL_GROUP = 32;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDModelGroupDefinitionImpl Model Group Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDModelGroupDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDModelGroupDefinition()
* @generated
*/
int XSD_MODEL_GROUP_DEFINITION = 33;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDNamedComponentImpl Named Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNamedComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNamedComponent()
* @generated
*/
int XSD_NAMED_COMPONENT = 34;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__NAME = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__TARGET_NAMESPACE = XSD_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__ALIAS_NAME = XSD_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__URI = XSD_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__ALIAS_URI = XSD_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT__QNAME = XSD_COMPONENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Named Component' class.
*
*
* @generated
* @ordered
*/
int XSD_NAMED_COMPONENT_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__ELEMENT = XSD_NAMED_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__CONTAINER = XSD_NAMED_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__ROOT_CONTAINER = XSD_NAMED_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__SCHEMA = XSD_NAMED_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__DIAGNOSTICS = XSD_NAMED_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__NAME = XSD_NAMED_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__TARGET_NAMESPACE = XSD_NAMED_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__ALIAS_NAME = XSD_NAMED_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__URI = XSD_NAMED_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__ALIAS_URI = XSD_NAMED_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__QNAME = XSD_NAMED_COMPONENT__QNAME;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__VALUE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Constraint' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__CONSTRAINT = XSD_NAMED_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Form' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__FORM = XSD_NAMED_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__LEXICAL_VALUE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Global' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__GLOBAL = XSD_NAMED_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Feature Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__FEATURE_REFERENCE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Scope' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__SCOPE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Resolved Feature' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__RESOLVED_FEATURE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE__TYPE = XSD_NAMED_COMPONENT_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Feature' class.
*
*
* @generated
* @ordered
*/
int XSD_FEATURE_FEATURE_COUNT = XSD_NAMED_COMPONENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ELEMENT = XSD_FEATURE__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__CONTAINER = XSD_FEATURE__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ROOT_CONTAINER = XSD_FEATURE__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__SCHEMA = XSD_FEATURE__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__DIAGNOSTICS = XSD_FEATURE__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__NAME = XSD_FEATURE__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__TARGET_NAMESPACE = XSD_FEATURE__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ALIAS_NAME = XSD_FEATURE__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__URI = XSD_FEATURE__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ALIAS_URI = XSD_FEATURE__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__QNAME = XSD_FEATURE__QNAME;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__VALUE = XSD_FEATURE__VALUE;
/**
* The feature id for the 'Constraint' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__CONSTRAINT = XSD_FEATURE__CONSTRAINT;
/**
* The feature id for the 'Form' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__FORM = XSD_FEATURE__FORM;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__LEXICAL_VALUE = XSD_FEATURE__LEXICAL_VALUE;
/**
* The feature id for the 'Global' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__GLOBAL = XSD_FEATURE__GLOBAL;
/**
* The feature id for the 'Feature Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__FEATURE_REFERENCE = XSD_FEATURE__FEATURE_REFERENCE;
/**
* The feature id for the 'Scope' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__SCOPE = XSD_FEATURE__SCOPE;
/**
* The feature id for the 'Resolved Feature' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__RESOLVED_FEATURE = XSD_FEATURE__RESOLVED_FEATURE;
/**
* The feature id for the 'Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__TYPE = XSD_FEATURE__TYPE;
/**
* The feature id for the 'Attribute Declaration Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ATTRIBUTE_DECLARATION_REFERENCE = XSD_FEATURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ANNOTATION = XSD_FEATURE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Anonymous Type Definition' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__ANONYMOUS_TYPE_DEFINITION = XSD_FEATURE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__TYPE_DEFINITION = XSD_FEATURE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Resolved Attribute Declaration' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION__RESOLVED_ATTRIBUTE_DECLARATION = XSD_FEATURE_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Attribute Declaration' class.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_DECLARATION_FEATURE_COUNT = XSD_FEATURE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT__ELEMENT = XSD_CONCRETE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT__CONTAINER = XSD_CONCRETE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT__ROOT_CONTAINER = XSD_CONCRETE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT__SCHEMA = XSD_CONCRETE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT__DIAGNOSTICS = XSD_CONCRETE_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Attribute Group Content' class.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_CONTENT_FEATURE_COUNT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDNotationDeclarationImpl Notation Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNotationDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNotationDeclaration()
* @generated
*/
int XSD_NOTATION_DECLARATION = 35;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDNumericFacetImpl Numeric Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNumericFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNumericFacet()
* @generated
*/
int XSD_NUMERIC_FACET = 36;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDOrderedFacetImpl Ordered Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDOrderedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDOrderedFacet()
* @generated
*/
int XSD_ORDERED_FACET = 37;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDParticleImpl Particle}' class.
*
*
* @see org.eclipse.xsd.impl.XSDParticleImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDParticle()
* @generated
*/
int XSD_PARTICLE = 38;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDParticleContentImpl Particle Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDParticleContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDParticleContent()
* @generated
*/
int XSD_PARTICLE_CONTENT = 39;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDPatternFacetImpl Pattern Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDPatternFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDPatternFacet()
* @generated
*/
int XSD_PATTERN_FACET = 40;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDRedefinableComponentImpl Redefinable Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefinableComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefinableComponent()
* @generated
*/
int XSD_REDEFINABLE_COMPONENT = 41;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__ELEMENT = XSD_NAMED_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__CONTAINER = XSD_NAMED_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__ROOT_CONTAINER = XSD_NAMED_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__SCHEMA = XSD_NAMED_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__DIAGNOSTICS = XSD_NAMED_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__NAME = XSD_NAMED_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__TARGET_NAMESPACE = XSD_NAMED_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__ALIAS_NAME = XSD_NAMED_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__URI = XSD_NAMED_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__ALIAS_URI = XSD_NAMED_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__QNAME = XSD_NAMED_COMPONENT__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT__CIRCULAR = XSD_NAMED_COMPONENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Redefinable Component' class.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT = XSD_NAMED_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ELEMENT = XSD_REDEFINABLE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__CONTAINER = XSD_REDEFINABLE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ROOT_CONTAINER = XSD_REDEFINABLE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__SCHEMA = XSD_REDEFINABLE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__DIAGNOSTICS = XSD_REDEFINABLE_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__NAME = XSD_REDEFINABLE_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__TARGET_NAMESPACE = XSD_REDEFINABLE_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ALIAS_NAME = XSD_REDEFINABLE_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__URI = XSD_REDEFINABLE_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ALIAS_URI = XSD_REDEFINABLE_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__QNAME = XSD_REDEFINABLE_COMPONENT__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__CIRCULAR = XSD_REDEFINABLE_COMPONENT__CIRCULAR;
/**
* The feature id for the 'Attribute Group Definition Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_GROUP_DEFINITION_REFERENCE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ANNOTATION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__CONTENTS = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Attribute Uses' reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_USES = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Attribute Wildcard Content' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_WILDCARD_CONTENT = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Attribute Wildcard' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_WILDCARD = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Resolved Attribute Group Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__RESOLVED_ATTRIBUTE_GROUP_DEFINITION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Synthetic Wildcard' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION__SYNTHETIC_WILDCARD = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Attribute Group Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_GROUP_DEFINITION_FEATURE_COUNT = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Required' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__REQUIRED = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__VALUE = XSD_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Constraint' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__CONSTRAINT = XSD_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Use' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__USE = XSD_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__LEXICAL_VALUE = XSD_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Attribute Declaration' reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__ATTRIBUTE_DECLARATION = XSD_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Content' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE__CONTENT = XSD_COMPONENT_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Attribute Use' class.
*
*
* @generated
* @ordered
*/
int XSD_ATTRIBUTE_USE_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FACET__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FACET__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FACET__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_FACET__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_FACET__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FACET__LEXICAL_VALUE = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FACET__FACET_NAME = XSD_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FACET__EFFECTIVE_VALUE = XSD_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_FACET__ANNOTATION = XSD_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_FACET__SIMPLE_TYPE_DEFINITION = XSD_COMPONENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_FACET_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__ELEMENT = XSD_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__CONTAINER = XSD_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__ROOT_CONTAINER = XSD_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__SCHEMA = XSD_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__DIAGNOSTICS = XSD_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__LEXICAL_VALUE = XSD_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__FACET_NAME = XSD_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__EFFECTIVE_VALUE = XSD_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__ANNOTATION = XSD_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET__SIMPLE_TYPE_DEFINITION = XSD_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The number of structural features of the 'Fundamental Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_FUNDAMENTAL_FACET_FEATURE_COUNT = XSD_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__ELEMENT = XSD_FUNDAMENTAL_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__CONTAINER = XSD_FUNDAMENTAL_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__ROOT_CONTAINER = XSD_FUNDAMENTAL_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__SCHEMA = XSD_FUNDAMENTAL_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__DIAGNOSTICS = XSD_FUNDAMENTAL_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__LEXICAL_VALUE = XSD_FUNDAMENTAL_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__FACET_NAME = XSD_FUNDAMENTAL_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__EFFECTIVE_VALUE = XSD_FUNDAMENTAL_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__ANNOTATION = XSD_FUNDAMENTAL_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__SIMPLE_TYPE_DEFINITION = XSD_FUNDAMENTAL_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET__VALUE = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Bounded Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_BOUNDED_FACET_FEATURE_COUNT = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__ELEMENT = XSD_FUNDAMENTAL_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__CONTAINER = XSD_FUNDAMENTAL_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__ROOT_CONTAINER = XSD_FUNDAMENTAL_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__SCHEMA = XSD_FUNDAMENTAL_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__DIAGNOSTICS = XSD_FUNDAMENTAL_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__LEXICAL_VALUE = XSD_FUNDAMENTAL_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__FACET_NAME = XSD_FUNDAMENTAL_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__EFFECTIVE_VALUE = XSD_FUNDAMENTAL_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__ANNOTATION = XSD_FUNDAMENTAL_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__SIMPLE_TYPE_DEFINITION = XSD_FUNDAMENTAL_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET__VALUE = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Cardinality Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_CARDINALITY_FACET_FEATURE_COUNT = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Complex Type Content' class.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDRedefineContentImpl Redefine Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefineContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefineContent()
* @generated
*/
int XSD_REDEFINE_CONTENT = 42;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDRedefineImpl Redefine}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefineImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefine()
* @generated
*/
int XSD_REDEFINE = 43;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDRepeatableFacetImpl Repeatable Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRepeatableFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRepeatableFacet()
* @generated
*/
int XSD_REPEATABLE_FACET = 44;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDSchemaImpl Schema}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchema()
* @generated
*/
int XSD_SCHEMA = 45;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDSchemaCompositorImpl Schema Compositor}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaCompositorImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaCompositor()
* @generated
*/
int XSD_SCHEMA_COMPOSITOR = 46;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDSchemaContentImpl Schema Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaContent()
* @generated
*/
int XSD_SCHEMA_CONTENT = 47;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDSchemaDirectiveImpl Schema Directive}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaDirectiveImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaDirective()
* @generated
*/
int XSD_SCHEMA_DIRECTIVE = 48;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDScopeImpl Scope}' class.
*
*
* @see org.eclipse.xsd.impl.XSDScopeImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDScope()
* @generated
*/
int XSD_SCOPE = 49;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl Simple Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSimpleTypeDefinition()
* @generated
*/
int XSD_SIMPLE_TYPE_DEFINITION = 50;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDTermImpl Term}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTermImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTerm()
* @generated
*/
int XSD_TERM = 51;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDTotalDigitsFacetImpl Total Digits Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTotalDigitsFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTotalDigitsFacet()
* @generated
*/
int XSD_TOTAL_DIGITS_FACET = 52;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDTypeDefinitionImpl Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTypeDefinition()
* @generated
*/
int XSD_TYPE_DEFINITION = 53;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ELEMENT = XSD_REDEFINABLE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__CONTAINER = XSD_REDEFINABLE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ROOT_CONTAINER = XSD_REDEFINABLE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__SCHEMA = XSD_REDEFINABLE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__DIAGNOSTICS = XSD_REDEFINABLE_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__NAME = XSD_REDEFINABLE_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__TARGET_NAMESPACE = XSD_REDEFINABLE_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ALIAS_NAME = XSD_REDEFINABLE_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__URI = XSD_REDEFINABLE_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ALIAS_URI = XSD_REDEFINABLE_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__QNAME = XSD_REDEFINABLE_COMPONENT__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__CIRCULAR = XSD_REDEFINABLE_COMPONENT__CIRCULAR;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ANNOTATION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Derivation Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__DERIVATION_ANNOTATION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ANNOTATIONS = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Root Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__ROOT_TYPE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Base Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__BASE_TYPE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Simple Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__SIMPLE_TYPE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Complex Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION__COMPLEX_TYPE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Type Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_TYPE_DEFINITION_FEATURE_COUNT = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ELEMENT = XSD_TYPE_DEFINITION__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CONTAINER = XSD_TYPE_DEFINITION__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ROOT_CONTAINER = XSD_TYPE_DEFINITION__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__SCHEMA = XSD_TYPE_DEFINITION__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__DIAGNOSTICS = XSD_TYPE_DEFINITION__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__NAME = XSD_TYPE_DEFINITION__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__TARGET_NAMESPACE = XSD_TYPE_DEFINITION__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ALIAS_NAME = XSD_TYPE_DEFINITION__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__URI = XSD_TYPE_DEFINITION__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ALIAS_URI = XSD_TYPE_DEFINITION__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__QNAME = XSD_TYPE_DEFINITION__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CIRCULAR = XSD_TYPE_DEFINITION__CIRCULAR;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ANNOTATION = XSD_TYPE_DEFINITION__ANNOTATION;
/**
* The feature id for the 'Derivation Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__DERIVATION_ANNOTATION = XSD_TYPE_DEFINITION__DERIVATION_ANNOTATION;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ANNOTATIONS = XSD_TYPE_DEFINITION__ANNOTATIONS;
/**
* The feature id for the 'Root Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ROOT_TYPE = XSD_TYPE_DEFINITION__ROOT_TYPE;
/**
* The feature id for the 'Base Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__BASE_TYPE = XSD_TYPE_DEFINITION__BASE_TYPE;
/**
* The feature id for the 'Simple Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__SIMPLE_TYPE = XSD_TYPE_DEFINITION__SIMPLE_TYPE;
/**
* The feature id for the 'Complex Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__COMPLEX_TYPE = XSD_TYPE_DEFINITION__COMPLEX_TYPE;
/**
* The feature id for the 'Derivation Method' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__DERIVATION_METHOD = XSD_TYPE_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Final' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__FINAL = XSD_TYPE_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Abstract' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ABSTRACT = XSD_TYPE_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Content Type Category' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CONTENT_TYPE_CATEGORY = XSD_TYPE_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Prohibited Substitutions' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__PROHIBITED_SUBSTITUTIONS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Lexical Final' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__LEXICAL_FINAL = XSD_TYPE_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Block' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__BLOCK = XSD_TYPE_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Mixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__MIXED = XSD_TYPE_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Content Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CONTENT_ANNOTATION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Base Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__BASE_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Content' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CONTENT = XSD_TYPE_DEFINITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Content Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__CONTENT_TYPE = XSD_TYPE_DEFINITION_FEATURE_COUNT + 11;
/**
* The feature id for the 'Attribute Uses' reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_USES = XSD_TYPE_DEFINITION_FEATURE_COUNT + 12;
/**
* The feature id for the 'Attribute Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_CONTENTS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 13;
/**
* The feature id for the 'Attribute Wildcard' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_WILDCARD = XSD_TYPE_DEFINITION_FEATURE_COUNT + 14;
/**
* The feature id for the 'Attribute Wildcard Content' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_WILDCARD_CONTENT = XSD_TYPE_DEFINITION_FEATURE_COUNT + 15;
/**
* The feature id for the 'Root Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__ROOT_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 16;
/**
* The feature id for the 'Synthetic Particle' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__SYNTHETIC_PARTICLE = XSD_TYPE_DEFINITION_FEATURE_COUNT + 17;
/**
* The feature id for the 'Synthetic Wildcard' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION__SYNTHETIC_WILDCARD = XSD_TYPE_DEFINITION_FEATURE_COUNT + 18;
/**
* The number of structural features of the 'Complex Type Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_COMPLEX_TYPE_DEFINITION_FEATURE_COUNT = XSD_TYPE_DEFINITION_FEATURE_COUNT + 19;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__ELEMENT = XSD_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__CONTAINER = XSD_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__ROOT_CONTAINER = XSD_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__SCHEMA = XSD_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__DIAGNOSTICS = XSD_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__LEXICAL_VALUE = XSD_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__FACET_NAME = XSD_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__EFFECTIVE_VALUE = XSD_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__ANNOTATION = XSD_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET__SIMPLE_TYPE_DEFINITION = XSD_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The number of structural features of the 'Constraining Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_CONSTRAINING_FACET_FEATURE_COUNT = XSD_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__ELEMENT = XSD_CONCRETE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__CONTAINER = XSD_CONCRETE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__ROOT_CONTAINER = XSD_CONCRETE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__SCHEMA = XSD_CONCRETE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__DIAGNOSTICS = XSD_CONCRETE_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Severity' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__SEVERITY = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Message' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__MESSAGE = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Location URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__LOCATION_URI = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Line' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__LINE = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Column' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__COLUMN = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Node' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__NODE = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Annotation URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__ANNOTATION_URI = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Key' attribute.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__KEY = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Substitutions' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__SUBSTITUTIONS = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Components' reference list.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__COMPONENTS = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Primary Component' reference.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC__PRIMARY_COMPONENT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 10;
/**
* The number of structural features of the 'Diagnostic' class.
*
*
* @generated
* @ordered
*/
int XSD_DIAGNOSTIC_FEATURE_COUNT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ELEMENT = XSD_FEATURE__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__CONTAINER = XSD_FEATURE__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ROOT_CONTAINER = XSD_FEATURE__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__SCHEMA = XSD_FEATURE__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__DIAGNOSTICS = XSD_FEATURE__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__NAME = XSD_FEATURE__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__TARGET_NAMESPACE = XSD_FEATURE__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ALIAS_NAME = XSD_FEATURE__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__URI = XSD_FEATURE__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ALIAS_URI = XSD_FEATURE__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__QNAME = XSD_FEATURE__QNAME;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__VALUE = XSD_FEATURE__VALUE;
/**
* The feature id for the 'Constraint' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__CONSTRAINT = XSD_FEATURE__CONSTRAINT;
/**
* The feature id for the 'Form' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__FORM = XSD_FEATURE__FORM;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__LEXICAL_VALUE = XSD_FEATURE__LEXICAL_VALUE;
/**
* The feature id for the 'Global' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__GLOBAL = XSD_FEATURE__GLOBAL;
/**
* The feature id for the 'Feature Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__FEATURE_REFERENCE = XSD_FEATURE__FEATURE_REFERENCE;
/**
* The feature id for the 'Scope' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__SCOPE = XSD_FEATURE__SCOPE;
/**
* The feature id for the 'Resolved Feature' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__RESOLVED_FEATURE = XSD_FEATURE__RESOLVED_FEATURE;
/**
* The feature id for the 'Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__TYPE = XSD_FEATURE__TYPE;
/**
* The feature id for the 'Nillable' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__NILLABLE = XSD_FEATURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Disallowed Substitutions' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__DISALLOWED_SUBSTITUTIONS = XSD_FEATURE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Substitution Group Exclusions' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP_EXCLUSIONS = XSD_FEATURE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Abstract' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ABSTRACT = XSD_FEATURE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Lexical Final' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__LEXICAL_FINAL = XSD_FEATURE_FEATURE_COUNT + 4;
/**
* The feature id for the 'Block' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__BLOCK = XSD_FEATURE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Element Declaration Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ELEMENT_DECLARATION_REFERENCE = XSD_FEATURE_FEATURE_COUNT + 6;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__CIRCULAR = XSD_FEATURE_FEATURE_COUNT + 7;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ANNOTATION = XSD_FEATURE_FEATURE_COUNT + 8;
/**
* The feature id for the 'Anonymous Type Definition' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__ANONYMOUS_TYPE_DEFINITION = XSD_FEATURE_FEATURE_COUNT + 9;
/**
* The feature id for the 'Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__TYPE_DEFINITION = XSD_FEATURE_FEATURE_COUNT + 10;
/**
* The feature id for the 'Identity Constraint Definitions' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__IDENTITY_CONSTRAINT_DEFINITIONS = XSD_FEATURE_FEATURE_COUNT + 11;
/**
* The feature id for the 'Resolved Element Declaration' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__RESOLVED_ELEMENT_DECLARATION = XSD_FEATURE_FEATURE_COUNT + 12;
/**
* The feature id for the 'Substitution Group Affiliation' reference.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP_AFFILIATION = XSD_FEATURE_FEATURE_COUNT + 13;
/**
* The feature id for the 'Substitution Group' reference list.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP = XSD_FEATURE_FEATURE_COUNT + 14;
/**
* The number of structural features of the 'Element Declaration' class.
*
*
* @generated
* @ordered
*/
int XSD_ELEMENT_DECLARATION_FEATURE_COUNT = XSD_FEATURE_FEATURE_COUNT + 15;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__ELEMENT = XSD_CONSTRAINING_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__CONTAINER = XSD_CONSTRAINING_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__ROOT_CONTAINER = XSD_CONSTRAINING_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__SCHEMA = XSD_CONSTRAINING_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__DIAGNOSTICS = XSD_CONSTRAINING_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__LEXICAL_VALUE = XSD_CONSTRAINING_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__FACET_NAME = XSD_CONSTRAINING_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__EFFECTIVE_VALUE = XSD_CONSTRAINING_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__ANNOTATION = XSD_CONSTRAINING_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__SIMPLE_TYPE_DEFINITION = XSD_CONSTRAINING_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET__ANNOTATIONS = XSD_CONSTRAINING_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Repeatable Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_REPEATABLE_FACET_FEATURE_COUNT = XSD_CONSTRAINING_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__ELEMENT = XSD_REPEATABLE_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__CONTAINER = XSD_REPEATABLE_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__ROOT_CONTAINER = XSD_REPEATABLE_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__SCHEMA = XSD_REPEATABLE_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__DIAGNOSTICS = XSD_REPEATABLE_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__LEXICAL_VALUE = XSD_REPEATABLE_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__FACET_NAME = XSD_REPEATABLE_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__EFFECTIVE_VALUE = XSD_REPEATABLE_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__ANNOTATION = XSD_REPEATABLE_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__SIMPLE_TYPE_DEFINITION = XSD_REPEATABLE_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__ANNOTATIONS = XSD_REPEATABLE_FACET__ANNOTATIONS;
/**
* The feature id for the 'Value' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET__VALUE = XSD_REPEATABLE_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Enumeration Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_ENUMERATION_FACET_FEATURE_COUNT = XSD_REPEATABLE_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__ELEMENT = XSD_CONSTRAINING_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__CONTAINER = XSD_CONSTRAINING_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__ROOT_CONTAINER = XSD_CONSTRAINING_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__SCHEMA = XSD_CONSTRAINING_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__DIAGNOSTICS = XSD_CONSTRAINING_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__LEXICAL_VALUE = XSD_CONSTRAINING_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__FACET_NAME = XSD_CONSTRAINING_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__EFFECTIVE_VALUE = XSD_CONSTRAINING_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__ANNOTATION = XSD_CONSTRAINING_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION = XSD_CONSTRAINING_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET__FIXED = XSD_CONSTRAINING_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Fixed Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_FIXED_FACET_FEATURE_COUNT = XSD_CONSTRAINING_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Fraction Digits Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_FRACTION_DIGITS_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__ELEMENT = XSD_NAMED_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__CONTAINER = XSD_NAMED_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__ROOT_CONTAINER = XSD_NAMED_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__SCHEMA = XSD_NAMED_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__DIAGNOSTICS = XSD_NAMED_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__NAME = XSD_NAMED_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__TARGET_NAMESPACE = XSD_NAMED_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__ALIAS_NAME = XSD_NAMED_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__URI = XSD_NAMED_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__ALIAS_URI = XSD_NAMED_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__QNAME = XSD_NAMED_COMPONENT__QNAME;
/**
* The feature id for the 'Identity Constraint Category' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__IDENTITY_CONSTRAINT_CATEGORY = XSD_NAMED_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__ANNOTATION = XSD_NAMED_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Referenced Key' reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__REFERENCED_KEY = XSD_NAMED_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Selector' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__SELECTOR = XSD_NAMED_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Fields' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION__FIELDS = XSD_NAMED_COMPONENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Identity Constraint Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_IDENTITY_CONSTRAINT_DEFINITION_FEATURE_COUNT = XSD_NAMED_COMPONENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT__ELEMENT = XSD_CONCRETE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT__CONTAINER = XSD_CONCRETE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT__ROOT_CONTAINER = XSD_CONCRETE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT__SCHEMA = XSD_CONCRETE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT__DIAGNOSTICS = XSD_CONCRETE_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Schema Content' class.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_CONTENT_FEATURE_COUNT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__ELEMENT = XSD_SCHEMA_CONTENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__CONTAINER = XSD_SCHEMA_CONTENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__ROOT_CONTAINER = XSD_SCHEMA_CONTENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__SCHEMA = XSD_SCHEMA_CONTENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__DIAGNOSTICS = XSD_SCHEMA_CONTENT__DIAGNOSTICS;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__SCHEMA_LOCATION = XSD_SCHEMA_CONTENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Resolved Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE__RESOLVED_SCHEMA = XSD_SCHEMA_CONTENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Schema Directive' class.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT = XSD_SCHEMA_CONTENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__ELEMENT = XSD_SCHEMA_DIRECTIVE__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__CONTAINER = XSD_SCHEMA_DIRECTIVE__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__ROOT_CONTAINER = XSD_SCHEMA_DIRECTIVE__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__SCHEMA = XSD_SCHEMA_DIRECTIVE__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__DIAGNOSTICS = XSD_SCHEMA_DIRECTIVE__DIAGNOSTICS;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__SCHEMA_LOCATION = XSD_SCHEMA_DIRECTIVE__SCHEMA_LOCATION;
/**
* The feature id for the 'Resolved Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__RESOLVED_SCHEMA = XSD_SCHEMA_DIRECTIVE__RESOLVED_SCHEMA;
/**
* The feature id for the 'Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__NAMESPACE = XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT__ANNOTATION = XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Import' class.
*
*
* @generated
* @ordered
*/
int XSD_IMPORT_FEATURE_COUNT = XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__ELEMENT = XSD_SCHEMA_DIRECTIVE__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__CONTAINER = XSD_SCHEMA_DIRECTIVE__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__ROOT_CONTAINER = XSD_SCHEMA_DIRECTIVE__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__SCHEMA = XSD_SCHEMA_DIRECTIVE__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__DIAGNOSTICS = XSD_SCHEMA_DIRECTIVE__DIAGNOSTICS;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__SCHEMA_LOCATION = XSD_SCHEMA_DIRECTIVE__SCHEMA_LOCATION;
/**
* The feature id for the 'Resolved Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__RESOLVED_SCHEMA = XSD_SCHEMA_DIRECTIVE__RESOLVED_SCHEMA;
/**
* The feature id for the 'Incorporated Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR__INCORPORATED_SCHEMA = XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Schema Compositor' class.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT = XSD_SCHEMA_DIRECTIVE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__ELEMENT = XSD_SCHEMA_COMPOSITOR__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__CONTAINER = XSD_SCHEMA_COMPOSITOR__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__ROOT_CONTAINER = XSD_SCHEMA_COMPOSITOR__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__SCHEMA = XSD_SCHEMA_COMPOSITOR__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__DIAGNOSTICS = XSD_SCHEMA_COMPOSITOR__DIAGNOSTICS;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__SCHEMA_LOCATION = XSD_SCHEMA_COMPOSITOR__SCHEMA_LOCATION;
/**
* The feature id for the 'Resolved Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__RESOLVED_SCHEMA = XSD_SCHEMA_COMPOSITOR__RESOLVED_SCHEMA;
/**
* The feature id for the 'Incorporated Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__INCORPORATED_SCHEMA = XSD_SCHEMA_COMPOSITOR__INCORPORATED_SCHEMA;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE__ANNOTATION = XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Include' class.
*
*
* @generated
* @ordered
*/
int XSD_INCLUDE_FEATURE_COUNT = XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Length Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_LENGTH_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__INCLUSIVE = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET__EXCLUSIVE = XSD_FIXED_FACET_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Max Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MAX_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 3;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__ELEMENT = XSD_MAX_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__CONTAINER = XSD_MAX_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__ROOT_CONTAINER = XSD_MAX_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__SCHEMA = XSD_MAX_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__DIAGNOSTICS = XSD_MAX_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__LEXICAL_VALUE = XSD_MAX_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__FACET_NAME = XSD_MAX_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__EFFECTIVE_VALUE = XSD_MAX_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__ANNOTATION = XSD_MAX_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__SIMPLE_TYPE_DEFINITION = XSD_MAX_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__FIXED = XSD_MAX_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__VALUE = XSD_MAX_FACET__VALUE;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__INCLUSIVE = XSD_MAX_FACET__INCLUSIVE;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET__EXCLUSIVE = XSD_MAX_FACET__EXCLUSIVE;
/**
* The number of structural features of the 'Max Exclusive Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MAX_EXCLUSIVE_FACET_FEATURE_COUNT = XSD_MAX_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__ELEMENT = XSD_MAX_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__CONTAINER = XSD_MAX_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__ROOT_CONTAINER = XSD_MAX_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__SCHEMA = XSD_MAX_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__DIAGNOSTICS = XSD_MAX_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__LEXICAL_VALUE = XSD_MAX_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__FACET_NAME = XSD_MAX_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__EFFECTIVE_VALUE = XSD_MAX_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__ANNOTATION = XSD_MAX_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__SIMPLE_TYPE_DEFINITION = XSD_MAX_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__FIXED = XSD_MAX_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__VALUE = XSD_MAX_FACET__VALUE;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__INCLUSIVE = XSD_MAX_FACET__INCLUSIVE;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET__EXCLUSIVE = XSD_MAX_FACET__EXCLUSIVE;
/**
* The number of structural features of the 'Max Inclusive Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MAX_INCLUSIVE_FACET_FEATURE_COUNT = XSD_MAX_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Max Length Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MAX_LENGTH_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__INCLUSIVE = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET__EXCLUSIVE = XSD_FIXED_FACET_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Min Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MIN_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 3;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__ELEMENT = XSD_MIN_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__CONTAINER = XSD_MIN_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__ROOT_CONTAINER = XSD_MIN_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__SCHEMA = XSD_MIN_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__DIAGNOSTICS = XSD_MIN_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__LEXICAL_VALUE = XSD_MIN_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__FACET_NAME = XSD_MIN_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__EFFECTIVE_VALUE = XSD_MIN_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__ANNOTATION = XSD_MIN_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__SIMPLE_TYPE_DEFINITION = XSD_MIN_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__FIXED = XSD_MIN_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__VALUE = XSD_MIN_FACET__VALUE;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__INCLUSIVE = XSD_MIN_FACET__INCLUSIVE;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET__EXCLUSIVE = XSD_MIN_FACET__EXCLUSIVE;
/**
* The number of structural features of the 'Min Exclusive Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MIN_EXCLUSIVE_FACET_FEATURE_COUNT = XSD_MIN_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__ELEMENT = XSD_MIN_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__CONTAINER = XSD_MIN_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__ROOT_CONTAINER = XSD_MIN_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__SCHEMA = XSD_MIN_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__DIAGNOSTICS = XSD_MIN_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__LEXICAL_VALUE = XSD_MIN_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__FACET_NAME = XSD_MIN_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__EFFECTIVE_VALUE = XSD_MIN_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__ANNOTATION = XSD_MIN_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__SIMPLE_TYPE_DEFINITION = XSD_MIN_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__FIXED = XSD_MIN_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__VALUE = XSD_MIN_FACET__VALUE;
/**
* The feature id for the 'Inclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__INCLUSIVE = XSD_MIN_FACET__INCLUSIVE;
/**
* The feature id for the 'Exclusive' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET__EXCLUSIVE = XSD_MIN_FACET__EXCLUSIVE;
/**
* The number of structural features of the 'Min Inclusive Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MIN_INCLUSIVE_FACET_FEATURE_COUNT = XSD_MIN_FACET_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Min Length Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_MIN_LENGTH_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TERM__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TERM__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TERM__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_TERM__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_TERM__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Term' class.
*
*
* @generated
* @ordered
*/
int XSD_TERM_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__ELEMENT = XSD_TERM__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__CONTAINER = XSD_TERM__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__ROOT_CONTAINER = XSD_TERM__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__SCHEMA = XSD_TERM__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__DIAGNOSTICS = XSD_TERM__DIAGNOSTICS;
/**
* The feature id for the 'Compositor' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__COMPOSITOR = XSD_TERM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__ANNOTATION = XSD_TERM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__CONTENTS = XSD_TERM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Particles' reference list.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP__PARTICLES = XSD_TERM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Model Group' class.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_FEATURE_COUNT = XSD_TERM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__ELEMENT = XSD_REDEFINABLE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__CONTAINER = XSD_REDEFINABLE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__ROOT_CONTAINER = XSD_REDEFINABLE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__SCHEMA = XSD_REDEFINABLE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__DIAGNOSTICS = XSD_REDEFINABLE_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__NAME = XSD_REDEFINABLE_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__TARGET_NAMESPACE = XSD_REDEFINABLE_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__ALIAS_NAME = XSD_REDEFINABLE_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__URI = XSD_REDEFINABLE_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__ALIAS_URI = XSD_REDEFINABLE_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__QNAME = XSD_REDEFINABLE_COMPONENT__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__CIRCULAR = XSD_REDEFINABLE_COMPONENT__CIRCULAR;
/**
* The feature id for the 'Model Group Definition Reference' attribute.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__MODEL_GROUP_DEFINITION_REFERENCE = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__ANNOTATION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Model Group' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__MODEL_GROUP = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Resolved Model Group Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION__RESOLVED_MODEL_GROUP_DEFINITION = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Model Group Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_MODEL_GROUP_DEFINITION_FEATURE_COUNT = XSD_REDEFINABLE_COMPONENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__ELEMENT = XSD_NAMED_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__CONTAINER = XSD_NAMED_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__ROOT_CONTAINER = XSD_NAMED_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__SCHEMA = XSD_NAMED_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__DIAGNOSTICS = XSD_NAMED_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__NAME = XSD_NAMED_COMPONENT__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__TARGET_NAMESPACE = XSD_NAMED_COMPONENT__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__ALIAS_NAME = XSD_NAMED_COMPONENT__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__URI = XSD_NAMED_COMPONENT__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__ALIAS_URI = XSD_NAMED_COMPONENT__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__QNAME = XSD_NAMED_COMPONENT__QNAME;
/**
* The feature id for the 'System Identifier' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__SYSTEM_IDENTIFIER = XSD_NAMED_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Public Identifier' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__PUBLIC_IDENTIFIER = XSD_NAMED_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION__ANNOTATION = XSD_NAMED_COMPONENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Notation Declaration' class.
*
*
* @generated
* @ordered
*/
int XSD_NOTATION_DECLARATION_FEATURE_COUNT = XSD_NAMED_COMPONENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__ELEMENT = XSD_FUNDAMENTAL_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__CONTAINER = XSD_FUNDAMENTAL_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__ROOT_CONTAINER = XSD_FUNDAMENTAL_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__SCHEMA = XSD_FUNDAMENTAL_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__DIAGNOSTICS = XSD_FUNDAMENTAL_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__LEXICAL_VALUE = XSD_FUNDAMENTAL_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__FACET_NAME = XSD_FUNDAMENTAL_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__EFFECTIVE_VALUE = XSD_FUNDAMENTAL_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__ANNOTATION = XSD_FUNDAMENTAL_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__SIMPLE_TYPE_DEFINITION = XSD_FUNDAMENTAL_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET__VALUE = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Numeric Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_NUMERIC_FACET_FEATURE_COUNT = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__ELEMENT = XSD_FUNDAMENTAL_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__CONTAINER = XSD_FUNDAMENTAL_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__ROOT_CONTAINER = XSD_FUNDAMENTAL_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__SCHEMA = XSD_FUNDAMENTAL_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__DIAGNOSTICS = XSD_FUNDAMENTAL_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__LEXICAL_VALUE = XSD_FUNDAMENTAL_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__FACET_NAME = XSD_FUNDAMENTAL_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__EFFECTIVE_VALUE = XSD_FUNDAMENTAL_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__ANNOTATION = XSD_FUNDAMENTAL_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__SIMPLE_TYPE_DEFINITION = XSD_FUNDAMENTAL_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET__VALUE = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ordered Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_ORDERED_FACET_FEATURE_COUNT = XSD_FUNDAMENTAL_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__ELEMENT = XSD_COMPLEX_TYPE_CONTENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__CONTAINER = XSD_COMPLEX_TYPE_CONTENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__ROOT_CONTAINER = XSD_COMPLEX_TYPE_CONTENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__SCHEMA = XSD_COMPLEX_TYPE_CONTENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__DIAGNOSTICS = XSD_COMPLEX_TYPE_CONTENT__DIAGNOSTICS;
/**
* The feature id for the 'Min Occurs' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__MIN_OCCURS = XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Max Occurs' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__MAX_OCCURS = XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Content' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__CONTENT = XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Term' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE__TERM = XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Particle' class.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_FEATURE_COUNT = XSD_COMPLEX_TYPE_CONTENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT__ELEMENT = XSD_CONCRETE_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT__CONTAINER = XSD_CONCRETE_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT__ROOT_CONTAINER = XSD_CONCRETE_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT__SCHEMA = XSD_CONCRETE_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT__DIAGNOSTICS = XSD_CONCRETE_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Particle Content' class.
*
*
* @generated
* @ordered
*/
int XSD_PARTICLE_CONTENT_FEATURE_COUNT = XSD_CONCRETE_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__ELEMENT = XSD_REPEATABLE_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__CONTAINER = XSD_REPEATABLE_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__ROOT_CONTAINER = XSD_REPEATABLE_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__SCHEMA = XSD_REPEATABLE_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__DIAGNOSTICS = XSD_REPEATABLE_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__LEXICAL_VALUE = XSD_REPEATABLE_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__FACET_NAME = XSD_REPEATABLE_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__EFFECTIVE_VALUE = XSD_REPEATABLE_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__ANNOTATION = XSD_REPEATABLE_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__SIMPLE_TYPE_DEFINITION = XSD_REPEATABLE_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__ANNOTATIONS = XSD_REPEATABLE_FACET__ANNOTATIONS;
/**
* The feature id for the 'Value' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET__VALUE = XSD_REPEATABLE_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Pattern Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_PATTERN_FACET_FEATURE_COUNT = XSD_REPEATABLE_FACET_FEATURE_COUNT + 1;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT__ELEMENT = XSD_SCHEMA_CONTENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT__CONTAINER = XSD_SCHEMA_CONTENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT__ROOT_CONTAINER = XSD_SCHEMA_CONTENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT__SCHEMA = XSD_SCHEMA_CONTENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT__DIAGNOSTICS = XSD_SCHEMA_CONTENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Redefine Content' class.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_CONTENT_FEATURE_COUNT = XSD_SCHEMA_CONTENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__ELEMENT = XSD_SCHEMA_COMPOSITOR__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__CONTAINER = XSD_SCHEMA_COMPOSITOR__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__ROOT_CONTAINER = XSD_SCHEMA_COMPOSITOR__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__SCHEMA = XSD_SCHEMA_COMPOSITOR__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__DIAGNOSTICS = XSD_SCHEMA_COMPOSITOR__DIAGNOSTICS;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__SCHEMA_LOCATION = XSD_SCHEMA_COMPOSITOR__SCHEMA_LOCATION;
/**
* The feature id for the 'Resolved Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__RESOLVED_SCHEMA = XSD_SCHEMA_COMPOSITOR__RESOLVED_SCHEMA;
/**
* The feature id for the 'Incorporated Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__INCORPORATED_SCHEMA = XSD_SCHEMA_COMPOSITOR__INCORPORATED_SCHEMA;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__ANNOTATIONS = XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT + 0;
/**
* The feature id for the 'Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE__CONTENTS = XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Redefine' class.
*
*
* @generated
* @ordered
*/
int XSD_REDEFINE_FEATURE_COUNT = XSD_SCHEMA_COMPOSITOR_FEATURE_COUNT + 2;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The number of structural features of the 'Scope' class.
*
*
* @generated
* @ordered
*/
int XSD_SCOPE_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ELEMENT = XSD_SCOPE__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__CONTAINER = XSD_SCOPE__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ROOT_CONTAINER = XSD_SCOPE__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__SCHEMA = XSD_SCOPE__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__DIAGNOSTICS = XSD_SCOPE__DIAGNOSTICS;
/**
* The feature id for the 'Document' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__DOCUMENT = XSD_SCOPE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Schema Location' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__SCHEMA_LOCATION = XSD_SCOPE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__TARGET_NAMESPACE = XSD_SCOPE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Attribute Form Default' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ATTRIBUTE_FORM_DEFAULT = XSD_SCOPE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Element Form Default' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ELEMENT_FORM_DEFAULT = XSD_SCOPE_FEATURE_COUNT + 4;
/**
* The feature id for the 'Final Default' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__FINAL_DEFAULT = XSD_SCOPE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Block Default' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__BLOCK_DEFAULT = XSD_SCOPE_FEATURE_COUNT + 6;
/**
* The feature id for the 'Version' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__VERSION = XSD_SCOPE_FEATURE_COUNT + 7;
/**
* The feature id for the 'Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__CONTENTS = XSD_SCOPE_FEATURE_COUNT + 8;
/**
* The feature id for the 'Element Declarations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ELEMENT_DECLARATIONS = XSD_SCOPE_FEATURE_COUNT + 9;
/**
* The feature id for the 'Attribute Declarations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ATTRIBUTE_DECLARATIONS = XSD_SCOPE_FEATURE_COUNT + 10;
/**
* The feature id for the 'Attribute Group Definitions' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ATTRIBUTE_GROUP_DEFINITIONS = XSD_SCOPE_FEATURE_COUNT + 11;
/**
* The feature id for the 'Type Definitions' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__TYPE_DEFINITIONS = XSD_SCOPE_FEATURE_COUNT + 12;
/**
* The feature id for the 'Model Group Definitions' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__MODEL_GROUP_DEFINITIONS = XSD_SCOPE_FEATURE_COUNT + 13;
/**
* The feature id for the 'Identity Constraint Definitions' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__IDENTITY_CONSTRAINT_DEFINITIONS = XSD_SCOPE_FEATURE_COUNT + 14;
/**
* The feature id for the 'Notation Declarations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__NOTATION_DECLARATIONS = XSD_SCOPE_FEATURE_COUNT + 15;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ANNOTATIONS = XSD_SCOPE_FEATURE_COUNT + 16;
/**
* The feature id for the 'All Diagnostics' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ALL_DIAGNOSTICS = XSD_SCOPE_FEATURE_COUNT + 17;
/**
* The feature id for the 'Referencing Directives' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__REFERENCING_DIRECTIVES = XSD_SCOPE_FEATURE_COUNT + 18;
/**
* The feature id for the 'Root Version' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ROOT_VERSION = XSD_SCOPE_FEATURE_COUNT + 19;
/**
* The feature id for the 'Original Version' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__ORIGINAL_VERSION = XSD_SCOPE_FEATURE_COUNT + 20;
/**
* The feature id for the 'Incorporated Versions' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__INCORPORATED_VERSIONS = XSD_SCOPE_FEATURE_COUNT + 21;
/**
* The feature id for the 'Schema For Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA__SCHEMA_FOR_SCHEMA = XSD_SCOPE_FEATURE_COUNT + 22;
/**
* The number of structural features of the 'Schema' class.
*
*
* @generated
* @ordered
*/
int XSD_SCHEMA_FEATURE_COUNT = XSD_SCOPE_FEATURE_COUNT + 23;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ELEMENT = XSD_TYPE_DEFINITION__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__CONTAINER = XSD_TYPE_DEFINITION__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ROOT_CONTAINER = XSD_TYPE_DEFINITION__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__SCHEMA = XSD_TYPE_DEFINITION__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__DIAGNOSTICS = XSD_TYPE_DEFINITION__DIAGNOSTICS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__NAME = XSD_TYPE_DEFINITION__NAME;
/**
* The feature id for the 'Target Namespace' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__TARGET_NAMESPACE = XSD_TYPE_DEFINITION__TARGET_NAMESPACE;
/**
* The feature id for the 'Alias Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ALIAS_NAME = XSD_TYPE_DEFINITION__ALIAS_NAME;
/**
* The feature id for the 'URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__URI = XSD_TYPE_DEFINITION__URI;
/**
* The feature id for the 'Alias URI' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ALIAS_URI = XSD_TYPE_DEFINITION__ALIAS_URI;
/**
* The feature id for the 'QName' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__QNAME = XSD_TYPE_DEFINITION__QNAME;
/**
* The feature id for the 'Circular' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__CIRCULAR = XSD_TYPE_DEFINITION__CIRCULAR;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ANNOTATION = XSD_TYPE_DEFINITION__ANNOTATION;
/**
* The feature id for the 'Derivation Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__DERIVATION_ANNOTATION = XSD_TYPE_DEFINITION__DERIVATION_ANNOTATION;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ANNOTATIONS = XSD_TYPE_DEFINITION__ANNOTATIONS;
/**
* The feature id for the 'Root Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ROOT_TYPE = XSD_TYPE_DEFINITION__ROOT_TYPE;
/**
* The feature id for the 'Base Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__BASE_TYPE = XSD_TYPE_DEFINITION__BASE_TYPE;
/**
* The feature id for the 'Simple Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__SIMPLE_TYPE = XSD_TYPE_DEFINITION__SIMPLE_TYPE;
/**
* The feature id for the 'Complex Type' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__COMPLEX_TYPE = XSD_TYPE_DEFINITION__COMPLEX_TYPE;
/**
* The feature id for the 'Variety' attribute.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__VARIETY = XSD_TYPE_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Final' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__FINAL = XSD_TYPE_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Lexical Final' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__LEXICAL_FINAL = XSD_TYPE_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Valid Facets' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__VALID_FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__CONTENTS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Facet Contents' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__FACET_CONTENTS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Facets' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Member Type Definitions' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MEMBER_TYPE_DEFINITIONS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Fundamental Facets' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__FUNDAMENTAL_FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Base Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__BASE_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Primitive Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__PRIMITIVE_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Item Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ITEM_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 11;
/**
* The feature id for the 'Root Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ROOT_TYPE_DEFINITION = XSD_TYPE_DEFINITION_FEATURE_COUNT + 12;
/**
* The feature id for the 'Min Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MIN_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 13;
/**
* The feature id for the 'Max Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MAX_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 14;
/**
* The feature id for the 'Max Inclusive Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MAX_INCLUSIVE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 15;
/**
* The feature id for the 'Min Inclusive Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MIN_INCLUSIVE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 16;
/**
* The feature id for the 'Min Exclusive Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MIN_EXCLUSIVE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 17;
/**
* The feature id for the 'Max Exclusive Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MAX_EXCLUSIVE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 18;
/**
* The feature id for the 'Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 19;
/**
* The feature id for the 'White Space Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__WHITE_SPACE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 20;
/**
* The feature id for the 'Enumeration Facets' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ENUMERATION_FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 21;
/**
* The feature id for the 'Pattern Facets' reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__PATTERN_FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 22;
/**
* The feature id for the 'Cardinality Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__CARDINALITY_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 23;
/**
* The feature id for the 'Numeric Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__NUMERIC_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 24;
/**
* The feature id for the 'Max Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MAX_LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 25;
/**
* The feature id for the 'Min Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__MIN_LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 26;
/**
* The feature id for the 'Total Digits Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__TOTAL_DIGITS_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 27;
/**
* The feature id for the 'Fraction Digits Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__FRACTION_DIGITS_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 28;
/**
* The feature id for the 'Ordered Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__ORDERED_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 29;
/**
* The feature id for the 'Bounded Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__BOUNDED_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 30;
/**
* The feature id for the 'Effective Max Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MAX_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 31;
/**
* The feature id for the 'Effective White Space Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_WHITE_SPACE_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 32;
/**
* The feature id for the 'Effective Max Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MAX_LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 33;
/**
* The feature id for the 'Effective Fraction Digits Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_FRACTION_DIGITS_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 34;
/**
* The feature id for the 'Effective Pattern Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_PATTERN_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 35;
/**
* The feature id for the 'Effective Enumeration Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_ENUMERATION_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 36;
/**
* The feature id for the 'Effective Total Digits Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_TOTAL_DIGITS_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 37;
/**
* The feature id for the 'Effective Min Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MIN_LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 38;
/**
* The feature id for the 'Effective Length Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_LENGTH_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 39;
/**
* The feature id for the 'Effective Min Facet' reference.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MIN_FACET = XSD_TYPE_DEFINITION_FEATURE_COUNT + 40;
/**
* The feature id for the 'Synthetic Facets' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION__SYNTHETIC_FACETS = XSD_TYPE_DEFINITION_FEATURE_COUNT + 41;
/**
* The number of structural features of the 'Simple Type Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_SIMPLE_TYPE_DEFINITION_FEATURE_COUNT = XSD_TYPE_DEFINITION_FEATURE_COUNT + 42;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Total Digits Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_TOTAL_DIGITS_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDWhiteSpaceFacetImpl White Space Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDWhiteSpaceFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWhiteSpaceFacet()
* @generated
*/
int XSD_WHITE_SPACE_FACET = 54;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__ELEMENT = XSD_FIXED_FACET__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__CONTAINER = XSD_FIXED_FACET__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__ROOT_CONTAINER = XSD_FIXED_FACET__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__SCHEMA = XSD_FIXED_FACET__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__DIAGNOSTICS = XSD_FIXED_FACET__DIAGNOSTICS;
/**
* The feature id for the 'Lexical Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__LEXICAL_VALUE = XSD_FIXED_FACET__LEXICAL_VALUE;
/**
* The feature id for the 'Facet Name' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__FACET_NAME = XSD_FIXED_FACET__FACET_NAME;
/**
* The feature id for the 'Effective Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__EFFECTIVE_VALUE = XSD_FIXED_FACET__EFFECTIVE_VALUE;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__ANNOTATION = XSD_FIXED_FACET__ANNOTATION;
/**
* The feature id for the 'Simple Type Definition' reference.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__SIMPLE_TYPE_DEFINITION = XSD_FIXED_FACET__SIMPLE_TYPE_DEFINITION;
/**
* The feature id for the 'Fixed' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__FIXED = XSD_FIXED_FACET__FIXED;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET__VALUE = XSD_FIXED_FACET_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'White Space Facet' class.
*
*
* @generated
* @ordered
*/
int XSD_WHITE_SPACE_FACET_FEATURE_COUNT = XSD_FIXED_FACET_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDWildcardImpl Wildcard}' class.
*
*
* @see org.eclipse.xsd.impl.XSDWildcardImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWildcard()
* @generated
*/
int XSD_WILDCARD = 55;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__ELEMENT = XSD_TERM__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__CONTAINER = XSD_TERM__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__ROOT_CONTAINER = XSD_TERM__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__SCHEMA = XSD_TERM__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__DIAGNOSTICS = XSD_TERM__DIAGNOSTICS;
/**
* The feature id for the 'Namespace Constraint Category' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__NAMESPACE_CONSTRAINT_CATEGORY = XSD_TERM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Namespace Constraint' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__NAMESPACE_CONSTRAINT = XSD_TERM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Process Contents' attribute.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__PROCESS_CONTENTS = XSD_TERM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lexical Namespace Constraint' attribute list.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__LEXICAL_NAMESPACE_CONSTRAINT = XSD_TERM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__ANNOTATION = XSD_TERM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Annotations' reference list.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD__ANNOTATIONS = XSD_TERM_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Wildcard' class.
*
*
* @generated
* @ordered
*/
int XSD_WILDCARD_FEATURE_COUNT = XSD_TERM_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.eclipse.xsd.impl.XSDXPathDefinitionImpl XPath Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDXPathDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDXPathDefinition()
* @generated
*/
int XSD_XPATH_DEFINITION = 56;
/**
* The feature id for the 'Element' attribute.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__ELEMENT = XSD_COMPONENT__ELEMENT;
/**
* The feature id for the 'Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__CONTAINER = XSD_COMPONENT__CONTAINER;
/**
* The feature id for the 'Root Container' reference.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__ROOT_CONTAINER = XSD_COMPONENT__ROOT_CONTAINER;
/**
* The feature id for the 'Schema' reference.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__SCHEMA = XSD_COMPONENT__SCHEMA;
/**
* The feature id for the 'Diagnostics' containment reference list.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__DIAGNOSTICS = XSD_COMPONENT__DIAGNOSTICS;
/**
* The feature id for the 'Variety' attribute.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__VARIETY = XSD_COMPONENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Value' attribute.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__VALUE = XSD_COMPONENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Annotation' containment reference.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION__ANNOTATION = XSD_COMPONENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'XPath Definition' class.
*
*
* @generated
* @ordered
*/
int XSD_XPATH_DEFINITION_FEATURE_COUNT = XSD_COMPONENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDAttributeUseCategory Attribute Use Category}' enum.
*
*
* @see org.eclipse.xsd.XSDAttributeUseCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeUseCategory()
* @generated
*/
int XSD_ATTRIBUTE_USE_CATEGORY = 57;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDCardinality Cardinality}' enum.
*
*
* @see org.eclipse.xsd.XSDCardinality
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCardinality()
* @generated
*/
int XSD_CARDINALITY = 58;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDComplexFinal Complex Final}' enum.
*
*
* @see org.eclipse.xsd.XSDComplexFinal
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexFinal()
* @generated
*/
int XSD_COMPLEX_FINAL = 59;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDCompositor Compositor}' enum.
*
*
* @see org.eclipse.xsd.XSDCompositor
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCompositor()
* @generated
*/
int XSD_COMPOSITOR = 60;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDConstraint Constraint}' enum.
*
*
* @see org.eclipse.xsd.XSDConstraint
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConstraint()
* @generated
*/
int XSD_CONSTRAINT = 61;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDContentTypeCategory Content Type Category}' enum.
*
*
* @see org.eclipse.xsd.XSDContentTypeCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDContentTypeCategory()
* @generated
*/
int XSD_CONTENT_TYPE_CATEGORY = 62;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDDerivationMethod Derivation Method}' enum.
*
*
* @see org.eclipse.xsd.XSDDerivationMethod
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDerivationMethod()
* @generated
*/
int XSD_DERIVATION_METHOD = 63;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDDiagnosticSeverity Diagnostic Severity}' enum.
*
*
* @see org.eclipse.xsd.XSDDiagnosticSeverity
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDiagnosticSeverity()
* @generated
*/
int XSD_DIAGNOSTIC_SEVERITY = 64;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDDisallowedSubstitutions Disallowed Substitutions}' enum.
*
*
* @see org.eclipse.xsd.XSDDisallowedSubstitutions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDisallowedSubstitutions()
* @generated
*/
int XSD_DISALLOWED_SUBSTITUTIONS = 65;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDForm Form}' enum.
*
*
* @see org.eclipse.xsd.XSDForm
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDForm()
* @generated
*/
int XSD_FORM = 66;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDIdentityConstraintCategory Identity Constraint Category}' enum.
*
*
* @see org.eclipse.xsd.XSDIdentityConstraintCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDIdentityConstraintCategory()
* @generated
*/
int XSD_IDENTITY_CONSTRAINT_CATEGORY = 67;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDNamespaceConstraintCategory Namespace Constraint Category}' enum.
*
*
* @see org.eclipse.xsd.XSDNamespaceConstraintCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNamespaceConstraintCategory()
* @generated
*/
int XSD_NAMESPACE_CONSTRAINT_CATEGORY = 68;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDOrdered Ordered}' enum.
*
*
* @see org.eclipse.xsd.XSDOrdered
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDOrdered()
* @generated
*/
int XSD_ORDERED = 69;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDProcessContents Process Contents}' enum.
*
*
* @see org.eclipse.xsd.XSDProcessContents
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDProcessContents()
* @generated
*/
int XSD_PROCESS_CONTENTS = 70;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDProhibitedSubstitutions Prohibited Substitutions}' enum.
*
*
* @see org.eclipse.xsd.XSDProhibitedSubstitutions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDProhibitedSubstitutions()
* @generated
*/
int XSD_PROHIBITED_SUBSTITUTIONS = 71;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDSimpleFinal Simple Final}' enum.
*
*
* @see org.eclipse.xsd.XSDSimpleFinal
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSimpleFinal()
* @generated
*/
int XSD_SIMPLE_FINAL = 72;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDSubstitutionGroupExclusions Substitution Group Exclusions}' enum.
*
*
* @see org.eclipse.xsd.XSDSubstitutionGroupExclusions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSubstitutionGroupExclusions()
* @generated
*/
int XSD_SUBSTITUTION_GROUP_EXCLUSIONS = 73;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDVariety Variety}' enum.
*
*
* @see org.eclipse.xsd.XSDVariety
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDVariety()
* @generated
*/
int XSD_VARIETY = 74;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDWhiteSpace White Space}' enum.
*
*
* @see org.eclipse.xsd.XSDWhiteSpace
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWhiteSpace()
* @generated
*/
int XSD_WHITE_SPACE = 75;
/**
* The meta object id for the '{@link org.eclipse.xsd.XSDXPathVariety XPath Variety}' enum.
*
*
* @see org.eclipse.xsd.XSDXPathVariety
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDXPathVariety()
* @generated
*/
int XSD_XPATH_VARIETY = 76;
/**
* The meta object id for the 'DOM Attr' data type.
*
*
* @see org.w3c.dom.Attr
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMAttr()
* @generated
*/
int DOM_ATTR = 77;
/**
* The meta object id for the 'DOM Document' data type.
*
*
* @see org.w3c.dom.Document
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMDocument()
* @generated
*/
int DOM_DOCUMENT = 78;
/**
* The meta object id for the 'DOM Element' data type.
*
*
* @see org.w3c.dom.Element
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMElement()
* @generated
*/
int DOM_ELEMENT = 79;
/**
* The meta object id for the 'DOM Node' data type.
*
*
* @see org.w3c.dom.Node
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMNode()
* @generated
*/
int DOM_NODE = 80;
/**
* The meta object id for the 'Value' data type.
*
*
* @see java.lang.Object
* @see org.eclipse.xsd.impl.XSDPackageImpl#getValue()
* @generated
*/
int VALUE = 81;
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDAnnotation Annotation}'.
*
*
* @return the meta object for class 'Annotation'.
* @see org.eclipse.xsd.XSDAnnotation
* @generated
*/
EClass getXSDAnnotation();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDAnnotation#getApplicationInformation Application Information}'.
*
*
* @return the meta object for the attribute list 'Application Information'.
* @see org.eclipse.xsd.XSDAnnotation#getApplicationInformation()
* @see #getXSDAnnotation()
* @generated
*/
EAttribute getXSDAnnotation_ApplicationInformation();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDAnnotation#getUserInformation User Information}'.
*
*
* @return the meta object for the attribute list 'User Information'.
* @see org.eclipse.xsd.XSDAnnotation#getUserInformation()
* @see #getXSDAnnotation()
* @generated
*/
EAttribute getXSDAnnotation_UserInformation();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDAnnotation#getAttributes Attributes}'.
*
*
* @return the meta object for the attribute list 'Attributes'.
* @see org.eclipse.xsd.XSDAnnotation#getAttributes()
* @see #getXSDAnnotation()
* @generated
*/
EAttribute getXSDAnnotation_Attributes();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDAttributeDeclaration Attribute Declaration}'.
*
*
* @return the meta object for class 'Attribute Declaration'.
* @see org.eclipse.xsd.XSDAttributeDeclaration
* @generated
*/
EClass getXSDAttributeDeclaration();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeDeclaration#isAttributeDeclarationReference Attribute Declaration Reference}'.
*
*
* @return the meta object for the attribute 'Attribute Declaration Reference'.
* @see org.eclipse.xsd.XSDAttributeDeclaration#isAttributeDeclarationReference()
* @see #getXSDAttributeDeclaration()
* @generated
*/
EAttribute getXSDAttributeDeclaration_AttributeDeclarationReference();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeDeclaration#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDAttributeDeclaration#getAnnotation()
* @see #getXSDAttributeDeclaration()
* @generated
*/
EReference getXSDAttributeDeclaration_Annotation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeDeclaration#getAnonymousTypeDefinition Anonymous Type Definition}'.
*
*
* @return the meta object for the containment reference 'Anonymous Type Definition'.
* @see org.eclipse.xsd.XSDAttributeDeclaration#getAnonymousTypeDefinition()
* @see #getXSDAttributeDeclaration()
* @generated
*/
EReference getXSDAttributeDeclaration_AnonymousTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDAttributeDeclaration#getTypeDefinition Type Definition}'.
*
*
* @return the meta object for the reference 'Type Definition'.
* @see org.eclipse.xsd.XSDAttributeDeclaration#getTypeDefinition()
* @see #getXSDAttributeDeclaration()
* @generated
*/
EReference getXSDAttributeDeclaration_TypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDAttributeDeclaration#getResolvedAttributeDeclaration Resolved Attribute Declaration}'.
*
*
* @return the meta object for the reference 'Resolved Attribute Declaration'.
* @see org.eclipse.xsd.XSDAttributeDeclaration#getResolvedAttributeDeclaration()
* @see #getXSDAttributeDeclaration()
* @generated
*/
EReference getXSDAttributeDeclaration_ResolvedAttributeDeclaration();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDAttributeGroupContent Attribute Group Content}'.
*
*
* @return the meta object for class 'Attribute Group Content'.
* @see org.eclipse.xsd.XSDAttributeGroupContent
* @generated
*/
EClass getXSDAttributeGroupContent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDAttributeGroupDefinition Attribute Group Definition}'.
*
*
* @return the meta object for class 'Attribute Group Definition'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition
* @generated
*/
EClass getXSDAttributeGroupDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#isAttributeGroupDefinitionReference Attribute Group Definition Reference}'.
*
*
* @return the meta object for the attribute 'Attribute Group Definition Reference'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#isAttributeGroupDefinitionReference()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EAttribute getXSDAttributeGroupDefinition_AttributeGroupDefinitionReference();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getAnnotation()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_Annotation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getContents Contents}'.
*
*
* @return the meta object for the containment reference list 'Contents'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getContents()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_Contents();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeUses Attribute Uses}'.
*
*
* @return the meta object for the reference list 'Attribute Uses'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeUses()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_AttributeUses();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeWildcardContent Attribute Wildcard Content}'.
*
*
* @return the meta object for the containment reference 'Attribute Wildcard Content'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeWildcardContent()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_AttributeWildcardContent();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeWildcard Attribute Wildcard}'.
*
*
* @return the meta object for the reference 'Attribute Wildcard'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getAttributeWildcard()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_AttributeWildcard();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getResolvedAttributeGroupDefinition Resolved Attribute Group Definition}'.
*
*
* @return the meta object for the reference 'Resolved Attribute Group Definition'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getResolvedAttributeGroupDefinition()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_ResolvedAttributeGroupDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeGroupDefinition#getSyntheticWildcard Synthetic Wildcard}'.
*
*
* @return the meta object for the containment reference 'Synthetic Wildcard'.
* @see org.eclipse.xsd.XSDAttributeGroupDefinition#getSyntheticWildcard()
* @see #getXSDAttributeGroupDefinition()
* @generated
*/
EReference getXSDAttributeGroupDefinition_SyntheticWildcard();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDAttributeUse Attribute Use}'.
*
*
* @return the meta object for class 'Attribute Use'.
* @see org.eclipse.xsd.XSDAttributeUse
* @generated
*/
EClass getXSDAttributeUse();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeUse#isRequired Required}'.
*
*
* @return the meta object for the attribute 'Required'.
* @see org.eclipse.xsd.XSDAttributeUse#isRequired()
* @see #getXSDAttributeUse()
* @generated
*/
EAttribute getXSDAttributeUse_Required();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeUse#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDAttributeUse#getValue()
* @see #getXSDAttributeUse()
* @generated
*/
EAttribute getXSDAttributeUse_Value();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeUse#getConstraint Constraint}'.
*
*
* @return the meta object for the attribute 'Constraint'.
* @see org.eclipse.xsd.XSDAttributeUse#getConstraint()
* @see #getXSDAttributeUse()
* @generated
*/
EAttribute getXSDAttributeUse_Constraint();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeUse#getUse Use}'.
*
*
* @return the meta object for the attribute 'Use'.
* @see org.eclipse.xsd.XSDAttributeUse#getUse()
* @see #getXSDAttributeUse()
* @generated
*/
EAttribute getXSDAttributeUse_Use();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDAttributeUse#getLexicalValue Lexical Value}'.
*
*
* @return the meta object for the attribute 'Lexical Value'.
* @see org.eclipse.xsd.XSDAttributeUse#getLexicalValue()
* @see #getXSDAttributeUse()
* @generated
*/
EAttribute getXSDAttributeUse_LexicalValue();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDAttributeUse#getAttributeDeclaration Attribute Declaration}'.
*
*
* @return the meta object for the reference 'Attribute Declaration'.
* @see org.eclipse.xsd.XSDAttributeUse#getAttributeDeclaration()
* @see #getXSDAttributeUse()
* @generated
*/
EReference getXSDAttributeUse_AttributeDeclaration();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDAttributeUse#getContent Content}'.
*
*
* @return the meta object for the containment reference 'Content'.
* @see org.eclipse.xsd.XSDAttributeUse#getContent()
* @see #getXSDAttributeUse()
* @generated
*/
EReference getXSDAttributeUse_Content();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDBoundedFacet Bounded Facet}'.
*
*
* @return the meta object for class 'Bounded Facet'.
* @see org.eclipse.xsd.XSDBoundedFacet
* @generated
*/
EClass getXSDBoundedFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDBoundedFacet#isValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDBoundedFacet#isValue()
* @see #getXSDBoundedFacet()
* @generated
*/
EAttribute getXSDBoundedFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDCardinalityFacet Cardinality Facet}'.
*
*
* @return the meta object for class 'Cardinality Facet'.
* @see org.eclipse.xsd.XSDCardinalityFacet
* @generated
*/
EClass getXSDCardinalityFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDCardinalityFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDCardinalityFacet#getValue()
* @see #getXSDCardinalityFacet()
* @generated
*/
EAttribute getXSDCardinalityFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDComplexTypeContent Complex Type Content}'.
*
*
* @return the meta object for class 'Complex Type Content'.
* @see org.eclipse.xsd.XSDComplexTypeContent
* @generated
*/
EClass getXSDComplexTypeContent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDComplexTypeDefinition Complex Type Definition}'.
*
*
* @return the meta object for class 'Complex Type Definition'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition
* @generated
*/
EClass getXSDComplexTypeDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getDerivationMethod Derivation Method}'.
*
*
* @return the meta object for the attribute 'Derivation Method'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getDerivationMethod()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_DerivationMethod();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getFinal Final}'.
*
*
* @return the meta object for the attribute list 'Final'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getFinal()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_Final();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDComplexTypeDefinition#isAbstract Abstract}'.
*
*
* @return the meta object for the attribute 'Abstract'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#isAbstract()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_Abstract();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getContentTypeCategory Content Type Category}'.
*
*
* @return the meta object for the attribute 'Content Type Category'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getContentTypeCategory()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_ContentTypeCategory();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getProhibitedSubstitutions Prohibited Substitutions}'.
*
*
* @return the meta object for the attribute list 'Prohibited Substitutions'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getProhibitedSubstitutions()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_ProhibitedSubstitutions();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getLexicalFinal Lexical Final}'.
*
*
* @return the meta object for the attribute list 'Lexical Final'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getLexicalFinal()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_LexicalFinal();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getBlock Block}'.
*
*
* @return the meta object for the attribute list 'Block'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getBlock()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_Block();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDComplexTypeDefinition#isMixed Mixed}'.
*
*
* @return the meta object for the attribute 'Mixed'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#isMixed()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EAttribute getXSDComplexTypeDefinition_Mixed();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getContentAnnotation Content Annotation}'.
*
*
* @return the meta object for the containment reference 'Content Annotation'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getContentAnnotation()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_ContentAnnotation();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getBaseTypeDefinition Base Type Definition}'.
*
*
* @return the meta object for the reference 'Base Type Definition'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getBaseTypeDefinition()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_BaseTypeDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getContent Content}'.
*
*
* @return the meta object for the containment reference 'Content'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getContent()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_Content();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getContentType Content Type}'.
*
*
* @return the meta object for the reference 'Content Type'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getContentType()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_ContentType();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeUses Attribute Uses}'.
*
*
* @return the meta object for the reference list 'Attribute Uses'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeUses()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_AttributeUses();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeContents Attribute Contents}'.
*
*
* @return the meta object for the containment reference list 'Attribute Contents'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeContents()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_AttributeContents();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeWildcard Attribute Wildcard}'.
*
*
* @return the meta object for the reference 'Attribute Wildcard'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeWildcard()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_AttributeWildcard();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeWildcardContent Attribute Wildcard Content}'.
*
*
* @return the meta object for the containment reference 'Attribute Wildcard Content'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getAttributeWildcardContent()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_AttributeWildcardContent();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getRootTypeDefinition Root Type Definition}'.
*
*
* @return the meta object for the reference 'Root Type Definition'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getRootTypeDefinition()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_RootTypeDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getSyntheticParticle Synthetic Particle}'.
*
*
* @return the meta object for the containment reference 'Synthetic Particle'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getSyntheticParticle()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_SyntheticParticle();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDComplexTypeDefinition#getSyntheticWildcard Synthetic Wildcard}'.
*
*
* @return the meta object for the containment reference 'Synthetic Wildcard'.
* @see org.eclipse.xsd.XSDComplexTypeDefinition#getSyntheticWildcard()
* @see #getXSDComplexTypeDefinition()
* @generated
*/
EReference getXSDComplexTypeDefinition_SyntheticWildcard();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDComponent Component}'.
*
*
* @return the meta object for class 'Component'.
* @see org.eclipse.xsd.XSDComponent
* @generated
*/
EClass getXSDComponent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDConcreteComponent Concrete Component}'.
*
*
* @return the meta object for class 'Concrete Component'.
* @see org.eclipse.xsd.XSDConcreteComponent
* @generated
*/
EClass getXSDConcreteComponent();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDConcreteComponent#getElement Element}'.
*
*
* @return the meta object for the attribute 'Element'.
* @see org.eclipse.xsd.XSDConcreteComponent#getElement()
* @see #getXSDConcreteComponent()
* @generated
*/
EAttribute getXSDConcreteComponent_Element();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDConcreteComponent#getContainer Container}'.
*
*
* @return the meta object for the reference 'Container'.
* @see org.eclipse.xsd.XSDConcreteComponent#getContainer()
* @see #getXSDConcreteComponent()
* @generated
*/
EReference getXSDConcreteComponent_Container();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDConcreteComponent#getRootContainer Root Container}'.
*
*
* @return the meta object for the reference 'Root Container'.
* @see org.eclipse.xsd.XSDConcreteComponent#getRootContainer()
* @see #getXSDConcreteComponent()
* @generated
*/
EReference getXSDConcreteComponent_RootContainer();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDConcreteComponent#getSchema Schema}'.
*
*
* @return the meta object for the reference 'Schema'.
* @see org.eclipse.xsd.XSDConcreteComponent#getSchema()
* @see #getXSDConcreteComponent()
* @generated
*/
EReference getXSDConcreteComponent_Schema();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDConcreteComponent#getDiagnostics Diagnostics}'.
*
*
* @return the meta object for the containment reference list 'Diagnostics'.
* @see org.eclipse.xsd.XSDConcreteComponent#getDiagnostics()
* @see #getXSDConcreteComponent()
* @generated
*/
EReference getXSDConcreteComponent_Diagnostics();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDConstrainingFacet Constraining Facet}'.
*
*
* @return the meta object for class 'Constraining Facet'.
* @see org.eclipse.xsd.XSDConstrainingFacet
* @generated
*/
EClass getXSDConstrainingFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDDiagnostic Diagnostic}'.
*
*
* @return the meta object for class 'Diagnostic'.
* @see org.eclipse.xsd.XSDDiagnostic
* @generated
*/
EClass getXSDDiagnostic();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getSeverity Severity}'.
*
*
* @return the meta object for the attribute 'Severity'.
* @see org.eclipse.xsd.XSDDiagnostic#getSeverity()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Severity();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getMessage Message}'.
*
*
* @return the meta object for the attribute 'Message'.
* @see org.eclipse.xsd.XSDDiagnostic#getMessage()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Message();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getLocationURI Location URI}'.
*
*
* @return the meta object for the attribute 'Location URI'.
* @see org.eclipse.xsd.XSDDiagnostic#getLocationURI()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_LocationURI();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getLine Line}'.
*
*
* @return the meta object for the attribute 'Line'.
* @see org.eclipse.xsd.XSDDiagnostic#getLine()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Line();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getColumn Column}'.
*
*
* @return the meta object for the attribute 'Column'.
* @see org.eclipse.xsd.XSDDiagnostic#getColumn()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Column();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getNode Node}'.
*
*
* @return the meta object for the attribute 'Node'.
* @see org.eclipse.xsd.XSDDiagnostic#getNode()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Node();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getAnnotationURI Annotation URI}'.
*
*
* @return the meta object for the attribute 'Annotation URI'.
* @see org.eclipse.xsd.XSDDiagnostic#getAnnotationURI()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_AnnotationURI();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDDiagnostic#getKey Key}'.
*
*
* @return the meta object for the attribute 'Key'.
* @see org.eclipse.xsd.XSDDiagnostic#getKey()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Key();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDDiagnostic#getSubstitutions Substitutions}'.
*
*
* @return the meta object for the attribute list 'Substitutions'.
* @see org.eclipse.xsd.XSDDiagnostic#getSubstitutions()
* @see #getXSDDiagnostic()
* @generated
*/
EAttribute getXSDDiagnostic_Substitutions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDDiagnostic#getComponents Components}'.
*
*
* @return the meta object for the reference list 'Components'.
* @see org.eclipse.xsd.XSDDiagnostic#getComponents()
* @see #getXSDDiagnostic()
* @generated
*/
EReference getXSDDiagnostic_Components();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDDiagnostic#getPrimaryComponent Primary Component}'.
*
*
* @return the meta object for the reference 'Primary Component'.
* @see org.eclipse.xsd.XSDDiagnostic#getPrimaryComponent()
* @see #getXSDDiagnostic()
* @generated
*/
EReference getXSDDiagnostic_PrimaryComponent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDElementDeclaration Element Declaration}'.
*
*
* @return the meta object for class 'Element Declaration'.
* @see org.eclipse.xsd.XSDElementDeclaration
* @generated
*/
EClass getXSDElementDeclaration();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDElementDeclaration#isNillable Nillable}'.
*
*
* @return the meta object for the attribute 'Nillable'.
* @see org.eclipse.xsd.XSDElementDeclaration#isNillable()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_Nillable();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDElementDeclaration#getDisallowedSubstitutions Disallowed Substitutions}'.
*
*
* @return the meta object for the attribute list 'Disallowed Substitutions'.
* @see org.eclipse.xsd.XSDElementDeclaration#getDisallowedSubstitutions()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_DisallowedSubstitutions();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroupExclusions Substitution Group Exclusions}'.
*
*
* @return the meta object for the attribute list 'Substitution Group Exclusions'.
* @see org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroupExclusions()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_SubstitutionGroupExclusions();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDElementDeclaration#isAbstract Abstract}'.
*
*
* @return the meta object for the attribute 'Abstract'.
* @see org.eclipse.xsd.XSDElementDeclaration#isAbstract()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_Abstract();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDElementDeclaration#getLexicalFinal Lexical Final}'.
*
*
* @return the meta object for the attribute list 'Lexical Final'.
* @see org.eclipse.xsd.XSDElementDeclaration#getLexicalFinal()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_LexicalFinal();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDElementDeclaration#getBlock Block}'.
*
*
* @return the meta object for the attribute list 'Block'.
* @see org.eclipse.xsd.XSDElementDeclaration#getBlock()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_Block();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDElementDeclaration#isElementDeclarationReference Element Declaration Reference}'.
*
*
* @return the meta object for the attribute 'Element Declaration Reference'.
* @see org.eclipse.xsd.XSDElementDeclaration#isElementDeclarationReference()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_ElementDeclarationReference();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDElementDeclaration#isCircular Circular}'.
*
*
* @return the meta object for the attribute 'Circular'.
* @see org.eclipse.xsd.XSDElementDeclaration#isCircular()
* @see #getXSDElementDeclaration()
* @generated
*/
EAttribute getXSDElementDeclaration_Circular();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDElementDeclaration#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDElementDeclaration#getAnnotation()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_Annotation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDElementDeclaration#getAnonymousTypeDefinition Anonymous Type Definition}'.
*
*
* @return the meta object for the containment reference 'Anonymous Type Definition'.
* @see org.eclipse.xsd.XSDElementDeclaration#getAnonymousTypeDefinition()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_AnonymousTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDElementDeclaration#getTypeDefinition Type Definition}'.
*
*
* @return the meta object for the reference 'Type Definition'.
* @see org.eclipse.xsd.XSDElementDeclaration#getTypeDefinition()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_TypeDefinition();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDElementDeclaration#getIdentityConstraintDefinitions Identity Constraint Definitions}'.
*
*
* @return the meta object for the containment reference list 'Identity Constraint Definitions'.
* @see org.eclipse.xsd.XSDElementDeclaration#getIdentityConstraintDefinitions()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_IdentityConstraintDefinitions();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDElementDeclaration#getResolvedElementDeclaration Resolved Element Declaration}'.
*
*
* @return the meta object for the reference 'Resolved Element Declaration'.
* @see org.eclipse.xsd.XSDElementDeclaration#getResolvedElementDeclaration()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_ResolvedElementDeclaration();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroupAffiliation Substitution Group Affiliation}'.
*
*
* @return the meta object for the reference 'Substitution Group Affiliation'.
* @see org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroupAffiliation()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_SubstitutionGroupAffiliation();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroup Substitution Group}'.
*
*
* @return the meta object for the reference list 'Substitution Group'.
* @see org.eclipse.xsd.XSDElementDeclaration#getSubstitutionGroup()
* @see #getXSDElementDeclaration()
* @generated
*/
EReference getXSDElementDeclaration_SubstitutionGroup();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDEnumerationFacet Enumeration Facet}'.
*
*
* @return the meta object for class 'Enumeration Facet'.
* @see org.eclipse.xsd.XSDEnumerationFacet
* @generated
*/
EClass getXSDEnumerationFacet();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDEnumerationFacet#getValue Value}'.
*
*
* @return the meta object for the attribute list 'Value'.
* @see org.eclipse.xsd.XSDEnumerationFacet#getValue()
* @see #getXSDEnumerationFacet()
* @generated
*/
EAttribute getXSDEnumerationFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDFacet Facet}'.
*
*
* @return the meta object for class 'Facet'.
* @see org.eclipse.xsd.XSDFacet
* @generated
*/
EClass getXSDFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFacet#getLexicalValue Lexical Value}'.
*
*
* @return the meta object for the attribute 'Lexical Value'.
* @see org.eclipse.xsd.XSDFacet#getLexicalValue()
* @see #getXSDFacet()
* @generated
*/
EAttribute getXSDFacet_LexicalValue();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFacet#getFacetName Facet Name}'.
*
*
* @return the meta object for the attribute 'Facet Name'.
* @see org.eclipse.xsd.XSDFacet#getFacetName()
* @see #getXSDFacet()
* @generated
*/
EAttribute getXSDFacet_FacetName();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFacet#getEffectiveValue Effective Value}'.
*
*
* @return the meta object for the attribute 'Effective Value'.
* @see org.eclipse.xsd.XSDFacet#getEffectiveValue()
* @see #getXSDFacet()
* @generated
*/
EAttribute getXSDFacet_EffectiveValue();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDFacet#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDFacet#getAnnotation()
* @see #getXSDFacet()
* @generated
*/
EReference getXSDFacet_Annotation();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDFacet#getSimpleTypeDefinition Simple Type Definition}'.
*
*
* @return the meta object for the reference 'Simple Type Definition'.
* @see org.eclipse.xsd.XSDFacet#getSimpleTypeDefinition()
* @see #getXSDFacet()
* @generated
*/
EReference getXSDFacet_SimpleTypeDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDFeature Feature}'.
*
*
* @return the meta object for class 'Feature'.
* @see org.eclipse.xsd.XSDFeature
* @generated
*/
EClass getXSDFeature();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDFeature#getValue()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_Value();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#getConstraint Constraint}'.
*
*
* @return the meta object for the attribute 'Constraint'.
* @see org.eclipse.xsd.XSDFeature#getConstraint()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_Constraint();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#getForm Form}'.
*
*
* @return the meta object for the attribute 'Form'.
* @see org.eclipse.xsd.XSDFeature#getForm()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_Form();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#getLexicalValue Lexical Value}'.
*
*
* @return the meta object for the attribute 'Lexical Value'.
* @see org.eclipse.xsd.XSDFeature#getLexicalValue()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_LexicalValue();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#isGlobal Global}'.
*
*
* @return the meta object for the attribute 'Global'.
* @see org.eclipse.xsd.XSDFeature#isGlobal()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_Global();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFeature#isFeatureReference Feature Reference}'.
*
*
* @return the meta object for the attribute 'Feature Reference'.
* @see org.eclipse.xsd.XSDFeature#isFeatureReference()
* @see #getXSDFeature()
* @generated
*/
EAttribute getXSDFeature_FeatureReference();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDFeature#getScope Scope}'.
*
*
* @return the meta object for the reference 'Scope'.
* @see org.eclipse.xsd.XSDFeature#getScope()
* @see #getXSDFeature()
* @generated
*/
EReference getXSDFeature_Scope();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDFeature#getResolvedFeature Resolved Feature}'.
*
*
* @return the meta object for the reference 'Resolved Feature'.
* @see org.eclipse.xsd.XSDFeature#getResolvedFeature()
* @see #getXSDFeature()
* @generated
*/
EReference getXSDFeature_ResolvedFeature();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDFeature#getType Type}'.
*
*
* @return the meta object for the reference 'Type'.
* @see org.eclipse.xsd.XSDFeature#getType()
* @see #getXSDFeature()
* @generated
*/
EReference getXSDFeature_Type();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDFixedFacet Fixed Facet}'.
*
*
* @return the meta object for class 'Fixed Facet'.
* @see org.eclipse.xsd.XSDFixedFacet
* @generated
*/
EClass getXSDFixedFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFixedFacet#isFixed Fixed}'.
*
*
* @return the meta object for the attribute 'Fixed'.
* @see org.eclipse.xsd.XSDFixedFacet#isFixed()
* @see #getXSDFixedFacet()
* @generated
*/
EAttribute getXSDFixedFacet_Fixed();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDFractionDigitsFacet Fraction Digits Facet}'.
*
*
* @return the meta object for class 'Fraction Digits Facet'.
* @see org.eclipse.xsd.XSDFractionDigitsFacet
* @generated
*/
EClass getXSDFractionDigitsFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDFractionDigitsFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDFractionDigitsFacet#getValue()
* @see #getXSDFractionDigitsFacet()
* @generated
*/
EAttribute getXSDFractionDigitsFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDFundamentalFacet Fundamental Facet}'.
*
*
* @return the meta object for class 'Fundamental Facet'.
* @see org.eclipse.xsd.XSDFundamentalFacet
* @generated
*/
EClass getXSDFundamentalFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition Identity Constraint Definition}'.
*
*
* @return the meta object for class 'Identity Constraint Definition'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition
* @generated
*/
EClass getXSDIdentityConstraintDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition#getIdentityConstraintCategory Identity Constraint Category}'.
*
*
* @return the meta object for the attribute 'Identity Constraint Category'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition#getIdentityConstraintCategory()
* @see #getXSDIdentityConstraintDefinition()
* @generated
*/
EAttribute getXSDIdentityConstraintDefinition_IdentityConstraintCategory();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition#getAnnotation()
* @see #getXSDIdentityConstraintDefinition()
* @generated
*/
EReference getXSDIdentityConstraintDefinition_Annotation();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition#getReferencedKey Referenced Key}'.
*
*
* @return the meta object for the reference 'Referenced Key'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition#getReferencedKey()
* @see #getXSDIdentityConstraintDefinition()
* @generated
*/
EReference getXSDIdentityConstraintDefinition_ReferencedKey();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition#getSelector Selector}'.
*
*
* @return the meta object for the containment reference 'Selector'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition#getSelector()
* @see #getXSDIdentityConstraintDefinition()
* @generated
*/
EReference getXSDIdentityConstraintDefinition_Selector();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDIdentityConstraintDefinition#getFields Fields}'.
*
*
* @return the meta object for the containment reference list 'Fields'.
* @see org.eclipse.xsd.XSDIdentityConstraintDefinition#getFields()
* @see #getXSDIdentityConstraintDefinition()
* @generated
*/
EReference getXSDIdentityConstraintDefinition_Fields();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDImport Import}'.
*
*
* @return the meta object for class 'Import'.
* @see org.eclipse.xsd.XSDImport
* @generated
*/
EClass getXSDImport();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDImport#getNamespace Namespace}'.
*
*
* @return the meta object for the attribute 'Namespace'.
* @see org.eclipse.xsd.XSDImport#getNamespace()
* @see #getXSDImport()
* @generated
*/
EAttribute getXSDImport_Namespace();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDImport#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDImport#getAnnotation()
* @see #getXSDImport()
* @generated
*/
EReference getXSDImport_Annotation();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDInclude Include}'.
*
*
* @return the meta object for class 'Include'.
* @see org.eclipse.xsd.XSDInclude
* @generated
*/
EClass getXSDInclude();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDInclude#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDInclude#getAnnotation()
* @see #getXSDInclude()
* @generated
*/
EReference getXSDInclude_Annotation();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDLengthFacet Length Facet}'.
*
*
* @return the meta object for class 'Length Facet'.
* @see org.eclipse.xsd.XSDLengthFacet
* @generated
*/
EClass getXSDLengthFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDLengthFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDLengthFacet#getValue()
* @see #getXSDLengthFacet()
* @generated
*/
EAttribute getXSDLengthFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMaxExclusiveFacet Max Exclusive Facet}'.
*
*
* @return the meta object for class 'Max Exclusive Facet'.
* @see org.eclipse.xsd.XSDMaxExclusiveFacet
* @generated
*/
EClass getXSDMaxExclusiveFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMaxFacet Max Facet}'.
*
*
* @return the meta object for class 'Max Facet'.
* @see org.eclipse.xsd.XSDMaxFacet
* @generated
*/
EClass getXSDMaxFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMaxFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDMaxFacet#getValue()
* @see #getXSDMaxFacet()
* @generated
*/
EAttribute getXSDMaxFacet_Value();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMaxFacet#isInclusive Inclusive}'.
*
*
* @return the meta object for the attribute 'Inclusive'.
* @see org.eclipse.xsd.XSDMaxFacet#isInclusive()
* @see #getXSDMaxFacet()
* @generated
*/
EAttribute getXSDMaxFacet_Inclusive();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMaxFacet#isExclusive Exclusive}'.
*
*
* @return the meta object for the attribute 'Exclusive'.
* @see org.eclipse.xsd.XSDMaxFacet#isExclusive()
* @see #getXSDMaxFacet()
* @generated
*/
EAttribute getXSDMaxFacet_Exclusive();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMaxInclusiveFacet Max Inclusive Facet}'.
*
*
* @return the meta object for class 'Max Inclusive Facet'.
* @see org.eclipse.xsd.XSDMaxInclusiveFacet
* @generated
*/
EClass getXSDMaxInclusiveFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMaxLengthFacet Max Length Facet}'.
*
*
* @return the meta object for class 'Max Length Facet'.
* @see org.eclipse.xsd.XSDMaxLengthFacet
* @generated
*/
EClass getXSDMaxLengthFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMaxLengthFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDMaxLengthFacet#getValue()
* @see #getXSDMaxLengthFacet()
* @generated
*/
EAttribute getXSDMaxLengthFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMinExclusiveFacet Min Exclusive Facet}'.
*
*
* @return the meta object for class 'Min Exclusive Facet'.
* @see org.eclipse.xsd.XSDMinExclusiveFacet
* @generated
*/
EClass getXSDMinExclusiveFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMinFacet Min Facet}'.
*
*
* @return the meta object for class 'Min Facet'.
* @see org.eclipse.xsd.XSDMinFacet
* @generated
*/
EClass getXSDMinFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMinFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDMinFacet#getValue()
* @see #getXSDMinFacet()
* @generated
*/
EAttribute getXSDMinFacet_Value();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMinFacet#isInclusive Inclusive}'.
*
*
* @return the meta object for the attribute 'Inclusive'.
* @see org.eclipse.xsd.XSDMinFacet#isInclusive()
* @see #getXSDMinFacet()
* @generated
*/
EAttribute getXSDMinFacet_Inclusive();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMinFacet#isExclusive Exclusive}'.
*
*
* @return the meta object for the attribute 'Exclusive'.
* @see org.eclipse.xsd.XSDMinFacet#isExclusive()
* @see #getXSDMinFacet()
* @generated
*/
EAttribute getXSDMinFacet_Exclusive();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMinInclusiveFacet Min Inclusive Facet}'.
*
*
* @return the meta object for class 'Min Inclusive Facet'.
* @see org.eclipse.xsd.XSDMinInclusiveFacet
* @generated
*/
EClass getXSDMinInclusiveFacet();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDMinLengthFacet Min Length Facet}'.
*
*
* @return the meta object for class 'Min Length Facet'.
* @see org.eclipse.xsd.XSDMinLengthFacet
* @generated
*/
EClass getXSDMinLengthFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDMinLengthFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDMinLengthFacet#getValue()
* @see #getXSDMinLengthFacet()
* @generated
*/
EAttribute getXSDMinLengthFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDModelGroup Model Group}'.
*
*
* @return the meta object for class 'Model Group'.
* @see org.eclipse.xsd.XSDModelGroup
* @generated
*/
EClass getXSDModelGroup();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDModelGroup#getCompositor Compositor}'.
*
*
* @return the meta object for the attribute 'Compositor'.
* @see org.eclipse.xsd.XSDModelGroup#getCompositor()
* @see #getXSDModelGroup()
* @generated
*/
EAttribute getXSDModelGroup_Compositor();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDModelGroup#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDModelGroup#getAnnotation()
* @see #getXSDModelGroup()
* @generated
*/
EReference getXSDModelGroup_Annotation();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDModelGroup#getContents Contents}'.
*
*
* @return the meta object for the containment reference list 'Contents'.
* @see org.eclipse.xsd.XSDModelGroup#getContents()
* @see #getXSDModelGroup()
* @generated
*/
EReference getXSDModelGroup_Contents();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDModelGroup#getParticles Particles}'.
*
*
* @return the meta object for the reference list 'Particles'.
* @see org.eclipse.xsd.XSDModelGroup#getParticles()
* @see #getXSDModelGroup()
* @generated
*/
EReference getXSDModelGroup_Particles();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDModelGroupDefinition Model Group Definition}'.
*
*
* @return the meta object for class 'Model Group Definition'.
* @see org.eclipse.xsd.XSDModelGroupDefinition
* @generated
*/
EClass getXSDModelGroupDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDModelGroupDefinition#isModelGroupDefinitionReference Model Group Definition Reference}'.
*
*
* @return the meta object for the attribute 'Model Group Definition Reference'.
* @see org.eclipse.xsd.XSDModelGroupDefinition#isModelGroupDefinitionReference()
* @see #getXSDModelGroupDefinition()
* @generated
*/
EAttribute getXSDModelGroupDefinition_ModelGroupDefinitionReference();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDModelGroupDefinition#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDModelGroupDefinition#getAnnotation()
* @see #getXSDModelGroupDefinition()
* @generated
*/
EReference getXSDModelGroupDefinition_Annotation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDModelGroupDefinition#getModelGroup Model Group}'.
*
*
* @return the meta object for the containment reference 'Model Group'.
* @see org.eclipse.xsd.XSDModelGroupDefinition#getModelGroup()
* @see #getXSDModelGroupDefinition()
* @generated
*/
EReference getXSDModelGroupDefinition_ModelGroup();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDModelGroupDefinition#getResolvedModelGroupDefinition Resolved Model Group Definition}'.
*
*
* @return the meta object for the reference 'Resolved Model Group Definition'.
* @see org.eclipse.xsd.XSDModelGroupDefinition#getResolvedModelGroupDefinition()
* @see #getXSDModelGroupDefinition()
* @generated
*/
EReference getXSDModelGroupDefinition_ResolvedModelGroupDefinition();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDNamedComponent Named Component}'.
*
*
* @return the meta object for class 'Named Component'.
* @see org.eclipse.xsd.XSDNamedComponent
* @generated
*/
EClass getXSDNamedComponent();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.eclipse.xsd.XSDNamedComponent#getName()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_Name();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getTargetNamespace Target Namespace}'.
*
*
* @return the meta object for the attribute 'Target Namespace'.
* @see org.eclipse.xsd.XSDNamedComponent#getTargetNamespace()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_TargetNamespace();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getAliasName Alias Name}'.
*
*
* @return the meta object for the attribute 'Alias Name'.
* @see org.eclipse.xsd.XSDNamedComponent#getAliasName()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_AliasName();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getURI URI}'.
*
*
* @return the meta object for the attribute 'URI'.
* @see org.eclipse.xsd.XSDNamedComponent#getURI()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_URI();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getAliasURI Alias URI}'.
*
*
* @return the meta object for the attribute 'Alias URI'.
* @see org.eclipse.xsd.XSDNamedComponent#getAliasURI()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_AliasURI();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNamedComponent#getQName QName}'.
*
*
* @return the meta object for the attribute 'QName'.
* @see org.eclipse.xsd.XSDNamedComponent#getQName()
* @see #getXSDNamedComponent()
* @generated
*/
EAttribute getXSDNamedComponent_QName();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDNotationDeclaration Notation Declaration}'.
*
*
* @return the meta object for class 'Notation Declaration'.
* @see org.eclipse.xsd.XSDNotationDeclaration
* @generated
*/
EClass getXSDNotationDeclaration();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNotationDeclaration#getSystemIdentifier System Identifier}'.
*
*
* @return the meta object for the attribute 'System Identifier'.
* @see org.eclipse.xsd.XSDNotationDeclaration#getSystemIdentifier()
* @see #getXSDNotationDeclaration()
* @generated
*/
EAttribute getXSDNotationDeclaration_SystemIdentifier();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNotationDeclaration#getPublicIdentifier Public Identifier}'.
*
*
* @return the meta object for the attribute 'Public Identifier'.
* @see org.eclipse.xsd.XSDNotationDeclaration#getPublicIdentifier()
* @see #getXSDNotationDeclaration()
* @generated
*/
EAttribute getXSDNotationDeclaration_PublicIdentifier();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDNotationDeclaration#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDNotationDeclaration#getAnnotation()
* @see #getXSDNotationDeclaration()
* @generated
*/
EReference getXSDNotationDeclaration_Annotation();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDNumericFacet Numeric Facet}'.
*
*
* @return the meta object for class 'Numeric Facet'.
* @see org.eclipse.xsd.XSDNumericFacet
* @generated
*/
EClass getXSDNumericFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDNumericFacet#isValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDNumericFacet#isValue()
* @see #getXSDNumericFacet()
* @generated
*/
EAttribute getXSDNumericFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDOrderedFacet Ordered Facet}'.
*
*
* @return the meta object for class 'Ordered Facet'.
* @see org.eclipse.xsd.XSDOrderedFacet
* @generated
*/
EClass getXSDOrderedFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDOrderedFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDOrderedFacet#getValue()
* @see #getXSDOrderedFacet()
* @generated
*/
EAttribute getXSDOrderedFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDParticle Particle}'.
*
*
* @return the meta object for class 'Particle'.
* @see org.eclipse.xsd.XSDParticle
* @generated
*/
EClass getXSDParticle();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDParticle#getMinOccurs Min Occurs}'.
*
*
* @return the meta object for the attribute 'Min Occurs'.
* @see org.eclipse.xsd.XSDParticle#getMinOccurs()
* @see #getXSDParticle()
* @generated
*/
EAttribute getXSDParticle_MinOccurs();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDParticle#getMaxOccurs Max Occurs}'.
*
*
* @return the meta object for the attribute 'Max Occurs'.
* @see org.eclipse.xsd.XSDParticle#getMaxOccurs()
* @see #getXSDParticle()
* @generated
*/
EAttribute getXSDParticle_MaxOccurs();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDParticle#getContent Content}'.
*
*
* @return the meta object for the containment reference 'Content'.
* @see org.eclipse.xsd.XSDParticle#getContent()
* @see #getXSDParticle()
* @generated
*/
EReference getXSDParticle_Content();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDParticle#getTerm Term}'.
*
*
* @return the meta object for the reference 'Term'.
* @see org.eclipse.xsd.XSDParticle#getTerm()
* @see #getXSDParticle()
* @generated
*/
EReference getXSDParticle_Term();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDParticleContent Particle Content}'.
*
*
* @return the meta object for class 'Particle Content'.
* @see org.eclipse.xsd.XSDParticleContent
* @generated
*/
EClass getXSDParticleContent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDPatternFacet Pattern Facet}'.
*
*
* @return the meta object for class 'Pattern Facet'.
* @see org.eclipse.xsd.XSDPatternFacet
* @generated
*/
EClass getXSDPatternFacet();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDPatternFacet#getValue Value}'.
*
*
* @return the meta object for the attribute list 'Value'.
* @see org.eclipse.xsd.XSDPatternFacet#getValue()
* @see #getXSDPatternFacet()
* @generated
*/
EAttribute getXSDPatternFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDRedefinableComponent Redefinable Component}'.
*
*
* @return the meta object for class 'Redefinable Component'.
* @see org.eclipse.xsd.XSDRedefinableComponent
* @generated
*/
EClass getXSDRedefinableComponent();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDRedefinableComponent#isCircular Circular}'.
*
*
* @return the meta object for the attribute 'Circular'.
* @see org.eclipse.xsd.XSDRedefinableComponent#isCircular()
* @see #getXSDRedefinableComponent()
* @generated
*/
EAttribute getXSDRedefinableComponent_Circular();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDRedefineContent Redefine Content}'.
*
*
* @return the meta object for class 'Redefine Content'.
* @see org.eclipse.xsd.XSDRedefineContent
* @generated
*/
EClass getXSDRedefineContent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDRedefine Redefine}'.
*
*
* @return the meta object for class 'Redefine'.
* @see org.eclipse.xsd.XSDRedefine
* @generated
*/
EClass getXSDRedefine();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDRedefine#getAnnotations Annotations}'.
*
*
* @return the meta object for the reference list 'Annotations'.
* @see org.eclipse.xsd.XSDRedefine#getAnnotations()
* @see #getXSDRedefine()
* @generated
*/
EReference getXSDRedefine_Annotations();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDRedefine#getContents Contents}'.
*
*
* @return the meta object for the containment reference list 'Contents'.
* @see org.eclipse.xsd.XSDRedefine#getContents()
* @see #getXSDRedefine()
* @generated
*/
EReference getXSDRedefine_Contents();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDRepeatableFacet Repeatable Facet}'.
*
*
* @return the meta object for class 'Repeatable Facet'.
* @see org.eclipse.xsd.XSDRepeatableFacet
* @generated
*/
EClass getXSDRepeatableFacet();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDRepeatableFacet#getAnnotations Annotations}'.
*
*
* @return the meta object for the reference list 'Annotations'.
* @see org.eclipse.xsd.XSDRepeatableFacet#getAnnotations()
* @see #getXSDRepeatableFacet()
* @generated
*/
EReference getXSDRepeatableFacet_Annotations();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDSchema Schema}'.
*
*
* @return the meta object for class 'Schema'.
* @see org.eclipse.xsd.XSDSchema
* @generated
*/
EClass getXSDSchema();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getDocument Document}'.
*
*
* @return the meta object for the attribute 'Document'.
* @see org.eclipse.xsd.XSDSchema#getDocument()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_Document();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getSchemaLocation Schema Location}'.
*
*
* @return the meta object for the attribute 'Schema Location'.
* @see org.eclipse.xsd.XSDSchema#getSchemaLocation()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_SchemaLocation();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getTargetNamespace Target Namespace}'.
*
*
* @return the meta object for the attribute 'Target Namespace'.
* @see org.eclipse.xsd.XSDSchema#getTargetNamespace()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_TargetNamespace();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getAttributeFormDefault Attribute Form Default}'.
*
*
* @return the meta object for the attribute 'Attribute Form Default'.
* @see org.eclipse.xsd.XSDSchema#getAttributeFormDefault()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_AttributeFormDefault();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getElementFormDefault Element Form Default}'.
*
*
* @return the meta object for the attribute 'Element Form Default'.
* @see org.eclipse.xsd.XSDSchema#getElementFormDefault()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_ElementFormDefault();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDSchema#getFinalDefault Final Default}'.
*
*
* @return the meta object for the attribute list 'Final Default'.
* @see org.eclipse.xsd.XSDSchema#getFinalDefault()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_FinalDefault();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDSchema#getBlockDefault Block Default}'.
*
*
* @return the meta object for the attribute list 'Block Default'.
* @see org.eclipse.xsd.XSDSchema#getBlockDefault()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_BlockDefault();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchema#getVersion Version}'.
*
*
* @return the meta object for the attribute 'Version'.
* @see org.eclipse.xsd.XSDSchema#getVersion()
* @see #getXSDSchema()
* @generated
*/
EAttribute getXSDSchema_Version();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSchema#getContents Contents}'.
*
*
* @return the meta object for the containment reference list 'Contents'.
* @see org.eclipse.xsd.XSDSchema#getContents()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_Contents();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getElementDeclarations Element Declarations}'.
*
*
* @return the meta object for the reference list 'Element Declarations'.
* @see org.eclipse.xsd.XSDSchema#getElementDeclarations()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_ElementDeclarations();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getAttributeDeclarations Attribute Declarations}'.
*
*
* @return the meta object for the reference list 'Attribute Declarations'.
* @see org.eclipse.xsd.XSDSchema#getAttributeDeclarations()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_AttributeDeclarations();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getAttributeGroupDefinitions Attribute Group Definitions}'.
*
*
* @return the meta object for the reference list 'Attribute Group Definitions'.
* @see org.eclipse.xsd.XSDSchema#getAttributeGroupDefinitions()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_AttributeGroupDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getTypeDefinitions Type Definitions}'.
*
*
* @return the meta object for the reference list 'Type Definitions'.
* @see org.eclipse.xsd.XSDSchema#getTypeDefinitions()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_TypeDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getModelGroupDefinitions Model Group Definitions}'.
*
*
* @return the meta object for the reference list 'Model Group Definitions'.
* @see org.eclipse.xsd.XSDSchema#getModelGroupDefinitions()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_ModelGroupDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getIdentityConstraintDefinitions Identity Constraint Definitions}'.
*
*
* @return the meta object for the reference list 'Identity Constraint Definitions'.
* @see org.eclipse.xsd.XSDSchema#getIdentityConstraintDefinitions()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_IdentityConstraintDefinitions();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getNotationDeclarations Notation Declarations}'.
*
*
* @return the meta object for the reference list 'Notation Declarations'.
* @see org.eclipse.xsd.XSDSchema#getNotationDeclarations()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_NotationDeclarations();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getAnnotations Annotations}'.
*
*
* @return the meta object for the reference list 'Annotations'.
* @see org.eclipse.xsd.XSDSchema#getAnnotations()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_Annotations();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getAllDiagnostics All Diagnostics}'.
*
*
* @return the meta object for the reference list 'All Diagnostics'.
* @see org.eclipse.xsd.XSDSchema#getAllDiagnostics()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_AllDiagnostics();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSchema#getReferencingDirectives Referencing Directives}'.
*
*
* @return the meta object for the reference list 'Referencing Directives'.
* @see org.eclipse.xsd.XSDSchema#getReferencingDirectives()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_ReferencingDirectives();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSchema#getRootVersion Root Version}'.
*
*
* @return the meta object for the reference 'Root Version'.
* @see org.eclipse.xsd.XSDSchema#getRootVersion()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_RootVersion();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSchema#getOriginalVersion Original Version}'.
*
*
* @return the meta object for the reference 'Original Version'.
* @see org.eclipse.xsd.XSDSchema#getOriginalVersion()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_OriginalVersion();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSchema#getIncorporatedVersions Incorporated Versions}'.
*
*
* @return the meta object for the containment reference list 'Incorporated Versions'.
* @see org.eclipse.xsd.XSDSchema#getIncorporatedVersions()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_IncorporatedVersions();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSchema#getSchemaForSchema Schema For Schema}'.
*
*
* @return the meta object for the reference 'Schema For Schema'.
* @see org.eclipse.xsd.XSDSchema#getSchemaForSchema()
* @see #getXSDSchema()
* @generated
*/
EReference getXSDSchema_SchemaForSchema();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDSchemaCompositor Schema Compositor}'.
*
*
* @return the meta object for class 'Schema Compositor'.
* @see org.eclipse.xsd.XSDSchemaCompositor
* @generated
*/
EClass getXSDSchemaCompositor();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSchemaCompositor#getIncorporatedSchema Incorporated Schema}'.
*
*
* @return the meta object for the reference 'Incorporated Schema'.
* @see org.eclipse.xsd.XSDSchemaCompositor#getIncorporatedSchema()
* @see #getXSDSchemaCompositor()
* @generated
*/
EReference getXSDSchemaCompositor_IncorporatedSchema();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDSchemaContent Schema Content}'.
*
*
* @return the meta object for class 'Schema Content'.
* @see org.eclipse.xsd.XSDSchemaContent
* @generated
*/
EClass getXSDSchemaContent();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDSchemaDirective Schema Directive}'.
*
*
* @return the meta object for class 'Schema Directive'.
* @see org.eclipse.xsd.XSDSchemaDirective
* @generated
*/
EClass getXSDSchemaDirective();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSchemaDirective#getSchemaLocation Schema Location}'.
*
*
* @return the meta object for the attribute 'Schema Location'.
* @see org.eclipse.xsd.XSDSchemaDirective#getSchemaLocation()
* @see #getXSDSchemaDirective()
* @generated
*/
EAttribute getXSDSchemaDirective_SchemaLocation();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSchemaDirective#getResolvedSchema Resolved Schema}'.
*
*
* @return the meta object for the reference 'Resolved Schema'.
* @see org.eclipse.xsd.XSDSchemaDirective#getResolvedSchema()
* @see #getXSDSchemaDirective()
* @generated
*/
EReference getXSDSchemaDirective_ResolvedSchema();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDScope Scope}'.
*
*
* @return the meta object for class 'Scope'.
* @see org.eclipse.xsd.XSDScope
* @generated
*/
EClass getXSDScope();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDSimpleTypeDefinition Simple Type Definition}'.
*
*
* @return the meta object for class 'Simple Type Definition'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition
* @generated
*/
EClass getXSDSimpleTypeDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getVariety Variety}'.
*
*
* @return the meta object for the attribute 'Variety'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getVariety()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EAttribute getXSDSimpleTypeDefinition_Variety();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getFinal Final}'.
*
*
* @return the meta object for the attribute list 'Final'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getFinal()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EAttribute getXSDSimpleTypeDefinition_Final();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getLexicalFinal Lexical Final}'.
*
*
* @return the meta object for the attribute list 'Lexical Final'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getLexicalFinal()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EAttribute getXSDSimpleTypeDefinition_LexicalFinal();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getValidFacets Valid Facets}'.
*
*
* @return the meta object for the attribute list 'Valid Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getValidFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EAttribute getXSDSimpleTypeDefinition_ValidFacets();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getContents Contents}'.
*
*
* @return the meta object for the containment reference list 'Contents'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getContents()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_Contents();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getFacetContents Facet Contents}'.
*
*
* @return the meta object for the containment reference list 'Facet Contents'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getFacetContents()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_FacetContents();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getFacets Facets}'.
*
*
* @return the meta object for the reference list 'Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_Facets();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMemberTypeDefinitions Member Type Definitions}'.
*
*
* @return the meta object for the reference list 'Member Type Definitions'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMemberTypeDefinitions()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MemberTypeDefinitions();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getFundamentalFacets Fundamental Facets}'.
*
*
* @return the meta object for the containment reference list 'Fundamental Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getFundamentalFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_FundamentalFacets();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getBaseTypeDefinition Base Type Definition}'.
*
*
* @return the meta object for the reference 'Base Type Definition'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getBaseTypeDefinition()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_BaseTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getPrimitiveTypeDefinition Primitive Type Definition}'.
*
*
* @return the meta object for the reference 'Primitive Type Definition'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getPrimitiveTypeDefinition()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_PrimitiveTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getItemTypeDefinition Item Type Definition}'.
*
*
* @return the meta object for the reference 'Item Type Definition'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getItemTypeDefinition()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_ItemTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getRootTypeDefinition Root Type Definition}'.
*
*
* @return the meta object for the reference 'Root Type Definition'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getRootTypeDefinition()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_RootTypeDefinition();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMinFacet Min Facet}'.
*
*
* @return the meta object for the reference 'Min Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMinFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MinFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxFacet Max Facet}'.
*
*
* @return the meta object for the reference 'Max Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MaxFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxInclusiveFacet Max Inclusive Facet}'.
*
*
* @return the meta object for the reference 'Max Inclusive Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxInclusiveFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MaxInclusiveFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMinInclusiveFacet Min Inclusive Facet}'.
*
*
* @return the meta object for the reference 'Min Inclusive Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMinInclusiveFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MinInclusiveFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMinExclusiveFacet Min Exclusive Facet}'.
*
*
* @return the meta object for the reference 'Min Exclusive Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMinExclusiveFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MinExclusiveFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxExclusiveFacet Max Exclusive Facet}'.
*
*
* @return the meta object for the reference 'Max Exclusive Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxExclusiveFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MaxExclusiveFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getLengthFacet Length Facet}'.
*
*
* @return the meta object for the reference 'Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_LengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getWhiteSpaceFacet White Space Facet}'.
*
*
* @return the meta object for the reference 'White Space Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getWhiteSpaceFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_WhiteSpaceFacet();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEnumerationFacets Enumeration Facets}'.
*
*
* @return the meta object for the reference list 'Enumeration Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEnumerationFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EnumerationFacets();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getPatternFacets Pattern Facets}'.
*
*
* @return the meta object for the reference list 'Pattern Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getPatternFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_PatternFacets();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getCardinalityFacet Cardinality Facet}'.
*
*
* @return the meta object for the reference 'Cardinality Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getCardinalityFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_CardinalityFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getNumericFacet Numeric Facet}'.
*
*
* @return the meta object for the reference 'Numeric Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getNumericFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_NumericFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxLengthFacet Max Length Facet}'.
*
*
* @return the meta object for the reference 'Max Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMaxLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MaxLengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getMinLengthFacet Min Length Facet}'.
*
*
* @return the meta object for the reference 'Min Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getMinLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_MinLengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getTotalDigitsFacet Total Digits Facet}'.
*
*
* @return the meta object for the reference 'Total Digits Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getTotalDigitsFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_TotalDigitsFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getFractionDigitsFacet Fraction Digits Facet}'.
*
*
* @return the meta object for the reference 'Fraction Digits Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getFractionDigitsFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_FractionDigitsFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getOrderedFacet Ordered Facet}'.
*
*
* @return the meta object for the reference 'Ordered Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getOrderedFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_OrderedFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getBoundedFacet Bounded Facet}'.
*
*
* @return the meta object for the reference 'Bounded Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getBoundedFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_BoundedFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMaxFacet Effective Max Facet}'.
*
*
* @return the meta object for the reference 'Effective Max Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMaxFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveMaxFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveWhiteSpaceFacet Effective White Space Facet}'.
*
*
* @return the meta object for the reference 'Effective White Space Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveWhiteSpaceFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveWhiteSpaceFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMaxLengthFacet Effective Max Length Facet}'.
*
*
* @return the meta object for the reference 'Effective Max Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMaxLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveMaxLengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveFractionDigitsFacet Effective Fraction Digits Facet}'.
*
*
* @return the meta object for the reference 'Effective Fraction Digits Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveFractionDigitsFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveFractionDigitsFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectivePatternFacet Effective Pattern Facet}'.
*
*
* @return the meta object for the reference 'Effective Pattern Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectivePatternFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectivePatternFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveEnumerationFacet Effective Enumeration Facet}'.
*
*
* @return the meta object for the reference 'Effective Enumeration Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveEnumerationFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveEnumerationFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveTotalDigitsFacet Effective Total Digits Facet}'.
*
*
* @return the meta object for the reference 'Effective Total Digits Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveTotalDigitsFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveTotalDigitsFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMinLengthFacet Effective Min Length Facet}'.
*
*
* @return the meta object for the reference 'Effective Min Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMinLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveMinLengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveLengthFacet Effective Length Facet}'.
*
*
* @return the meta object for the reference 'Effective Length Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveLengthFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveLengthFacet();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMinFacet Effective Min Facet}'.
*
*
* @return the meta object for the reference 'Effective Min Facet'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getEffectiveMinFacet()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_EffectiveMinFacet();
/**
* Returns the meta object for the containment reference list '{@link org.eclipse.xsd.XSDSimpleTypeDefinition#getSyntheticFacets Synthetic Facets}'.
*
*
* @return the meta object for the containment reference list 'Synthetic Facets'.
* @see org.eclipse.xsd.XSDSimpleTypeDefinition#getSyntheticFacets()
* @see #getXSDSimpleTypeDefinition()
* @generated
*/
EReference getXSDSimpleTypeDefinition_SyntheticFacets();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDTerm Term}'.
*
*
* @return the meta object for class 'Term'.
* @see org.eclipse.xsd.XSDTerm
* @generated
*/
EClass getXSDTerm();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDTotalDigitsFacet Total Digits Facet}'.
*
*
* @return the meta object for class 'Total Digits Facet'.
* @see org.eclipse.xsd.XSDTotalDigitsFacet
* @generated
*/
EClass getXSDTotalDigitsFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDTotalDigitsFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDTotalDigitsFacet#getValue()
* @see #getXSDTotalDigitsFacet()
* @generated
*/
EAttribute getXSDTotalDigitsFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDTypeDefinition Type Definition}'.
*
*
* @return the meta object for class 'Type Definition'.
* @see org.eclipse.xsd.XSDTypeDefinition
* @generated
*/
EClass getXSDTypeDefinition();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDTypeDefinition#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDTypeDefinition#getAnnotation()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_Annotation();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDTypeDefinition#getDerivationAnnotation Derivation Annotation}'.
*
*
* @return the meta object for the containment reference 'Derivation Annotation'.
* @see org.eclipse.xsd.XSDTypeDefinition#getDerivationAnnotation()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_DerivationAnnotation();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDTypeDefinition#getAnnotations Annotations}'.
*
*
* @return the meta object for the reference list 'Annotations'.
* @see org.eclipse.xsd.XSDTypeDefinition#getAnnotations()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_Annotations();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDTypeDefinition#getRootType Root Type}'.
*
*
* @return the meta object for the reference 'Root Type'.
* @see org.eclipse.xsd.XSDTypeDefinition#getRootType()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_RootType();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDTypeDefinition#getBaseType Base Type}'.
*
*
* @return the meta object for the reference 'Base Type'.
* @see org.eclipse.xsd.XSDTypeDefinition#getBaseType()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_BaseType();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDTypeDefinition#getSimpleType Simple Type}'.
*
*
* @return the meta object for the reference 'Simple Type'.
* @see org.eclipse.xsd.XSDTypeDefinition#getSimpleType()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_SimpleType();
/**
* Returns the meta object for the reference '{@link org.eclipse.xsd.XSDTypeDefinition#getComplexType Complex Type}'.
*
*
* @return the meta object for the reference 'Complex Type'.
* @see org.eclipse.xsd.XSDTypeDefinition#getComplexType()
* @see #getXSDTypeDefinition()
* @generated
*/
EReference getXSDTypeDefinition_ComplexType();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDWhiteSpaceFacet White Space Facet}'.
*
*
* @return the meta object for class 'White Space Facet'.
* @see org.eclipse.xsd.XSDWhiteSpaceFacet
* @generated
*/
EClass getXSDWhiteSpaceFacet();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDWhiteSpaceFacet#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDWhiteSpaceFacet#getValue()
* @see #getXSDWhiteSpaceFacet()
* @generated
*/
EAttribute getXSDWhiteSpaceFacet_Value();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDWildcard Wildcard}'.
*
*
* @return the meta object for class 'Wildcard'.
* @see org.eclipse.xsd.XSDWildcard
* @generated
*/
EClass getXSDWildcard();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDWildcard#getNamespaceConstraintCategory Namespace Constraint Category}'.
*
*
* @return the meta object for the attribute 'Namespace Constraint Category'.
* @see org.eclipse.xsd.XSDWildcard#getNamespaceConstraintCategory()
* @see #getXSDWildcard()
* @generated
*/
EAttribute getXSDWildcard_NamespaceConstraintCategory();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDWildcard#getNamespaceConstraint Namespace Constraint}'.
*
*
* @return the meta object for the attribute list 'Namespace Constraint'.
* @see org.eclipse.xsd.XSDWildcard#getNamespaceConstraint()
* @see #getXSDWildcard()
* @generated
*/
EAttribute getXSDWildcard_NamespaceConstraint();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDWildcard#getProcessContents Process Contents}'.
*
*
* @return the meta object for the attribute 'Process Contents'.
* @see org.eclipse.xsd.XSDWildcard#getProcessContents()
* @see #getXSDWildcard()
* @generated
*/
EAttribute getXSDWildcard_ProcessContents();
/**
* Returns the meta object for the attribute list '{@link org.eclipse.xsd.XSDWildcard#getLexicalNamespaceConstraint Lexical Namespace Constraint}'.
*
*
* @return the meta object for the attribute list 'Lexical Namespace Constraint'.
* @see org.eclipse.xsd.XSDWildcard#getLexicalNamespaceConstraint()
* @see #getXSDWildcard()
* @generated
*/
EAttribute getXSDWildcard_LexicalNamespaceConstraint();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDWildcard#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDWildcard#getAnnotation()
* @see #getXSDWildcard()
* @generated
*/
EReference getXSDWildcard_Annotation();
/**
* Returns the meta object for the reference list '{@link org.eclipse.xsd.XSDWildcard#getAnnotations Annotations}'.
*
*
* @return the meta object for the reference list 'Annotations'.
* @see org.eclipse.xsd.XSDWildcard#getAnnotations()
* @see #getXSDWildcard()
* @generated
*/
EReference getXSDWildcard_Annotations();
/**
* Returns the meta object for class '{@link org.eclipse.xsd.XSDXPathDefinition XPath Definition}'.
*
*
* @return the meta object for class 'XPath Definition'.
* @see org.eclipse.xsd.XSDXPathDefinition
* @generated
*/
EClass getXSDXPathDefinition();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDXPathDefinition#getVariety Variety}'.
*
*
* @return the meta object for the attribute 'Variety'.
* @see org.eclipse.xsd.XSDXPathDefinition#getVariety()
* @see #getXSDXPathDefinition()
* @generated
*/
EAttribute getXSDXPathDefinition_Variety();
/**
* Returns the meta object for the attribute '{@link org.eclipse.xsd.XSDXPathDefinition#getValue Value}'.
*
*
* @return the meta object for the attribute 'Value'.
* @see org.eclipse.xsd.XSDXPathDefinition#getValue()
* @see #getXSDXPathDefinition()
* @generated
*/
EAttribute getXSDXPathDefinition_Value();
/**
* Returns the meta object for the containment reference '{@link org.eclipse.xsd.XSDXPathDefinition#getAnnotation Annotation}'.
*
*
* @return the meta object for the containment reference 'Annotation'.
* @see org.eclipse.xsd.XSDXPathDefinition#getAnnotation()
* @see #getXSDXPathDefinition()
* @generated
*/
EReference getXSDXPathDefinition_Annotation();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDAttributeUseCategory Attribute Use Category}'.
*
*
* @return the meta object for enum 'Attribute Use Category'.
* @see org.eclipse.xsd.XSDAttributeUseCategory
* @generated
*/
EEnum getXSDAttributeUseCategory();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDCardinality Cardinality}'.
*
*
* @return the meta object for enum 'Cardinality'.
* @see org.eclipse.xsd.XSDCardinality
* @generated
*/
EEnum getXSDCardinality();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDComplexFinal Complex Final}'.
*
*
* @return the meta object for enum 'Complex Final'.
* @see org.eclipse.xsd.XSDComplexFinal
* @generated
*/
EEnum getXSDComplexFinal();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDCompositor Compositor}'.
*
*
* @return the meta object for enum 'Compositor'.
* @see org.eclipse.xsd.XSDCompositor
* @generated
*/
EEnum getXSDCompositor();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDConstraint Constraint}'.
*
*
* @return the meta object for enum 'Constraint'.
* @see org.eclipse.xsd.XSDConstraint
* @generated
*/
EEnum getXSDConstraint();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDContentTypeCategory Content Type Category}'.
*
*
* @return the meta object for enum 'Content Type Category'.
* @see org.eclipse.xsd.XSDContentTypeCategory
* @generated
*/
EEnum getXSDContentTypeCategory();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDDerivationMethod Derivation Method}'.
*
*
* @return the meta object for enum 'Derivation Method'.
* @see org.eclipse.xsd.XSDDerivationMethod
* @generated
*/
EEnum getXSDDerivationMethod();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDDiagnosticSeverity Diagnostic Severity}'.
*
*
* @return the meta object for enum 'Diagnostic Severity'.
* @see org.eclipse.xsd.XSDDiagnosticSeverity
* @generated
*/
EEnum getXSDDiagnosticSeverity();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDDisallowedSubstitutions Disallowed Substitutions}'.
*
*
* @return the meta object for enum 'Disallowed Substitutions'.
* @see org.eclipse.xsd.XSDDisallowedSubstitutions
* @generated
*/
EEnum getXSDDisallowedSubstitutions();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDForm Form}'.
*
*
* @return the meta object for enum 'Form'.
* @see org.eclipse.xsd.XSDForm
* @generated
*/
EEnum getXSDForm();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDIdentityConstraintCategory Identity Constraint Category}'.
*
*
* @return the meta object for enum 'Identity Constraint Category'.
* @see org.eclipse.xsd.XSDIdentityConstraintCategory
* @generated
*/
EEnum getXSDIdentityConstraintCategory();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDNamespaceConstraintCategory Namespace Constraint Category}'.
*
*
* @return the meta object for enum 'Namespace Constraint Category'.
* @see org.eclipse.xsd.XSDNamespaceConstraintCategory
* @generated
*/
EEnum getXSDNamespaceConstraintCategory();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDOrdered Ordered}'.
*
*
* @return the meta object for enum 'Ordered'.
* @see org.eclipse.xsd.XSDOrdered
* @generated
*/
EEnum getXSDOrdered();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDProcessContents Process Contents}'.
*
*
* @return the meta object for enum 'Process Contents'.
* @see org.eclipse.xsd.XSDProcessContents
* @generated
*/
EEnum getXSDProcessContents();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDProhibitedSubstitutions Prohibited Substitutions}'.
*
*
* @return the meta object for enum 'Prohibited Substitutions'.
* @see org.eclipse.xsd.XSDProhibitedSubstitutions
* @generated
*/
EEnum getXSDProhibitedSubstitutions();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDSimpleFinal Simple Final}'.
*
*
* @return the meta object for enum 'Simple Final'.
* @see org.eclipse.xsd.XSDSimpleFinal
* @generated
*/
EEnum getXSDSimpleFinal();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDSubstitutionGroupExclusions Substitution Group Exclusions}'.
*
*
* @return the meta object for enum 'Substitution Group Exclusions'.
* @see org.eclipse.xsd.XSDSubstitutionGroupExclusions
* @generated
*/
EEnum getXSDSubstitutionGroupExclusions();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDVariety Variety}'.
*
*
* @return the meta object for enum 'Variety'.
* @see org.eclipse.xsd.XSDVariety
* @generated
*/
EEnum getXSDVariety();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDWhiteSpace White Space}'.
*
*
* @return the meta object for enum 'White Space'.
* @see org.eclipse.xsd.XSDWhiteSpace
* @generated
*/
EEnum getXSDWhiteSpace();
/**
* Returns the meta object for enum '{@link org.eclipse.xsd.XSDXPathVariety XPath Variety}'.
*
*
* @return the meta object for enum 'XPath Variety'.
* @see org.eclipse.xsd.XSDXPathVariety
* @generated
*/
EEnum getXSDXPathVariety();
/**
* Returns the meta object for data type '{@link org.w3c.dom.Attr DOM Attr}'.
*
*
* @return the meta object for data type 'DOM Attr'.
* @see org.w3c.dom.Attr
* @model instanceClass="org.w3c.dom.Attr"
* @generated
*/
EDataType getDOMAttr();
/**
* Returns the meta object for data type '{@link org.w3c.dom.Document DOM Document}'.
*
*
* @return the meta object for data type 'DOM Document'.
* @see org.w3c.dom.Document
* @model instanceClass="org.w3c.dom.Document"
* @generated
*/
EDataType getDOMDocument();
/**
* Returns the meta object for data type '{@link org.w3c.dom.Element DOM Element}'.
*
*
* @return the meta object for data type 'DOM Element'.
* @see org.w3c.dom.Element
* @model instanceClass="org.w3c.dom.Element"
* @generated
*/
EDataType getDOMElement();
/**
* Returns the meta object for data type '{@link org.w3c.dom.Node DOM Node}'.
*
*
* @return the meta object for data type 'DOM Node'.
* @see org.w3c.dom.Node
* @model instanceClass="org.w3c.dom.Node"
* @generated
*/
EDataType getDOMNode();
/**
* Returns the meta object for data type '{@link java.lang.Object Value}'.
*
*
* @return the meta object for data type 'Value'.
* @see java.lang.Object
* @model instanceClass="java.lang.Object"
* @generated
*/
EDataType getValue();
/**
* Returns the factory that creates the instances of the model.
*
*
* @return the factory that creates the instances of the model.
* @generated
*/
XSDFactory getXSDFactory();
/**
*
* Defines literals for the meta objects that represent
*
* - each class,
* - each feature of each class,
* - each enum,
* - and each data type
*
*
* @generated
*/
interface Literals
{
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDAnnotationImpl Annotation}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAnnotationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAnnotation()
* @generated
*/
EClass XSD_ANNOTATION = eINSTANCE.getXSDAnnotation();
/**
* The meta object literal for the 'Application Information' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ANNOTATION__APPLICATION_INFORMATION = eINSTANCE.getXSDAnnotation_ApplicationInformation();
/**
* The meta object literal for the 'User Information' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ANNOTATION__USER_INFORMATION = eINSTANCE.getXSDAnnotation_UserInformation();
/**
* The meta object literal for the 'Attributes' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ANNOTATION__ATTRIBUTES = eINSTANCE.getXSDAnnotation_Attributes();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDAttributeDeclarationImpl Attribute Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeDeclaration()
* @generated
*/
EClass XSD_ATTRIBUTE_DECLARATION = eINSTANCE.getXSDAttributeDeclaration();
/**
* The meta object literal for the 'Attribute Declaration Reference' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_DECLARATION__ATTRIBUTE_DECLARATION_REFERENCE = eINSTANCE.getXSDAttributeDeclaration_AttributeDeclarationReference();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_DECLARATION__ANNOTATION = eINSTANCE.getXSDAttributeDeclaration_Annotation();
/**
* The meta object literal for the 'Anonymous Type Definition' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_DECLARATION__ANONYMOUS_TYPE_DEFINITION = eINSTANCE.getXSDAttributeDeclaration_AnonymousTypeDefinition();
/**
* The meta object literal for the 'Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_DECLARATION__TYPE_DEFINITION = eINSTANCE.getXSDAttributeDeclaration_TypeDefinition();
/**
* The meta object literal for the 'Resolved Attribute Declaration' reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_DECLARATION__RESOLVED_ATTRIBUTE_DECLARATION = eINSTANCE.getXSDAttributeDeclaration_ResolvedAttributeDeclaration();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDAttributeGroupContentImpl Attribute Group Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeGroupContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeGroupContent()
* @generated
*/
EClass XSD_ATTRIBUTE_GROUP_CONTENT = eINSTANCE.getXSDAttributeGroupContent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDAttributeGroupDefinitionImpl Attribute Group Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeGroupDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeGroupDefinition()
* @generated
*/
EClass XSD_ATTRIBUTE_GROUP_DEFINITION = eINSTANCE.getXSDAttributeGroupDefinition();
/**
* The meta object literal for the 'Attribute Group Definition Reference' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_GROUP_DEFINITION_REFERENCE = eINSTANCE.getXSDAttributeGroupDefinition_AttributeGroupDefinitionReference();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__ANNOTATION = eINSTANCE.getXSDAttributeGroupDefinition_Annotation();
/**
* The meta object literal for the 'Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__CONTENTS = eINSTANCE.getXSDAttributeGroupDefinition_Contents();
/**
* The meta object literal for the 'Attribute Uses' reference list feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_USES = eINSTANCE.getXSDAttributeGroupDefinition_AttributeUses();
/**
* The meta object literal for the 'Attribute Wildcard Content' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_WILDCARD_CONTENT = eINSTANCE.getXSDAttributeGroupDefinition_AttributeWildcardContent();
/**
* The meta object literal for the 'Attribute Wildcard' reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__ATTRIBUTE_WILDCARD = eINSTANCE.getXSDAttributeGroupDefinition_AttributeWildcard();
/**
* The meta object literal for the 'Resolved Attribute Group Definition' reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__RESOLVED_ATTRIBUTE_GROUP_DEFINITION = eINSTANCE.getXSDAttributeGroupDefinition_ResolvedAttributeGroupDefinition();
/**
* The meta object literal for the 'Synthetic Wildcard' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_GROUP_DEFINITION__SYNTHETIC_WILDCARD = eINSTANCE.getXSDAttributeGroupDefinition_SyntheticWildcard();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDAttributeUseImpl Attribute Use}' class.
*
*
* @see org.eclipse.xsd.impl.XSDAttributeUseImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeUse()
* @generated
*/
EClass XSD_ATTRIBUTE_USE = eINSTANCE.getXSDAttributeUse();
/**
* The meta object literal for the 'Required' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_USE__REQUIRED = eINSTANCE.getXSDAttributeUse_Required();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_USE__VALUE = eINSTANCE.getXSDAttributeUse_Value();
/**
* The meta object literal for the 'Constraint' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_USE__CONSTRAINT = eINSTANCE.getXSDAttributeUse_Constraint();
/**
* The meta object literal for the 'Use' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_USE__USE = eINSTANCE.getXSDAttributeUse_Use();
/**
* The meta object literal for the 'Lexical Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ATTRIBUTE_USE__LEXICAL_VALUE = eINSTANCE.getXSDAttributeUse_LexicalValue();
/**
* The meta object literal for the 'Attribute Declaration' reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_USE__ATTRIBUTE_DECLARATION = eINSTANCE.getXSDAttributeUse_AttributeDeclaration();
/**
* The meta object literal for the 'Content' containment reference feature.
*
*
* @generated
*/
EReference XSD_ATTRIBUTE_USE__CONTENT = eINSTANCE.getXSDAttributeUse_Content();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDBoundedFacetImpl Bounded Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDBoundedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDBoundedFacet()
* @generated
*/
EClass XSD_BOUNDED_FACET = eINSTANCE.getXSDBoundedFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_BOUNDED_FACET__VALUE = eINSTANCE.getXSDBoundedFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDCardinalityFacetImpl Cardinality Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDCardinalityFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCardinalityFacet()
* @generated
*/
EClass XSD_CARDINALITY_FACET = eINSTANCE.getXSDCardinalityFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_CARDINALITY_FACET__VALUE = eINSTANCE.getXSDCardinalityFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDComplexTypeContentImpl Complex Type Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComplexTypeContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexTypeContent()
* @generated
*/
EClass XSD_COMPLEX_TYPE_CONTENT = eINSTANCE.getXSDComplexTypeContent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl Complex Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexTypeDefinition()
* @generated
*/
EClass XSD_COMPLEX_TYPE_DEFINITION = eINSTANCE.getXSDComplexTypeDefinition();
/**
* The meta object literal for the 'Derivation Method' attribute feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__DERIVATION_METHOD = eINSTANCE.getXSDComplexTypeDefinition_DerivationMethod();
/**
* The meta object literal for the 'Final' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__FINAL = eINSTANCE.getXSDComplexTypeDefinition_Final();
/**
* The meta object literal for the 'Abstract' attribute feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__ABSTRACT = eINSTANCE.getXSDComplexTypeDefinition_Abstract();
/**
* The meta object literal for the 'Content Type Category' attribute feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__CONTENT_TYPE_CATEGORY = eINSTANCE.getXSDComplexTypeDefinition_ContentTypeCategory();
/**
* The meta object literal for the 'Prohibited Substitutions' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__PROHIBITED_SUBSTITUTIONS = eINSTANCE.getXSDComplexTypeDefinition_ProhibitedSubstitutions();
/**
* The meta object literal for the 'Lexical Final' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__LEXICAL_FINAL = eINSTANCE.getXSDComplexTypeDefinition_LexicalFinal();
/**
* The meta object literal for the 'Block' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__BLOCK = eINSTANCE.getXSDComplexTypeDefinition_Block();
/**
* The meta object literal for the 'Mixed' attribute feature.
*
*
* @generated
*/
EAttribute XSD_COMPLEX_TYPE_DEFINITION__MIXED = eINSTANCE.getXSDComplexTypeDefinition_Mixed();
/**
* The meta object literal for the 'Content Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__CONTENT_ANNOTATION = eINSTANCE.getXSDComplexTypeDefinition_ContentAnnotation();
/**
* The meta object literal for the 'Base Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__BASE_TYPE_DEFINITION = eINSTANCE.getXSDComplexTypeDefinition_BaseTypeDefinition();
/**
* The meta object literal for the 'Content' containment reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__CONTENT = eINSTANCE.getXSDComplexTypeDefinition_Content();
/**
* The meta object literal for the 'Content Type' reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__CONTENT_TYPE = eINSTANCE.getXSDComplexTypeDefinition_ContentType();
/**
* The meta object literal for the 'Attribute Uses' reference list feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_USES = eINSTANCE.getXSDComplexTypeDefinition_AttributeUses();
/**
* The meta object literal for the 'Attribute Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_CONTENTS = eINSTANCE.getXSDComplexTypeDefinition_AttributeContents();
/**
* The meta object literal for the 'Attribute Wildcard' reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_WILDCARD = eINSTANCE.getXSDComplexTypeDefinition_AttributeWildcard();
/**
* The meta object literal for the 'Attribute Wildcard Content' containment reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__ATTRIBUTE_WILDCARD_CONTENT = eINSTANCE.getXSDComplexTypeDefinition_AttributeWildcardContent();
/**
* The meta object literal for the 'Root Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__ROOT_TYPE_DEFINITION = eINSTANCE.getXSDComplexTypeDefinition_RootTypeDefinition();
/**
* The meta object literal for the 'Synthetic Particle' containment reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__SYNTHETIC_PARTICLE = eINSTANCE.getXSDComplexTypeDefinition_SyntheticParticle();
/**
* The meta object literal for the 'Synthetic Wildcard' containment reference feature.
*
*
* @generated
*/
EReference XSD_COMPLEX_TYPE_DEFINITION__SYNTHETIC_WILDCARD = eINSTANCE.getXSDComplexTypeDefinition_SyntheticWildcard();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDComponentImpl Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComponent()
* @generated
*/
EClass XSD_COMPONENT = eINSTANCE.getXSDComponent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDConcreteComponentImpl Concrete Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDConcreteComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConcreteComponent()
* @generated
*/
EClass XSD_CONCRETE_COMPONENT = eINSTANCE.getXSDConcreteComponent();
/**
* The meta object literal for the 'Element' attribute feature.
*
*
* @generated
*/
EAttribute XSD_CONCRETE_COMPONENT__ELEMENT = eINSTANCE.getXSDConcreteComponent_Element();
/**
* The meta object literal for the 'Container' reference feature.
*
*
* @generated
*/
EReference XSD_CONCRETE_COMPONENT__CONTAINER = eINSTANCE.getXSDConcreteComponent_Container();
/**
* The meta object literal for the 'Root Container' reference feature.
*
*
* @generated
*/
EReference XSD_CONCRETE_COMPONENT__ROOT_CONTAINER = eINSTANCE.getXSDConcreteComponent_RootContainer();
/**
* The meta object literal for the 'Schema' reference feature.
*
*
* @generated
*/
EReference XSD_CONCRETE_COMPONENT__SCHEMA = eINSTANCE.getXSDConcreteComponent_Schema();
/**
* The meta object literal for the 'Diagnostics' containment reference list feature.
*
*
* @generated
*/
EReference XSD_CONCRETE_COMPONENT__DIAGNOSTICS = eINSTANCE.getXSDConcreteComponent_Diagnostics();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDConstrainingFacetImpl Constraining Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDConstrainingFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConstrainingFacet()
* @generated
*/
EClass XSD_CONSTRAINING_FACET = eINSTANCE.getXSDConstrainingFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDDiagnosticImpl Diagnostic}' class.
*
*
* @see org.eclipse.xsd.impl.XSDDiagnosticImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDiagnostic()
* @generated
*/
EClass XSD_DIAGNOSTIC = eINSTANCE.getXSDDiagnostic();
/**
* The meta object literal for the 'Severity' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__SEVERITY = eINSTANCE.getXSDDiagnostic_Severity();
/**
* The meta object literal for the 'Message' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__MESSAGE = eINSTANCE.getXSDDiagnostic_Message();
/**
* The meta object literal for the 'Location URI' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__LOCATION_URI = eINSTANCE.getXSDDiagnostic_LocationURI();
/**
* The meta object literal for the 'Line' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__LINE = eINSTANCE.getXSDDiagnostic_Line();
/**
* The meta object literal for the 'Column' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__COLUMN = eINSTANCE.getXSDDiagnostic_Column();
/**
* The meta object literal for the 'Node' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__NODE = eINSTANCE.getXSDDiagnostic_Node();
/**
* The meta object literal for the 'Annotation URI' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__ANNOTATION_URI = eINSTANCE.getXSDDiagnostic_AnnotationURI();
/**
* The meta object literal for the 'Key' attribute feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__KEY = eINSTANCE.getXSDDiagnostic_Key();
/**
* The meta object literal for the 'Substitutions' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_DIAGNOSTIC__SUBSTITUTIONS = eINSTANCE.getXSDDiagnostic_Substitutions();
/**
* The meta object literal for the 'Components' reference list feature.
*
*
* @generated
*/
EReference XSD_DIAGNOSTIC__COMPONENTS = eINSTANCE.getXSDDiagnostic_Components();
/**
* The meta object literal for the 'Primary Component' reference feature.
*
*
* @generated
*/
EReference XSD_DIAGNOSTIC__PRIMARY_COMPONENT = eINSTANCE.getXSDDiagnostic_PrimaryComponent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDElementDeclarationImpl Element Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDElementDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDElementDeclaration()
* @generated
*/
EClass XSD_ELEMENT_DECLARATION = eINSTANCE.getXSDElementDeclaration();
/**
* The meta object literal for the 'Nillable' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__NILLABLE = eINSTANCE.getXSDElementDeclaration_Nillable();
/**
* The meta object literal for the 'Disallowed Substitutions' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__DISALLOWED_SUBSTITUTIONS = eINSTANCE.getXSDElementDeclaration_DisallowedSubstitutions();
/**
* The meta object literal for the 'Substitution Group Exclusions' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP_EXCLUSIONS = eINSTANCE.getXSDElementDeclaration_SubstitutionGroupExclusions();
/**
* The meta object literal for the 'Abstract' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__ABSTRACT = eINSTANCE.getXSDElementDeclaration_Abstract();
/**
* The meta object literal for the 'Lexical Final' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__LEXICAL_FINAL = eINSTANCE.getXSDElementDeclaration_LexicalFinal();
/**
* The meta object literal for the 'Block' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__BLOCK = eINSTANCE.getXSDElementDeclaration_Block();
/**
* The meta object literal for the 'Element Declaration Reference' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__ELEMENT_DECLARATION_REFERENCE = eINSTANCE.getXSDElementDeclaration_ElementDeclarationReference();
/**
* The meta object literal for the 'Circular' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ELEMENT_DECLARATION__CIRCULAR = eINSTANCE.getXSDElementDeclaration_Circular();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__ANNOTATION = eINSTANCE.getXSDElementDeclaration_Annotation();
/**
* The meta object literal for the 'Anonymous Type Definition' containment reference feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__ANONYMOUS_TYPE_DEFINITION = eINSTANCE.getXSDElementDeclaration_AnonymousTypeDefinition();
/**
* The meta object literal for the 'Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__TYPE_DEFINITION = eINSTANCE.getXSDElementDeclaration_TypeDefinition();
/**
* The meta object literal for the 'Identity Constraint Definitions' containment reference list feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__IDENTITY_CONSTRAINT_DEFINITIONS = eINSTANCE.getXSDElementDeclaration_IdentityConstraintDefinitions();
/**
* The meta object literal for the 'Resolved Element Declaration' reference feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__RESOLVED_ELEMENT_DECLARATION = eINSTANCE.getXSDElementDeclaration_ResolvedElementDeclaration();
/**
* The meta object literal for the 'Substitution Group Affiliation' reference feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP_AFFILIATION = eINSTANCE.getXSDElementDeclaration_SubstitutionGroupAffiliation();
/**
* The meta object literal for the 'Substitution Group' reference list feature.
*
*
* @generated
*/
EReference XSD_ELEMENT_DECLARATION__SUBSTITUTION_GROUP = eINSTANCE.getXSDElementDeclaration_SubstitutionGroup();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDEnumerationFacetImpl Enumeration Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDEnumerationFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDEnumerationFacet()
* @generated
*/
EClass XSD_ENUMERATION_FACET = eINSTANCE.getXSDEnumerationFacet();
/**
* The meta object literal for the 'Value' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_ENUMERATION_FACET__VALUE = eINSTANCE.getXSDEnumerationFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDFacetImpl Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFacet()
* @generated
*/
EClass XSD_FACET = eINSTANCE.getXSDFacet();
/**
* The meta object literal for the 'Lexical Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FACET__LEXICAL_VALUE = eINSTANCE.getXSDFacet_LexicalValue();
/**
* The meta object literal for the 'Facet Name' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FACET__FACET_NAME = eINSTANCE.getXSDFacet_FacetName();
/**
* The meta object literal for the 'Effective Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FACET__EFFECTIVE_VALUE = eINSTANCE.getXSDFacet_EffectiveValue();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_FACET__ANNOTATION = eINSTANCE.getXSDFacet_Annotation();
/**
* The meta object literal for the 'Simple Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_FACET__SIMPLE_TYPE_DEFINITION = eINSTANCE.getXSDFacet_SimpleTypeDefinition();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDFeatureImpl Feature}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFeatureImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFeature()
* @generated
*/
EClass XSD_FEATURE = eINSTANCE.getXSDFeature();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__VALUE = eINSTANCE.getXSDFeature_Value();
/**
* The meta object literal for the 'Constraint' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__CONSTRAINT = eINSTANCE.getXSDFeature_Constraint();
/**
* The meta object literal for the 'Form' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__FORM = eINSTANCE.getXSDFeature_Form();
/**
* The meta object literal for the 'Lexical Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__LEXICAL_VALUE = eINSTANCE.getXSDFeature_LexicalValue();
/**
* The meta object literal for the 'Global' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__GLOBAL = eINSTANCE.getXSDFeature_Global();
/**
* The meta object literal for the 'Feature Reference' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FEATURE__FEATURE_REFERENCE = eINSTANCE.getXSDFeature_FeatureReference();
/**
* The meta object literal for the 'Scope' reference feature.
*
*
* @generated
*/
EReference XSD_FEATURE__SCOPE = eINSTANCE.getXSDFeature_Scope();
/**
* The meta object literal for the 'Resolved Feature' reference feature.
*
*
* @generated
*/
EReference XSD_FEATURE__RESOLVED_FEATURE = eINSTANCE.getXSDFeature_ResolvedFeature();
/**
* The meta object literal for the 'Type' reference feature.
*
*
* @generated
*/
EReference XSD_FEATURE__TYPE = eINSTANCE.getXSDFeature_Type();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDFixedFacetImpl Fixed Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFixedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFixedFacet()
* @generated
*/
EClass XSD_FIXED_FACET = eINSTANCE.getXSDFixedFacet();
/**
* The meta object literal for the 'Fixed' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FIXED_FACET__FIXED = eINSTANCE.getXSDFixedFacet_Fixed();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDFractionDigitsFacetImpl Fraction Digits Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFractionDigitsFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFractionDigitsFacet()
* @generated
*/
EClass XSD_FRACTION_DIGITS_FACET = eINSTANCE.getXSDFractionDigitsFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_FRACTION_DIGITS_FACET__VALUE = eINSTANCE.getXSDFractionDigitsFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDFundamentalFacetImpl Fundamental Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDFundamentalFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDFundamentalFacet()
* @generated
*/
EClass XSD_FUNDAMENTAL_FACET = eINSTANCE.getXSDFundamentalFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDIdentityConstraintDefinitionImpl Identity Constraint Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDIdentityConstraintDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDIdentityConstraintDefinition()
* @generated
*/
EClass XSD_IDENTITY_CONSTRAINT_DEFINITION = eINSTANCE.getXSDIdentityConstraintDefinition();
/**
* The meta object literal for the 'Identity Constraint Category' attribute feature.
*
*
* @generated
*/
EAttribute XSD_IDENTITY_CONSTRAINT_DEFINITION__IDENTITY_CONSTRAINT_CATEGORY = eINSTANCE.getXSDIdentityConstraintDefinition_IdentityConstraintCategory();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_IDENTITY_CONSTRAINT_DEFINITION__ANNOTATION = eINSTANCE.getXSDIdentityConstraintDefinition_Annotation();
/**
* The meta object literal for the 'Referenced Key' reference feature.
*
*
* @generated
*/
EReference XSD_IDENTITY_CONSTRAINT_DEFINITION__REFERENCED_KEY = eINSTANCE.getXSDIdentityConstraintDefinition_ReferencedKey();
/**
* The meta object literal for the 'Selector' containment reference feature.
*
*
* @generated
*/
EReference XSD_IDENTITY_CONSTRAINT_DEFINITION__SELECTOR = eINSTANCE.getXSDIdentityConstraintDefinition_Selector();
/**
* The meta object literal for the 'Fields' containment reference list feature.
*
*
* @generated
*/
EReference XSD_IDENTITY_CONSTRAINT_DEFINITION__FIELDS = eINSTANCE.getXSDIdentityConstraintDefinition_Fields();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDImportImpl Import}' class.
*
*
* @see org.eclipse.xsd.impl.XSDImportImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDImport()
* @generated
*/
EClass XSD_IMPORT = eINSTANCE.getXSDImport();
/**
* The meta object literal for the 'Namespace' attribute feature.
*
*
* @generated
*/
EAttribute XSD_IMPORT__NAMESPACE = eINSTANCE.getXSDImport_Namespace();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_IMPORT__ANNOTATION = eINSTANCE.getXSDImport_Annotation();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDIncludeImpl Include}' class.
*
*
* @see org.eclipse.xsd.impl.XSDIncludeImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDInclude()
* @generated
*/
EClass XSD_INCLUDE = eINSTANCE.getXSDInclude();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_INCLUDE__ANNOTATION = eINSTANCE.getXSDInclude_Annotation();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDLengthFacetImpl Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDLengthFacet()
* @generated
*/
EClass XSD_LENGTH_FACET = eINSTANCE.getXSDLengthFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_LENGTH_FACET__VALUE = eINSTANCE.getXSDLengthFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMaxExclusiveFacetImpl Max Exclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxExclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxExclusiveFacet()
* @generated
*/
EClass XSD_MAX_EXCLUSIVE_FACET = eINSTANCE.getXSDMaxExclusiveFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMaxFacetImpl Max Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxFacet()
* @generated
*/
EClass XSD_MAX_FACET = eINSTANCE.getXSDMaxFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MAX_FACET__VALUE = eINSTANCE.getXSDMaxFacet_Value();
/**
* The meta object literal for the 'Inclusive' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MAX_FACET__INCLUSIVE = eINSTANCE.getXSDMaxFacet_Inclusive();
/**
* The meta object literal for the 'Exclusive' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MAX_FACET__EXCLUSIVE = eINSTANCE.getXSDMaxFacet_Exclusive();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMaxInclusiveFacetImpl Max Inclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxInclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxInclusiveFacet()
* @generated
*/
EClass XSD_MAX_INCLUSIVE_FACET = eINSTANCE.getXSDMaxInclusiveFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMaxLengthFacetImpl Max Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMaxLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMaxLengthFacet()
* @generated
*/
EClass XSD_MAX_LENGTH_FACET = eINSTANCE.getXSDMaxLengthFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MAX_LENGTH_FACET__VALUE = eINSTANCE.getXSDMaxLengthFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMinExclusiveFacetImpl Min Exclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinExclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinExclusiveFacet()
* @generated
*/
EClass XSD_MIN_EXCLUSIVE_FACET = eINSTANCE.getXSDMinExclusiveFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMinFacetImpl Min Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinFacet()
* @generated
*/
EClass XSD_MIN_FACET = eINSTANCE.getXSDMinFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MIN_FACET__VALUE = eINSTANCE.getXSDMinFacet_Value();
/**
* The meta object literal for the 'Inclusive' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MIN_FACET__INCLUSIVE = eINSTANCE.getXSDMinFacet_Inclusive();
/**
* The meta object literal for the 'Exclusive' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MIN_FACET__EXCLUSIVE = eINSTANCE.getXSDMinFacet_Exclusive();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMinInclusiveFacetImpl Min Inclusive Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinInclusiveFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinInclusiveFacet()
* @generated
*/
EClass XSD_MIN_INCLUSIVE_FACET = eINSTANCE.getXSDMinInclusiveFacet();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDMinLengthFacetImpl Min Length Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDMinLengthFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDMinLengthFacet()
* @generated
*/
EClass XSD_MIN_LENGTH_FACET = eINSTANCE.getXSDMinLengthFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MIN_LENGTH_FACET__VALUE = eINSTANCE.getXSDMinLengthFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDModelGroupImpl Model Group}' class.
*
*
* @see org.eclipse.xsd.impl.XSDModelGroupImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDModelGroup()
* @generated
*/
EClass XSD_MODEL_GROUP = eINSTANCE.getXSDModelGroup();
/**
* The meta object literal for the 'Compositor' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MODEL_GROUP__COMPOSITOR = eINSTANCE.getXSDModelGroup_Compositor();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP__ANNOTATION = eINSTANCE.getXSDModelGroup_Annotation();
/**
* The meta object literal for the 'Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP__CONTENTS = eINSTANCE.getXSDModelGroup_Contents();
/**
* The meta object literal for the 'Particles' reference list feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP__PARTICLES = eINSTANCE.getXSDModelGroup_Particles();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDModelGroupDefinitionImpl Model Group Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDModelGroupDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDModelGroupDefinition()
* @generated
*/
EClass XSD_MODEL_GROUP_DEFINITION = eINSTANCE.getXSDModelGroupDefinition();
/**
* The meta object literal for the 'Model Group Definition Reference' attribute feature.
*
*
* @generated
*/
EAttribute XSD_MODEL_GROUP_DEFINITION__MODEL_GROUP_DEFINITION_REFERENCE = eINSTANCE.getXSDModelGroupDefinition_ModelGroupDefinitionReference();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP_DEFINITION__ANNOTATION = eINSTANCE.getXSDModelGroupDefinition_Annotation();
/**
* The meta object literal for the 'Model Group' containment reference feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP_DEFINITION__MODEL_GROUP = eINSTANCE.getXSDModelGroupDefinition_ModelGroup();
/**
* The meta object literal for the 'Resolved Model Group Definition' reference feature.
*
*
* @generated
*/
EReference XSD_MODEL_GROUP_DEFINITION__RESOLVED_MODEL_GROUP_DEFINITION = eINSTANCE.getXSDModelGroupDefinition_ResolvedModelGroupDefinition();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDNamedComponentImpl Named Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNamedComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNamedComponent()
* @generated
*/
EClass XSD_NAMED_COMPONENT = eINSTANCE.getXSDNamedComponent();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__NAME = eINSTANCE.getXSDNamedComponent_Name();
/**
* The meta object literal for the 'Target Namespace' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__TARGET_NAMESPACE = eINSTANCE.getXSDNamedComponent_TargetNamespace();
/**
* The meta object literal for the 'Alias Name' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__ALIAS_NAME = eINSTANCE.getXSDNamedComponent_AliasName();
/**
* The meta object literal for the 'URI' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__URI = eINSTANCE.getXSDNamedComponent_URI();
/**
* The meta object literal for the 'Alias URI' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__ALIAS_URI = eINSTANCE.getXSDNamedComponent_AliasURI();
/**
* The meta object literal for the 'QName' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NAMED_COMPONENT__QNAME = eINSTANCE.getXSDNamedComponent_QName();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDNotationDeclarationImpl Notation Declaration}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNotationDeclarationImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNotationDeclaration()
* @generated
*/
EClass XSD_NOTATION_DECLARATION = eINSTANCE.getXSDNotationDeclaration();
/**
* The meta object literal for the 'System Identifier' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NOTATION_DECLARATION__SYSTEM_IDENTIFIER = eINSTANCE.getXSDNotationDeclaration_SystemIdentifier();
/**
* The meta object literal for the 'Public Identifier' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NOTATION_DECLARATION__PUBLIC_IDENTIFIER = eINSTANCE.getXSDNotationDeclaration_PublicIdentifier();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_NOTATION_DECLARATION__ANNOTATION = eINSTANCE.getXSDNotationDeclaration_Annotation();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDNumericFacetImpl Numeric Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDNumericFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNumericFacet()
* @generated
*/
EClass XSD_NUMERIC_FACET = eINSTANCE.getXSDNumericFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_NUMERIC_FACET__VALUE = eINSTANCE.getXSDNumericFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDOrderedFacetImpl Ordered Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDOrderedFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDOrderedFacet()
* @generated
*/
EClass XSD_ORDERED_FACET = eINSTANCE.getXSDOrderedFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_ORDERED_FACET__VALUE = eINSTANCE.getXSDOrderedFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDParticleImpl Particle}' class.
*
*
* @see org.eclipse.xsd.impl.XSDParticleImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDParticle()
* @generated
*/
EClass XSD_PARTICLE = eINSTANCE.getXSDParticle();
/**
* The meta object literal for the 'Min Occurs' attribute feature.
*
*
* @generated
*/
EAttribute XSD_PARTICLE__MIN_OCCURS = eINSTANCE.getXSDParticle_MinOccurs();
/**
* The meta object literal for the 'Max Occurs' attribute feature.
*
*
* @generated
*/
EAttribute XSD_PARTICLE__MAX_OCCURS = eINSTANCE.getXSDParticle_MaxOccurs();
/**
* The meta object literal for the 'Content' containment reference feature.
*
*
* @generated
*/
EReference XSD_PARTICLE__CONTENT = eINSTANCE.getXSDParticle_Content();
/**
* The meta object literal for the 'Term' reference feature.
*
*
* @generated
*/
EReference XSD_PARTICLE__TERM = eINSTANCE.getXSDParticle_Term();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDParticleContentImpl Particle Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDParticleContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDParticleContent()
* @generated
*/
EClass XSD_PARTICLE_CONTENT = eINSTANCE.getXSDParticleContent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDPatternFacetImpl Pattern Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDPatternFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDPatternFacet()
* @generated
*/
EClass XSD_PATTERN_FACET = eINSTANCE.getXSDPatternFacet();
/**
* The meta object literal for the 'Value' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_PATTERN_FACET__VALUE = eINSTANCE.getXSDPatternFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDRedefinableComponentImpl Redefinable Component}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefinableComponentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefinableComponent()
* @generated
*/
EClass XSD_REDEFINABLE_COMPONENT = eINSTANCE.getXSDRedefinableComponent();
/**
* The meta object literal for the 'Circular' attribute feature.
*
*
* @generated
*/
EAttribute XSD_REDEFINABLE_COMPONENT__CIRCULAR = eINSTANCE.getXSDRedefinableComponent_Circular();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDRedefineContentImpl Redefine Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefineContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefineContent()
* @generated
*/
EClass XSD_REDEFINE_CONTENT = eINSTANCE.getXSDRedefineContent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDRedefineImpl Redefine}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRedefineImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRedefine()
* @generated
*/
EClass XSD_REDEFINE = eINSTANCE.getXSDRedefine();
/**
* The meta object literal for the 'Annotations' reference list feature.
*
*
* @generated
*/
EReference XSD_REDEFINE__ANNOTATIONS = eINSTANCE.getXSDRedefine_Annotations();
/**
* The meta object literal for the 'Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_REDEFINE__CONTENTS = eINSTANCE.getXSDRedefine_Contents();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDRepeatableFacetImpl Repeatable Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDRepeatableFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDRepeatableFacet()
* @generated
*/
EClass XSD_REPEATABLE_FACET = eINSTANCE.getXSDRepeatableFacet();
/**
* The meta object literal for the 'Annotations' reference list feature.
*
*
* @generated
*/
EReference XSD_REPEATABLE_FACET__ANNOTATIONS = eINSTANCE.getXSDRepeatableFacet_Annotations();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDSchemaImpl Schema}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchema()
* @generated
*/
EClass XSD_SCHEMA = eINSTANCE.getXSDSchema();
/**
* The meta object literal for the 'Document' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__DOCUMENT = eINSTANCE.getXSDSchema_Document();
/**
* The meta object literal for the 'Schema Location' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__SCHEMA_LOCATION = eINSTANCE.getXSDSchema_SchemaLocation();
/**
* The meta object literal for the 'Target Namespace' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__TARGET_NAMESPACE = eINSTANCE.getXSDSchema_TargetNamespace();
/**
* The meta object literal for the 'Attribute Form Default' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__ATTRIBUTE_FORM_DEFAULT = eINSTANCE.getXSDSchema_AttributeFormDefault();
/**
* The meta object literal for the 'Element Form Default' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__ELEMENT_FORM_DEFAULT = eINSTANCE.getXSDSchema_ElementFormDefault();
/**
* The meta object literal for the 'Final Default' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__FINAL_DEFAULT = eINSTANCE.getXSDSchema_FinalDefault();
/**
* The meta object literal for the 'Block Default' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__BLOCK_DEFAULT = eINSTANCE.getXSDSchema_BlockDefault();
/**
* The meta object literal for the 'Version' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA__VERSION = eINSTANCE.getXSDSchema_Version();
/**
* The meta object literal for the 'Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__CONTENTS = eINSTANCE.getXSDSchema_Contents();
/**
* The meta object literal for the 'Element Declarations' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ELEMENT_DECLARATIONS = eINSTANCE.getXSDSchema_ElementDeclarations();
/**
* The meta object literal for the 'Attribute Declarations' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ATTRIBUTE_DECLARATIONS = eINSTANCE.getXSDSchema_AttributeDeclarations();
/**
* The meta object literal for the 'Attribute Group Definitions' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ATTRIBUTE_GROUP_DEFINITIONS = eINSTANCE.getXSDSchema_AttributeGroupDefinitions();
/**
* The meta object literal for the 'Type Definitions' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__TYPE_DEFINITIONS = eINSTANCE.getXSDSchema_TypeDefinitions();
/**
* The meta object literal for the 'Model Group Definitions' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__MODEL_GROUP_DEFINITIONS = eINSTANCE.getXSDSchema_ModelGroupDefinitions();
/**
* The meta object literal for the 'Identity Constraint Definitions' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__IDENTITY_CONSTRAINT_DEFINITIONS = eINSTANCE.getXSDSchema_IdentityConstraintDefinitions();
/**
* The meta object literal for the 'Notation Declarations' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__NOTATION_DECLARATIONS = eINSTANCE.getXSDSchema_NotationDeclarations();
/**
* The meta object literal for the 'Annotations' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ANNOTATIONS = eINSTANCE.getXSDSchema_Annotations();
/**
* The meta object literal for the 'All Diagnostics' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ALL_DIAGNOSTICS = eINSTANCE.getXSDSchema_AllDiagnostics();
/**
* The meta object literal for the 'Referencing Directives' reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__REFERENCING_DIRECTIVES = eINSTANCE.getXSDSchema_ReferencingDirectives();
/**
* The meta object literal for the 'Root Version' reference feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ROOT_VERSION = eINSTANCE.getXSDSchema_RootVersion();
/**
* The meta object literal for the 'Original Version' reference feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__ORIGINAL_VERSION = eINSTANCE.getXSDSchema_OriginalVersion();
/**
* The meta object literal for the 'Incorporated Versions' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__INCORPORATED_VERSIONS = eINSTANCE.getXSDSchema_IncorporatedVersions();
/**
* The meta object literal for the 'Schema For Schema' reference feature.
*
*
* @generated
*/
EReference XSD_SCHEMA__SCHEMA_FOR_SCHEMA = eINSTANCE.getXSDSchema_SchemaForSchema();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDSchemaCompositorImpl Schema Compositor}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaCompositorImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaCompositor()
* @generated
*/
EClass XSD_SCHEMA_COMPOSITOR = eINSTANCE.getXSDSchemaCompositor();
/**
* The meta object literal for the 'Incorporated Schema' reference feature.
*
*
* @generated
*/
EReference XSD_SCHEMA_COMPOSITOR__INCORPORATED_SCHEMA = eINSTANCE.getXSDSchemaCompositor_IncorporatedSchema();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDSchemaContentImpl Schema Content}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaContentImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaContent()
* @generated
*/
EClass XSD_SCHEMA_CONTENT = eINSTANCE.getXSDSchemaContent();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDSchemaDirectiveImpl Schema Directive}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSchemaDirectiveImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSchemaDirective()
* @generated
*/
EClass XSD_SCHEMA_DIRECTIVE = eINSTANCE.getXSDSchemaDirective();
/**
* The meta object literal for the 'Schema Location' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SCHEMA_DIRECTIVE__SCHEMA_LOCATION = eINSTANCE.getXSDSchemaDirective_SchemaLocation();
/**
* The meta object literal for the 'Resolved Schema' reference feature.
*
*
* @generated
*/
EReference XSD_SCHEMA_DIRECTIVE__RESOLVED_SCHEMA = eINSTANCE.getXSDSchemaDirective_ResolvedSchema();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDScopeImpl Scope}' class.
*
*
* @see org.eclipse.xsd.impl.XSDScopeImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDScope()
* @generated
*/
EClass XSD_SCOPE = eINSTANCE.getXSDScope();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl Simple Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSimpleTypeDefinition()
* @generated
*/
EClass XSD_SIMPLE_TYPE_DEFINITION = eINSTANCE.getXSDSimpleTypeDefinition();
/**
* The meta object literal for the 'Variety' attribute feature.
*
*
* @generated
*/
EAttribute XSD_SIMPLE_TYPE_DEFINITION__VARIETY = eINSTANCE.getXSDSimpleTypeDefinition_Variety();
/**
* The meta object literal for the 'Final' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_SIMPLE_TYPE_DEFINITION__FINAL = eINSTANCE.getXSDSimpleTypeDefinition_Final();
/**
* The meta object literal for the 'Lexical Final' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_SIMPLE_TYPE_DEFINITION__LEXICAL_FINAL = eINSTANCE.getXSDSimpleTypeDefinition_LexicalFinal();
/**
* The meta object literal for the 'Valid Facets' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_SIMPLE_TYPE_DEFINITION__VALID_FACETS = eINSTANCE.getXSDSimpleTypeDefinition_ValidFacets();
/**
* The meta object literal for the 'Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__CONTENTS = eINSTANCE.getXSDSimpleTypeDefinition_Contents();
/**
* The meta object literal for the 'Facet Contents' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__FACET_CONTENTS = eINSTANCE.getXSDSimpleTypeDefinition_FacetContents();
/**
* The meta object literal for the 'Facets' reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__FACETS = eINSTANCE.getXSDSimpleTypeDefinition_Facets();
/**
* The meta object literal for the 'Member Type Definitions' reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MEMBER_TYPE_DEFINITIONS = eINSTANCE.getXSDSimpleTypeDefinition_MemberTypeDefinitions();
/**
* The meta object literal for the 'Fundamental Facets' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__FUNDAMENTAL_FACETS = eINSTANCE.getXSDSimpleTypeDefinition_FundamentalFacets();
/**
* The meta object literal for the 'Base Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__BASE_TYPE_DEFINITION = eINSTANCE.getXSDSimpleTypeDefinition_BaseTypeDefinition();
/**
* The meta object literal for the 'Primitive Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__PRIMITIVE_TYPE_DEFINITION = eINSTANCE.getXSDSimpleTypeDefinition_PrimitiveTypeDefinition();
/**
* The meta object literal for the 'Item Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__ITEM_TYPE_DEFINITION = eINSTANCE.getXSDSimpleTypeDefinition_ItemTypeDefinition();
/**
* The meta object literal for the 'Root Type Definition' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__ROOT_TYPE_DEFINITION = eINSTANCE.getXSDSimpleTypeDefinition_RootTypeDefinition();
/**
* The meta object literal for the 'Min Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MIN_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MinFacet();
/**
* The meta object literal for the 'Max Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MAX_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MaxFacet();
/**
* The meta object literal for the 'Max Inclusive Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MAX_INCLUSIVE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MaxInclusiveFacet();
/**
* The meta object literal for the 'Min Inclusive Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MIN_INCLUSIVE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MinInclusiveFacet();
/**
* The meta object literal for the 'Min Exclusive Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MIN_EXCLUSIVE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MinExclusiveFacet();
/**
* The meta object literal for the 'Max Exclusive Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MAX_EXCLUSIVE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MaxExclusiveFacet();
/**
* The meta object literal for the 'Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_LengthFacet();
/**
* The meta object literal for the 'White Space Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__WHITE_SPACE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_WhiteSpaceFacet();
/**
* The meta object literal for the 'Enumeration Facets' reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__ENUMERATION_FACETS = eINSTANCE.getXSDSimpleTypeDefinition_EnumerationFacets();
/**
* The meta object literal for the 'Pattern Facets' reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__PATTERN_FACETS = eINSTANCE.getXSDSimpleTypeDefinition_PatternFacets();
/**
* The meta object literal for the 'Cardinality Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__CARDINALITY_FACET = eINSTANCE.getXSDSimpleTypeDefinition_CardinalityFacet();
/**
* The meta object literal for the 'Numeric Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__NUMERIC_FACET = eINSTANCE.getXSDSimpleTypeDefinition_NumericFacet();
/**
* The meta object literal for the 'Max Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MAX_LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MaxLengthFacet();
/**
* The meta object literal for the 'Min Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__MIN_LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_MinLengthFacet();
/**
* The meta object literal for the 'Total Digits Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__TOTAL_DIGITS_FACET = eINSTANCE.getXSDSimpleTypeDefinition_TotalDigitsFacet();
/**
* The meta object literal for the 'Fraction Digits Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__FRACTION_DIGITS_FACET = eINSTANCE.getXSDSimpleTypeDefinition_FractionDigitsFacet();
/**
* The meta object literal for the 'Ordered Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__ORDERED_FACET = eINSTANCE.getXSDSimpleTypeDefinition_OrderedFacet();
/**
* The meta object literal for the 'Bounded Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__BOUNDED_FACET = eINSTANCE.getXSDSimpleTypeDefinition_BoundedFacet();
/**
* The meta object literal for the 'Effective Max Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MAX_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveMaxFacet();
/**
* The meta object literal for the 'Effective White Space Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_WHITE_SPACE_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveWhiteSpaceFacet();
/**
* The meta object literal for the 'Effective Max Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MAX_LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveMaxLengthFacet();
/**
* The meta object literal for the 'Effective Fraction Digits Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_FRACTION_DIGITS_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveFractionDigitsFacet();
/**
* The meta object literal for the 'Effective Pattern Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_PATTERN_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectivePatternFacet();
/**
* The meta object literal for the 'Effective Enumeration Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_ENUMERATION_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveEnumerationFacet();
/**
* The meta object literal for the 'Effective Total Digits Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_TOTAL_DIGITS_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveTotalDigitsFacet();
/**
* The meta object literal for the 'Effective Min Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MIN_LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveMinLengthFacet();
/**
* The meta object literal for the 'Effective Length Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_LENGTH_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveLengthFacet();
/**
* The meta object literal for the 'Effective Min Facet' reference feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__EFFECTIVE_MIN_FACET = eINSTANCE.getXSDSimpleTypeDefinition_EffectiveMinFacet();
/**
* The meta object literal for the 'Synthetic Facets' containment reference list feature.
*
*
* @generated
*/
EReference XSD_SIMPLE_TYPE_DEFINITION__SYNTHETIC_FACETS = eINSTANCE.getXSDSimpleTypeDefinition_SyntheticFacets();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDTermImpl Term}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTermImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTerm()
* @generated
*/
EClass XSD_TERM = eINSTANCE.getXSDTerm();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDTotalDigitsFacetImpl Total Digits Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTotalDigitsFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTotalDigitsFacet()
* @generated
*/
EClass XSD_TOTAL_DIGITS_FACET = eINSTANCE.getXSDTotalDigitsFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_TOTAL_DIGITS_FACET__VALUE = eINSTANCE.getXSDTotalDigitsFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDTypeDefinitionImpl Type Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDTypeDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDTypeDefinition()
* @generated
*/
EClass XSD_TYPE_DEFINITION = eINSTANCE.getXSDTypeDefinition();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__ANNOTATION = eINSTANCE.getXSDTypeDefinition_Annotation();
/**
* The meta object literal for the 'Derivation Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__DERIVATION_ANNOTATION = eINSTANCE.getXSDTypeDefinition_DerivationAnnotation();
/**
* The meta object literal for the 'Annotations' reference list feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__ANNOTATIONS = eINSTANCE.getXSDTypeDefinition_Annotations();
/**
* The meta object literal for the 'Root Type' reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__ROOT_TYPE = eINSTANCE.getXSDTypeDefinition_RootType();
/**
* The meta object literal for the 'Base Type' reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__BASE_TYPE = eINSTANCE.getXSDTypeDefinition_BaseType();
/**
* The meta object literal for the 'Simple Type' reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__SIMPLE_TYPE = eINSTANCE.getXSDTypeDefinition_SimpleType();
/**
* The meta object literal for the 'Complex Type' reference feature.
*
*
* @generated
*/
EReference XSD_TYPE_DEFINITION__COMPLEX_TYPE = eINSTANCE.getXSDTypeDefinition_ComplexType();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDWhiteSpaceFacetImpl White Space Facet}' class.
*
*
* @see org.eclipse.xsd.impl.XSDWhiteSpaceFacetImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWhiteSpaceFacet()
* @generated
*/
EClass XSD_WHITE_SPACE_FACET = eINSTANCE.getXSDWhiteSpaceFacet();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_WHITE_SPACE_FACET__VALUE = eINSTANCE.getXSDWhiteSpaceFacet_Value();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDWildcardImpl Wildcard}' class.
*
*
* @see org.eclipse.xsd.impl.XSDWildcardImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWildcard()
* @generated
*/
EClass XSD_WILDCARD = eINSTANCE.getXSDWildcard();
/**
* The meta object literal for the 'Namespace Constraint Category' attribute feature.
*
*
* @generated
*/
EAttribute XSD_WILDCARD__NAMESPACE_CONSTRAINT_CATEGORY = eINSTANCE.getXSDWildcard_NamespaceConstraintCategory();
/**
* The meta object literal for the 'Namespace Constraint' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_WILDCARD__NAMESPACE_CONSTRAINT = eINSTANCE.getXSDWildcard_NamespaceConstraint();
/**
* The meta object literal for the 'Process Contents' attribute feature.
*
*
* @generated
*/
EAttribute XSD_WILDCARD__PROCESS_CONTENTS = eINSTANCE.getXSDWildcard_ProcessContents();
/**
* The meta object literal for the 'Lexical Namespace Constraint' attribute list feature.
*
*
* @generated
*/
EAttribute XSD_WILDCARD__LEXICAL_NAMESPACE_CONSTRAINT = eINSTANCE.getXSDWildcard_LexicalNamespaceConstraint();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_WILDCARD__ANNOTATION = eINSTANCE.getXSDWildcard_Annotation();
/**
* The meta object literal for the 'Annotations' reference list feature.
*
*
* @generated
*/
EReference XSD_WILDCARD__ANNOTATIONS = eINSTANCE.getXSDWildcard_Annotations();
/**
* The meta object literal for the '{@link org.eclipse.xsd.impl.XSDXPathDefinitionImpl XPath Definition}' class.
*
*
* @see org.eclipse.xsd.impl.XSDXPathDefinitionImpl
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDXPathDefinition()
* @generated
*/
EClass XSD_XPATH_DEFINITION = eINSTANCE.getXSDXPathDefinition();
/**
* The meta object literal for the 'Variety' attribute feature.
*
*
* @generated
*/
EAttribute XSD_XPATH_DEFINITION__VARIETY = eINSTANCE.getXSDXPathDefinition_Variety();
/**
* The meta object literal for the 'Value' attribute feature.
*
*
* @generated
*/
EAttribute XSD_XPATH_DEFINITION__VALUE = eINSTANCE.getXSDXPathDefinition_Value();
/**
* The meta object literal for the 'Annotation' containment reference feature.
*
*
* @generated
*/
EReference XSD_XPATH_DEFINITION__ANNOTATION = eINSTANCE.getXSDXPathDefinition_Annotation();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDAttributeUseCategory Attribute Use Category}' enum.
*
*
* @see org.eclipse.xsd.XSDAttributeUseCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDAttributeUseCategory()
* @generated
*/
EEnum XSD_ATTRIBUTE_USE_CATEGORY = eINSTANCE.getXSDAttributeUseCategory();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDCardinality Cardinality}' enum.
*
*
* @see org.eclipse.xsd.XSDCardinality
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCardinality()
* @generated
*/
EEnum XSD_CARDINALITY = eINSTANCE.getXSDCardinality();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDComplexFinal Complex Final}' enum.
*
*
* @see org.eclipse.xsd.XSDComplexFinal
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDComplexFinal()
* @generated
*/
EEnum XSD_COMPLEX_FINAL = eINSTANCE.getXSDComplexFinal();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDCompositor Compositor}' enum.
*
*
* @see org.eclipse.xsd.XSDCompositor
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDCompositor()
* @generated
*/
EEnum XSD_COMPOSITOR = eINSTANCE.getXSDCompositor();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDConstraint Constraint}' enum.
*
*
* @see org.eclipse.xsd.XSDConstraint
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDConstraint()
* @generated
*/
EEnum XSD_CONSTRAINT = eINSTANCE.getXSDConstraint();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDContentTypeCategory Content Type Category}' enum.
*
*
* @see org.eclipse.xsd.XSDContentTypeCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDContentTypeCategory()
* @generated
*/
EEnum XSD_CONTENT_TYPE_CATEGORY = eINSTANCE.getXSDContentTypeCategory();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDDerivationMethod Derivation Method}' enum.
*
*
* @see org.eclipse.xsd.XSDDerivationMethod
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDerivationMethod()
* @generated
*/
EEnum XSD_DERIVATION_METHOD = eINSTANCE.getXSDDerivationMethod();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDDiagnosticSeverity Diagnostic Severity}' enum.
*
*
* @see org.eclipse.xsd.XSDDiagnosticSeverity
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDiagnosticSeverity()
* @generated
*/
EEnum XSD_DIAGNOSTIC_SEVERITY = eINSTANCE.getXSDDiagnosticSeverity();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDDisallowedSubstitutions Disallowed Substitutions}' enum.
*
*
* @see org.eclipse.xsd.XSDDisallowedSubstitutions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDDisallowedSubstitutions()
* @generated
*/
EEnum XSD_DISALLOWED_SUBSTITUTIONS = eINSTANCE.getXSDDisallowedSubstitutions();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDForm Form}' enum.
*
*
* @see org.eclipse.xsd.XSDForm
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDForm()
* @generated
*/
EEnum XSD_FORM = eINSTANCE.getXSDForm();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDIdentityConstraintCategory Identity Constraint Category}' enum.
*
*
* @see org.eclipse.xsd.XSDIdentityConstraintCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDIdentityConstraintCategory()
* @generated
*/
EEnum XSD_IDENTITY_CONSTRAINT_CATEGORY = eINSTANCE.getXSDIdentityConstraintCategory();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDNamespaceConstraintCategory Namespace Constraint Category}' enum.
*
*
* @see org.eclipse.xsd.XSDNamespaceConstraintCategory
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDNamespaceConstraintCategory()
* @generated
*/
EEnum XSD_NAMESPACE_CONSTRAINT_CATEGORY = eINSTANCE.getXSDNamespaceConstraintCategory();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDOrdered Ordered}' enum.
*
*
* @see org.eclipse.xsd.XSDOrdered
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDOrdered()
* @generated
*/
EEnum XSD_ORDERED = eINSTANCE.getXSDOrdered();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDProcessContents Process Contents}' enum.
*
*
* @see org.eclipse.xsd.XSDProcessContents
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDProcessContents()
* @generated
*/
EEnum XSD_PROCESS_CONTENTS = eINSTANCE.getXSDProcessContents();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDProhibitedSubstitutions Prohibited Substitutions}' enum.
*
*
* @see org.eclipse.xsd.XSDProhibitedSubstitutions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDProhibitedSubstitutions()
* @generated
*/
EEnum XSD_PROHIBITED_SUBSTITUTIONS = eINSTANCE.getXSDProhibitedSubstitutions();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDSimpleFinal Simple Final}' enum.
*
*
* @see org.eclipse.xsd.XSDSimpleFinal
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSimpleFinal()
* @generated
*/
EEnum XSD_SIMPLE_FINAL = eINSTANCE.getXSDSimpleFinal();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDSubstitutionGroupExclusions Substitution Group Exclusions}' enum.
*
*
* @see org.eclipse.xsd.XSDSubstitutionGroupExclusions
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDSubstitutionGroupExclusions()
* @generated
*/
EEnum XSD_SUBSTITUTION_GROUP_EXCLUSIONS = eINSTANCE.getXSDSubstitutionGroupExclusions();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDVariety Variety}' enum.
*
*
* @see org.eclipse.xsd.XSDVariety
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDVariety()
* @generated
*/
EEnum XSD_VARIETY = eINSTANCE.getXSDVariety();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDWhiteSpace White Space}' enum.
*
*
* @see org.eclipse.xsd.XSDWhiteSpace
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDWhiteSpace()
* @generated
*/
EEnum XSD_WHITE_SPACE = eINSTANCE.getXSDWhiteSpace();
/**
* The meta object literal for the '{@link org.eclipse.xsd.XSDXPathVariety XPath Variety}' enum.
*
*
* @see org.eclipse.xsd.XSDXPathVariety
* @see org.eclipse.xsd.impl.XSDPackageImpl#getXSDXPathVariety()
* @generated
*/
EEnum XSD_XPATH_VARIETY = eINSTANCE.getXSDXPathVariety();
/**
* The meta object literal for the 'DOM Attr' data type.
*
*
* @see org.w3c.dom.Attr
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMAttr()
* @generated
*/
EDataType DOM_ATTR = eINSTANCE.getDOMAttr();
/**
* The meta object literal for the 'DOM Document' data type.
*
*
* @see org.w3c.dom.Document
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMDocument()
* @generated
*/
EDataType DOM_DOCUMENT = eINSTANCE.getDOMDocument();
/**
* The meta object literal for the 'DOM Element' data type.
*
*
* @see org.w3c.dom.Element
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMElement()
* @generated
*/
EDataType DOM_ELEMENT = eINSTANCE.getDOMElement();
/**
* The meta object literal for the 'DOM Node' data type.
*
*
* @see org.w3c.dom.Node
* @see org.eclipse.xsd.impl.XSDPackageImpl#getDOMNode()
* @generated
*/
EDataType DOM_NODE = eINSTANCE.getDOMNode();
/**
* The meta object literal for the 'Value' data type.
*
*
* @see java.lang.Object
* @see org.eclipse.xsd.impl.XSDPackageImpl#getValue()
* @generated
*/
EDataType VALUE = eINSTANCE.getValue();
}
} //XSDPackage