org.eclipse.xsd
Interface XSDSchemaContent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XSDConcreteComponent
All Known Subinterfaces:
XSDAnnotation, XSDAttributeDeclaration, XSDAttributeGroupDefinition, XSDComplexTypeDefinition, XSDElementDeclaration, XSDImport, XSDInclude, XSDModelGroupDefinition, XSDNotationDeclaration, XSDRedefinableComponent, XSDRedefine, XSDRedefineContent, XSDSchemaCompositor, XSDSchemaDirective, XSDSimpleTypeDefinition, XSDTypeDefinition
All Known Implementing Classes:
XSDAnnotationImpl, XSDAttributeDeclarationImpl, XSDAttributeGroupDefinitionImpl, XSDComplexTypeDefinitionImpl, XSDElementDeclarationImpl, XSDImportImpl, XSDIncludeImpl, XSDModelGroupDefinitionImpl, XSDNotationDeclarationImpl, XSDRedefinableComponentImpl, XSDRedefineContentImpl, XSDRedefineImpl, XSDSchemaCompositorImpl, XSDSchemaContentImpl, XSDSchemaDirectiveImpl, XSDSimpleTypeDefinitionImpl, XSDTypeDefinitionImpl

public interface XSDSchemaContent
extends XSDConcreteComponent

A representation of the model object 'Schema Content'. It is used to represent the types of objects returned by XSDSchema.getContents().

See Also:
XSDPackage.getXSDSchemaContent()

Method Summary
 
Methods inherited from interface org.eclipse.xsd.XSDConcreteComponent
clearDiagnostics, cloneConcreteComponent, contains, elementAttributesChanged, elementChanged, elementContentsChanged, getComponentsWithApplicationInformation, getComponentsWithUserInformation, getContainer, getDiagnostics, getElement, getRootContainer, getSchema, resolveAttributeDeclaration, resolveAttributeDeclaration, resolveAttributeDeclarationURI, resolveAttributeGroupDefinition, resolveAttributeGroupDefinition, resolveAttributeGroupDefinitionURI, resolveComplexTypeDefinition, resolveComplexTypeDefinition, resolveComplexTypeDefinitionURI, resolveElementDeclaration, resolveElementDeclaration, resolveElementDeclarationURI, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinitionURI, resolveModelGroupDefinition, resolveModelGroupDefinition, resolveModelGroupDefinitionURI, resolveNotationDeclaration, resolveNotationDeclaration, resolveNotationDeclarationURI, resolveSimpleTypeDefinition, resolveSimpleTypeDefinition, resolveSimpleTypeDefinitionURI, resolveTypeDefinition, resolveTypeDefinition, resolveTypeDefinitionURI, setElement, updateElement, updateElement, validate
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.