Interface OpenAttrs

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
All, Annotated, AnnotationType, AnyType, Attribute, AttributeGroup, AttributeGroupRef, ComplexContentType, ComplexRestrictionType, ComplexType, Element, ExplicitGroup, ExtensionType, Facet, FieldType, Group, GroupRef, ImportType, IncludeType, Keybase, KeyrefType, ListType, LocalComplexType, LocalElement, LocalSimpleType, NamedAttributeGroup, NamedGroup, NarrowMaxMin, NoFixedFacet, NotationType, NumFacet, PatternType, RealGroup, RedefineType, RestrictionType, RestrictionType1, SchemaType, SelectorType, SimpleContentType, SimpleExplicitGroup, SimpleExtensionType, SimpleRestrictionType, SimpleType, TopLevelAttribute, TopLevelComplexType, TopLevelElement, TopLevelSimpleType, TotalDigitsType, UnionType, WhiteSpaceType, Wildcard
All Known Implementing Classes:
AllImpl, AnnotatedImpl, AnnotationTypeImpl, AnyTypeImpl, AttributeGroupImpl, AttributeGroupRefImpl, AttributeImpl, ComplexContentTypeImpl, ComplexRestrictionTypeImpl, ComplexTypeImpl, ElementImpl, ExplicitGroupImpl, ExtensionTypeImpl, FacetImpl, FieldTypeImpl, GroupImpl, GroupRefImpl, ImportTypeImpl, IncludeTypeImpl, KeybaseImpl, KeyrefTypeImpl, ListTypeImpl, LocalComplexTypeImpl, LocalElementImpl, LocalSimpleTypeImpl, NamedAttributeGroupImpl, NamedGroupImpl, NarrowMaxMinImpl, NoFixedFacetImpl, NotationTypeImpl, NumFacetImpl, OpenAttrsImpl, PatternTypeImpl, RealGroupImpl, RedefineTypeImpl, RestrictionType1Impl, RestrictionTypeImpl, SchemaTypeImpl, SelectorTypeImpl, SimpleContentTypeImpl, SimpleExplicitGroupImpl, SimpleExtensionTypeImpl, SimpleRestrictionTypeImpl, SimpleTypeImpl, TopLevelAttributeImpl, TopLevelComplexTypeImpl, TopLevelElementImpl, TopLevelSimpleTypeImpl, TotalDigitsTypeImpl, UnionTypeImpl, WhiteSpaceTypeImpl, WildcardImpl

public interface OpenAttrs extends EObject
A representation of the model object 'Open Attrs'. This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    FeatureMap
    Returns the value of the 'Any Attribute' attribute list.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getAnyAttribute

      FeatureMap getAnyAttribute()
      Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.
      Returns:
      the value of the 'Any Attribute' attribute list.
      See Also: