org.apache.ws.jaxme

Class XMLConstants


public class XMLConstants
extends java.lang.Object

Field Summary

static String
XML_SCHEMA_NO_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema doesn't have a namespace: noNamespaceSchemaLocation.
static String
XML_SCHEMA_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema has a target namespace: schemaLocation.
static String
XML_SCHEMA_URI
The XML Schema namespace: http://www.w3.org/2001/XMLSchema-instance

Field Details

XML_SCHEMA_NO_NS_ATTR

public static final String XML_SCHEMA_NO_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema doesn't have a namespace: noNamespaceSchemaLocation.

XML_SCHEMA_NS_ATTR

public static final String XML_SCHEMA_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema has a target namespace: schemaLocation.

XML_SCHEMA_URI

public static final String XML_SCHEMA_URI
The XML Schema namespace: http://www.w3.org/2001/XMLSchema-instance