<info-registry-entry xmlns="http://info-uri.info/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://info-uri.info/registry http://info-uri.info/info-uri-registry.xsd">
	<info-namespace>fedora</info-namespace>
        <namespace-title>Namespace of Fedora Digital Objects and Disseminations</namespace-title>
	<registration-date>2004-06-02</registration-date>
	<namespace-authority>
		<organisation-name>DuraSpace</organisation-name>
		<organisation-address>P.O. Box 7144, Ithaca, NY 14851-7144</organisation-address>
		<organisation-uri>http://duraspace.org/</organisation-uri>
		<contact-person>Chris Wilper</contact-person>
		<contact-email>cwilper@duraspace.org</contact-email>
		<contact-tel>1-607-254-8623</contact-tel>
	</namespace-authority>
	<identifier-syntax>
		<description>To identify a digital object:
  Syntax:
    "info:fedora/" object-pid
  Where:
    "object-pid" is the Fedora PID of the object
  Examples:
    info:fedora/example:1
    info:fedora/example:9876

To identify a dissemination:
  Syntax:
    "info:fedora/" object-pid "/" dissem-name
  Where:
    "object-pid" is the Fedora PID of the object (or "*" when the
      URI indicates a dissemination without regard to
      a particular object).
    "dissem-name" is either a datastream ID or behavior definition
      object PID, followed by "/", followed by a method name.
  Examples:
    info:fedora/example:3/DS1
    info:fedora/example:3/example:1/index
    info:fedora/*/DS1
    info:fedora/*/example:1/index

Note that datastream ids and method names may consist of XML NCName
characters.  NCName characters that are not safe to directly encode
in an "info" uri and must be escaped using one to four escaped UTF-8
octets per character, each of the form "%" HEXDIG HEXDIG.</description>
	</identifier-syntax>
	<identifier-normalization>
		<description>- Make all characters up to and including the PID lowercase.
- Un-escape any URI-escaped characters that do not need escaping
  according the definition of the "info" scheme.
- Make all remaining escaped octets use UPPERCASE (%ff becomes %FF)</description>
	</identifier-normalization>
	<namespace-information>
		<uri>http://fedora-commons.org/definitions/identifiers/</uri>
	</namespace-information>
</info-registry-entry>
