package org.apache.xerces.impl.xs.psvi; public interface XSAttributeGroupDefinition extends XSObject { XSAnnotation getAnnotation(); XSObjectList getAttributeUses(); XSWildcard getAttributeWildcard(); }