FileDocCategorySizeDatePackage
XSAttributeGroupDefinition.javaAPI DocApache Xerces 3.0.11662Fri Sep 14 20:33:52 BST 2007org.apache.xerces.xs

XSAttributeGroupDefinition

public interface XSAttributeGroupDefinition implements XSObject
This interface represents the Attribute Group Definition schema component.

Fields Summary
Constructors Summary
Methods Summary
public XSAnnotationgetAnnotation()
An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.

public XSObjectListgetAnnotations()
A sequence of [annotations] or an empty XSObjectList.

public XSObjectListgetAttributeUses()
A set of [attribute uses] if it exists, otherwise an empty XSObjectList.

public XSWildcardgetAttributeWildcard()
A [wildcard] if it exists, otherwise null.