package org.apache.xerces.impl.xs.psvi; public interface XSNotationDeclaration extends XSObject { String getPublicId(); String getSystemId(); XSAnnotation getAnnotation(); }