org.apache.xmlbeans
Interface SchemaGlobalAttribute
- All Superinterfaces:
- SchemaComponent, SchemaField, SchemaLocalAttribute
- public interface SchemaGlobalAttribute
- extends SchemaLocalAttribute, SchemaComponent
Represents a global attribute definition
- See Also:
SchemaTypeLoader.findAttribute(javax.xml.namespace.QName)
Method Summary |
SchemaGlobalAttribute.Ref |
getRef()
Retruns a SchemaGlobalElement.Ref pointing to this element itself. |
java.lang.String |
getSourceName()
The name of the source .xsd file within which this attribute was defined |
getSourceName
public java.lang.String getSourceName()
- The name of the source .xsd file within which this attribute was defined
getRef
public SchemaGlobalAttribute.Ref getRef()
- Retruns a SchemaGlobalElement.Ref pointing to this element itself.