<?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.6.2 (Ruby 2.7.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dconmy-notes-uri-scheme-02" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.3 -->
  <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-02"/>
    <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="March" day="18"/>
    <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">
      <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">
      <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"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
    </section>
    <section anchor="applications-using-scheme">
      <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"/></t>
    </section>
    <section anchor="scheme-syntax">
      <name>Syntax Rules</name>
      <section anchor="general-syntax">
        <name>General Syntax</name>
        <t>The 'notes' URI comes in several forms described below.</t>
      </section>
      <section anchor="abnf-grammar">
        <name>ABNF Grammar</name>
        <t>The full ABNF (certain values are included by reference from <xref target="RFC2396"/>):</t>
        <artwork><![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">
        <name>Special Cases and Default Values</name>
        <section anchor="server-not-specified">
          <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">
          <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"/></t>
        </section>
        <section anchor="view-not-supplied">
          <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">
          <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"/></t>
        </section>
        <section anchor="if-a-viewunid-or-folderunid-of-0-is-supplied">
          <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">
          <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">
        <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">
          <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">
      <name>Examples</name>
      <section anchor="application-examples">
        <name>Application Examples</name>
        <artwork><![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">
        <name>Document Examples</name>
        <artwork><![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">
        <name>Application User Interface Examples</name>
        <artwork><![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">
      <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"/>, readers fields <xref target="HCLDominoReadersField"/> and execution control lists <xref target="HCLDominoECL"/> are in effect when locating the application and/or document referred to by a 'notes' URI.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The IANA is asked to register the URL registration template found in <xref target="appendix-A"/> in accordance with <xref target="RFC7595"/></t>
    </section>
    <section anchor="appendix-A">
      <name>Appendix A: Registration Template</name>
      <t>Resource Identifier (RI) Scheme name: notes</t>
      <t>Status: provisional</t>
      <t>Scheme syntax: <xref target="scheme-syntax"/></t>
      <t>Encoding considerations: <xref target="encoding-rules"/></t>
      <t>Intended usage: <xref target="intended-usage"/></t>
      <t>Applications and/or protocols which use this scheme: <xref target="applications-using-scheme"/></t>
      <t>Interoperability considerations: None not specified</t>
      <t>Security considerations: <xref target="security-considerations"/></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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

-->

</rfc>
