public interface XSDSchemaDirective extends XSDSchemaContent
Import
',
'Include
' and
'Redefine
'.
The following features are supported:
XSDPackage.getXSDSchemaDirective()
Modifier and Type | Method and Description |
---|---|
XSDSchema |
getResolvedSchema()
Returns the value of the 'Resolved Schema' reference.
|
java.lang.String |
getSchemaLocation()
Returns the value of the 'Schema Location' attribute.
|
void |
setResolvedSchema(XSDSchema value)
Sets the value of the '
Resolved Schema ' reference. |
void |
setSchemaLocation(java.lang.String value)
Sets the value of the '
Schema Location ' attribute. |
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
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
java.lang.String getSchemaLocation()
This concrete attribute represents the value of the
import schemaLocation,
include schemaLocation, or
redefine schemaLocation attribute.
It is used in conjunction with the schema's location
,
to compute the resolved schema
.
XSDSchema.getSchemaLocation()
,
getResolvedSchema()
,
setSchemaLocation(String)
,
XSDPackage.getXSDSchemaDirective_SchemaLocation()
void setSchemaLocation(java.lang.String value)
Schema Location
' attribute.
value
- the new value of the 'Schema Location' attribute.getSchemaLocation()
XSDSchema getResolvedSchema()
This represents the actual schema resolved by the 'Schema Location
' attribute.
getSchemaLocation()
,
setResolvedSchema(XSDSchema)
,
XSDPackage.getXSDSchemaDirective_ResolvedSchema()
void setResolvedSchema(XSDSchema value)
Resolved Schema
' reference.
value
- the new value of the 'Resolved Schema' reference.getResolvedSchema()