Package org.geotools.xml.schema
Interface AttributeGroup
- 
- All Known Implementing Classes:
- AttributeGroupGT,- XLinkSchema.ArcLink,- XLinkSchema.EmptyLink,- XLinkSchema.ExtendedLink,- XLinkSchema.LocatorLink,- XLinkSchema.ResourceLink,- XLinkSchema.SimpleLink,- XLinkSchema.TitleLink,- XLinkSchema.XLinkAttributeGroup
 
 public interface AttributeGroupThis interface is intended to represent an XML Schema AttributeGroup. In many cases AttributeGroups may be optimized within complexTypes to remove the level of indirection. AttributeGroups remain in the interface set as there are publicly defined (externally visible) AttributeGroups defined in XML Schemas.- Author:
- dzwiers www.refractions.net
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnyAttributeNameSpace()Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.Attribute[]getAttributes()The list of attribute declared within this attributeGroup.StringgetId()The Schema ID for this attributeGroup definition.StringgetName()The name of this Attribute Group declaration within the XML SchemaURIgetNamespace()
 
- 
- 
- 
Method Detail- 
getAnyAttributeNameSpaceString getAnyAttributeNameSpace() Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.
 - 
getAttributesAttribute[] getAttributes() The list of attribute declared within this attributeGroup. Although we encourage the order of this list to follow the order the attributes were declared in, there is no such requirement.
 - 
getIdString getId() The Schema ID for this attributeGroup definition.
 - 
getNameString getName() The name of this Attribute Group declaration within the XML Schema
 - 
getNamespaceURI getNamespace() 
 
- 
 
-