001    package com.thaiopensource.relaxng.parse;
002    
003    public interface IncludedGrammar extends GrammarSection, Scope {
004      ParsedPattern endIncludedGrammar(Location loc, Annotations anno) throws BuildException;
005    }