<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.26 (Ruby 2.7.0) -->
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dconmy-notes-uri-scheme-00" category="std" consensus="true" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.1 -->
  <front>
    <title abbrev="\'notes\' URI Scheme">The 'notes' URI Scheme for viewing HCL Notes/Domino resources</title>
    <seriesInfo name="Internet-Draft" value="draft-dconmy-notes-uri-scheme-00"/>
    <author initials="D." surname="Conmy" fullname="Doug Conmy">
      <organization>HCL Software</organization>
      <address>
        <postal>
          <street>300 Apollo Drive</street>
          <city>Chelmsford</city>
          <region>MA</region>
          <code>01824</code>
          <country>US</country>
        </postal>
        <email>dconmy@pnp-hcl.com</email>
      </address>
    </author>
    <date year="2022" month="February" day="23"/>
    <area>General</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document describes the 'notes' URI scheme.  Specifically, it lays out the syntactic components and how those components are used by URI resolution to locate and view or edit a Notes resource, typically an application and/or document.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="intended-usage" numbered="true" toc="default">
      <name>Goals</name>
      <t>The primary goal of the 'notes' URI is to view or edit a resource. Typically, a 'notes' URI would be encountered in MIME Email which contains links to other applications and/or documents residing on Domino server(s). A 'notes' URI can also be used with operating system clipboard operations to share a link with a native application or a browser application.</t>
      <t>When a 'notes' URI is clicked, a local installation of an application that supports the protocol will be launched and the resource will be located and shown.</t>
    </section>
    <section anchor="conventions-and-definitions" numbered="true" toc="default">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/>
when, and only when, they appear in all capitals, as shown here.</t>
    </section>
    <section anchor="applications-using-scheme" numbered="true" toc="default">
      <name>Applications and/or Protocols which use this URI Scheme Name</name>
      <t>All HCL Notes, HCL Nomad, HCL Client Application Access, IBM Client Application Access, IBM Notes and Lotus Notes clients since 1999 have supported the 'notes' URI scheme. <xref target="HCLDomino" format="default"/></t>
    </section>
    <section anchor="scheme-syntax" numbered="true" toc="default">
      <name>Syntax Rules</name>
      <section anchor="general-syntax" numbered="true" toc="default">
        <name>General Syntax</name>
        <t>The 'notes' URI comes in several forms described below.</t>
      </section>
      <section anchor="abnf-grammar" numbered="true" toc="default">
        <name>ABNF Grammar</name>
        <t>The full ABNF (certain values are included by reference from <xref target="RFC2396" format="default"/>):</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    notes-uri      = "notes:" (formDoc | formDocNew |
                          formApp1 | formApp2 | formApp3 |
                          formUI)  
    formDoc        = "//" [server] "/" application "/" (viewUNID | folderUNID) "/" docUNID ["?" queryDoc]  
    formDocNew     = "//" [server] "/" application "/" name "?OpenForm"    
    formApp1       = "//" [server] "/" application  
    formApp2       = "//" [server] "/" application "/" (viewUNID | folderUNID )  
    formApp3       = "//" [server] "/" application "/" name "?" queryElement ["&" parameter]  
    formUI         = "///ClientBookmark?" uiElement  

    server         = hostname  
    hostname       = // as specified in {{RFC2396}}  

    application    = (appReplicaID | appFileAndPath)  
    appReplicaID   = 16*HEXDIG  
    appFileAndPath = 1*(unreserved | escaped)(".nsf" | ".ntf")  

    viewUNID       = (32*HEXDIG | "0")  
    folderUNID     = (32*HEXDIG | "0")  
    docUNID        = 32*HEXDIG  

    name           = 1*(unreserved | escaped)  
    queryDoc       = ("EditDocument" | "OpenDocument")  
    queryElement   = ("OpenFrameset" | "OpenView")  
    uiElement      = ("OpenDatabases" | "OpenReplication" | "OpenWorkspace")  
    parameter      = ("view=" viewUNID)  

    unreserved     = alphanum | allowedmark  
    alphanum       = // as specified in {{RFC2396}}  
    allowedmark    = "-" | "_" | "~" | "(" | ")"  
    escaped        = "%" hex hex  
    hex            = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" |
                     "8" | "9" | "A" | "B" | "C" | "D" | "E" | "F"  
]]></artwork>
      </section>
      <section anchor="special-cases-and-default-values" numbered="true" toc="default">
        <name>Special Cases and Default Values</name>
        <section anchor="server-not-specified" numbered="true" toc="default">
          <name>If a Server is not specified and an application or document is to be located</name>
          <t>In the case where the 'notes' URI does not contain a named server and the appReplicaID is specified, the client application SHOULD locate the specified application.</t>
          <t>In the case where the 'notes' URI does not contain a named server and an appFileAndPath is specified, the client applicaiton SHOULD locate a local copy of the application.</t>
        </section>
        <section anchor="if-a-server-is-specified-but-not-available" numbered="true" toc="default">
          <name>If a Server is specified but not available</name>
          <t>In the case where the 'notes' URI does contain a named server and the named server is currently unreachable, the client application MAY locate the resource on an alternate server as if the server were not specified. See <xref target="server-not-specified" format="default"/></t>
        </section>
        <section anchor="view-not-supplied" numbered="true" toc="default">
          <name>If a view or folder is not supplied</name>
          <t>In the case where the 'notes' URI does not contain a viewUNID, folderUNID or name, and the application initially shows a view or folder, the client application WILL choose a default.</t>
        </section>
        <section anchor="if-a-view-or-form-name-is-supplied" numbered="true" toc="default">
          <name>If a view or form name is supplied</name>
          <t>Where available, a view or form alias should be used instead of the name shown in the user interface. <xref target="HCLDominoNamingAView" format="default"/></t>
        </section>
        <section anchor="if-a-viewunid-or-folderunid-of-0-is-supplied" numbered="true" toc="default">
          <name>If a viewUNID or folderUNID of 0 is supplied</name>
          <t>In this case, the document is still opened.</t>
        </section>
        <section anchor="if-openform-is-specified" numbered="true" toc="default">
          <name>If OpenForm is specified</name>
          <t>A 'notes' URI of type formDocNew will create a new document in the user interface using the specified form.</t>
        </section>
      </section>
      <section anchor="encoding-rules" numbered="true" toc="default">
        <name>Encoding Rules</name>
        <t>The server, appFileAndPath and name must be encoded using the UTF-8 encoding scheme, and any octet that is not one of the permitted characters per the above grammar MUST instead be represented by a "%" followed by two characters from the &lt;hex&gt; character set above. The two characters give the hexadecimal representation of that octet.</t>
        <t>The maximum length of a view or form name is 64 bytes after decoding.</t>
        <section anchor="case-sensitivity-of-uri-components" numbered="true" toc="default">
          <name>Case sensitivity of URI components</name>
          <t>The values of server, appFileAndPath and name are case insensitive. For clarity, the actual case of the underlying resource SHOULD be used but is not REQUIRED.</t>
        </section>
      </section>
    </section>
    <section anchor="examples" numbered="true" toc="default">
      <name>Examples</name>
      <section anchor="application-examples" numbered="true" toc="default">
        <name>Application Examples</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
notes:///1234567890ABCDEF  
    This example would locate and view an application     
        appReplicaID=1234567890ABCDEF  

notes://server1.example.com/1234567890ABCDEF  
    This example would view an application  
        appReplicaID=1234567890ABCDEF  
        on server server1.example.com  

notes://server1.example.com/1234567890ABCDEF/1234567890ABCDEF1234567890ABCDEF  
    This example would open a view with  
        viewUNID=1234567890ABCDEF1234567890ABCDEF  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com and navigate to  

notes://server1.example.com/By%20Author?OpenView  
    This example would open a view with  
        name "By Author"  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com and  

notes://server1.example.com/1234567890ABCDEF/MainFrameset?OpenFrameset&view=1234567890ABCDEF1234567890ABCDEF  
    This example would open a frameset with  
        name "MainFrameset" and
        viewUNID=1234567890ABCDEF1234567890ABCDEF  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com and  
]]></artwork>
      </section>
      <section anchor="document-examples" numbered="true" toc="default">
        <name>Document Examples</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
notes://server1.example.com/1234567890ABCDEF/1234567890ABCDEF1234567890ABCDEF/1234567890ABCDEF1234567890FEDCBA  
    This example would view a document with  
        docUNID=1234567890ABCDEF1234567890FEDCBA  
        from viewUNID=1234567890ABCDEF1234567890ABCDEF  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com  

notes:///1234567890ABCDEF/1234567890ABCDEF1234567890ABCDEF/1234567890ABCDEF1234567890FEDCBA  
    This example would view a document with  
        docUNID=1234567890ABCDEF1234567890FEDCBA  
        from viewUNID=1234567890ABCDEF1234567890ABCDEF  
        after locating appReplicaID=1234567890ABCDEF  

notes://server1.example.com/teamroom%2Fourteamroom.nsf/1234567890ABCDEF1234567890ABCDEF/1234567890ABCDEF1234567890FEDCBA  
    This example would view a document with  
        docUNID=1234567890ABCDEF1234567890FEDCBA  
        from viewUNID=1234567890ABCDEF1234567890ABCDEF  
        in appPathAndFile=teamroom/ourteamroom.nsf  
        on server server1.example.com  

notes://server1.example.com/1234567890ABCDEF/1234567890ABCDEF1234567890ABCDEF/1234567890ABCDEF1234567890FEDCBA?EditDocument  
    This example would edit a document with  
        docUNID=1234567890ABCDEF1234567890FEDCBA  
        from viewUNID=1234567890ABCDEF1234567890ABCDEF  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com  

notes://server1.example.com/1234567890ABCDEF/MainTopic?OpenForm  
    This example would create a new document with 
        form name "MainTopic"  
        in appReplicaID=1234567890ABCDEF  
        on server server1.example.com  
]]></artwork>
      </section>
      <section anchor="application-user-interface-examples" numbered="true" toc="default">
        <name>Application User Interface Examples</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
notes:///ClientBookmark?OpenWorkspace  
    This example would launch/focus the client application and navigate to the user interface element "Workspace"  

notes:///ClientBookmark?OpenReplication  
    This example would launch/focus the client application and navigate to the user interface element "Replicator Page"  

notes:///ClientBookmark?OpenDatabases  
    This example would launch/focus the client application and navigate to the user interface element "Open Application"  
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>All operations initiated as a result of locating and viewing a 'notes' URI are done so under the access rights of the user logged into the client application. All access restrictions including application access control list <xref target="HCLDominoACL" format="default"/>, readers fields <xref target="HCLDominoReadersField" format="default"/> and execution control lists <xref target="HCLDominoECL" format="default"/> are in effect when locating the application and/or document referred to by a 'notes' URI.</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>The IANA is asked to register the URL registration template found in <xref target="appendix-A" format="default"/> in accordance with <xref target="RFC7595" format="default"/></t>
    </section>
    <section anchor="appendix-A" numbered="true" toc="default">
      <name>Appendix A: Registration Template</name>
      <t>URL scheme name: notes</t>
      <t>URL scheme syntax: <xref target="scheme-syntax" format="default"/></t>
      <t>Character encoding considerations: <xref target="encoding-rules" format="default"/></t>
      <t>Intended usage: <xref target="intended-usage" format="default"/></t>
      <t>Applications and/or protocols which use this scheme: <xref target="applications-using-scheme" format="default"/></t>
      <t>Interoperability considerations: None not specified</t>
      <t>Security considerations: <xref target="security-considerations" format="default"/></t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC2396" target="https://www.rfc-editor.org/info/rfc2396">
          <front>
            <title>Uniform Resource Identifiers (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="August" year="1998"/>
            <abstract>
              <t>This document defines a grammar that is a superset of all valid URI, such that an implementation can parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier type.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2396"/>
          <seriesInfo name="DOI" value="10.17487/RFC2396"/>
        </reference>
        <reference anchor="RFC3978" target="https://www.rfc-editor.org/info/rfc3978">
          <front>
            <title>IETF Rights in Contributions</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="2005"/>
            <abstract>
              <t>The IETF policies about rights in Contributions to the IETF are designed to ensure that such Contributions can be made available to the IETF and Internet communities while permitting the authors to retain as many rights as possible.  This memo details the IETF policies on rights in Contributions to the IETF.  It also describes the objectives that the policies are designed to meet.  This memo updates RFC 2026, and, with RFC 3979, replaces Section 10 of RFC 2026.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3978"/>
          <seriesInfo name="DOI" value="10.17487/RFC3978"/>
        </reference>
        <reference anchor="RFC7595" target="https://www.rfc-editor.org/info/rfc7595">
          <front>
            <title>Guidelines and Registration Procedures for URI Schemes</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler">
              <organization/>
            </author>
            <author fullname="T. Hansen" initials="T." surname="Hansen">
              <organization/>
            </author>
            <author fullname="T. Hardie" initials="T." surname="Hardie">
              <organization/>
            </author>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes.  It obsoletes RFC 4395.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="35"/>
          <seriesInfo name="RFC" value="7595"/>
          <seriesInfo name="DOI" value="10.17487/RFC7595"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="HCLDomino" target="https://en.wikipedia.org/wiki/HCL_Domino">
          <front>
            <title>HCL Domino</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HCLDominoACL" target="https://help.hcltechsw.com/domino/12.0.0/admin/conf_thedatabaseaccesscontrollist_c.html">
          <front>
            <title>The database access control list</title>
            <author initials="" surname="HCL">
              <organization/>
            </author>
            <date year="2021" month="December"/>
          </front>
        </reference>
        <reference anchor="HCLDominoECL" target="https://help.hcltechsw.com/domino/12.0.0/admin/conf_theexecutioncontrollist_t.html?hl=ecl">
          <front>
            <title>The execution control list</title>
            <author initials="" surname="HCL">
              <organization/>
            </author>
            <date year="2021" month="December"/>
          </front>
        </reference>
        <reference anchor="HCLDominoNamingAView" target="https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_ABOUT_NAMING_A_VIEW.html">
          <front>
            <title>Naming a view or folder</title>
            <author initials="" surname="HCL">
              <organization/>
            </author>
            <date year="2021" month="December"/>
          </front>
        </reference>
        <reference anchor="HCLDominoReadersField" target="https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_ABOUT_RESTRICTING_ACCESS_TO_SPECIFIC_DOCUMENTS_USING_A_READERS_FIELD.html">
          <front>
            <title>Using a Readers field to restrict access to specific documents</title>
            <author initials="" surname="HCL">
              <organization/>
            </author>
            <date year="2021" month="December"/>
          </front>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
a8f5P7+BDpFTLQAA

-->

</rfc>
