public interface SchemaAttributeGroup extends SchemaComponent, SchemaAnnotated
An attribute group is a syntactic construct, not a part of the logical model. For example, types declared within an attribute group become local to the type that uses the group - they're not local to the attribute group itself. Therefore in the logical model of a schema type system, an attribute group doesn't represent anything. Its contents are merged into the logical model at parse time.
Modifier and Type | Interface and Description |
---|---|
static class |
SchemaAttributeGroup.Ref
Used to allow on-demand loading of attribute groups.
|
ANNOTATION, ATTRIBUTE, ATTRIBUTE_GROUP, ELEMENT, IDENTITY_CONSTRAINT, MODEL_GROUP, NOTATION, TYPE
Modifier and Type | Method and Description |
---|---|
int |
getComponentType()
Returns SchemaComponent.ATTRIBUTE_GROUP.
|
QName |
getName()
The name of the model group.
|
Object |
getUserData()
Returns user-specific information.
|
getComponentRef, getSourceName, getTypeSystem
getAnnotation
int getComponentType()
getComponentType
in interface SchemaComponent
QName getName()
getName
in interface SchemaComponent
Object getUserData()
SchemaBookmark