org.apache.xerces.xs
Interface XSModelGroupDefinition
- XSObject
public interface XSModelGroupDefinition
This interface represents the Model Group Definition schema component.
getAnnotation
public XSAnnotation getAnnotation()
An annotation if it exists, otherwise null
. If not null
then the first [annotation] from the sequence of annotations.
getAnnotations
public XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList
.
getModelGroup
public XSModelGroup getModelGroup()
A model group.
Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.