Package org.apache.xmlbeans
Interface SchemaGlobalAttribute
- All Superinterfaces:
SchemaAnnotated
,SchemaComponent
,SchemaField
,SchemaLocalAttribute
- All Known Implementing Classes:
SchemaGlobalAttributeImpl
public interface SchemaGlobalAttribute extends SchemaLocalAttribute, SchemaComponent
Represents a global attribute definition
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SchemaGlobalAttribute.Ref
Used to allow on-demand loading of elements. -
Field Summary
Fields inherited from interface org.apache.xmlbeans.SchemaComponent
ANNOTATION, ATTRIBUTE, ATTRIBUTE_GROUP, ELEMENT, IDENTITY_CONSTRAINT, MODEL_GROUP, NOTATION, TYPE
Fields inherited from interface org.apache.xmlbeans.SchemaLocalAttribute
OPTIONAL, PROHIBITED, REQUIRED
-
Method Summary
Modifier and Type Method Description SchemaGlobalAttribute.Ref
getRef()
Retruns a SchemaGlobalElement.Ref pointing to this element itself.Methods inherited from interface org.apache.xmlbeans.SchemaComponent
getComponentRef, getComponentType, getName, getSourceName, getTypeSystem
Methods inherited from interface org.apache.xmlbeans.SchemaField
getDefaultText, getDefaultValue, getMaxOccurs, getMinOccurs, getName, getType, getUserData, isAttribute, isDefault, isFixed, isNillable
-
Method Details
-
getRef
SchemaGlobalAttribute.Ref getRef()Retruns a SchemaGlobalElement.Ref pointing to this element itself.
-