<?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-rfc version 1.7.17 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-kuehlewind-rswg-updates-tag-02" category="bcp" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="New Tag Definitions">Definition of new tags for relations between RFCs</title>
    <seriesInfo name="Internet-Draft" value="draft-kuehlewind-rswg-updates-tag-02"/>
    <author initials="M." surname="Kuehlewind" fullname="Mirja Kuehlewind">
      <organization>Ericsson</organization>
      <address>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <author initials="S." surname="Krishnan" fullname="Suresh Krishnan">
      <organization>Cisco</organization>
      <address>
        <email>sureshk@cisco.com</email>
      </address>
    </author>
    <date/>
    <abstract>
      <?line 32?>

<t>An RFC can include a tag called "Updates" which can be used to
link a new RFC to an existing RFC. On publication of such an RFC, the existing
RFC will include an additional metadata tag called "Updated by" which provides a
link to the new RFC. However, this tag pair is not well-defined and therefore it
is currently used for multiple different purposes, which leads to confusion about
the actual meaning of this tag and inconsistency in its use.</t>
      <t>This document recommends the discontinuation of the use of the updates/updated
by tag pair, and instead proposes three new tag pairs that have well-defined
meanings and use cases.</t>
    </abstract>
  </front>
  <middle>
    <?line 45?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>An RFC can include a tag called "Updates" which can be used to
link a new RFC to an existing RFC. On publication of such an RFC, the existing
RFC will include an additional metadata tag called "Updated by" which provides a
link to the new RFC. However, this tag pair is not well-defined and therefore it
is currently used for multiple different purposes, which leads to confusion about
the actual meaning of this tag and inconsistency in its use.</t>
      <t>The "Updates/Updates by" tag pair is currently used consistently as different working
groups or areas tend to apply different meanings to it. Opinions also differ greatly
about the obligations on implementors for the updated RFC. While updating an RFC never
makes the updated RFC invalid, updates can contain bug fixes or critical changes.
Some groups apply the update tag only to these kind of changes with the
expectation that new implementions are also obliged to implement the new
updating RFC. Some other groups use the update tag to define optional extensions
or new uses of extension points in the current protocol. This disconnect leads to a
situation where it is desirable to add a "mandatory-to-implement" indication to an
existing RFC.</t>
      <t>Groups or individuals that apply such restrictive conditions to the Updates tag,
consequently usually do not use the update tag for any extensions or addition to
a protocol. However, as there is no other way in the current metadata scheme to
link a new RFC to an existing RFC, not using the Updates tag makes it harder to
find these new RFCs. While implementors might well benefit from some
extensions or additions, they might not be aware of them and either not use them
or, in the worst case, implement an alternate mechanism instead.</t>
      <t>Currently the Updates/Updated by tag pair mainly provides a way to link two
documents. The cases mentioned above clearly benefit from such a linkage
which the expectation that readers of upadted RFC as least look or also read the updating
RFC. Additionally, there are more cases where such a linkage could be useful to improve
awareness of some newer related technology without providing any indication on the
importance of the linked document. As the conditions for the use of the Updates tag
are not clear, often it is not used in such cases.</t>
      <t>This document recommends the discontinuation of the use of the Updates/Updated
by tag pair, and instead proposes three new tag pairs that have well-defined
meanings and use cases.</t>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</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="new-definitions">
      <name>New Definitions</name>
      <t>Based on the problems identified above this document defines three new tag pairs
with the following meanings:</t>
      <t>Amends/Amended by: This tag pair is used with an amending RFC that changes the
amended RFC. This could include bug fixes, behavior changes etc. This is
intended to specify mandatory changes to the protocol. The goal of this tag pair
is to signal to anyone looking to implement the amended RFC that they MUST also
implement the amending RFC.</t>
      <t>Extends/Extended by: This tag pair is used with an extending RFC that defines an
optional addition to the extended RFC. This can be used by documents that use
existing extension points or clarifications that do not change existing protocol
behavior. This signals to implementers and protocol designers that there are
changes to the extended RFC that they need to consider but not necessarily
implement.</t>
      <t>See Also/See Also: This is intended as a catch-all tag where two documents are
related loosely but do not fit either of the above categories. The main
intention of this tag is to provide a forward reference from the existing RFC to
the RFCs that may be of interest to read. However, it is not recommenced to
use this tag extensively.</t>
      <t>These three tags MUST only be used for the defined meanings, mostly with respect
to the implication on implementation requirements. This document does
not mandate the use of these tags if one of the described use cases apply. Tags
are optional metadata that are useful to understand the context of RFCs and navigate
the RFC series. All three tags can only be used to reference other RFCs (and not as
reference to external sources).</t>
      <t>If a new RFC amends an old RFC while also defining an extension, usually it is
sufficient to use the "Amends" tag. However, both tags could be used as well.
In any case, it is more important to explain clearly in the abstract what
is amended/extended by the new RFC (see section <xref target="explain-in-abstract"/>).</t>
      <t>As today with "updates", none of the new tags makes the extended/amended
RFC invalid. An implementation that conforms to the amended RFC still conforms
to that RFC, even when an amendment is published. However, an implementation
can, and hopefully should, of course be updated to also conform to the new RFC
with the amendment. If only conformance to the new RFC is desired, obsoleting
the respective RFC with a new full (bis) specification may be more appropriate and
should be consider instead.</t>
      <section anchor="cross-stream-use-and-maturity-levels">
        <name>Cross-stream use and maturity levels</name>
        <t>This document does not impose any restrictions on the status or maturity level of
the RFC that uses these new tags in relation the RFC that gets amended/extended.
Further, no restrictions are made on the use of these tags across RFC streams.</t>
        <t>However, it is expected that some cases are less likely, e.g. an IETF-stream
RFC gets amended by an RFC from another stream. For amendments that effectively
change the orginially RFC is is expected that the same consensus process is applied.
This document does not speicify any detailed process requirements on how this is achieved.</t>
        <t>Examples exist where non
IETF-stream documents update IETF-stream documents. However, these updates usually
utilize an existing extension point and therefore the use of "Extends" would be expected
in future, e.g. RFC 3579 (RADIUS Support For EAP) which is a document in the
Independent Submission Stream updates RFC 2869 (RADIUS Extensions), an IETF stream
document. In fact, this new, more clear definition of tags could even lead to
an increase in cross stream usage of the "Extends" tag (if adopted by other
streams, which is still open for discussion and may be reflected in future versions
of this document).</t>
      </section>
    </section>
    <section anchor="additional-recommendations">
      <name>Additional Recommendations</name>
      <section anchor="discontinuation-of-the-use-of-updatesupdated-by">
        <name>Discontinuation of the Use of Updates/Updated by</name>
        <t>[NOTE: This is open for discussion and we would like opinions on
whether the use of Updates needs to be discontinued for all future
documents or not. This requires further discussion with the
RFC Editor and the other stream managers to see if we can have a
unified policy for all streams]</t>
        <t>This document makes the updates tag obsolete for future use: it MUST NOT
be used in new IETF stream documents.  The new tags are to be used
instead, beginning with the publication of this document as an RFC.</t>
        <t>However, the Updates/Updated by tag pair will remain in existing documents
and there is no plans to change these metadata in order to apply the new tags
instead. While it would be possible to change the "Updated by" tag in the metadata
without republishing the updating RFC, the mapping to either "Amended by", "Extended
by", or "See also" is not always straight forward and as such would require building
consensus for each RFC separately. Further, simply replacing the tag would in any way
not be sufficient, as also RFCs that currently do not have an updates tag would
probably qualify to have one of the new tags defined in this document.</t>
      </section>
      <section anchor="formating-style-of-amendments">
        <name>Formating Style of Amendments</name>
        <t>Currently some RFCs use and OLD/NEW style to highlight actual text changes others
simply describe the changes in text. While this document does not require a specific format of amendments,
it recommends the use of the
OLD/NEW style in Amending RFCs for minor and limited number of changes. This could
enable the use of automated tools in the future to produce a marked up copy of the Amended
RFC that shows the effect of these changes in place. If extensive or a large number of
changes are needed, a new document revision that obsoletes the old RFC might still
be a better option.</t>
      </section>
      <section anchor="explain-in-abstract">
        <name>Indication of Linkage in the Abstract and Introduction</name>
        <t>The RFC style guide <xref target="RFC7322"/> recommends to indicate updates in the abstract
and introduction. Note that both is needed as the abstract is meant to function
in a stand-alone fashion. This document will keep this practice for the new
Amends/Amended by and Extends/Extended by tag pairs as well. It is further
recommended to provide additional information about the extension in the
abstract or introduction for the Extends/Extended by tag pair in order to
provide the reader some assistance whether he or she also needs to read the rest
of extending RFC.</t>
        <t>For the See Also/See Also tag pair, additional information of the linked RFC may
be added in the introduction but there is no expectation to name these RFC in
the abstract.</t>
      </section>
    </section>
    <section anchor="future-work">
      <name>Future work</name>
      <t>There will be a need to update the RFC Style Guide <xref target="RFC7322"/> (and specifically
Section 4.1.4.) in order to discuss the new tags if and when this document is
published.</t>
      <t>Further, the "updates" attribute is part of the "xml2rfc" Version 3 Vocabulary <xref target="RFC7991"/>.
Therefore an extension to <xref target="RFC7991"/> is need as well. This may be done by a future version of
this draft or in a separate draft, e.g. with other extension or amendments to <xref target="RFC7991"/>.</t>
    </section>
    <section anchor="alternative-approaches">
      <name>Alternative Approaches</name>
      <t>This document proposes three new meta data tag pairs to address the problem that the use of
the "Updates" tag is currently undefined which causes confusion due to various different practices
applied in different group and after all a waste of time in recurring discussion about using
or not using the tag.</t>
      <t>Alternatively, in order to solely solve the problem of avoiding unnecessary discussion time, it would
also be possible to document that the "Updates" tag is undefined and as such there are no
strict rules about applying it or any implications of using it. This was proposed by the IESG
providing an IESG statement for community discussion and lead to community feedback indicating
that this solution is not preferred.</t>
      <t>However, rather than defining three new tags, one could also just clearly define the meaning of the existing
update tag. Still, this could also be confusing as it would not apply to RFCs that are already published.
So re-naming and defining one tags, instead of three, would be an alternative. This one tag
could either cover all three usages that are described in this draft or only one (probably the one
as defined by the proposed "Amends" tag, as this is usually seen as the most important one).</t>
      <t>This draft proposes three tags as those tags are considered to cover most of the usages that we
see today for the "Updates" tag, assuming that these cases are benefiting from a forward reference
of an already published RFC to a new RFC. Especially separating changes to an existing RFC, as often done
by use of the OLD/NEW notation, from extension/additions to an RFC is one of the main confusion and
discussion points and therefore this draft proposes different tags for it. However, if it is observed that
not all proposed tags are actively used in future, or their usage is still not sufficiently clear,
it should be considered to deprecate the unused tags and therefore restrict forward references to
only some of the identified usages.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The changes in this document do not have directly impact the security of any protocol
or mechanism specified in the RFC series. However, amendments or extensions can help
to improve security or discuss security-related issues. Therefore, the use of the
proposed tags and their clear definition can also support such RFCs in their intended
goals regarding security.</t>
      <t>If a document is amended, it is expected that the same consensus process is used as for
the original document as an amended can be see as an actual change of the original document.
For extension points usually the orginially specification also defines requirement for an
extension mechanism to be used, e.g. in form of policy for IANA registries. Of course,
the requirement must be considered when extending a protocol.</t>
      <t>There is a risk that this experiment fails by either not seeing adoption from the community
or not addressing the discussed problems sufficiently (ambiguity of use, implications for
implementations). However, it is not expected that the proposed tags will make these problem worse.
In the worst case, if the experiment is decided to be reverted in future and the Updates tag
should be used instead again, this will likely not make the situation worse or more confusing
than it already is either. Maybe this effort is than seen as a waste of time but the same recurring
discussions about using or not using the Updates tag (especially during IESG review but also
before that in the working group discussion) are a waste of time as well.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Alexey Melnikov, Alvaro Retana, Barry Leiba,
Eric Vyncke, Heather Flanagan, Martin Vigoureux, Brian Carpenter, Sandy
Ginoza, Eric Rescorla and Robert Sparks for their reviews and comments that improved this document.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <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>
        <reference anchor="RFC7322">
          <front>
            <title>RFC Style Guide</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7322"/>
          <seriesInfo name="DOI" value="10.17487/RFC7322"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAGsSjGYAA+1bW4/byJV+r19RK7+4AUk99szuxP2y6bHbM431ZeK2JwiS
YFEiS1KlSZbCIltWBv3f99zqQqqTDbDAAgssMIOWKLJ46ly/853yarVSta86
09orXfdmO6zuR7tv7NF19aoPx91qPNRmsGE1mN3qm5dqcEMD976xW9e5wflO
+63u7FHD70Fvfa972xj8IeiNHY7WdvrT29dBmc2mtw9X+gPc+9nsihWCwjdc
6V/fXH++eVQVfNn5/nSlN9VBKXfor/TQj2F4+c03r0ACFQbT1f9pGt/BQycb
1MFd6T8Ovlrq4Puht9sAn04tfvizUmYc9r6/Ulqv4H+tXReu9Pu1/o+0UbrM
Onjv+r+Y+U++313pm95VIfiOrtjWuOZKt3j3Omvst1ZuWle+nb7wDl7Yu7Dv
TFe87m7sbdhPf6G3vXah8uWrAt15/9sKf6DlVef7FjT9YK8UqKnbll/VarXS
ZhOG3lSDUtdkBF2ZDqSpmrG22qDF4ErT2FovvrCVF/q4d9WebtxYPQb4bfCq
cd09PIBmxmUGr+F3+9WFwXU7vLTWHzt9GDeNq0x0ijDCQoZevNTD3qYHFK5x
dE2TZem0qWtyBtPo1g4GpHlKwFpvTlHGQ+8fXG2DNiwfSIVvESHX+id/tA+2
x3e7QGsdjOs1fO78oI+2aVY1+iAsCv6Ez4LD+N5qNyi4qRr73nZDc2ItoGe3
YzO4Q2N17bZbi7/CnvuDDxYcjoVqrKkDilL5bjsGVIXZ+HFQKBqYYqT9mQ71
BjpKoqEEoA0IBtCR7aoTfANBAr58rdRnvA8CdWzxpb0F+8MnfNMepQGX6ECz
Y9I9XoYn00e27iX/rdXmlPSxlFfDW02NOqXtwFO9tTGu6Ua8Zga9Nw92ojwl
2wm0EL60MrDCml2wdXXdWKWe6dtu6H09Viji/zvk/32HtMlGl/KXVFFuayZx
WgyvmFAIffT9Pdph1/vxECADatNbuAPurcm4hwM8ku9PLge/uQFsfYBSghXH
NMHLfXoHS8CbFG2XLOHBHXZSm0APrgXVYUD5nitXDpWaLfb7vWvkEuqHfQcM
ClZUrbm3Yf4IKOnBNK5expAjx8XoNKC+zbjTW/fV0g6rHtwLnElXe9PtMGDu
fGu1qIB3nFcnvfoOr5FXQZiBxmo0mTwPDjzs8Sdlvx5sNbDbU8yiB6bNsp7A
q0hXpBKKqXxH9FqVNk7KIPE8emUUEoN9JiKswz6s/UGix34FMwaq87BtlGXE
DAOSp1/0wbsOfMt1tJ74DQYUVHXfrDXnP8pzHewte7VRwQ2S944YMOAP6HoQ
hq43G7Ae3lRDROlFCz5twNin1eBXabcLeGsdswQlEjVJJEr9mLwS74QQh5iR
bMhmosQC5XmA6o8FGA3OySPEJBBDBHS0VBgI9q9jDA1YDr3bUxp4QqfomqY7
FYqkCJH8hOnQFKpKWcYETiGcYMRyR3Oaazllt1DtQSP/VHpdiqz4dbY9zYHh
sFT0NbwS1ts6zmchZcMQg2sShK3b7TkTQrLvwI8Gve19C7CuRbd+avuBUvlJ
HkWpoEyYIzo4F7+WUpl1tP1Cwy144zLqAhJQGKhwLYs4wCrQDLbv0BKtxUBz
oY3FEjzjdUpwhRIuc2XI2RBAHAZvLhFkCVAsV4qjV7G6B/R2KaJaAhYrwsaj
Y4Hj97DOVDtU12gls7OK8z7Xt1kigIwIFqHYGw+mjkkLPAXWBQU03t+TcjE1
4M3ZFaVMrvV1qovNaSkehtpusVKx1ByIU7EgJsamlhq+HRvJOKAPq8hcnQ0k
GNoavcRKJ4HJCVTf+cbvTpTkMJ2zIjkpn8oIpq1aBUtDK2C6KmEglAPWimqG
jXD2LmI11YCMnArHVrhLdCAywhLuAH+UdCN+hSWT9x0x0P8QuM1c6n8JuD3T
nyA9uZ6iIOh3UF9G9Cyq+vcQbBAusIXF+y93nxdL/qs/fKTPn25+9+X2080b
/Hz30/W7d+mDkjvufvr45d2b/Ck/+frj+/c3H97ww3BVTy6pxfvrPyx424uP
P3++/fjh+t2CI7hUMpoJnAs8DWqK7Q+9RR8y0GXaAEV3w1b64fXP+sV3+tdf
/wW8+uWLF68eH+XLb158/x18ASfu+GVUdvkrphoFSR8cABeBGAClHdwAAUMJ
N+z9sdPo/qRG7HXLPlf9YNBJ2EfRZlCgWsiVNYb51qUwn26I7fWkaVUs+uC7
TeOPGBDRrNAGXpOvXdIfSkhXXElLkEZuS8tgusM7Jcez20R0gUFlZB3KA7QQ
B3VEzQnfLEH74G8OYY48b4dKnnFBoWFoJbBTgBzltpDAY3XOr/RRTQkFAD7y
AClKoIr7QHiMS7kdAg4qVyfImpTPqETN0U2xE94m1RDyY8x96om7Mx64wUIE
auW//5ReqXZNFRutCngjQaWipksCH840XjRCm1NyEglyuJzRyxm8QnM0pgdP
qwQFsySMPFjtucxHvatoS5GAtRwmSsWigqESnyH8tetsTD6pTKiZccsdFpbo
LDsHtQwIIjYjF3dAf1AnYA8A7NPbwSZ3EBnXYLnL+OEqOptOzmaw7MLOq/0K
AxeNxZUKym+hSJQyVh5woGCx3o5JTVh2BU1IkpbSzLSVs1LAseKzo+fcLi7C
3ipYAGSCugMVsIbyQP0N1Cyq62WLKjiMujaET6yr1iAUwLUp1QECxYWxcBc4
MFeoWH4qbqIZCIlM4iwPsFtu7+hHTDhE7FFoUCKMzheLZWxZY9pZAhIICInI
90EmxCBKzI0mKyp1siBf6YuqEzF/SoLeBoWb4DxhZ5UyiJxuqzHwxTI546fy
xpB9jRRkoIqegi93+YTs+xKpjB3ipkHacmroQGH4GjIGXu8gRqC5tNFEOlh2
hmv0taxJDOCJIsli0fCM0mnR57Qq7BhKV74B7kZT9Shx8GMP4XABBrvdFnjd
MMTAFzUcWUfC2twdUz3ibjZliGVqQ8hbVBi3kCQcJUCfepIF1xNq8gsH23is
QbS3AuNRvCHeWKvbjlCawGtyR0KLEaQNvKtDg01yhLiCzCOHCVswRINI6r60
OfuWNIt+HkDTwRLPBBVdll3Bf3Gpx0fUGMI/Xxvx04X06wvsbLIDJWI7d/vx
vZciiCrafjD2mVNzFfVEz6a0V9YfiG+EEXIHRwo8Ql0WKJj62i4VZwoGUANx
W2Fvy0g385crcDbGMHt/QF/GZnWPRloScwD+A6bdZAoDSyc6iUgzo7Ay2kii
rPXtlt1ZHjHipKVJYj9u8bWb4BtL7QTeIvkBm2Ym4bBe0oMorX6+ceFCIELM
G5L0yIMgmAH49g4TAmxT8ebw51Q5crf27Nkz/br3IazAD6xpya9ROa0Zxt4N
J+iCIP+FOWrH1EOBiP5Kj5xyty9cEu4F8sMwUpWdLgiqTkkhVulQtMOcuLo0
ONGTm3d2OHf6tXo79pgq0F2nwlAvBm1elOo8R5oKlSC+h4pAzD8rF9w6okeg
DNSTSfqE5Rts1Rp3b7EDtGvIBeB5tzef34piKSRKuTFGhTyjymY6znN8+1q/
xZ4zupTUNrvdsmNApRdoQhxev4P0RalKXOtMWrKFadkHIL+BTcBLEDfgvZj/
HWrw7xgZnM0RIEUz11ATHNK9cYGyRKGGAe9zDcWVq70DHdYEEQ0GYuD6LTAD
EosqtFRADiF7nvxxwhujDSOzKBlbjZA/3N/shKKZQb8Zn1y4xULA7AJ6Oomc
qEwALxCE4MhWjIz6/vZfv3+ln3+6fnP75U7fjQdM4GS+m+ufL4RyRlVkxXIe
hxpQ2wM6A1y6GzetCyTenUSi7Alf8fI3/5ZfcZNIn4tl9DJxG5VbeSgwW0js
wqxDTC2FjsBaIhUvobBcqCi7NkRzeMWTCKSdsXHUHCMpUSCDITUhqwxx03NA
HKYGEMFeTn6tJKyWWSGc5CEJdwScsPMfWQOcgCilgXka9uOkeg2GF+50O20L
L6jDzGwM9OxCLhhpNiHdvXmaYfjCxj8nrJT60x+h8b7J6PnviXy04jGYB+Au
IeDBxcHZKbgLL4ssCsL6IM15Jj8ETCIm501nLgyTKQSlgEEJvgC3UfIrZUrs
N7rQDSiFSFOGa2WyQfwIxuy5YQSoAPY7WkJlxJAYNXbcih88QNVTEk1s+qc/
z8vDfBDAeFrqnKXnxZagjSvMr5EvUREpgbmxEBTOXcY/tROpUGR6Ax9VUt6w
44bESMAuVenZ/GtGkwRJyWXy/+9oTBqS9TiSxmjJ+SZJq1KmEdoZ0Bez4DmH
B5uxNizihSUuZh5xs3F3iSwecpqCUhycEPxFfZjM5ajZ4jIY36gig9hbgVCR
wy6nHayJFiQS+kA6vkWmUpCjigyAoq9g6AW2n4igFrHnMs3RnCiRGGKoY6+H
ekLCCMlC3pN4N/SarkGqQOXyhT5kobxIX3EwPWwRu5iEAgICP4QloO8q7og6
XGFoqJyBKEoo8ozwibgi1Jcbyzy5k66XY6ObuDgtrZDFMhu4869QjrBugrbo
7qdgdGwW56QdoTOsIy2b4G44NfT0dUIFJdtOeISkjRDu47s3lx9ufg96PrFL
7EHbDWlchpzUsEX2gTICtDmstdgmcm8nt6CI8Eh0veFptBCNZhJI1XwOA4XP
kGap3Bn7m4GZmkoPb74uGCc2f+s6yWiNax06eDe2GyYh4gSx4OSU7Xj6lV9k
xsG3gvJ9k4ZtkpuYkKjHCvfSmh658vEAix1O0YrXRcPDsBDQjzRFBNYyziyU
iA5pqU1IFAONGHRjeojZtIvEDBHNDoUCuwVuBQr+/MGF1FTFFMsixFaXB0FU
bzG/GjyFNOAbqM9nR7st5gVb/U4mFKKQ69hxorLLUwv612dPdZNMizOaRvPt
RmR1mEv+/tuXLx8fJ5b3cVqR68Ws1VVM7OcXr/UHT4wHbJqabRdEQzLky10y
ttZWOurt2PFpC4x+TezFik5NAViCtIfrTisZZfd7aw/s7Qdc0VU2UT04Ez6j
lElNT1CixfwhEgH6lgSU6q2SVrjxTHxYhjTpUFM8tZA7cHIDwZZp9zSiLQwW
Bf9H4pUlSEUZuDXFYRnnGhPw5AL1thHeUC8CISC0SoI2aWyGXZmKU+6CPn4r
Qp1RluVo52kdTEdZ5O2Q0Teks5hV7VQFmzGyr1yPJzNBT8fQJGaZx1ClOxHE
fMsJAs9okKvjZ0cTWgpPNl4cV0skcP7+USIhBwJxWqmdx+7lTpia79Yv1t+t
LyaAQODdtIQg3kb8iaTINCm7oDIronKHTLAg8jvaDNArg1ZIIVBJh4Trv7bN
y35bLfQvjLn1t/oXX5nNCJnqBNv4d9zHq1cvHh/XrAdqpkoaDYXm7dJtMU5z
AFC8CdqvMRIxfmZQn+kC3Biex2SfxviVss+XpSUjqMfwNgsxa6YnInHTIENt
TMXXyKAAtLBntMcTI0UEUTqdhJLhIp2v6K3YSYZauRPn6qMKbCad0/SAUBeh
QTzvRSRJPrRUj1SjHkzv/FieHYpZKijp7FFd+Wc6qsJoa4tlAKE8Dt8BV5Lh
XWuZe0FZCMoWfQ6lHDrloHw/O/KAHKhShSqRDCm9F4sTYZXmwU5Ug7X4wfP0
euziRONUvhnFWia4qyjDzDBvslPS9Jl6s1JLtJlH9p1XTBzpfkSygvdLMBxl
c+R8NF/PtD0fHgj8uzg0aDN6S6Jjb2/uflTllJ6uEEfGgzXMzZj/od0aTvPu
Upry4oYtxNHGVPdp1k8EIu0c22vfjJRGBHUfiDDvKQ+k5gaih/tSECax4JOh
KnTsGJTMDpDS/zKGIVHScrKJ24niyFxxkjAf21lDEoQ0KZxEsSSTk1vWoQm5
qaF2gXugEovzWS0sK6eC9VV3WGpWkL9ZvXXeEm6BNxNPB5CUsM9lbp+Ksy3g
u2JIeVIJPcI9T+UfJG5YV0SGFLJNxurTxEXEMC76PHUJBNU6qNm5GRCPSR5U
jhnkGBNzEXFGEfBQuSAfHDYVgwRY+iIduyAxZmmMe2j85hMf2me6OI4dccu0
dDqTkTd9tAqJA54eRIgxCT6UOowt+xdHZygJVDm+g78zH3o+AkTkQDaaGT4d
yMrnSm+ooIpmqEjgwsWg9ezwlglyegVrEB4qKY6cxF4EvJECfskipvJymU5e
ydJCwxbtHtEDxXnTrlZFfMswek5JnhssJ/H0bwsw5WSmeitkNTQCtn8Q+ldx
191kf0pGNsInJ9Il0ptsQ8CCTPQlvo744NQo45CDjv5gM3c+aWDXqS3knioN
KLsxSzDZcOTszy2PelUUOQQ9RafFGRH2RfByKOV3WLcwP74WKSL593nWys7a
19zU19C+Vrg3CCLE0MSex1XJCU/5KAA2oukcnOC4DDzLqWceSmUo4vvyDCNR
brY5qHwSrHhxIvfStVUcyjuILZmyszKX8356ZnpWvOvP+eCKQgySchAqmyok
5V7eE/UHQvLg0RMkIXdgLgylKFgcvxZANA4+nh6n/OMBRZydws4UTzzczmEn
MKPu4mxFToRgSpIfmPAQUkz852yVNTUiZ2dEYo6dzVqmI7g8SLaTkYgcVc1H
NQtvyZylYFdH/RnBoYJqvb3+cI06dhgeaOWPcU65lIFhfluLxXkagdQW5I6r
OBgbexeaTvQu3OsMH9A8veMdGNfgSfbyxCiolharmUPIpzMSPInwUJBwxIji
wjw/4rNek3Ty3LQbtxsl0sZ4+jRBLXSB6UQ3XDx5suPcv6YhQA0bEtVSiiIU
xXOvlgb0w/wUbAQ2STM0xa2cdOs0rgApptOKyLiXxyZzppS0y5jE7KBKCDoi
8XigqPmMB0uqi8PdKCnNVn1fAChFaM4NqVCiNclya/3enDZSWex2i9HtAqO/
CCDmjYA0yxycqSUoilcoewJ91hOUx6Cf21yW65FaC0LAyGFB5cZX0VGzTSyA
Js7K4j+HkN4lv/2Cq9hM6HTMglq76r7zx8bWOyFNsQ7wv4AL5cCGTxl099AL
2q949M02nbv3D0u4AD0W4E9o9Tqz1D+YHlqTd9ZtzFLhv4HTv5y66h485CfL
ePptgxMVPGjwHrpp2MIvbgcBa8ev8HTvQN2vTX+gQ2JLfQceclI/us7/DRan
9T4BfvR9Y8h5PvkN+JS+Axhznw7kul60xrmcWaM4J5bSUc8J5f8CzIG2SNs4
AAA=

-->

</rfc>
