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 classSchemaGlobalAttribute.RefUsed 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, TYPEFields inherited from interface org.apache.xmlbeans.SchemaLocalAttribute
OPTIONAL, PROHIBITED, REQUIRED -
Method Summary
Modifier and Type Method Description SchemaGlobalAttribute.RefgetRef()Retruns a SchemaGlobalElement.Ref pointing to this element itself.Methods inherited from interface org.apache.xmlbeans.SchemaComponent
getComponentRef, getComponentType, getName, getSourceName, getTypeSystemMethods 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.
-