package org.apache.xerces.xni.psvi; import org.apache.xerces.impl.xs.psvi.XSElementDeclaration; import org.apache.xerces.impl.xs.psvi.XSModel; import org.apache.xerces.impl.xs.psvi.XSNotationDeclaration; public interface ElementPSVI extends ItemPSVI { XSElementDeclaration getElementDeclaration(); XSModel getSchemaInformation(); XSNotationDeclaration getNotation(); }