Package org.w3._2001.schema
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:
SchemaPackage.getOpenAttrs()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list.
-
-
-
Method Detail
-
getAnyAttribute
FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Any Attribute' attribute list.
- See Also:
SchemaPackage.getOpenAttrs_AnyAttribute()
-
-