
org.apache.ws.jaxme.XMLConstants Maven / Gradle / Ivy
The newest version!
package org.apache.ws.jaxme;
public class XMLConstants {
/** The XML Schema namespace:
* http://www.w3.org/2001/XMLSchema-instance
*/
public static final String XML_SCHEMA_URI = "http://www.w3.org/2001/XMLSchema-instance";
/**
The attribute specifying a schema, which may
* be used to validate the instance, if the schema
* has a target namespace: schemaLocation
.
* @see #XML_SCHEMA_URI
* @see #XML_SCHEMA_NO_NS_ATTR
*/
public static final String XML_SCHEMA_NS_ATTR = "schemaLocation";
/** The attribute specifying a schema, which may
* be used to validate the instance, if the schema
* doesn't have a namespace: noNamespaceSchemaLocation
.
* @see #XML_SCHEMA_URI
*/
public static final String XML_SCHEMA_NO_NS_ATTR = "noNamespaceSchemaLocation";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy