org.dspace.xoai.xml.XSISchema Maven / Gradle / Ivy
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.xoai.xml;
public class XSISchema {
public static final String PREFIX = "xsi";
public static final String NAMESPACE_URI = "http://www.w3.org/2001/XMLSchema-instance";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy