fedora.common.xml.namespace
Class XMLXSDNamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.XMLXSDNamespace

public class XMLXSDNamespace
extends XMLNamespace

The XSD XML namespace.

 Namespace URI    : http://www.w3.org/2001/XMLSchema
 Preferred Prefix : xsd
 

NOTE: This is subtly different from the RDF XSD namespace, in that its URI does not end with a #. See http://www.w3.org/2001/tag/group/track/issues/6 for more information on why this is necessary.

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static XMLXSDNamespace getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.namespace.XMLNamespace
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static XMLXSDNamespace getInstance()
Gets the only instance of this class.

Returns:
the instance.