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

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSGroupDecl

Deprecated. The interface may be updated or replaced.

public interface XSModelGroupDefinition
extends XSObject

This interface represents is the Model Group Definition schema component.


Method Summary
 XSAnnotation getAnnotation()
          Deprecated. Optional.
 XSModelGroup getModelGroup()
          Deprecated. A model group.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Method Detail

getModelGroup

public XSModelGroup getModelGroup()
Deprecated. 
A model group.

getAnnotation

public XSAnnotation getAnnotation()
Deprecated. 
Optional. An [annotation].


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