<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.3 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-rswg-rfc7990-updates-02" category="info" submissionType="editorial" obsoletes="7990" updates="9280" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Format Framework">Updated RFC Format Framework</title>

    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>
    <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
      <organization>Spherical Cow Consulting</organization>
      <address>
        <email>hlf@sphericalcowconsulting.com</email>
      </address>
    </author>

    <date year="2023" month="December" day="06"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 44?>

<t>In order to improve the readability of RFCs while supporting their archivability, the definitive version of the RFC Series transitioned from plain-text ASCII to XML using the RFCXML vocabulary; different publication versions are rendered from that base document.
This document is the framework that provides the problem statement, lays out a road map of the documents that capture the specific requirements, and describes how RFCs are published.</t>

<t>This document obsoletes RFC 7990 and makes many significant changes to that document.
It also updates the stability policy in RFC 9280.</t>

<t>This draft is part of the RFC Series Working Group (RSWG); see <eref target="https://datatracker.ietf.org/edwg/rswg/documents/">https://datatracker.ietf.org/edwg/rswg/documents/</eref>.
There is a repository for this draft at <eref target="https://github.com/paulehoffman/draft-rswg-rfc7990-updates">https://github.com/paulehoffman/draft-rswg-rfc7990-updates</eref>.
Issues can be raised there, but probably should be on the mailing list instead.</t>



    </abstract>



  </front>

  <middle>


<?line 57?>

<section anchor="introduction"><name>Introduction</name>

<t>"RFC Series Format Requirements and Future Development" <xref target="RFC6949"/> discussed the need to improve the display of items such as author names and artwork in RFCs as well as the need to improve the ability of RFCs to be displayed properly on various devices.
Based on the discussions with communities of interest, such as the IETF, the RFC Series Editor decided to explore a change to the format of the Series.
This document serves as the framework that describes the problems that were solved and summarizes the documents created to date that capture the specific requirements for each aspect of the change in format.</t>

<t>This document is concerned with the production of RFCs, focusing on the published formats.
It does not address any changes to the processes each stream uses to develop and review their submissions (specifically, how Internet-Drafts will be developed).
While I-Ds have a similar set of issues and concerns, directly addressing those issues for I-Ds will be discussed within each document stream.</t>

<t>The details described in this document are expected to change based on experience gained in implementing the new publication toolsets, just as the details in <xref target="RFC7990"/> changed after publication.
Revised documents will be published capturing those changes as the toolsets are completed.
Other implementers must not expect those changes to remain backwards compatible with the details described in this document.</t>

<section anchor="changes-to-rfc-7990-and-rfc-9280"><name>Changes to RFC 7990 and RFC 9280</name>

<t><xref target="RFC7990"/> defined a framework for how RFCs would be published after that document was published, including new formats and a new "canonical format" for archiving RFCs.
It talked about "the XML file" as if there will only be one XML file for an RFC because this was the expectation at the time <xref target="RFC7990"/> was published.
It also talked about "publication formats" as the versions of HTML, text, and PDF versions derived from the definitive version.</t>

<t>After extensive experience with publishing RFCs in the RFCXML format (defined in <xref target="RFC7991"/>, it has been decided that an RFC's XML file can be updated for narrowly limited purposes.
This document changes <xref target="RFC7990"/> in significant ways:</t>

<t><list style="symbols">
  <t>It changes the phrase "canonical format" to "definitive version" and defines the use of the definitive version in the series.</t>
  <t>It changes the phrase "publication format" to "publication versions" and defines the use of the publication versions in the series.</t>
  <t>It changes the phrase "xml2rfc version 3" to "RFCXML".</t>
  <t>It defines a policy governing how the RFCXML format changes.</t>
  <t>It defines a policy for when the definitive version of an RFC can be updated and older versions archived.</t>
  <t>It defines a policy for when the publication versions of an RFC can be updated and older versions archived.</t>
  <t>It changes the name of the body that publishes RFCs from "RFC Editor" to "RPC", based on <xref target="RFC9280"/></t>
</list></t>

<t>Historical text from <xref target="RFC7990"/> such as Section 2 ("Problem Statement"), Section 4 ("Overview of the Decision-Making Process"), and Section 10 ("Transition Plan") are not copied to this document.</t>

<t>Section 7.6 of "RFC Editor Model (Version 3)" <xref target="RFC9280"/> says "Once published, RFC Series documents are not changed."
<xref target="updating"/> and <xref target="pub-versions"/> in this document update that policy.</t>

</section>
<section anchor="key-changes-from-the-earlier-rfc-process"><name>Key Changes from the Earlier RFC Process</name>

<t>The first RFC to be published using the group of RFCs described in <xref target="RFC7990"/> was <xref target="RFC8651"/>, published in October 2019.
In the time since then, all published RFCs have followed the general plan from <xref target="RFC7990"/>.</t>

<t>At the highest level, the changes that <xref target="RFC7990"/> made to the RFC format involved breaking away from solely ASCII (<xref target="RFC20"/>) plain text and moving to a definitive version that includes all the information required for rendering a document into a wide variety of publication versions.
The RPC became responsible for more than just the plain-text file and the PDF-from-text format created at time of publication; the RPC now creates several different formats in order to meet the diverse requirements of the community.</t>

<t>The final XML file produced by the RPC is the definitive version for RFCs; it is the lowest common denominator that holds all the information intended for an RFC.
Additonal publication formats (HTML, PDF, and plain text) are also published by the RPC.
The publication formats are described in <xref target="pub-versions"/> and fully specified in other RFCs.</t>

</section>
</section>
<section anchor="definitive-version-of-an-rfc"><name>Definitive Version of an RFC</name>

<t>The definitive version produced by the RPC is the version that holds all the information intended for an RFC.
The RPC may change the definitive version of an RFC over time, as described in <xref target="updating"/>.
See <xref target="RFC7991"/> for the complete description of the XMLRFC syntax and semantics.</t>

<t>The XML may contain SVG line art, as described in <xref target="RFC7996"/>.
That SVG will also appear in the HTML and PDF publication versions.</t>

<t>The XML may contain non-ASCII characters, as described in <xref target="RFC7997"/>.
These characters will appear in all the publication versions.</t>

<t>The XML file will not contain any XMLRFC vocabulary elements or attributes that have been marked deprecated.</t>

<t>Authors may submit documents using the xml2rfc v2 vocabulary, but the final publication will be converted to use the XMLRFC vocabulary.</t>

<t>The published XML file must contain all information necessary to render a variety of formats; any question about what was intended in the publication will be answered from this file.
It is self-contained with all the information known at publication time.
For instance, all features that reference externally defined input are expanded.
It does not contain src attributes for &lt;artwork&gt; or &lt;sourcecode&gt; elements.
It  does not contain comments or processing instructions.</t>

<section anchor="updating"><name>Updating the Definitive Version of an RFC</name>

<t>Historically, the published version of an RFC has been immutable.
This document defines a new policy that the RPC is permitted to re-issue an RFC for changes that do not affect the semantics of the RFC.
Reasons for such a change include updates to the RFCXML schema, errors discovered in the XML, and changes to the tooling used to generate the publication versions of the definitive XML version of the RFC.
Additional items may be added to this list after discussion and consensus with the RSWG.
This policy explicitly updates the stability policy from <xref target="RFC9280"/> for the definitive version.</t>

</section>
<section anchor="expected-updates-to-xmlrfc"><name>Expected Updates to XMLRFC</name>

<t>It is anticipated that the syntax and semantics in <xref target="RFC7991"/> will be updated.
Updates to the RFCXML specification that are applied to existing RFCs should preserve to the greatest extent possible the semantics expressed in the original RFC.
The goal of limiting changes only to syntax is to preserve the semantic meaning encoded in the RFC XML document.</t>

<t>This policy does not require that updates to RFCXML avoid all risk of introducing semantic changes to existing RFCs.
Instead, it only requires that the RSWG carefully consider the potential for semantic changes, take steps to understand the risk of a semantic change (either deliberate or inadvertent), and to limit those risks.</t>

</section>
</section>
<section anchor="pub-versions"><name>Publication Versions</name>

<t>Publication version files may be republished as needed.
XML format errors, and better design choices, have been discovered by the community since the first RFCs were published using the RFCXML format.
As the RFC XML format of a document changes, publication versions can change, even if this might not result in observable differences.
Similarly, as production tools change, publication versions can be regenerated to ensure a consistent presentation across the series.</t>

<t>Publication versions and the contexts in which they are displayed can optionally provide additional details of the specific RFCXML version that they were generated from, or provide a means to discover alternative renderings.</t>

<t>This document defines a new policy that the RPC is permitted to re-issue publication versions of an RFC.
This can happen if the definitive version is updated, but can also happen due to other changes, such as updates to the RPC's tooling. 
This policy explicitly updates the stability policy from <xref target="RFC9280"/> for publication versions.</t>

<section anchor="html"><name>HTML</name>

<t><xref target="RFC7992"/> describes the semantic HTML produced by the RPC from the XMLRFC files.
The HTML file is rendered from the XML file; it is not derived from the plain-text publication version.
The body of the document uses a subset of HTML.</t>

<t>The documents include Cascading Style Sheets (CSS) for default visual presentation; the CSS can be overwritten by a local CSS file.
The allowed CSS is described in <xref target="RFC7993"/>.</t>

<t>JavaScript in the HTML publication version is supported on a limited basis.
It is not be permitted to overwrite or change any text present in the rendered HTML.
It may, on a limited basis, add text that provides post-publication metadata or pointers, if warranted. 
All such text is clearly marked as additional.</t>

<t>[[
In the HTML format currently used by the RFC Editor, the text from the Javascript is not clearly marked as additional.
]]</t>

</section>
<section anchor="pdf"><name>PDF</name>

<t>[[
The RSWG recently discussed making simplifying changes to RFC 7995, which would also cause this section to change.
]]</t>

<t><xref target="RFC7995"/> describes the tags and profiles that are used to create the new PDF format, including both the internal structure and the visible layout of the file.
A review of the different versions of PDF is offered, with a recommendation of what PDF standard should apply to RFCs.</t>

<t>The PDF file is rendered from the XML file; it is not derived from the plain-text publication version.</t>

<t>The PDF publication version conforms to the PDF/A-3 standard and embeds the XML source from the definitive version.</t>

<t>The PDF looks more like the HTML publication version than the plain-text publication version.
The PDF includes a rich set of tags and metadata within the document.</t>

</section>
<section anchor="plain-text"><name>Plain Text</name>

<t><xref target="RFC7994"/> describes the details of the plain-text format; in particular, it focuses on what changed from the earlier plain-text format for publishing RFCs.</t>

<t>The plain-text format is UTF-8 encoded, and non-ASCII characters are allowed.
A Byte Order Mark (BOM) is added at the start of each plain-text file.</t>

<t>The plain-text file is unpaginated.
Running headers and footers are not be used in the plain-text file.</t>

<t>Authors may choose to have pointers to line art in other publication versions in place of ASCII art in the plain-text file.</t>

</section>
</section>
<section anchor="archived-documents"><name>Archived Documents</name>

<t>The RPC will keep archived set of all definitive versions of RFCs as well as archived sets of the publication versions for an RFC that were published.
These archived sets must be available using the same access methods as for the XML and the published publication versions.
Every archived set shall record the date that a document was created or revised.</t>

<t>When the RPC archives documents, it does so in a manner that allows them to be found by people who want the historical (as compared to current) versions of those files.</t>

<t>This document does not specify how archives are maintained or how archived RFC XML might be located or identified.
The methods for storage and access will be determined by the RPC in consultation with the technical community.</t>

<t>[[ Need to talk about RFC 8153 ]]</t>

<t><xref target="archive-advice"/> gives some non-normative advice created by the RSWG.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA considerations.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Changing the format for RFCs involves modifying a great number of components to publication.
Understanding those changes and the implications for the entire tool chain is critical so as to avoid unintended bugs that would allow unintended changes to text.
Unintended changes to text could in turn corrupt a standard, practice, or critical piece of information about a protocol.</t>

<t>The RSWG is responsible for managing the risk of semantic changes that would affect the interpretation of existing and future RFCs.
Changes to content that has security implications would have security-relevant consequences.</t>

</section>
<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>Martin Thomson wrote a great deal of the significant text here as part of draft-thomson-rswg-syntax-change.</t>

<t>This document has greatly benefitted from the input or the RSWG.
In particular,
Alexis Rossi,
Brian Carpenter,
Eliot Lear,
Jay Daley,
John Levine,
and Pete Resnick,
gave significant input on the early drafts of this document.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC7990">
  <front>
    <title>RFC Format Framework</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to improve the readability of RFCs while supporting their archivability, the canonical format of the RFC Series will be transitioning from plain-text ASCII to XML using the xml2rfc version 3 vocabulary; different publication formats will be rendered from that base document. With these changes comes an increase in complexity for authors, consumers, and the publisher of RFCs. This document serves as the framework that provides the problem statement, lays out a road map of the documents that capture the specific requirements, and describes the transition plan.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7990"/>
  <seriesInfo name="DOI" value="10.17487/RFC7990"/>
</reference>

<reference anchor="RFC7991">
  <front>
    <title>The "xml2rfc" Version 3 Vocabulary</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7991"/>
  <seriesInfo name="DOI" value="10.17487/RFC7991"/>
</reference>

<reference anchor="RFC7992">
  <front>
    <title>HTML Format for RFCs</title>
    <author fullname="J. Hildebrand" initials="J." role="editor" surname="Hildebrand"/>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to meet the evolving needs of the Internet community, the canonical format for RFCs is changing from a plain-text, ASCII-only format to an XML format that will, in turn, be rendered into several publication formats. This document defines the HTML format that will be rendered for an RFC or Internet-Draft.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7992"/>
  <seriesInfo name="DOI" value="10.17487/RFC7992"/>
</reference>

<reference anchor="RFC7993">
  <front>
    <title>Cascading Style Sheets (CSS) Requirements for RFCs</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>The HTML format for RFCs assigns style guidance to a Cascading Style Sheet (CSS) specifically defined for the RFC Series. The embedded, default CSS as included by the RFC Editor is expected to take into account accessibility needs and to be built along a responsive design model. This document describes the requirements for the default CSS used by the RFC Editor. The class names are based on the classes defined in "HTML for RFCs" (RFC 7992).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7993"/>
  <seriesInfo name="DOI" value="10.17487/RFC7993"/>
</reference>

<reference anchor="RFC7994">
  <front>
    <title>Requirements for Plain-Text RFCs</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In 2013, after a great deal of community discussion, the decision was made to shift from the plain-text, ASCII-only canonical format for RFCs to XML as the canonical format with more human-readable formats rendered from that XML. The high-level requirements that informed this change were defined in RFC 6949, "RFC Series Format Requirements and Future Development". Plain text remains an important format for many in the IETF community, and it will be one of the publication formats rendered from the XML. This document outlines the rendering requirements for the plain-text RFC publication format. These requirements do not apply to plain-text RFCs published before the format transition.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7994"/>
  <seriesInfo name="DOI" value="10.17487/RFC7994"/>
</reference>

<reference anchor="RFC7995">
  <front>
    <title>PDF Format for RFCs</title>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="L. Masinter" initials="L." surname="Masinter"/>
    <author fullname="M. Hardy" initials="M." surname="Hardy"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document discusses options and requirements for the PDF rendering of RFCs in the RFC Series, as outlined in RFC 6949. It also discusses the use of PDF for Internet-Drafts, and available or needed software tools for producing and working with PDF.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7995"/>
  <seriesInfo name="DOI" value="10.17487/RFC7995"/>
</reference>

<reference anchor="RFC7996">
  <front>
    <title>SVG Drawings for RFCs: SVG 1.2 RFC</title>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document specifies SVG 1.2 RFC -- an SVG profile for use in diagrams that may appear in RFCs -- and considers some of the issues concerning the creation and use of such diagrams.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7996"/>
  <seriesInfo name="DOI" value="10.17487/RFC7996"/>
</reference>

<reference anchor="RFC7997">
  <front>
    <title>The Use of Non-ASCII Characters in RFCs</title>
    <author fullname="H. Flanagan" initials="H." role="editor" surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to support the internationalization of protocols and a more diverse Internet community, the RFC Series must evolve to allow for the use of non-ASCII characters in RFCs. While English remains the required language of the Series, the encoding of future RFCs will be in UTF-8, allowing for a broader range of characters than typically used in the English language. This document describes the RFC Editor requirements and gives guidance regarding the use of non-ASCII characters in RFCs.</t>
      <t>This document updates RFC 7322. Please view this document in PDF form to see the full text.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7997"/>
  <seriesInfo name="DOI" value="10.17487/RFC7997"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC20">
  <front>
    <title>ASCII format for network interchange</title>
    <author fullname="V.G. Cerf" initials="V.G." surname="Cerf"/>
    <date month="October" year="1969"/>
  </front>
  <seriesInfo name="STD" value="80"/>
  <seriesInfo name="RFC" value="20"/>
  <seriesInfo name="DOI" value="10.17487/RFC0020"/>
</reference>

<reference anchor="RFC6949">
  <front>
    <title>RFC Series Format Requirements and Future Development</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="May" year="2013"/>
    <abstract>
      <t>This document describes the current requirements and requests for enhancements for the format of the canonical version of RFCs. Terms are defined to help clarify exactly which stages of document production are under discussion for format changes. The requirements described in this document will determine what changes will be made to RFC format. This document updates RFC 2223.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6949"/>
  <seriesInfo name="DOI" value="10.17487/RFC6949"/>
</reference>

<reference anchor="RFC8651">
  <front>
    <title>Dynamic Link Exchange Protocol (DLEP) Control-Plane-Based Pause Extension</title>
    <author fullname="B. Cheng" initials="B." surname="Cheng"/>
    <author fullname="D. Wiggins" initials="D." surname="Wiggins"/>
    <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
    <date month="October" year="2019"/>
    <abstract>
      <t>This document defines an extension to the Dynamic Link Exchange Protocol (DLEP) that enables a modem to use DLEP messages to pause and resume data traffic coming from its peer router.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8651"/>
  <seriesInfo name="DOI" value="10.17487/RFC8651"/>
</reference>

<reference anchor="RFC9280">
  <front>
    <title>RFC Editor Model (Version 3)</title>
    <author fullname="P. Saint-Andre" initials="P." role="editor" surname="Saint-Andre"/>
    <date month="June" year="2022"/>
    <abstract>
      <t>This document specifies version 3 of the RFC Editor Model. The model defines two high-level tasks related to the RFC Series. First, policy definition is the joint responsibility of the RFC Series Working Group (RSWG), which produces policy proposals, and the RFC Series Approval Board (RSAB), which approves such proposals. Second, policy implementation is primarily the responsibility of the RFC Production Center (RPC) as contractually overseen by the IETF Administration Limited Liability Company (IETF LLC). In addition, various responsibilities of the RFC Editor function are now performed alone or in combination by the RSWG, RSAB, RPC, RFC Series Consulting Editor (RSCE), and IETF LLC. Finally, this document establishes the Editorial Stream for publication of future policy definition documents produced through the processes defined herein.</t>
      <t>This document obsoletes RFC 8728. This document updates RFCs 7841, 8729, and 8730.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9280"/>
  <seriesInfo name="DOI" value="10.17487/RFC9280"/>
</reference>




    </references>


<?line 253?>

<section anchor="archive-advice"><name>Advice on Regenerating Publication Formats</name>

<t>This document does not include specific guidance regarding the generation of publication formats from the RFCXML source for the definitive version of an RFC.
Decisions about how to maintain publication formats are not a matter governed by policy as specified in <xref target="RFC9280"/>.
This appendix contains advice and considerations for the process of regeneration that came out of discussions of the policy changes in this document.</t>

<t>Changes to the RFCXML for existing RFCs might result in changes to the documents rendered from that XML.
At the same time, the tools used to generate renderings are under active maintenance.
Making it possible for a fresh rendering to replace existing publication formats is a goal supported by the policy changes in this document.</t>

<t>This creates a risk that a rerendered documents change in unexpected ways when they are regenerated.
This risk of unintentional change can be managed by implementing validation processes:</t>

<t><list style="symbols">
  <t>Tools can be continuously checked by producing renderings for existing RFCs.
Any change in the rendered document can then be compared with previous outputs and validated.
This will ensure that changes in tooling are deliberate and understood.</t>
  <t>When a change to the XML format occurs, rendered documents can be regenerated and any change in the rendering can be validated.</t>
</list></t>

<t>Validation should be aided by automated tooling that is able to disregard inconsequential changes in renderings, like changes in timestamps and other annotations.
Validation of tooling can be continuous, for which automation is essential.</t>

<t>The decision to make renderings available as the publication format for an RFC is a decision that can be made on a case-by-case basis.
Making fresh renderings available more often could mean a greater risk that people seeking to read RFCs will obtain a copy that contains accidental errors.
However, errors in publication formats might persist if they are not replaced as tool quality and reliability improves.</t>

<t>Old copies of replaced publication formats will be retained to provide the ability to isolate changes and understand the evolution of documents.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA7VbbY/bRpL+zl9BjIE7G5Bkx86bx4fFTmxP7L04HnjsJMBm
cWiRLYk7FFthk6PoDP/3q6eq+kUv4+Swdx8Ma6Rmd3W911PF6XRaDM3Q2vPy
w6Y2g63Ld5fPy0vXr81QXvZmbbeuvynMfN7b2/PjH2pXdfT5vKx7sximvd8u
p/2i+ubp00fTkXf000ePi8IPpqv/y7Suo7VDP9qCdntSuLl3raVF5yUeKfSR
8/Lp428fFUWz6Xm1Hx4/evSU9rnZnpevu8H2nR2mL3BkUZnhvGy6hSv8OF83
3jeue7/b0DG2bgbXN6YtCjMOK9efF+W0KEtaTSdczcpXbrFYmw5fySWuzNjm
37p+Sec9v/jxR/xl16Zpz8sNLZqtZNFfm8p03YzW5Vu/mpWXrenMMt/7lTXD
yvZ7v/D+1xv6mvZpy+duS/86P7ZD0y2zI1ft4q8+LKvctoqLZpVbF0XHYmlu
Ld0QAgQv08cv0sfH6eOT9PHL9PGr9PHr9PGbc5IFsXj/lMfhjK+ffvlUP377
9VfhOIiQnptOp6WZ+6E31VAUrzu6dE1sGFzZrDe9u7UlsaXsranNvGmbYVe6
BR735XbVtLb042bjetwVC5u+NH21am518YSfru2i6RqQVt7aHhqATfALtPma
+GY96ZHpPC0iFazLRe/W5aY1TTcd7O9DeXH9/PVrEPXLmx/K0etpeBxf3LrK
zMfW9LtnZd0sFra33VBuxnlLAsGO4VhP1OEyHV0xnDKsyGLmxhOZrhrX9OSs
eL9qfPyzpM84bBGsSh4Bc5raym/0x7y165LsaLB4aFK2ZudLNw6lKXtn6nJt
NuHWYWcvO1VmM4y9MNpvbNUsmoqI/G1set7LT0qyTuKir/pmTieuSBFZBLgN
X9OvbD0rDuiO1stshtLxPmtzQ1+RdexK3yw7nGZodbUy3RLXcUJV4sZrukPr
XanWL3QOQR02jri8I8viU6BVkRA4AHBvY/rhhMR/Jl5Ckt/3btyU999d//z9
g2elt7b8j9UwbPz5w4d0oIFq3th+1thhAVN+aOvt8iFc2cPIyId/gdBIqDiO
GG43zsO77EqyCjo3UkMXi5svm2E1zmGiD+E0rDqNh3f7Sjrltfcj0U4sK+ek
SqbxpEjwHHZSzkdWi7mZt8TblRvbGotI/3Bz+Apcl6Q1wBENZFPEKrbAdVPX
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
zYr/AWgLX7icPgAA

-->

</rfc>

