1 package liquibase.ext.spatial.xml;
2
3 /**
4 * <code>XmlConstants</code> defines XML constants for this extension.
5 */
6 public interface XmlConstants {
7 /** The extension's XML namespace. */
8 static final String SPATIAL_CHANGELOG_NAMESPACE = "http://www.liquibase.org/xml/ns/dbchangelog-ext/liquibase-spatial";
9 }