
msv.msv.test.batch.model.ISchema Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) reference implementation - JAXB1 build
The newest version!
/*
* @(#)$Id: ISchema.java 1567 2003-06-09 20:50:21Z kk122374 $
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package batch.model;
import com.sun.msv.grammar.Grammar;
/**
* Represents a compiled shcmea.
*
* The format of the compiled schema is implementation-dependent.
*
* @author
* Kohsuke KAWAGUCHI
*/
public interface ISchema {
Grammar asGrammar();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy