org.apache.xerces.impl.xs.psvi
Interface XSAttributeGroupDefinition

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSAttributeGroupDecl

public interface XSAttributeGroupDefinition
extends XSObject

3.6.1 The Attribute Group Definition Schema Component

Version:
$Id: XSAttributeGroupDefinition.java,v 1.1 2002/05/13 21:31:34 sandygao Exp $
Author:
Elena Litani, IBM

Method Summary
 XSAnnotation getAnnotation()
          Optional.
 XSObjectList getAttributeUses()
          {attribute uses} A set of attribute uses.
 XSWildcard getAttributeWildcard()
          {attribute wildcard} Optional.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getType
 

Method Detail

getAttributeUses

public XSObjectList getAttributeUses()
{attribute uses} A set of attribute uses.


getAttributeWildcard

public XSWildcard getAttributeWildcard()
{attribute wildcard} Optional. A wildcard.


getAnnotation

public XSAnnotation getAnnotation()
Optional. Annotation.



Copyright © 1999-2002 Apache XML Project. All Rights Reserved.