<html><head><title>Namespaces</title>
<link rel="stylesheet" href="/crx/explorer/ui/default.css" type="text/css" title="style" />
<script type="text/javascript">

function adjustSize() {
    var tab = document.getElementById("mainTable");
    window.resizeTo(tab.clientWidth + 20, 400);
}
function okDialog(save) {
    document.forms.NamespacesForm.CloseMe.value=save;
    document.forms.NamespacesForm.submit();
}

function doneDialog() {
    if (window.opener) {
        var callback = "null";
        if (callback!="null" && callback != "") {
            window.opener[callback]();
        }
    }
    window.close();
}
function cancelDialog() {
    window.returnValue = "";
    window.close();
}

function newNamespace() {
    var uri = prompt("Enter the URI of the new namespace you want to register:", "http://");
    if (!uri) {
        return;
    }
    var prefix = prompt("Enter the prefix for the namespace mapping:", "");
    if (!prefix) {
        return;
    }
    if (!confirm("Are you sure you want to create this new namespace mapping:" + prefix + " --> " + uri)) {
        return;
    }
    document.forms.NamespacesForm.NewURI.value = uri;
    document.forms.NamespacesForm.NewPrefix.value = prefix;
    document.forms.NamespacesForm.submit();
}

</script>
</head>
<body style="background-color:#e8e9ec; margin:4px;" frameborder="no" onLoad="adjustSize()">
<form action="" name="NamespacesForm" method="POST">
<table id="mainTable" style="" width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr></tr>
<tr><td colspan="2" style="background-color:white; border: solid 1px #9d9da1;">
    <span style="display:block; padding: 4px; margin:10px; border: solid 1px #cccccc;">
        <span style="background-color: white; position:relative; top:-12px; color:blue;">&nbsp;Namespaces&nbsp;</span><br>
        The following namespaces are registered in the repository:<br>
        <br>
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
                <th style="white-space:nowrap;">Namespace URI&nbsp;</th>
                <th style="white-space:nowrap;">Global Prefix&nbsp;</th>
                <th style="white-space:nowrap;">Session Prefix&nbsp;</th>
            </tr><tr>
                        <td>MSImagingV1&nbsp;</td>
                        <td>prefix0&nbsp;</td>
                        <td><input type="text" name="prefix_prefix0" value="prefix0"></td></tr><tr>
                        <td>http://cipa.jp/exif/1.0/&nbsp;</td>
                        <td>exifEX&nbsp;</td>
                        <td><input type="text" name="prefix_exifEX" value="exifEX"></td></tr><tr>
                        <td>http://creativecommons.org/ns#&nbsp;</td>
                        <td>cc&nbsp;</td>
                        <td><input type="text" name="prefix_cc" value="cc"></td></tr><tr>
                        <td>http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/&nbsp;</td>
                        <td>Iptc4xmpCore&nbsp;</td>
                        <td><input type="text" name="prefix_Iptc4xmpCore" value="Iptc4xmpCore"></td></tr><tr>
                        <td>http://iptc.org/std/Iptc4xmpExt/2008-02-29/&nbsp;</td>
                        <td>Iptc4xmpExt&nbsp;</td>
                        <td><input type="text" name="prefix_Iptc4xmpExt" value="Iptc4xmpExt"></td></tr><tr>
                        <td>http://jackrabbit.apache.org/oak/ns/1.0&nbsp;</td>
                        <td>oak&nbsp;</td>
                        <td><input type="text" name="prefix_oak" value="oak"></td></tr><tr>
                        <td>http://ns.abobe.com/xap/1.0/&nbsp;</td>
                        <td>xmp_1_&nbsp;</td>
                        <td><input type="text" name="prefix_xmp_1_" value="xmp_1_"></td></tr><tr>
                        <td>http://ns.acdsee.com/iptc/1.0/&nbsp;</td>
                        <td>acdsee&nbsp;</td>
                        <td><input type="text" name="prefix_acdsee" value="acdsee"></td></tr><tr>
                        <td>http://ns.adobe.com/DICOM/&nbsp;</td>
                        <td>DICOM&nbsp;</td>
                        <td><input type="text" name="prefix_DICOM" value="DICOM"></td></tr><tr>
                        <td>http://ns.adobe.com/album/1.0/&nbsp;</td>
                        <td>album&nbsp;</td>
                        <td><input type="text" name="prefix_album" value="album"></td></tr><tr>
                        <td>http://ns.adobe.com/bwf/bext/1.0/&nbsp;</td>
                        <td>bext&nbsp;</td>
                        <td><input type="text" name="prefix_bext" value="bext"></td></tr><tr>
                        <td>http://ns.adobe.com/camera-raw-settings/1.0/&nbsp;</td>
                        <td>crs&nbsp;</td>
                        <td><input type="text" name="prefix_crs" value="crs"></td></tr><tr>
                        <td>http://ns.adobe.com/creatorAtom/1.0/&nbsp;</td>
                        <td>creatorAtom&nbsp;</td>
                        <td><input type="text" name="prefix_creatorAtom" value="creatorAtom"></td></tr><tr>
                        <td>http://ns.adobe.com/exif/1.0/&nbsp;</td>
                        <td>exif&nbsp;</td>
                        <td><input type="text" name="prefix_exif" value="exif"></td></tr><tr>
                        <td>http://ns.adobe.com/exif/1.0/aux/&nbsp;</td>
                        <td>psAux&nbsp;</td>
                        <td><input type="text" name="prefix_psAux" value="psAux"></td></tr><tr>
                        <td>http://ns.adobe.com/illustrator/1.0/&nbsp;</td>
                        <td>illustrator&nbsp;</td>
                        <td><input type="text" name="prefix_illustrator" value="illustrator"></td></tr><tr>
                        <td>http://ns.adobe.com/ixml/1.0/&nbsp;</td>
                        <td>iXML&nbsp;</td>
                        <td><input type="text" name="prefix_iXML" value="iXML"></td></tr><tr>
                        <td>http://ns.adobe.com/lightroom/1.0/&nbsp;</td>
                        <td>lr&nbsp;</td>
                        <td><input type="text" name="prefix_lr" value="lr"></td></tr><tr>
                        <td>http://ns.adobe.com/pdf/1.3/&nbsp;</td>
                        <td>pdf&nbsp;</td>
                        <td><input type="text" name="prefix_pdf" value="pdf"></td></tr><tr>
                        <td>http://ns.adobe.com/pdfx/1.3/&nbsp;</td>
                        <td>pdfx&nbsp;</td>
                        <td><input type="text" name="prefix_pdfx" value="pdfx"></td></tr><tr>
                        <td>http://ns.adobe.com/photoshop/1.0/&nbsp;</td>
                        <td>photoshop&nbsp;</td>
                        <td><input type="text" name="prefix_photoshop" value="photoshop"></td></tr><tr>
                        <td>http://ns.adobe.com/photoshop/1.0/panorama-profile&nbsp;</td>
                        <td>ns3&nbsp;</td>
                        <td><input type="text" name="prefix_ns3" value="ns3"></td></tr><tr>
                        <td>http://ns.adobe.com/riff/info/&nbsp;</td>
                        <td>riffinfo&nbsp;</td>
                        <td><input type="text" name="prefix_riffinfo" value="riffinfo"></td></tr><tr>
                        <td>http://ns.adobe.com/stock/1.0/&nbsp;</td>
                        <td>stock&nbsp;</td>
                        <td><input type="text" name="prefix_stock" value="stock"></td></tr><tr>
                        <td>http://ns.adobe.com/tiff/1.0/&nbsp;</td>
                        <td>tiff&nbsp;</td>
                        <td><input type="text" name="prefix_tiff" value="tiff"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/&nbsp;</td>
                        <td>xmp&nbsp;</td>
                        <td><input type="text" name="prefix_xmp" value="xmp"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/PLUS/&nbsp;</td>
                        <td>xmpPLUS&nbsp;</td>
                        <td><input type="text" name="prefix_xmpPLUS" value="xmpPLUS"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/bj/&nbsp;</td>
                        <td>xmpBJ&nbsp;</td>
                        <td><input type="text" name="prefix_xmpBJ" value="xmpBJ"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/g/&nbsp;</td>
                        <td>xmpG&nbsp;</td>
                        <td><input type="text" name="prefix_xmpG" value="xmpG"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/g/img/&nbsp;</td>
                        <td>xmpGImg&nbsp;</td>
                        <td><input type="text" name="prefix_xmpGImg" value="xmpGImg"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/mm/&nbsp;</td>
                        <td>xmpMM&nbsp;</td>
                        <td><input type="text" name="prefix_xmpMM" value="xmpMM"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/rights/&nbsp;</td>
                        <td>xmpRights&nbsp;</td>
                        <td><input type="text" name="prefix_xmpRights" value="xmpRights"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/sType/Dimensions#&nbsp;</td>
                        <td>stDim&nbsp;</td>
                        <td><input type="text" name="prefix_stDim" value="stDim"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/sType/Font#&nbsp;</td>
                        <td>stFNT&nbsp;</td>
                        <td><input type="text" name="prefix_stFNT" value="stFNT"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/sType/ManifestItem#&nbsp;</td>
                        <td>stMfs&nbsp;</td>
                        <td><input type="text" name="prefix_stMfs" value="stMfs"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/sType/ResourceEvent#&nbsp;</td>
                        <td>stEvt&nbsp;</td>
                        <td><input type="text" name="prefix_stEvt" value="stEvt"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/sType/ResourceRef#&nbsp;</td>
                        <td>stRef&nbsp;</td>
                        <td><input type="text" name="prefix_stRef" value="stRef"></td></tr><tr>
                        <td>http://ns.adobe.com/xap/1.0/t/pg/&nbsp;</td>
                        <td>xmpTPg&nbsp;</td>
                        <td><input type="text" name="prefix_xmpTPg" value="xmpTPg"></td></tr><tr>
                        <td>http://ns.adobe.com/xmp/1.0/DynamicMedia/&nbsp;</td>
                        <td>xmpDM&nbsp;</td>
                        <td><input type="text" name="prefix_xmpDM" value="xmpDM"></td></tr><tr>
                        <td>http://ns.adobe.com/xmp/InDesign/private&nbsp;</td>
                        <td>idPriv&nbsp;</td>
                        <td><input type="text" name="prefix_idPriv" value="idPriv"></td></tr><tr>
                        <td>http://ns.adobe.com/xmp/note/&nbsp;</td>
                        <td>xmpNote&nbsp;</td>
                        <td><input type="text" name="prefix_xmpNote" value="xmpNote"></td></tr><tr>
                        <td>http://ns.adobe.com/xmp/sType/Area#&nbsp;</td>
                        <td>stArea&nbsp;</td>
                        <td><input type="text" name="prefix_stArea" value="stArea"></td></tr><tr>
                        <td>http://ns.apple.com/faceinfo/1.0/&nbsp;</td>
                        <td>apple-fi&nbsp;</td>
                        <td><input type="text" name="prefix_apple-fi" value="apple-fi"></td></tr><tr>
                        <td>http://ns.iview-multimedia.com/mediapro/1.0/&nbsp;</td>
                        <td>mediapro&nbsp;</td>
                        <td><input type="text" name="prefix_mediapro" value="mediapro"></td></tr><tr>
                        <td>http://ns.microsoft.com/photo/1.0&nbsp;</td>
                        <td>MicrosoftPhoto&nbsp;</td>
                        <td><input type="text" name="prefix_MicrosoftPhoto" value="MicrosoftPhoto"></td></tr><tr>
                        <td>http://ns.microsoft.com/photo/1.0/&nbsp;</td>
                        <td>MicrosoftPhoto_1_&nbsp;</td>
                        <td><input type="text" name="prefix_MicrosoftPhoto_1_" value="MicrosoftPhoto_1_"></td></tr><tr>
                        <td>http://ns.microsoft.com/photo/1.2/&nbsp;</td>
                        <td>MP&nbsp;</td>
                        <td><input type="text" name="prefix_MP" value="MP"></td></tr><tr>
                        <td>http://ns.optimasc.com/dex/1.0/&nbsp;</td>
                        <td>dex&nbsp;</td>
                        <td><input type="text" name="prefix_dex" value="dex"></td></tr><tr>
                        <td>http://ns.useplus.org/ldf/xmp/1.0/&nbsp;</td>
                        <td>plus&nbsp;</td>
                        <td><input type="text" name="prefix_plus" value="plus"></td></tr><tr>
                        <td>http://ns.xiaomi.com/photos/1.0/camera/&nbsp;</td>
                        <td>MiCamera&nbsp;</td>
                        <td><input type="text" name="prefix_MiCamera" value="MiCamera"></td></tr><tr>
                        <td>http://oauth.net/&nbsp;</td>
                        <td>oauth&nbsp;</td>
                        <td><input type="text" name="prefix_oauth" value="oauth"></td></tr><tr>
                        <td>http://prismstandard.org/namespaces/basic/2.1/&nbsp;</td>
                        <td>prism&nbsp;</td>
                        <td><input type="text" name="prefix_prism" value="prism"></td></tr><tr>
                        <td>http://prismstandard.org/namespaces/prismusagerights/2.1/&nbsp;</td>
                        <td>prismusagerights&nbsp;</td>
                        <td><input type="text" name="prefix_prismusagerights" value="prismusagerights"></td></tr><tr>
                        <td>http://prismstandard.org/namespaces/prl/2.1/&nbsp;</td>
                        <td>prl&nbsp;</td>
                        <td><input type="text" name="prefix_prl" value="prl"></td></tr><tr>
                        <td>http://purl.org/dc/elements/1.1/&nbsp;</td>
                        <td>dc&nbsp;</td>
                        <td><input type="text" name="prefix_dc" value="dc"></td></tr><tr>
                        <td>http://sling.apache.org/jcr/event/1.0&nbsp;</td>
                        <td>slingevent&nbsp;</td>
                        <td><input type="text" name="prefix_slingevent" value="slingevent"></td></tr><tr>
                        <td>http://sling.apache.org/jcr/sling/1.0&nbsp;</td>
                        <td>sling&nbsp;</td>
                        <td><input type="text" name="prefix_sling" value="sling"></td></tr><tr>
                        <td>http://www.adobe.com/adobe_dam/1.0&nbsp;</td>
                        <td>adobe_dam&nbsp;</td>
                        <td><input type="text" name="prefix_adobe_dam" value="adobe_dam"></td></tr><tr>
                        <td>http://www.adobe.com/aemfd/cm/1.0&nbsp;</td>
                        <td>cm&nbsp;</td>
                        <td><input type="text" name="prefix_cm" value="cm"></td></tr><tr>
                        <td>http://www.adobe.com/aemfd/fd/1.0&nbsp;</td>
                        <td>fd&nbsp;</td>
                        <td><input type="text" name="prefix_fd" value="fd"></td></tr><tr>
                        <td>http://www.adobe.com/jcr/granite/1.0&nbsp;</td>
                        <td>granite&nbsp;</td>
                        <td><input type="text" name="prefix_granite" value="granite"></td></tr><tr>
                        <td>http://www.adobe.com/social/1.0&nbsp;</td>
                        <td>social&nbsp;</td>
                        <td><input type="text" name="prefix_social" value="social"></td></tr><tr>
                        <td>http://www.adobe.com/social/scg/1.0&nbsp;</td>
                        <td>scg&nbsp;</td>
                        <td><input type="text" name="prefix_scg" value="scg"></td></tr><tr>
                        <td>http://www.aiim.org/pdfa/ns/id/&nbsp;</td>
                        <td>pdfaid&nbsp;</td>
                        <td><input type="text" name="prefix_pdfaid" value="pdfaid"></td></tr><tr>
                        <td>http://www.creo.com/global/products/digital_photography_leaf/default.htm/&nbsp;</td>
                        <td>leaf&nbsp;</td>
                        <td><input type="text" name="prefix_leaf" value="leaf"></td></tr><tr>
                        <td>http://www.day.com/crx/1.0&nbsp;</td>
                        <td>crx&nbsp;</td>
                        <td><input type="text" name="prefix_crx" value="crx"></td></tr><tr>
                        <td>http://www.day.com/dam/1.0&nbsp;</td>
                        <td>dam&nbsp;</td>
                        <td><input type="text" name="prefix_dam" value="dam"></td></tr><tr>
                        <td>http://www.day.com/jcr/cq/1.0&nbsp;</td>
                        <td>cq&nbsp;</td>
                        <td><input type="text" name="prefix_cq" value="cq"></td></tr><tr>
                        <td>http://www.day.com/jcr/crxde/1.0&nbsp;</td>
                        <td>crxde&nbsp;</td>
                        <td><input type="text" name="prefix_crxde" value="crxde"></td></tr><tr>
                        <td>http://www.day.com/jcr/vault/1.0&nbsp;</td>
                        <td>vlt&nbsp;</td>
                        <td><input type="text" name="prefix_vlt" value="vlt"></td></tr><tr>
                        <td>http://www.day.com/s7sitecatalyst/1.0/&nbsp;</td>
                        <td>s7sitecatalyst&nbsp;</td>
                        <td><input type="text" name="prefix_s7sitecatalyst" value="s7sitecatalyst"></td></tr><tr>
                        <td>http://www.day.com/s7userdata/1.0/&nbsp;</td>
                        <td>s7userdata&nbsp;</td>
                        <td><input type="text" name="prefix_s7userdata" value="s7userdata"></td></tr><tr>
                        <td>http://www.day.com/viewerpreset/1.0/&nbsp;</td>
                        <td>viewerpreset&nbsp;</td>
                        <td><input type="text" name="prefix_viewerpreset" value="viewerpreset"></td></tr><tr>
                        <td>http://www.dji.com/drone-dji/1.0/&nbsp;</td>
                        <td>drone-dji&nbsp;</td>
                        <td><input type="text" name="prefix_drone-dji" value="drone-dji"></td></tr><tr>
                        <td>http://www.extensis.com/meta/FontSense/&nbsp;</td>
                        <td>ExtensisFontSenseSlug&nbsp;</td>
                        <td><input type="text" name="prefix_ExtensisFontSenseSlug" value="ExtensisFontSenseSlug"></td></tr><tr>
                        <td>http://www.gimp.org/xmp/&nbsp;</td>
                        <td>GIMP&nbsp;</td>
                        <td><input type="text" name="prefix_GIMP" value="GIMP"></td></tr><tr>
                        <td>http://www.jcp.org/jcr/1.0&nbsp;</td>
                        <td>jcr&nbsp;</td>
                        <td><input type="text" name="prefix_jcr" value="jcr"></td></tr><tr>
                        <td>http://www.jcp.org/jcr/mix/1.0&nbsp;</td>
                        <td>mix&nbsp;</td>
                        <td><input type="text" name="prefix_mix" value="mix"></td></tr><tr>
                        <td>http://www.jcp.org/jcr/nt/1.0&nbsp;</td>
                        <td>nt&nbsp;</td>
                        <td><input type="text" name="prefix_nt" value="nt"></td></tr><tr>
                        <td>http://www.jcp.org/jcr/sv/1.0&nbsp;</td>
                        <td>sv&nbsp;</td>
                        <td><input type="text" name="prefix_sv" value="sv"></td></tr><tr>
                        <td>http://www.metadataworkinggroup.com/schemas/regions/&nbsp;</td>
                        <td>mwg-rs&nbsp;</td>
                        <td><input type="text" name="prefix_mwg-rs" value="mwg-rs"></td></tr><tr>
                        <td>http://www.npes.org/pdfx/ns/id/&nbsp;</td>
                        <td>pdfxid&nbsp;</td>
                        <td><input type="text" name="prefix_pdfxid" value="pdfxid"></td></tr><tr>
                        <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#&nbsp;</td>
                        <td>rdf&nbsp;</td>
                        <td><input type="text" name="prefix_rdf" value="rdf"></td></tr><tr>
                        <td>http://www.w3.org/2001/XMLSchema&nbsp;</td>
                        <td>xs&nbsp;</td>
                        <td><input type="text" name="prefix_xs" value="xs"></td></tr><tr>
                        <td>http://www.w3.org/2004/10/xpath-functions&nbsp;</td>
                        <td>fn_old&nbsp;</td>
                        <td><input type="text" name="prefix_fn_old" value="fn_old"></td></tr><tr>
                        <td>http://www.w3.org/2005/xpath-functions&nbsp;</td>
                        <td>fn&nbsp;</td>
                        <td><input type="text" name="prefix_fn" value="fn"></td></tr><tr>
                        <td>http://www.w3.org/XML/1998/namespace&nbsp;</td>
                        <td>xml&nbsp;</td>
                        <td><input disabled="true" type="text" name="prefix_xml" value="xml"></td></tr><tr>
                        <td>http://xmp.gettyimages.com/gift/1.0/&nbsp;</td>
                        <td>GettyImagesGIFT&nbsp;</td>
                        <td><input type="text" name="prefix_GettyImagesGIFT" value="GettyImagesGIFT"></td></tr><tr>
                        <td>internal&nbsp;</td>
                        <td>rep&nbsp;</td>
                        <td><input type="text" name="prefix_rep" value="rep"></td></tr><tr>
                        <td>urn:schemas-microsoft-com:&nbsp;</td>
                        <td>Z&nbsp;</td>
                        <td><input type="text" name="prefix_Z" value="Z"></td></tr></table>
    </span>
</td></tr><tr><td>
    <input type="hidden" name="Callback" value="">
    <input type="hidden" name="CloseMe" value="">
    <input type="hidden" name="NewPrefix" value="">
    <input type="hidden" name="NewURI" value="">
    <input type="button" value="New" onClick="newNamespace()">
</td><td align="right">
    <input type="button" value="Apply" onClick="okDialog(false)">
    <input type="button" value="Cancel" onClick="cancelDialog()">
</td></tr></table>
</form>
</body>
</html>
