<?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.29 (Ruby 3.3.8) -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mediaman-6838bis-04" category="bcp" consensus="true" obsoletes="6838" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Media Type Registration">Media Type Specifications and Registration Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-6838bis-04"/>
    <author initials="M." surname="Nottingham" fullname="Mark Nottingham">
      <organization>Cloudflare</organization>
      <address>
        <postal>
          <postalLine>Prahran</postalLine>
          <postalLine>Australia</postalLine>
        </postal>
        <email>mnot@mnot.net</email>
        <uri>https://www.mnot.net/</uri>
      </address>
    </author>
    <author initials="P." surname="Resnick" fullname="Pete Resnick">
      <organization/>
      <address>
        <email>resnick@episteme.net</email>
      </address>
    </author>
    <date year="2025" month="May" day="23"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 55?>

<t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-mediaman-6838bis/"/>.
      </t>
      <t>
         information can be found at <eref target="https://datatracker.ietf.org/wg/mediaman/about/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-mediaman/6838bis/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 59?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Internet application protocols are capable of carrying arbitrary labeled content, including but not limited to HTTP <xref target="RFC9110"/> and MIME <xref target="RFC2045"/>.</t>
      <t>Such labels are known as media types. A media type consists of a top-level type and a subtype, which is further structured into trees. Optionally, a media type can be defined to allow companion data, known as parameters.</t>
      <t>This document defines the criteria and procedures to be used to register media types (<xref target="procedures"/>) as well as media type structured suffixes (<xref target="suffix-procedures"/>) in the Internet Assigned Numbers Authority (IANA) registry.</t>
      <t>The location of the media type registry managed by these procedures is:</t>
      <ul empty="true">
        <li>
          <t>http://www.iana.org/assignments/media-types/</t>
        </li>
      </ul>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in This Document</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/> when they appear in ALL CAPS. They may also appear in lower or mixed case as plain English words, without any normative meaning.</t>
        <t>This specification makes use of the Augmented Backus-Naur Form (ABNF) <xref target="RFC5234"/> notation, including the core rules defined in Appendix B of that document.</t>
      </section>
    </section>
    <section anchor="media-type-registration-requirements">
      <name>Media Type Registration Requirements</name>
      <t>Media type registrations are expected to conform to various requirements laid out in the following sections. Note that specific requirements can vary depending on the registration tree (<xref target="trees"/>).</t>
      <t>Additional requirements specific to the registration of XML media types are specified in <xref target="RFC7303"/>.</t>
      <section anchor="functionality">
        <name>Functionality</name>
        <t>Media types MUST function as actual media formats. Registration of things that are better thought of as a transfer encoding, as a charset, or as a collection of separate entities of another type, is not allowed. For example, although applications exist to decode the base64 transfer encoding <xref target="RFC2045"/>, base64 cannot be registered as a media type.</t>
        <t>This requirement applies regardless of the registration tree involved.</t>
      </section>
      <section anchor="publication">
        <name>Publication</name>
        <t>Media types registered in the standards tree by the IETF MUST be published as RFCs. Media types registered in the vendor and personal trees can be published as RFCs, but this is not required.</t>
        <t>Standards-tree registrations for media types defined by other standards-related organizations MUST be described by a formal specification produced by that organization.</t>
        <t>Other than IETF registrations in the standards tree, the registration of a media type does not imply endorsement, approval, or recommendation by the IANA or the IETF or even certification that the specification is adequate.</t>
        <t>Registration of a new top-level type requires Standards Action in the IETF and, hence, the publication of a RFC on the Standards Track.</t>
        <section anchor="specification-availability">
          <name>Specification Availability</name>
          <t>A permanent and readily available public specification of the format for the media type MUST exist for all types registered in the standards tree. This specification MUST provide sufficient detail so that interoperability between independent implementations using the media type is possible. If not part of the media type registration proposal, this specification MUST be referenced by it.</t>
          <t>A specification need not be publicly available for media types registered in the vendor and personal trees. Note, however, that the public availability of a specification will often make the difference between having a name reserved and having the potential for useful interoperation.</t>
        </section>
        <section anchor="intellectual-property">
          <name>Intellectual Property</name>
          <t>The registration of media types involving patented technology is permitted. However, the restrictions set forth in BCP 79 <xref target="RFC8179"/> and BCP 78 <xref target="RFC5378"/> on the use of patented technology in IETF Standards Track protocols must be respected when the specification of a media type is part of a Standards Track protocol. In addition, other standards-related organizations making use of the standards tree may have their own rules regarding intellectual property that must be observed in their registrations.</t>
          <t>Intellectual Property Rights (IPR) disclosures for registrations in the vendor and personal trees are encouraged but not required.</t>
          <t>Copyright on the registration template MUST allow the IANA to copy it into the IANA registry.</t>
        </section>
      </section>
      <section anchor="canonicalization-and-interoperability">
        <name>Canonicalization and Interoperability</name>
        <t>All registered media types MUST employ a single, canonical data format, regardless of registration tree.</t>
        <t>Ideally, media types will be defined so they interoperate across as many systems and applications as possible. However, some media types will inevitably have problems interoperating across different platforms. For example, problems with different versions, byte ordering, and specifics of gateway handling can arise.</t>
        <t>Universal interoperability of media types is not required, but known interoperability issues SHOULD be identified whenever possible. Publication of a media type does not require an exhaustive review of interoperability, and the interoperability considerations section is subject to continuing evaluation.</t>
        <t>The recommendations in this subsection apply regardless of the registration tree involved.</t>
      </section>
      <section anchor="naming">
        <name>Naming</name>
        <t>All registered media types MUST be assigned top-level type and subtype names. The combination of these names serves to uniquely identify the media type, and the subtype name facet (or the absence of one) identifies the registration tree. Both top-level type and subtype names are case-insensitive.</t>
        <t>Type and subtype names MUST conform to the following ABNF:</t>
        <sourcecode type="abnf"><![CDATA[
  type-name = restricted-name
  subtype-name = restricted-name

  restricted-name = restricted-name-first *126restricted-name-chars
  restricted-name-first  = ALPHA / DIGIT
  restricted-name-chars  = ALPHA / DIGIT / "!" / "#" /
                           "$" / "&" / "-" / "^" / "_"
  restricted-name-chars =/ "." ; Characters before first dot always
                               ; specify a facet name
  restricted-name-chars =/ "+" ; Characters after last plus always
                               ; specify a structured syntax suffix
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by <xref section="5.1" sectionFormat="of" target="RFC2045"/> or <xref section="4.2" sectionFormat="of" target="RFC4288"/>. Also note that while this syntax allows names of up to 127 characters, implementation limits may make such long names problematic. For this reason, 'type-name' and 'subtype-name' SHOULD be limited to 64 characters.</t>
        <t>Although this syntax treats "." as equivalent to any other character, characters before any initial "." always specify the registration facet. Note that this means that facet-less standards tree registrations cannot use periods in the subtype name.</t>
        <t>Similarly, the final "+" in a subtype name introduces a structured syntax specifier suffix. Structured syntax suffix requirements are specified in <xref target="suffixes"/>.</t>
        <t>While it is possible for a given media type to be assigned more than one name, the use of different names to identify the same media type is discouraged.</t>
        <t>These requirements apply regardless of the registration tree involved.</t>
        <section anchor="deprecated-aliases">
          <name>Aliases</name>
          <t>In some cases, a single media type may have been widely deployed prior to registration under multiple names. In such cases, a preferred name MUST be chosen for the media type, and applications MUST use this to be compliant with the type's registration. However, a list of deprecated aliases by which the type is known MAY be supplied as additional information in order to assist applications in processing the media type properly.</t>
        </section>
      </section>
      <section anchor="parameters">
        <name>Parameters</name>
        <t>Media types MAY be defined to allow or require use of media type parameters. Additionally, some parameters may be automatically made available to the media type by virtue of being a subtype of a content type that defines a set of parameters applicable to any of its subtypes.</t>
        <t>In either case, the names, values, and meanings of any parameters MUST be fully specified when a media type is registered in the standards tree, and SHOULD be specified as completely as possible when media types are registered in the vendor or personal trees.</t>
        <t>Parameter names have the same syntax as media type names and values:</t>
        <sourcecode type="abnf"><![CDATA[
    parameter-name = restricted-name
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref target="RFC2045"/> and amended by <xref target="RFC2231"/>.</t>
        <t>Parameter names are case-insensitive and no meaning is attached to the order in which they appear. It is an error for a specific parameter to be specified more than once.</t>
        <t>There is no defined syntax for parameter values; therefore, it MUST be specified upon registration. Additionally, some transports impose restrictions on parameter value syntax, so care needs be taken to limit the use of potentially problematic syntaxes; for example, binary valued parameters, while permitted in some protocols, are best avoided.</t>
        <t>Note that a protocol can impose further restrictions on parameter value syntax, depending on how it chooses to represent parameters. Both MIME <xref target="RFC2045"/> <xref target="RFC2231"/> and HTTP <xref target="RFC9110"/> <xref target="RFC8187"/> allow binary parameters as well as parameter values expressed in a specific charset, but other protocols may be less flexible.</t>
        <t>Types already registered in the standards tree SHOULD NOT have new functionality added through the definition of new parameters subsequent to the original registration. New parameters MAY be used to convey additional information that does not otherwise change existing functionality. An example of this would be a "revision" parameter to indicate a revision level of an external specification such as JPEG. Similar behavior is encouraged for media types registered in the vendor or personal trees, but is not required.</t>
        <t>Changes to parameters (including the introduction of new ones) is managed in the same manner as other changes to the media type; see <xref target="change"/>.</t>
      </section>
      <section anchor="encoding">
        <name>Encoding</name>
        <t>Some transports impose restrictions on the type of data they can carry. For example, Internet mail traditionally was limited to 7bit US-ASCII text. Encoding schemes are often used to work around such transport limitations.</t>
        <t>An "encoding considerations" field is provided to note what sort of data a media type can consist of as part of its registration. Possible values of this field are:</t>
        <dl>
          <dt>7bit:</dt>
          <dd>
            <t>The content of the media type consists solely of CRLF- delimited 7bit US-ASCII text.</t>
          </dd>
          <dt>8bit:</dt>
          <dd>
            <t>The content of the media type consists solely of CRLF- delimited 8bit text.</t>
          </dd>
          <dt>binary:</dt>
          <dd>
            <t>The content consists of an unrestricted sequence of octets.</t>
          </dd>
          <dt>framed:</dt>
          <dd>
            <t>The content consists of a series of frames or packets without internal framing or alignment indicators. Additional out-of-band information is needed to interpret the data properly, including but not limited to knowledge of the boundaries between successive frames and knowledge of the transport mechanism. Note that media types of this sort cannot be stored in a file or transported as a stream of octets without further context; therefore, such media types are thus unsuitable for use in many traditional protocols. A commonly used transport with framed encoding is the Real-time Transport Protocol, RTP. Additional rules for framed encodings defined for transport using RTP are given in <xref target="RFC4855"/>.</t>
          </dd>
        </dl>
        <t>Additional restrictions on 7bit and 8bit text are given in <xref section="4.1.1" sectionFormat="of" target="RFC2046"/>.</t>
      </section>
      <section anchor="fragment-identifiers">
        <name>Fragment Identifiers</name>
        <t>Media type registrations can specify how applications should interpret fragment identifiers (specified in <xref section="3.5" sectionFormat="of" target="RFC3986"/>) associated with the media type.</t>
        <t>Media types are encouraged to adopt fragment identifier schemes that are used with semantically similar media types. In particular, media types that use a named structured syntax with a registered "+suffix" MUST follow whatever fragment identifier rules are given in the structured syntax suffix registration.</t>
      </section>
      <section anchor="secreq">
        <name>Security</name>
        <t>All registrations of types in the standards tree MUST include an analysis of security issues. A similar analysis for media types registered in the vendor or personal trees is encouraged but not required.</t>
        <t>All descriptions of security issues MUST be as accurate as possible regardless of registration tree. In particular, the security considerations MUST NOT state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree MAY say that "the security issues associated with this type have not been assessed".</t>
        <t>There is no requirement that media types registered in any tree be secure or completely free from risks. Nevertheless, all known security risks MUST be identified in the registration of a media type, again regardless of registration tree.</t>
        <t>The security considerations section of all registrations is subject to continuing evaluation and modification, and in particular MAY be extended by use of the "comments on media types" mechanism described in <xref target="comments"/> below.</t>
        <t>Issues that need to be described in a security analysis of a media type include:</t>
        <ul spacing="normal">
          <li>
            <t>Processing of complex media types might institute actions on a recipient's files or other resources. If it is possible to specify arbitrary actions in an unrestricted fashion, it could have devastating effects. See the registration of the application/postscript media type in <xref target="RFC2046"/> for an example of description and handling of these issues.</t>
          </li>
          <li>
            <t>Any security analysis MUST state whether or not the format employs such "active content"; if it does, it MUST state what steps have been taken (or are required be taken by applications) of the media type to protect users of the media type.</t>
          </li>
          <li>
            <t>Processing of complex media types might institute actions that, while not directly harmful to the recipient, may result in disclosure of information that either facilitates a subsequent attack or else violates a recipient's privacy in some way. Again, the registration of the application/ postscript media type illustrates how such directives can be handled.</t>
          </li>
          <li>
            <t>A media type that employs compression may provide an opportunity for sending a small amount of data that, when received and evaluated, expands enormously to consume all of the recipient's resources. All media types SHOULD state whether or not they employ compression; if they do, they SHOULD discuss what steps need to be taken to avoid such attacks.</t>
          </li>
          <li>
            <t>A media type might be targeted for applications that require some sort of security assurance but don't provide the necessary security mechanisms themselves. For example, a media type could be defined for storage of sensitive medical information that in turn requires external confidentiality and integrity protection services, or which is designed for use only within a secure environment. Types SHOULD always document whether or not they need such services in their security considerations.</t>
          </li>
        </ul>
        <section anchor="structured-suffixes">
          <name>Structured Suffixes</name>
          <section anchor="document-validity">
            <name>Document Validity</name>
            <t>If a toolchain chooses to process a provided media type by using the selected structured suffix processing rules, it cannot presume that a document that is valid per the decoding rules associated with the structured suffix will be valid for a recognized subset of the structured suffix. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that a valid "+bar" document will also be a valid "application/foo" document. On the other hand, presuming a media type of "application/foo+bar", a toolchain can presume that a valid "application/foo+bar" document will also be a valid "+bar" document.</t>
          </section>
          <section anchor="fragment-semantics">
            <name>Fragment Semantics</name>
            <t>If a toolchain chooses to process a provided media type by using the selected structured suffix processing rules, it cannot presume that fragment identifier semantics will be the same across a recognized subset of the structured suffix. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that the fragment semantics for a "+bar" document will be the same as for an "application/foo+bar" document.</t>
          </section>
          <section anchor="security-characteristics">
            <name>Security Characteristics</name>
            <t>Toolchains cannot assume that the security characteristics of processing based on structured suffixes will be the same for the entire media type. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that the security characteristics for a "+bar" document will be the same as for a "application/foo+bar" document.</t>
          </section>
          <section anchor="partial-processing">
            <name>Partial Processing</name>
            <t>It is conceivable that an attacker could utilize structured suffixes in a way that tricks unsuspecting toolchains into skipping important security checks and allowing viruses to propagate. For example, an attacker might utilize an "application/vnd.ms-excel.addin.macroEnabled.12+zip" structured suffix to trigger an unzip process that might then directly invoke Microsoft Excel, bypassing anti-virus tooling that would otherwise block a macro-enabled MS Excel file containing a virus of some kind from being scanned or opened.</t>
            <t>Enterprising attackers might take advantage of toolchains that partially process media types in this manner. Toolchains that process media types based purely on a structured suffix need to ensure that further processing does not blindly trust the decoded data, and that proper magic header or file structure checking is performed, before allowing the decoded data to drive operations that might negatively impact the application environment or operating system.</t>
          </section>
        </section>
      </section>
      <section anchor="additional-information">
        <name>Additional Information</name>
        <t>The following optional information SHOULD be included in the specification of a media type if it is available:</t>
        <ul spacing="normal">
          <li>
            <t>Magic number(s) (length, octet values). Magic numbers are byte sequences that are always present at a given place in the file and thus can be used to identify entities as being of a given media type.</t>
          </li>
          <li>
            <t>File name extension(s) commonly used on one or more platforms to indicate that some file contains a given media type.</t>
          </li>
          <li>
            <t>macOS Uniform Type Identifier (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on macOS and related platforms (see <xref target="MacOSUTIs"/> for definitions and syntax).</t>
          </li>
          <li>
            <t>Windows clipboard name (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on Microsoft Windows and related platforms (see <xref target="windowsClipboardNames"/> for definitions and syntax).</t>
          </li>
        </ul>
        <t>In the case of a registration in the standards tree, this additional information MAY be provided in the formal specification of the media type format. It is suggested that this be done by incorporating the IANA media type registration form into the specification itself.</t>
      </section>
      <section anchor="non-requirements">
        <name>Non-Requirements</name>
        <t>Universal support and implementation of a media type are NOT a requirement for registration.</t>
        <t>In some environments such as mail, information on the capabilities of the remote mail agent is frequently not available to the sender. When this is the case, maximum interoperability might be attained by restricting the media types used to those "common" formats expected to be widely implemented.</t>
        <t>In the past, this reasoning was used to limit the number of possible media types, and resulted in a registration process with a significant hurdle and delay for those registering media types. However, the need for "common" media types does not require limiting the registration of new media types. If a limited set of media types is recommended for a particular application, that should be asserted by a separate applicability statement specific for that environment.</t>
        <t>If a media type is explicitly intended for limited use, this MUST be noted in its registration. The "Restrictions on Usage" field is provided for this purpose.</t>
      </section>
    </section>
    <section anchor="top-level">
      <name>Top-Level Media Types</name>
      <t>The choice of top-level type MUST take into account the nature of media type involved. New subtypes of top-level types MUST conform to the restrictions of the top-level type, if any.</t>
      <t>The following sections describe each of the initial set of top-level types and their associated restrictions. Additionally, various protocols, including but not limited to HTTP and MIME, MAY impose additional restrictions on the media types they can transport. (See <xref target="RFC2046"/> for additional information on the restrictions MIME imposes.)</t>
      <section anchor="text-media-types">
        <name>Text Media Types</name>
        <t>A top-level type of "text" indicates that the content is principally textual in form.</t>
        <t>Text that does not provide for or allow formatting commands, font attribute specifications, processing instructions, interpretation directives, or content markup is known as "plain text". Plain text is seen simply as a linear sequence of characters, possibly interrupted by line breaks or page breaks. Plain text MAY allow the stacking of several characters in the same position in the text. Plain text in scripts like Arabic and Hebrew may also include facilities that allow the arbitrary mixing of text segments with different writing directions.</t>
        <t>Beyond plain text, there are many formats for representing what might be known as "rich text". An interesting characteristic of many such representations is that they are to some extent readable even without the software that interprets them. It is useful to distinguish them, at the highest level, from such unreadable data as images, audio, or text represented in an unreadable form. In the absence of appropriate interpretation software, it is reasonable to present subtypes of "text" to the user, while it is not reasonable to do so with most non-textual data. Such formatted textual data can be represented using subtypes of "text".</t>
        <section anchor="the-charset-parameter">
          <name>The Charset Parameter</name>
          <t>Many subtypes of text, notably including the subtype "text/plain", which is a generic subtype for plain text defined in <xref target="RFC2046"/>, define a "charset" parameter. If a "charset" parameter is defined for a particular subtype of text, it MUST be used to specify a charset name defined in accordance to the procedures laid out in <xref target="RFC2978"/>.</t>
          <t>As specified in <xref target="RFC6657"/>, a "charset" parameter SHOULD NOT be specified when charset information is transported inside the payload (e.g., as in "text/xml").</t>
          <t>If a "charset" parameter is specified, it SHOULD be a required parameter, eliminating the options of specifying a default value. If there is a strong reason for the parameter to be optional despite this advice, each subtype MAY specify its own default value, or alternatively, it MAY specify that there is no default value. Finally, the "UTF-8" charset <xref target="RFC3629"/> SHOULD be selected as the default. See <xref target="RFC6657"/> for additional information on the use of "charset" parameters in conjunction with subtypes of text.</t>
          <t>Regardless of what approach is chosen, all new text/* registrations MUST clearly specify how the charset is determined; relying on the US-ASCII default defined in <xref section="4.1.2" sectionFormat="of" target="RFC2046"/> is no longer permitted. If explanatory text is needed, this SHOULD be placed in the additional information section of the registration.</t>
        </section>
      </section>
      <section anchor="image-media-types">
        <name>Image Media Types</name>
        <t>A top-level type of "image" indicates that the content is one or more individual images. The subtype names the specific image format.</t>
      </section>
      <section anchor="audio-media-types">
        <name>Audio Media Types</name>
        <t>A top-level type of "audio" indicates that the content is audio data. The subtype names the specific audio format.</t>
      </section>
      <section anchor="video-media-types">
        <name>Video Media Types</name>
        <t>A top-level type of "video" indicates that the content is a time-varying-picture image, possibly with color and coordinated sound. The term 'video' is used in its most generic sense, rather than with reference to any particular technology or format, and is not meant to preclude subtypes such as animated drawings encoded compactly.</t>
        <t>Note that although in general the mixing of multiple kinds of media in a single body is discouraged <xref target="RFC2046"/>, it is recognized that many video formats include a representation for synchronized audio and/or text, and this is explicitly permitted for subtypes of "video".</t>
      </section>
      <section anchor="application-media-types">
        <name>Application Media Types</name>
        <t>A top-level type of "application" indicates that the content is discrete data that do not fit under any of the other type names, and particularly for data to be processed by some type of application program. This is information that must be processed by an application before it is viewable or usable by a user.</t>
        <t>Expected uses for the "application" type name include but are not limited to file transfer, spreadsheets, presentations, scheduling data, and languages for "active" (computational) material. (The last, in particular, can pose security problems that must be understood by implementors. The "application/postscript" media type registration in <xref target="RFC2046"/> provides a good example of how to handle these issues.)</t>
        <t>For example, a meeting scheduler might define a standard representation for information about proposed meeting dates. An intelligent user agent would use this information to conduct a dialog with the user, and might then send additional material based on that dialog. More generally, there have been several "active" languages developed in which programs in a suitably specialized language are transported to a remote location and automatically run in the recipient's environment. Such applications may be defined as subtypes of the "application" top-level type.</t>
        <t>The subtype of "application" will often either be the name or include part of the name of the application for which the data are intended. This does not mean, however, that any application program name may simply be used freely as a subtype of "application"; the subtype needs to be registered.</t>
      </section>
      <section anchor="multipart-and-message-media-types">
        <name>Multipart and Message Media Types</name>
        <t>A top-level type of "multipart" or "message" indicates that the content is a composite type; that is, they provide a means of encapsulating zero or more objects, each one a separate media type.</t>
        <t>All subtypes of multipart and message MUST conform to the syntax rules and other requirements specified in <xref target="RFC2046"/> and amended by <xref section="3.5" sectionFormat="of" target="RFC6532"/>.</t>
      </section>
      <section anchor="additional-top-level-types">
        <name>Additional Top-Level Types</name>
        <t>In some cases, a new media type may not be easily classified under any currently defined top-level type names. Such cases are expected to be quite rare. However, if such a case does arise, a new type name can be defined to accommodate it. Definition of a new top-level type name MUST be done via a Standards Track RFC, taking into account the criteria and guidelines given below; no other mechanism can be used to define additional type names.</t>
        <section anchor="required-criteria">
          <name>Required Criteria</name>
          <t>Definitions of new top-level types are required to fulfil the following criteria:</t>
          <ul spacing="normal">
            <li>
              <t>Every new top-level type MUST be defined in a Standards Track RFC (see <xref section="4.9" sectionFormat="of" target="RFC8126"/>). This will make sure there is sufficient community interest, review, and consensus appropriate for a new top-level type.</t>
            </li>
            <li>
              <t>The IANA Considerations section of an RFC defining a new top-level type MUST request that IANA add this new top-level type to the registry of top-level types.</t>
            </li>
            <li>
              <t>The criteria for what types do and do not fall under the new top-level type MUST be defined clearly. Clear criteria are expected to help expert reviewers to evaluate whether a subtype belongs below the new type or not, and whether the registration template for a subtype contains the appropriate information. If the criteria cannot be defined clearly, this is a strong indication that whatever is being talked about is not suitable as a top-level type.</t>
            </li>
            <li>
              <t>Any RFC defining a new top-level type MUST clearly document the security considerations applying to all or a significant subset of subtypes.</t>
            </li>
            <li>
              <t>At the minimum, one subtype MUST be described. A top-level type without any subtype serves no purpose. Please note that the 'example' top-level describes a subtype 'example'.</t>
            </li>
          </ul>
        </section>
        <section anchor="additional-considerations">
          <name>Additional Considerations</name>
          <t>Additional considerations for the definition of a new top-level type include:</t>
          <ul spacing="normal">
            <li>
              <t>Existing wide use of an unregistered top-level type may be an indication of a need, and therefore an argument for formally defining a new top-level type. On the other hand, the use of unregistered top-level types is highly discouraged.</t>
            </li>
            <li>
              <t>Use of an IETF Working Group to define a new top-level type is not needed, but may be advisable in some cases. There are examples of new top-level type definitions without a Working Group (<xref target="RFC2077"/>), with a short, dedicated WG (<xref target="RFC8081"/>), and with a Working Group that included other related work (<xref target="I-D.ietf-mediaman-haptics"/>).</t>
            </li>
            <li>
              <t>The document defining the new top-level type should include initial registrations of actual subtypes. The exception may be a top-level type similar to 'example'. This will help to show the need for the new top-level type, will allow checking the appropriateness of the definition of the new top-level type, will avoid separate work for registering an initial slate of subtypes, and will provide examples of what is considered a valid subtype for future subtype registrations.</t>
            </li>
            <li>
              <t>The registration and actual use of a certain number of subtypes under the new top-level type should be expected. The existence of a single subtype should not be enough; it should be clear that new similar types may appear in the future. Otherwise, the creation of a new top-level type is likely unjustified.</t>
            </li>
            <li>
              <t>The proposers of the new top-level type and the wider community should be willing to commit to emitting and consuming the new top-level type in environments that they control.</t>
            </li>
            <li>
              <t>The fact that a group of (potential) types have (mostly) common parameters may be an indication that these belong under a common new top-level type.</t>
            </li>
            <li>
              <t>Top-level types can help humans with understanding and debugging. Therefore, evaluating how a new top-level type helps humans understand types may be crucial.</t>
            </li>
            <li>
              <t>Common restrictions may apply to all subtypes of a top-level type. Examples are the restriction to CRLF line endings for subtypes of type 'text' (at least in the context of electronic mail), or on subtypes of type 'multipart'.</t>
            </li>
            <li>
              <t>Top-level types are also used frequently in dispatching code. For example "multipart/*" is frequently handled as multipart/mixed, without understanding of a specific subtype. The top-level types 'image', 'audio', and 'video' are also often handled generically. Documents with these top-level types can be passed to applications handling a wide variety of image, audio, or video formats. HTML generating applications can select different HTML elements (e.g. &lt;img&gt; or &lt;audio&gt;) for including data of different top-level types. Applications can select different icons to represent unknown types in different top-level types.</t>
            </li>
          </ul>
        </section>
        <section anchor="negative-criteria">
          <name>Negative Criteria</name>
          <t>Negative indicators for creation of a new top-level type include:</t>
          <ul spacing="normal">
            <li>
              <t>Media types are not a general type system. A top-level type MUST NOT be defined if its main or only purpose is to map other type systems, protocol elements, or registration spaces. Examples of such discouraged uses include mapping media types to programming language primitives, ontologies, object identifiers, URIs and URI schemes, and file extensions. That said, media types MAY use parameters to carry such information. For example, information on a file extension '.dcat' can be encoded as 'application/octet-string; filename=foo.dcat'.</t>
            </li>
            <li>
              <t>A new top-level type SHOULD NOT generate aliases for existing widely used types or subtypes.</t>
            </li>
            <li>
              <t>Top-level types with an "X-" prefix cannot be registered, and SHOULD NOT be used. See <xref target="RFC6648"/>.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="subtypes">
      <name>Media Subtypes</name>
      <section anchor="trees">
        <name>Registration Trees</name>
        <t>To increase the efficiency and flexibility of the registration process, different structures of subtype names can be registered in "trees," distinguished with faceted name prefixes.</t>
        <t>For example, a subtype that is recommended for wide support and implementation by the Internet community would be registered in the standards tree and not have a prefix, while a subtype that is used to move files associated with proprietary software would be registered in the vendor tree, and so its name would begin with a "vnd." prefix.</t>
        <t>Note that some previously defined media types do not conform to the naming conventions described below; see <xref target="grandfather"/>.</t>
        <section anchor="standards-tree">
          <name>Standards Tree</name>
          <t>The standards tree is intended for those media types that require a substantive review and approval process in a recognized standards-related organization. For media types that do not require such a process, see the vendor and personal trees.</t>
          <t>Registrations in the standards tree MUST be either:</t>
          <ol spacing="normal" type="1"><li>
              <t>approved directly by the IESG (in the case of registrations associated with IETF specifications, ), or</t>
            </li>
            <li>
              <t>registered by a recognized standards-related organization using the "Specification Required" IANA registration policy <xref section="4.6" sectionFormat="of" target="RFC8126"/> (which implies Expert Review), or</t>
            </li>
            <li>
              <t>approved by the Designated Expert(s) as identifying a "community format", as described in <xref target="community"/>.</t>
            </li>
          </ol>
          <t>The first procedure is used for registrations from IETF Consensus documents, or in rare cases when registering a grandfathered (see <xref target="grandfather"/>) and/or otherwise incomplete registration is in the interest of the Internet community. See <xref target="publication"/> for publication requirements.</t>
          <t>In the second case, the IESG makes a one-time decision on whether the registration submitter represents a recognized standards-related organization; after that, registration requests are performed as specified in <xref target="review"/>. The format MUST be described by a formal specification produced by the submitting standards-related organization.</t>
          <t>The third case is described in <xref target="community"/>.</t>
          <t>Media types in the standards tree MUST NOT have faceted names, unless they are grandfathered in using the process described in <xref target="grandfather"/>.</t>
          <t>The change controller of a media type registered in the standards tree is assumed to be the standards-related organization itself. Modification or alteration of the specification uses the same level of processing (e.g., a registration submitted on Standards Track can be revised in another Standards Track RFC, but cannot be revised in an Informational RFC) required for the initial registration.</t>
          <section anchor="community">
            <name>Community Formats in the Standards Tree</name>
            <t>Some formats are interoperable (i.e., they are supported by more than one implementation), but their specifications are not published by a recognized standards-related organization. To accommodate these cases, the Designated Expert(s) are empowered to approve registrations in the standards tree that meet the following criteria:</t>
            <ul spacing="normal">
              <li>
                <t>There is a well-defined specification for the format</t>
              </li>
              <li>
                <t>That specification is not tied to or heavily associated with one implementation</t>
              </li>
              <li>
                <t>The specification is freely available at a stable location</t>
              </li>
              <li>
                <t>There are multiple interoperable implementations of the specification, or they are likely to emerge</t>
              </li>
              <li>
                <t>The requested name is appropriate to the use case, and not so generic that it may be considered 'squatting'</t>
              </li>
              <li>
                <t>There is no conflict with IETF work or work at other recognised SDOs (present or future)</t>
              </li>
              <li>
                <t>There is evidence of broad adoption</t>
              </li>
            </ul>
            <t>The Designated Expert(s) have discretion in applying these criteria; in rare cases, they might judge it best to register an entry that fails one or more.</t>
            <t>Note that such registrations still go through preliminary community review (<xref target="preliminary-review"/>), and decisions can be appealed (<xref target="review"/>).</t>
          </section>
        </section>
        <section anchor="vendor-tree">
          <name>Vendor Tree</name>
          <t>The vendor tree is intended for media types associated with publicly available products. "Vendor" and "producer" are construed very broadly in this context, and are considered equivalent.</t>
          <t>A registration may be placed in the vendor tree by anyone who needs to interchange files associated with some product or set of products. However, the registration properly belongs to the vendor or organization producing the software that employs the type being registered, and that vendor or organization can at any time elect to assume change control of a registration done by a third party in order to correct or update it. See <xref target="change"/> for additional information.</t>
          <t>When a third party registers a type on behalf of someone else, both entities SHOULD be noted in the Change Controller field in the registration. One possible format for this would be "Foo, on behalf of Bar".</t>
          <t>Vendor tree registrations are distinguished by the leading facet "vnd.". That may be followed, at the discretion of the registrant, by either a media subtype name from a well-known producer (e.g., "vnd.mudpie") or by an IANA-approved designation of the producer's name that is followed by a media type or product designation (e.g., vnd.bigcompany.funnypictures).</t>
          <t>While public exposure and review of media types to be registered in the vendor tree are not required, requesting review on the media-types@ietf.org mailing list is encouraged, to improve the quality of those specifications.</t>
          <t>Registrations in the vendor tree may be submitted directly to the IANA, where they will undergo Expert Review <xref section="4.5" sectionFormat="of" target="RFC8126"/> prior to approval.</t>
        </section>
        <section anchor="personal-tree">
          <name>Personal Tree</name>
          <t>The personal tree is intended for media types created experimentally or as part of products that are not distributed commercially. This tree is sometimes referred to as the "vanity" tree.</t>
          <t>Personal tree registrations are distinguished by the leading facet "prs.".</t>
          <t>The change controller of a "personal" registration is the person or entity making the registration, or one to whom responsibility has been transferred as described below.</t>
          <t>While public exposure and review of media types to be registered in the personal tree are not required, requesting review on the media-types@ietf.org mailing list is encouraged, to improve the quality of those specifications.</t>
          <t>Registrations in the personal tree may be submitted directly to the IANA, where they will undergo Expert Review <xref section="4.5" sectionFormat="of" target="RFC8126"/> prior to approval.</t>
        </section>
        <section anchor="unregistered-x-tree">
          <name>Unregistered x. Tree</name>
          <t>Subtype names with "x." as the first facet are intended exclusively for use in private, local environments. Subtypes using this tree cannot be registered and are intended for use only with the active agreement of the parties exchanging them.</t>
          <t>The low barrier to registration in the vendor and personal trees means it should rarely, if ever, be necessary to use unregistered types. Therefore, use of types in the "x." tree is strongly discouraged.</t>
          <t>Note that types with names beginning with "x-" are no longer considered to be members of this tree (see <xref target="RFC6648"/>). Also note that if a generally useful and widely deployed type incorrectly uses an "x-" name prefix, it MAY be registered using its current name in an alternative tree by following the procedure defined in <xref target="grandfather"/>.</t>
        </section>
        <section anchor="additional-registration-trees">
          <name>Additional Registration Trees</name>
          <t>New top-level registration trees may be created by IETF Standards Action.</t>
          <t>It is explicitly assumed that these trees might be created for external registration and management by well-known permanent organizations; for example, scientific societies might register media types specific to the sciences they cover. In general, the quality of review of specifications for one of these additional registration trees is expected to be equivalent to registrations in the standards tree by a recognized standards-related organization.</t>
          <t>When the IETF performs such review, it needs to consider the greater expertise of the requesting organization with respect to the subject media type.</t>
        </section>
      </section>
      <section anchor="suffixes">
        <name>Subtype Suffixes</name>
        <t><xref target="RFC6838"/> standardized a suffix convention for well-known structured syntaxes. In particular, media types have been registered with suffixes such as "+der", "+fastinfoset", and "+json".</t>
        <t>A structured suffix is defined as all of the characters to the right of the left-most "+" sign in a media type, including the left-most "+" sign itself. The structured suffix MUST NOT contain more than one "+" sign. As an example, given the "application/foo+bar" media type: "application" is the top-level type, "foo" is the base subtype name, and "+bar" is the structured suffix. A media type such as "application/foo+bar+baz" is not allowed.</t>
        <t>The primary guideline for whether a structured type name suffix is registrable is that it be described by a readily available description, preferably within a document published by an established standards-related organization, and for which there's a reference that can be used in a Normative References section of an RFC.</t>
        <t>Media types that make use of a named structured syntax SHOULD use the appropriate registered "+suffix" for that structured syntax when they are registered. By the same token, media types MUST NOT be given names incorporating suffixes for structured syntaxes they do not actually employ. "+suffix" constructs for as-yet unregistered structured syntaxes SHOULD NOT be used, given the possibility of conflicts with future suffix definitions.</t>
        <t>Media types that make use of a named structured syntax, or similar separator such as a dash "-", MUST ensure that the registration is semantically aligned, from a data model perspective, with existing base subtype names in the media type registry. For example, for the media types "application/foo+bar" and "application/foo+baz", the expectation is that the semantics suggested by the base subtype name "application/foo" are the same between both media types. The Designated Expert MUST reject a registration if they believe the semantics for a media type registration does not align with existing base subtype names in the media type registry.</t>
        <t>Registrants MUST prove to the Designated Expert, such as through an email to a public mailing list or issue tracker comment, that they have consent from the existing change controller for the associated base subtype name to register the new media type.</t>
        <section anchor="common-suffix-patterns">
          <name>Common Suffix Patterns</name>
          <t>There are a few common patterns that are utilized for media types that use structured suffixes. These patterns include expressing that the data associated with a media type:</t>
          <ul spacing="normal">
            <li>
              <t>Utilizes a structured data format such as "+xml", "+json", "+yaml", or "+cbor".</t>
            </li>
            <li>
              <t>Is compressed using a binary compression format such as "+zip" or "+gzip".</t>
            </li>
            <li>
              <t>Is encoded in a digitally signature format such as "+jwt" or "+cose".</t>
            </li>
          </ul>
          <t>While it is conceivable that suffixes such as "+xml+zip" are possible, such usage is NOT RECOMMENDED due to the large number of combinatorial possibilities that could occur and the negative impact that might have on security considerations for toolchains that attempt to safely process all of the possibilities.</t>
        </section>
        <section anchor="fragment-identifiers-and-suffixes">
          <name>Fragment Identifiers and Suffixes</name>
          <t>The syntax and semantics for fragment identifiers are specified in the "Fragment Identifier Considerations" column in the IANA Structured Syntax Suffixes registry. In general, when processing fragment identifiers associated with a structured syntax suffix, the following rules SHOULD be followed:</t>
          <ol spacing="normal" type="1"><li>
              <t>For cases defined for the structured syntax suffix, where the fragment identifier does resolve per the structured syntax suffix rules, then proceed as specified by the specification associated with the "Fragment Identifier Considerations" column in the IANA Structured Syntax Suffixes registry.</t>
            </li>
            <li>
              <t>For cases defined for the structured syntax suffix, where the fragment identifier does not resolve per the structured syntax suffix rules, then proceed as specified by the specification associated with the full media type.</t>
            </li>
            <li>
              <t>For cases not defined for the structured syntax suffix, then proceed as specified by the specification associated with the full media type.</t>
            </li>
          </ol>
        </section>
      </section>
    </section>
    <section anchor="procedures">
      <name>Media Type Registration Procedures</name>
      <t>The media type registration procedure is not a formal standards process, but rather an administrative procedure intended to allow community comment and sanity checking without excessive time delay.</t>
      <t>Normal IETF processes need to be followed for all IETF registrations in the standards tree. The posting of an Internet Draft is a necessary first step, followed by posting to the media-types@ietf.org list as discussed below.</t>
      <section anchor="preliminary-review">
        <name>Preliminary Community Review</name>
        <t>Notice of a potential media type registration in the standards tree SHOULD be sent to the media-types@ietf.org mailing list for review. Registrations in other trees MAY be sent to the list for review as well; doing so is entirely OPTIONAL, but is strongly encouraged.</t>
        <t>The purpose of this notification is to solicit comments and feedback on the choice of type/subtype name, the unambiguity of the references with respect to versions and external profiling information, and a review of any interoperability or security considerations. The submitter may submit a revised registration proposal or abandon the registration completely and at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be reviewed and approved by the IESG as part of the normal standards process.</t>
        <t>Standards-tree registrations by recognized standards-related organizations as well as registrations in the vendor and personal trees are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement.</t>
        <t>Registration requests can be sent to iana@iana.org. A web form for registration requests is also available at:</t>
        <ul empty="true">
          <li>
            <t>http://www.iana.org/form/media-types</t>
          </li>
        </ul>
        <section anchor="provisional">
          <name>Provisional Registrations</name>
          <t>Standardization processes often take considerable time to complete. In order to facilitate prototyping and testing, it is often helpful to assign media types early in the process. This way, identifiers used during standards development can remain unchanged once the process is complete, and implementations and documentation do not have to be updated.</t>
          <t>Accordingly, provisional registrations of media type names in the standards tree MAY be submitted to IANA. The only required fields in such registrations are the media type name and contact information (including the standards-related organization name).</t>
          <t>Upon receipt of a provisional registration, IANA will check the name and contact information, then publish the registration in a distinct, publicly-visible provisional registration list.</t>
          <t>Provisional registrations MAY be updated or abandoned at any time. When the registration is abandoned, the media type is no longer registered in any sense; it can subsequently be registered just like any other unassigned media type name.</t>
        </section>
      </section>
      <section anchor="review">
        <name>Review and Approval</name>
        <t>With the exception of provisional standards-tree registrations, registrations submitted to the IANA will be first given to the media types reviewer, who is appointed by the IETF Applications Area Director(s). The media types reviewer examines registration requests to make sure they meet the requirements set forth in this document.</t>
        <t>Decisions made by the media types reviewer may be appealed to the IESG using the procedure specified in <xref section="6.5.4" sectionFormat="of" target="RFC2026"/>.</t>
        <t>Once a media type registration has passed review, the IANA will register the media type and make the media type registration available to the community.</t>
        <t>In the case of standards-tree registrations from other standards-related organizations, IANA will also check that the submitter is in fact a recognized standards-related organization. If the submitter is not currently recognized as such, the IESG will be asked to confirm their status. Recognition from the IESG MUST be obtained before a standards-tree registration can proceed.</t>
      </section>
      <section anchor="comments">
        <name>Comments on Media Type Registrations</name>
        <t>Comments on registered media types may be submitted by members of the community to the IANA at iana@iana.org. These comments will be reviewed by the media types reviewer and then passed on to the change controller of the media type if possible.</t>
        <t>Submitters of comments may request that their comment be attached to the media type registration itself; if the IANA, in consultation with the media types reviewer, approves, the comment will be made accessible in conjunction with the type registration.</t>
      </section>
      <section anchor="change">
        <name>Change Procedures</name>
        <t>Once a media type has been published by the IANA, the change controller may request a change to its definition. The same procedure that would be appropriate for the original registration request is used to process a change request.</t>
        <t>Media type registrations may not be deleted; media types that are no longer believed appropriate for use can be declared OBSOLETE by a change to their "intended use" field.</t>
        <t>Significant changes to a media type's definition should be requested only when there are serious omissions or errors in the published specification. When review is required, a change request may be denied if it renders entities that were valid under the previous definition invalid under the new definition.</t>
        <t>The change controller of a media type may pass responsibility to another person or agency by informing the IANA; this can be done without discussion or review.</t>
        <t>The IESG may reassign responsibility for a media type. The most common case of this will be to enable changes to be made to types where the author of the registration has died, fallen out of contact, or is otherwise unable to make changes that are important to the community.</t>
      </section>
      <section anchor="registration-template">
        <name>Registration Template</name>
        <dl newline="true">
          <dt>Type name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <t>Deprecated alias names for this type:
</t>
            <t>Magic number(s):</t>
            <t>File extension(s):</t>
            <t>Macintosh file type code(s):</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>(One of COMMON, LIMITED USE, or OBSOLETE.)</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>(Any restrictions on where the media type can be used go here.)</t>
          </dd>
        </dl>
        <dl>
          <dt>Author:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Change controller:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Provisional registration? (standards tree only):</dt>
          <dd>
            <t>Yes/No</t>
          </dd>
        </dl>
        <t>(Any other information that the author deems interesting may be added below this line.)</t>
        <t>"N/A", written exactly that way, can be used in any field if desired to emphasize the fact that it does not apply or that the question was not omitted by accident. Do not use 'none' or other words that could be mistaken for a response.</t>
        <t>Limited-use media types should also note in the applications list whether or not that list is exhaustive.</t>
      </section>
    </section>
    <section anchor="suffix-procedures">
      <name>Structured Syntax Suffix Registration Procedures</name>
      <t>Someone wishing to define a "+suffix" name for a structured syntax for use with a new media type registration SHOULD:</t>
      <ol spacing="normal" type="1"><li>
          <t>Check IANA's registry of media type name suffixes to see whether or not there is already an entry for that well-defined structured syntax.</t>
        </li>
        <li>
          <t>If there is no entry for their suffix scheme, fill out the template (specified in <xref target="suffix-template"/>) and include that with the media type registration. The template may be contained in an Internet Draft, alone or as part of some other protocol specification. The template may also be submitted in some other form (as part of another document or as a stand-alone document), but the contents will be treated as an "IETF Contribution" under the guidelines of BCP 78 <xref target="RFC5378"/>.</t>
        </li>
        <li>
          <t>Send a copy of the template or a pointer to the containing document (with specific reference to the section with the template) to the mailing list media-types@ietf.org, requesting review. This may be combined with a request to review the media type registration. Allow a reasonable time for discussion and comments.</t>
        </li>
        <li>
          <t>Respond to review comments and make revisions to the proposed registration as needed to bring it into line with the guidelines given in this document.</t>
        </li>
        <li>
          <t>Submit the (possibly updated) registration template (or pointer to the document containing it) to IANA at iana@iana.org.</t>
        </li>
      </ol>
      <t>Upon receipt of a structured syntax suffix registration request,</t>
      <ol spacing="normal" type="1"><li>
          <t>IANA checks the submission for completeness; if sections are missing or citations are not correct, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA checks the current registry for an entry with the same name; if such a registry exists, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA requests Expert Review of the registration request against the corresponding guidelines.</t>
        </li>
        <li>
          <t>The Designated Expert may request additional review or discussion, as necessary.</t>
        </li>
        <li>
          <t>If Expert Review recommends registration, IANA adds the registration to the appropriate registry.</t>
        </li>
      </ol>
      <t>The initial registry content specification <xref target="RFC6839"/> provides examples of structured syntax suffix registrations.</t>
      <section anchor="change-procedures">
        <name>Change Procedures</name>
        <t>Registrations may be updated in each registry by the same mechanism as required for an initial registration. In cases where the original definition of the scheme is contained in an IESG-approved document, update of the specification also requires IESG approval.</t>
      </section>
      <section anchor="suffix-template">
        <name>Structured Syntax Suffix Registration Template</name>
        <t>This template describes the fields that must be supplied in a structured syntax suffix registration request:</t>
        <dl newline="true">
          <dt>Name</dt>
          <dd>
            <t>Full name of the well-defined structured syntax.</t>
          </dd>
          <dt>+suffix</dt>
          <dd>
            <t>Suffix used to indicate conformance to the syntax.</t>
          </dd>
          <dt>References</dt>
          <dd>
            <t>Include full citations for all specifications necessary to understand the structured syntax.</t>
          </dd>
          <dt>Encoding considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that provides general guidance regarding encoding considerations for any type employing this syntax. The same requirements for media type encoding considerations given in <xref target="encoding"/> apply here.</t>
          </dd>
          <dt>Interoperability considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that documents any issues regarding the interoperable use of types employing this structured syntax should be given here. Examples would include the existence of incompatible versions of the syntax, issues combining certain charsets with the syntax, or incompatibilities with other types or protocols.</t>
          </dd>
          <dt>Fragment identifier considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that documents the generic processing rules of fragment identifiers for any type employing this syntax should be described here.</t>
          </dd>
          <dt>Security considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that provides security considerations shared by media types employing this structured syntax must be specified here. The same requirements for media type security considerations given in <xref target="secreq"/> apply here, with the exception that the option of not assessing the security considerations is not available for suffix registrations.</t>
          </dd>
          <dt>Contact</dt>
          <dd>
            <t>Person (including contact information) to contact for further information.</t>
          </dd>
          <dt>Author/Change controller.</dt>
          <dd>
            <t>Person (including contact information) authorized to change this suffix registration.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security requirements for both media type and media type suffix registrations are discussed in <xref target="secreq"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t><em>None Yet.</em></t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The current authors would like to acknowledge their debt to the late Dr. Jon Postel, whose general model of IANA registration procedures and specific contributions shaped the predecessors of this document <xref target="RFC2048"/> <xref target="RFC4288"/>. We hope that the current version is one with which he would have agreed but, as it is impossible to verify that agreement, we have regretfully removed his name as a co-author.</t>
      <t>Randy Bush, Francis Dupont, Bjoern Hoehrmann, Barry Leiba, Murray Kucherawy, Alexey Melnikov, S. Moonesamy, Mark Nottingham, Tom Petch, Peter Saint-Andre, and Jeni Tennison provided many helpful review comments and suggestions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <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="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC7303">
          <front>
            <title>XML Media Types</title>
            <author fullname="H. Thompson" initials="H." surname="Thompson"/>
            <author fullname="C. Lilley" initials="C." surname="Lilley"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This specification standardizes three media types -- application/xml, application/xml-external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML) while defining text/xml and text/ xml-external-parsed-entity as aliases for the respective application/ types. This specification also standardizes the '+xml' suffix for naming media types outside of these five types when those media types represent XML MIME entities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7303"/>
          <seriesInfo name="DOI" value="10.17487/RFC7303"/>
        </reference>
        <reference anchor="RFC8179">
          <front>
            <title>Intellectual Property Rights in IETF Technology</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." surname="Contreras"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>The IETF policies about Intellectual Property Rights (IPR), such as patent rights, relative to technologies developed in the IETF are designed to ensure that IETF working groups and participants have as much information as possible about any IPR constraints on a technical proposal as early as possible in the development process. The policies are intended to benefit the Internet community and the public at large, while respecting the legitimate rights of IPR holders. This document sets out the IETF policies concerning IPR related to technology worked on within the IETF. It also describes the objectives that the policies are designed to meet. This document updates RFC 2026 and, with RFC 5378, replaces Section 10 of RFC 2026. This document also obsoletes RFCs 3979 and 4879.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="79"/>
          <seriesInfo name="RFC" value="8179"/>
          <seriesInfo name="DOI" value="10.17487/RFC8179"/>
        </reference>
        <reference anchor="RFC5378">
          <front>
            <title>Rights Contributors Provide to the IETF Trust</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." role="editor" surname="Contreras"/>
            <date month="November" year="2008"/>
            <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 obsoletes RFCs 3978 and 4748 and, with BCP 79 and RFC 5377, 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="BCP" value="78"/>
          <seriesInfo name="RFC" value="5378"/>
          <seriesInfo name="DOI" value="10.17487/RFC5378"/>
        </reference>
        <reference anchor="RFC4855">
          <front>
            <title>Media Type Registration of RTP Payload Formats</title>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <date month="February" year="2007"/>
            <abstract>
              <t>This document specifies the procedure to register RTP payload formats as audio, video, or other media subtype names. This is useful in a text-based format description or control protocol to identify the type of an RTP transmission. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4855"/>
          <seriesInfo name="DOI" value="10.17487/RFC4855"/>
        </reference>
        <reference anchor="RFC2046">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2046"/>
          <seriesInfo name="DOI" value="10.17487/RFC2046"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC2978">
          <front>
            <title>IANA Charset Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="October" year="2000"/>
            <abstract>
              <t>Multipurpose Internet Mail Extensions (MIME) and various other Internet protocols are capable of using many different charsets. This in turn means that the ability to label different charsets is essential. 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="19"/>
          <seriesInfo name="RFC" value="2978"/>
          <seriesInfo name="DOI" value="10.17487/RFC2978"/>
        </reference>
        <reference anchor="RFC6657">
          <front>
            <title>Update to MIME regarding "charset" Parameter Handling in Textual Media Types</title>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document changes RFC 2046 rules regarding default "charset" parameter values for "text/*" media types to better align with common usage by existing clients and servers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6657"/>
          <seriesInfo name="DOI" value="10.17487/RFC6657"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC6532">
          <front>
            <title>Internationalized Email Headers</title>
            <author fullname="A. Yang" initials="A." surname="Yang"/>
            <author fullname="S. Steele" initials="S." surname="Steele"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Internet mail was originally limited to 7-bit ASCII. MIME added support for the use of 8-bit character sets in body parts, and also defined an encoded-word construct so other character sets could be used in certain header field values. However, full internationalization of electronic mail requires additional enhancements to allow the use of Unicode, including characters outside the ASCII repertoire, in mail addresses as well as direct use of Unicode in header fields like "From:", "To:", and "Subject:", without requiring the use of complex encoded-word constructs. This document specifies an enhancement to the Internet Message Format and to MIME that allows use of Unicode in mail addresses and most header field content.</t>
              <t>This specification updates Section 6.4 of RFC 2045 to eliminate the restriction prohibiting the use of non-identity content-transfer- encodings on subtypes of "message/". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6532"/>
          <seriesInfo name="DOI" value="10.17487/RFC6532"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC6648">
          <front>
            <title>Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>Historically, designers and implementers of application protocols have often distinguished between standardized and unstandardized parameters by prefixing the names of unstandardized parameters with the string "X-" or similar constructs. In practice, that convention causes more problems than it solves. Therefore, this document deprecates the convention for newly defined parameters with textual (as opposed to numerical) names in application protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="178"/>
          <seriesInfo name="RFC" value="6648"/>
          <seriesInfo name="DOI" value="10.17487/RFC6648"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MacOSUTIs" target="https://developer.apple.com/documentation/uniformtypeidentifiers">
          <front>
            <title>Framework: Uniform Type Identifiers</title>
            <author>
              <organization>Apple Computer, Inc.</organization>
            </author>
            <date year="2024" month="March"/>
          </front>
        </reference>
        <reference anchor="windowsClipboardNames" target="https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats">
          <front>
            <title>Clipboard Formats</title>
            <author>
              <organization>MicroSoft Inc.</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC4288">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. 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="4288"/>
          <seriesInfo name="DOI" value="10.17487/RFC4288"/>
        </reference>
        <reference anchor="RFC2231">
          <front>
            <title>MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="K. Moore" initials="K." surname="Moore"/>
            <date month="November" year="1997"/>
            <abstract>
              <t>This memo defines extensions to the RFC 2045 media type and RFC 2183 disposition parameter value mechanisms. This memo also defines an extension to the encoded words defined in RFC 2047 to allow the specification of the language to be used for display as well as the character set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2231"/>
          <seriesInfo name="DOI" value="10.17487/RFC2231"/>
        </reference>
        <reference anchor="RFC8187">
          <front>
            <title>Indicating Character Encoding and Language for HTTP Header Field Parameters</title>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>By default, header field values in Hypertext Transfer Protocol (HTTP) messages cannot easily carry characters outside the US-ASCII coded character set. RFC 2231 defines an encoding mechanism for use in parameters inside Multipurpose Internet Mail Extensions (MIME) header field values. This document specifies an encoding suitable for use in HTTP header fields that is compatible with a simplified profile of the encoding defined in RFC 2231.</t>
              <t>This document obsoletes RFC 5987.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8187"/>
          <seriesInfo name="DOI" value="10.17487/RFC8187"/>
        </reference>
        <reference anchor="RFC2077">
          <front>
            <title>The Model Primary Content Type for Multipurpose Internet Mail Extensions</title>
            <author fullname="S. Nelson" initials="S." surname="Nelson"/>
            <author fullname="C. Parks" initials="C." surname="Parks"/>
            <author>
              <organization>Mitra</organization>
            </author>
            <date month="January" year="1997"/>
            <abstract>
              <t>The purpose of this memo is to propose an update to Internet RFC 2045 to include a new primary content-type to be known as "model". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2077"/>
          <seriesInfo name="DOI" value="10.17487/RFC2077"/>
        </reference>
        <reference anchor="RFC8081">
          <front>
            <title>The "font" Top-Level Media Type</title>
            <author fullname="C. Lilley" initials="C." surname="Lilley"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This memo serves to register and document the "font" top-level media type, under which subtypes for representation formats for fonts may be registered. This document also serves as a registration application for a set of intended subtypes, which are representative of some existing subtypes already in use, and currently registered under the "application" tree by their separate registrations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8081"/>
          <seriesInfo name="DOI" value="10.17487/RFC8081"/>
        </reference>
        <reference anchor="I-D.ietf-mediaman-haptics">
          <front>
            <title>The 'haptics' Top-level Media Type</title>
            <author fullname="Yeshwant K Muthusamy" initials="Y. K." surname="Muthusamy">
         </author>
            <author fullname="Chris Ullrich" initials="C." surname="Ullrich">
         </author>
            <date day="27" month="July" year="2023"/>
            <abstract>
              <t>   This memo serves to register and document the 'haptics' top-level
   media type, under which subtypes for representation formats for
   haptics may be registered.  This document also serves as a
   registration for a set of subtypes, which are representative of some
   existing subtypes already in use.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-haptics-05"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. 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="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC6839">
          <front>
            <title>Additional Media Type Structured Syntax Suffixes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>A content media type name sometimes includes partitioned meta- information distinguished by a structured syntax to permit noting an attribute of the media as a suffix to the name. This document defines several structured syntax suffixes for use with media type registrations. In particular, it defines and registers the "+json", "+ber", "+der", "+fastinfoset", "+wbxml" and "+zip" structured syntax suffixes, and provides a media type structured syntax suffix registration form for the "+xml" structured syntax suffix. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6839"/>
          <seriesInfo name="DOI" value="10.17487/RFC6839"/>
        </reference>
        <reference anchor="RFC2048">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fourth document, RFC 2048, specifies various IANA registration procedures for some MIME facilities. 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="2048"/>
          <seriesInfo name="DOI" value="10.17487/RFC2048"/>
        </reference>
      </references>
    </references>
    <?line 681?>

<section anchor="historical-note">
      <name>Historical Note</name>
      <t>The media type registration process was initially defined for registering media types for use in the context of the asynchronous Internet mail environment. In this mail environment, there is a need to limit the number of possible media types, to increase the likelihood of interoperability when the capabilities of the remote mail system are not known. As media types are used in new environments in which the proliferation of media types is not a hindrance to interoperability, the original procedure proved excessively restrictive and had to be generalized. This was initially done in <xref target="RFC2048"/>, but the procedure defined there was still part of the MIME document set. The media type specification and registration procedure is now a separate document, to make it clear that it is independent of MIME.</t>
      <t>It may be desirable to restrict the use of media types to specific environments or to prohibit their use in other environments. This specification incorporates such restrictions into media type registrations in a systematic way. See <xref target="non-requirements"/> for additional discussion.</t>
    </section>
    <section anchor="grandfather">
      <name>Grandfathered Media Types</name>
      <t>A number of media types with unfaceted subtype names, registered prior to 1996, would, if registered under the guidelines in this document, be given a faceted name and placed into either the vendor or personal trees. Reregistration of those types to reflect the appropriate trees is encouraged but not required. Ownership and change control principles outlined in this document apply to those types as if they had been registered in the trees described above.</t>
      <t>From time to time there may also be cases where a media type with an unfaceted subtype name has been widely deployed without being registered. (Note that this includes subtype names beginning with the "x-" prefix.) If possible, such a media type SHOULD be reregistered with a proper faceted subtype name, possibly using a deprecated alias to identify the original name (see <xref target="deprecated-aliases"/>).</t>
      <t>However, if this is not possible, the type can, subject to approval by both the media types reviewer and the IESG, be registered in the proper tree with its unfaceted name.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA829a3cbR5Im/B2/ogbaMyRtALIkX2RqprtpXdqcNSWuSLWn
z85unwJQAMoCqjCVBVKwjua3b1wzI7MKpNo9M9vv2bdHJqqy8hIZ1ycixuPx
oC3bdXGaXRTzMs+u99siu9oWs3JRzvK2rCuX5dU8e1ssS9c29JfssqlnxXzX
FG6QT6dNcRO9bR8dzOtZlW9g+HmTL9pxWbSL8Qaf3eTV+NunT55OSzf+6uvB
PG+L0wF8sVjWzf40m862g3rq6nXRFu40wycHg3LbnGZts3Pt46+++v6rx4P3
xf62buan2XnVFk1VtOMX+JnBwLUw6b/k67qCT+9hnm6TN+1f/n1X03BVPdiW
p9n/buvZKIP/Kat5UbWjzNVN2xQLB//ab+QfbVPO4KdZvdnm8o8NPAw/ldW6
rIr/MxjcFNUOZp9lqxqXOly17dadPnwIi8phI2bvi2aCK5/UzfLh7fKhbsDD
fFrv2odDeLMptrV5c1m2q910At96SFt2u/S79lB2DV4b8GPj0rldMV7n02LN
WwU/Dwb5rl3VDUxrDONnMFtY+MUke123bVktV/mG/sync5E379NfYLJ5Vf5K
53iaPV/Xu/linTcF/bitYYvXp/TvLBsDSeSrJq/ov2f1rmrxEM92SAfrMqc/
F5u8hPltqrr9A/7PBM6Lftg1cBa68tvb24n++jCa++UESMtV5ey9mfgl0Ef0
52jW9rsNP/SHYgvUWWwK+vygrBZ1s4Gnb+gAL/LZm6t31+eOX5WrMXzVwMeA
0t6fZu+qEt9gUj9HsoGbUjRuyC/kzbJow2rmxU2xrrdw/vl2uy7oQOFK7JCC
aIoPdzxeC8OVYTQazB8gbbFsNS4QdhZHy54DTe6A8EdA/7MJPUD3CI9ztsoe
f/X46wH89RbIu751z9fldlrnzfw1LCZZoP8te0XbcWA56yJvqsmmnDW1qxct
Laeoxjv3UL6B//fJYyL8D7PV8uFMxx3zNt+7sAsc+wrGTpd0tlsCNeGavhoM
xuNxlk+RuGZwhter0mW6q9m8WMCtdNnWM6kMvp21qyJzlq8RW2ssW6sXGV2y
DA+D39q5Aogv+/H6+nKUXZxfvBzRazWM1nimg58CJlKv3YSntinn83UxGDzA
R5p6vpsRLxz4F5AYdBr+5QzuVjbLt/kUjhbmMsubZg/3Ef4+LWGOzT6jK17M
4YbBSMiwymq23s3xoemuBbbWZutyU7bwSFvTrLOPH3//9tXz7x89+urTJ5o7
rgL++g/w18dfff3Np08w6asdkAsNzrN4X9W3sEHO7sckOzP/iVNwsHUOZwp/
qrfjNdI6/4jfyTO3m+J/jbLbVQnjwyEtdg3tHGw57AmczRxWADMFposfeLPF
HcnX6z1sc/SxvMqmhRwtrQ0eqm+ZKVe4i0hxozDvbY43FnYbj6SfPpAgZg3s
VQNfwQkbgoEPwOfg8OlbTCQwbUsdxx8/hhc+fTrBr94W63W8a3albrdYlB/4
Vf73OB4BCA0n5ankzLlyiet9vdtMYSlwB/DelO0+Oz4/e312ouS7p0UW2bqe
eUrGkcw89MkMJEi+hDGne3wEyNssuwSuMPgd3XbhxCU8TVIrp7mQ4GPxNaZt
eAhE/gD4UHWDrAuVhXeODjWjTX8hm87TA2mdobh22fDi3dX1cMT/N3v9hv79
9uX/enf+9uUL/PfVj2c//eT/oU9c/fjm3U8vwr/Cm8/fXFy8fP2CX744+/OQ
7+nwzeX1+ZvXZz8NeXMtHSCd8zmXuOHbpsBrA6c3LxzQxZSXIRfl0aPv4frc
rgo6oj1eYGCF+ABO7/nZ5dUEVlzg9sKPa1ebJ4BQgXaAmWzg9OHu5rDpSKLr
HH58WS3XpVvxvsBNAYEOKgFMfg+3WQQTnCMQebVUUo7Z2CZ/D0eHjEpOHTgl
LhA+9QOoHjs3fp3vGuLr2fHZD69fnciivnn85GtYFDANGsgyE7obNWxQs1sX
zt87XC4sq5qXH7If+HN563d0ggzvgB4I//Hvu7IpiIAGg4sOYaqqCd8sPsD6
hIUBlyFpC/+8yZuy3jl4IYwEPKsEbgwbJndnUSNfwCW4gpiuI4Wn4JnqxsVj
IHO5Qe46L2ht8HLNo0XSAXkUXl3iVXBdYbln83nJHCse0X8HWVs6Dmzbv178
FPESXLW8Y6nuuydfPSH2DFfs1a6a8afg+tsNdBndoYX8jpQFQnEHU+IviNyd
xMdBZwcrdbwxOIFp0SKPQ/pbrlpi6w45O2h1bgE/FNWsxs0Z8d9nq7xxBYgg
IGz+A2w97zm+6wpkwbDxyBfasmA5UbHgZKkAlIwCizh5MZ8ghcLZ5xvQbOAb
a56IFZUOfoYl4K7OC5hMQZs7hfv07dfdeUYybqSPwWHjR6eF5+p86a240Xtm
zpSnUeDflqDNwKVwet26RFJWN/X6BpZEJ3e5m3pZ//HBNvzXp/gYzXyEmMmI
yZFf0rDMsbPzl9ev+MxhETScW/EaYLVwznePCXx6jieG8g5ECtEuUbTK2M6I
I1ItiHfKicm+4PqudIpjmmJ8mVGBsmSubAQWUosaoG83xTrHK2+1d+dXGTgy
vCokvU7Y4Jb0LBVsQNN2KJjpG6a8FaySdjCeau+Oj3ovb6SYzOuC96QEst1n
tLmOKGaEJNPUN/markhTsN0453H0LEGKZ6Kc0qzwCsARZbOiacPaaD1dBRaO
I5/DWcDOwQLT+51nVXGbKmZydC7zB5ed8Z1V5QNnAT+NMpB1M9kCQ7Q8MtCF
8sgw0DVaukTzD2IPQnZ2AxZYPi2Zd50h5YEaQteKdPB8XsLm5fzUWr+XrFau
G/Mzr9KbsyBqYQ6BvwJf+cybNcl6xCqNhgcIVhmrbrOS1ccWppm5mk+FdAc0
8GR5yEZviwL3k8UJvoPEUXiTD4W1ClkzfZgBGNWuhA2YZOcLoirgoe1hZc4T
PryHZNYeWAUxO2CNeKB0P0qU1WfJo1UBPwpv5AOIziS9zH8Fa2ERDBQFfP4G
rVVPz3LQuaEPJrB4arclnCXYhAVrO/TqvFzIkvyWr/IbMpfINYD2ftHcIB+D
CclP9M0aTacSJicG3mK3Nsco7AKJGBVxkmkoTS/pZ6Tf6x6mYHeG2T9+bpu3
rIi1xWxV1et6uadjBvIvQdiCzPsxbAnNmJxNRCMgW3GC7Qq394fnl9l334tE
e/rou+/FlqO/P1V97sl3T+Hvci9FIeydgrDA5OoaS3SDpjaRjRNdTFXf7qXM
UyIWms0Pjg/kDXqK6E6jz5QFcPC4pUbPTcQjat5wzEQdJejbYAiy9soiG18u
7YFu5UCZGnXF9VSohom6bGJBMWEjvkMV2dsSlCYw7c4v354AbbrZunbe99Ar
aw5LYlKCQYvZNWypiWVvxO7zertvSlLT+jTVAvgN6l50+9lS9tKGlOot8gAx
vfUHY0uiSQe6WgWnvJYDoHmeJ8wOmMh6bTnBJlVLcSY1ymzkeKjXzXRcstiF
m48StaqjUuG2zwt2DNhvEGMwjgHiysXeXmewtdBb5cguR7PK7dH9x17tSLnM
LQP2F9PVm6L7TfjaTdkCYxSaA2KC1zYuYiTIi/jbyqxatPpaXLRL9F0/AFqA
5nmYg8PZgRa2h7WAlVg0rITD9PUu0qYtYa23dAeq+Rq/jQod2EwOd+9dVeJI
+borsFLuFet4rP2xX6XzKvmdQZdgYxwtafVgMsPAHTR7epmqEX2KlHwY1geb
s8rhWqIF3MB2gzYDb6WT4J1AKu5Mj1xU80LvnViEuEK3m/4C/yUWJpzUDjes
AGVtpwKAubxV2pz3IcDrOhhS0P43WAWv8w188v4LNEVfgbiBepxs4mIjiefI
BYE+sWlZWZ3Jye8ZsTbybu2q8t93BcxcTmyfqBhhV+0XskU+A7F0LLpXDruA
8he+UlfFSTh9178Fk+wH4PX3LkP8oK4YlxV8wJVIAXgi/U/TNhk/QewGQIfH
6WDwH//xHzDdajHI6KNjWs0/e4lbzOkv8KuMfegBitREf+o+NF6UDQiTLx49
/jb9hYzm7hjyBgx19tPlj2fZw+zF+R/Pr3sepAE6D8L/Hf7DEP/3Afyv+tP7
/r/h/6DH/pH+d0z/+3/pf/8yPPi1f4afJ8PsWfYc/jOfoVMVyHKB7iGe95ys
eOA97q5P4//3TFgWWXFES7Lth7/8ZfLlfIFeinXukJfu3G/4sHXJ7kEn/yCe
WSSSwSB4i/iq8xP4LxAEt6QqkGNMdTVSOIBZ0U9okbE7A9Xsjx+vhEt8M3mE
tyT4I9DQCz9/PXmMP6Oj/uvHT0GJm2Rn6EOs/FxuV+W6iGZE33FyB+Dl3RaJ
/9Hj78gzw5s1SiwPDg44UpVIkXbk96/hnvA4IoXg4RnLp5b9ILlDRe3I34wj
uodH9rIcGTFgYhDocvHzQatD/Tp2LcAccpgWUhkIYRQAwIlR+qGjv1JvgR9n
ZIZUSsTHyqokvZ7GIbLwp97hR0R91jdI80FHq7jE6IExsfRE0Yy1OXEooV4K
oqes58GZYNgUukpgU9Z5gyoMsagSFT4kb3g8j9lsKVEj5IV95CquwkYIdwKa
dj9Jx27JHjejxiTIzfgzEVnZWlOUTelsWaJXwshr9px70UR3gu4BSAJaxMha
IUGfYTqDtyPB4/JNagujDi0aMEtjVySr+W2S9wFcrRKEi8s+PgALHUQ8Ghvj
nP/4CfV71vlQArmRV13t9LypMUWz8xaWsibvMai6BcaRSrw5dTyTXTXHCNJu
3ZYYuhWBjR/DO+g/tiVLHQ+SKEF1gNmqBlHY4/UYdfVYegc3nkiaDwoDZbBC
OADSL3EMfPvIRZM0am8Ol9iRHRc2KZNNQt7GIT0dBw+MdcSLsz/j99yO/KXs
Wg1ech9tZ4cTabN0yR3GEuNllBWHplyfs4SNt7UYK5c+2pd4xnkynbAhmWSs
ZgqB2qFD6DALDn68tkQW4WciA7wEu7YmlolPwR/nhXGbiEJixofNuymbdkff
nRbssdDrT2qxRHflolGIRWKWObkFyKz3s5BNk48RuwQtuXU6JtusWVEyE4UD
5KtJFDjKUOcl0qvmGmcSX/3efkUJcbHDRQYuQn6B1AVwn8ONvxbkRRgOyIVI
FT6K3ifDh+hDadDkoBMK/l/igxoMPJUIE1JnAXMfFatR9Fb0UZgsb1OsSWZh
gw7pi//ZKgXF90ClNaFJ1ieIC6CpoqoHKhOPHz95RJw9XXqfhk1DVLUSAX24
bfPZim8Ofpnva1mF26+RUOBkPFUgtKaB3Wex4QNhfqOEH4UTt5JjxqEXOE82
Q4Ndz1uGg4aR+Eie4TQaUgJGKLuUUMMXdlvgNjGb67nXFD/a1g1cHFCaape4
49DRGn9ZJoWvI1SjIAcq6iNZC6pVhQslPSjyxqnvEYjb6FoyFC5mYZ0CaMc1
e/7c3NzGkeiD3pGIZ8LcSV14I4npIVe9qUFCofQLhJj7J8lNICtWeMbnrjwK
mK6AscJqQVLVjkV8g5LDkdfD8FSyATsglIhiiRQFvfIPAb3Cjzx99PQ7fIQ4
ueyQZYcBhpGSCkaWYUICUDDU6WOZ6OtgZdP4QpnLk4qxWBcfyJfB1iheTYxe
7O8P3gXAAvMdjM0sbEwXxSTetFUj6rHIrVINeXzDrJN8EGDDs5bMt7NclhyL
trT+On5PZKJiW2YI3dgfktES3xfXDO3MbelQHcmrZcHBFjz+aCVwvSqlYQk0
w5nUu/WcpGU2RGcOOrWGMVsogZRm5LDL9ImM/QQkjmBIxMV0An+kP8Fp/8vl
yz+CJsxaNnwJXf5wmeDbxpf62VGMjgBh4uhGQJ/TVhC9m10+jrEUpYGB6VmC
ouxOcEBF5CjhkC4MVkVBgXVv++hXYnUCDFugro8f+QFFC7z0MfAHGg4Hzfbq
8/icV+pQ+UMnLfF5ZBOESEsclx6thChLHD1w1uwW5m9swe+mwB/eXY3Prp6f
n2ctnOckzNSBoFHRxKEeJVHEXcKf6x25flDu6BJ4cO+ZB7Ib+uh/7Pwbgr1V
AAGWTmN6NDQZ2CRmEfnrF9zBngnYTUARGuFAJSu+a5eqrQjDUernj8PSQIHA
XTgdnIqvjjW9bojPw+sQAr0mne75259ejYEp6I72bOdg8PQ/a3QcSAdlLpsO
GyEA0cAJyk/GrEl8g/CXFs9ngddjfucw6KIUsAg97egiIoK6dR4cRY5evJj4
CEkfjPYKPE3ZSB3r7wgSGteL8RRFS2SGOBLcTA8eCcb8F2lBLY17sJZo/ayL
+dJHp6ZIrzktRuOTQLxkzgD7l8XhZDpvBvLeFHitS7exjgrLvpS+iHoDtMXB
6lXILVBRQLNRR1W8i0OvyyYckN9e1QLogD60kYJF9y/VwtvVzsHxux1FRAoL
nKWIi2EKBiqbnRGUvq6A/viq+3WTjcrUEuA8JXuV3xb5etyWwMmu/fOXMugo
e3t9GZ06RwBxQslwAY2ysJsjoXkYhlbGbg+va3/99BvGy0bAr5h70q3Ec/UX
KB0peP0eRW7Bbz3WC2QVkbKBl9+BmUMGpX4uVMIiK9qtSPAGwl7o4AZtnh0n
biGd4pPJNzrBJ98//ZZhrq6eleQO8K6ECDp1kVCHkb5on87rbe8kvADwgDQi
CvqGAzW5UgPbiYSPoMnnpKTCIzv4KY4R0nhIjowLmPc41OgjuVUGhl+yZ2wo
6DqKJ5CkoJhW3/yZ1KKzZj3woGvOSA46d9j1HaF7Pz5wxQx0jE82PqTHjXde
cAZ9iibNl1kVBdFAuVjvgcEyKE8+wIE7vIK6m/6x364hJapWT9gaF8NYrq1f
SzInE/XK8hn8RAqh8QPcFylOSYG2SL+RRAQVfYx7GEx0ND/xGIdggKaz61I/
siXYqOEkHF/yFWIw9sQObCCp5i4XQMIwmvh9nxejgtg/OmTAyEE7Z5jY0xbR
2BEm8Ukz40bYoUyDpIhxzizwx0VTb7KmdO8R5INXA2aNZzMi+BW7BP0i6Dl/
wCZWXPaAGJIAMQy4RLz0/UCB6zsO3AWAat65WJ8RF2YvGQgQtT7Yk1VaklML
C80VdccY1MpQ88dQWJjtHwZpnyLQ9Q2weqcF8CF06DE90BkScIvdKtGLedgG
ywRiZx0zClBLv+CsPva2YvYJnfSHiEI2BDkpKzD62h0hK7zYQ+45K7cIkTty
pHSQ6larPwG4wowY9SINMMDMfWzOJ7royESIsWq5yN2K4eqoO6JwI9qfwynh
NaYDWyzgFB1eyaKXsih6HcTkQ8xmY7YUb05wUYDsY59WZNoaZiYwM8Fe+MC7
cFrc3zMEn3ROhK4D85/bVUHbBZ/Bm2zQjgyjcax+DXP2EYoCPXyWlbSpaKcH
F5gOibZNW2ydCViwfwqj+OxDZf4cPFfTfaRDnPQYEGjtgtKFdwVou3HdRyZ/
G0khZaubCzdjDlOctQS3aTaI2PPQeqG6ETlqgE52a8oGCBgsRo0kTg1xhy/y
GWJFYKsce+HVp0Kuz/eEx13DMd6U9VoesnS+bcqbfLb37rfbHL0fyKj6scMp
3WUHCG+9psxJ/CBqdHTsvAPlTYBqE7WRYP0izs3iFQrN4K6j14tzRfYe04oe
1y3qvLsKCRKJ24k3D3Zig/wx32Amp/ED8JkUyIZnRangSuGPCBYqPmzhL6gH
wHbXOwcHxrzU7WB7coJxxudGISjPHlBDsOQhbrND92OvADOzSLoO9Nu8HvE/
ZBQkiR0IDnMpDO/0Xlvyl4pbiajAdXeYyZbewgxJMSMizZsOQcNMRB3qYwhM
AJgDWB4IYd3h/a2OWn88FKIp8PYgP/SveCFB1tDGFeubIsWSxe4LdbxZewcN
xJwtzuD/x5dmfQ5AFM+7pgrgce+JQ9gNy3HxYVZsaixprsIhyElXNDflDPkT
fN2nAwL75PCxWoxkDKJmE8QXGhA3ZVOTcT/Jri1ZSJDfp3T1EQidMB2mziFA
Ow+oCYphD5r7lYTJ6YcHPq0t+xMse05AyHPOgqzXcDwwvvGCSxCTXe7seYqj
gQENDqfJaNtO1qANhZKhweKPLX6kfLxe4tn329FK/OgGZ4m6pniVxaAWg6XH
nut+XoGWPBQHdxAdt6zKX+mpqQQme1/vYB1xvsxozFbA20PLHBd1/eU0bzCV
z+5s75p5XkN63tADzpqy8cjxLA8l3wjPT7I3rIiy1rKiNIi/dbIHZtr37n0T
jx+aCDF6b8GVWMnu74gaew19naenKu/2Vqju3xFtkRamqwhT5yvQS3DRgpxq
jXefuB6mtyE94g0jLHik1zpLDzlC6WFnGbhZ/C4FHsOBYSLcHFX2vtTkzgIU
cYKn10T63X/Dvh9c0V+5+5+5+ZdowzGoXzYLbhJx0BnGpkHVI3uF7nElugH5
SVHC7lpQJH/tT/gmaXarlj0aMu/ZYUrZFXTfwukSKt+9L7db8npuUEXLifb8
ZhT4PkX8FeYKEnIXbvg2RzB4qhWYKbP6olNOqfOmmk82blx8mBXrCUYGq8kG
b+bLCjdgPnn0+Mtfy+2why9QKn+5XBYNm23wmOc47G+gD7eoQnqNHuFZ7wuu
/IBVJbKX+GEEvG9zJlm8c2NaIm0UMyhERdLOh7DkdF2Dzg4EiLMdFzzd7OKK
R2RXOFpNsM9MqTwmakGon70vYUvJo8GwHId0SYkooCkXFWnaL9mRWvK8ZD/V
jEEVMsvnNzBf0a7MudKMt0xiHP6nbYkzhwSGSNE/UHbSt3ve4eu8hVPAOE6V
AAb5WFTLBVVv1yhnFi+/4Qw+0DuFLZ6j6o6ldoLSAINwmQXGhvOEUK3Y5Mty
lq2KfM7KF220nwYTrLjw4XHULimxQJCbSsPpdyjPt0HN1CdmRVRUFUtKj0cS
oto8qXllNUc5REnL4BwQ9roaX/550HzZjxRw5PW2JzxuEh/YjxKCuHdnSakT
xOPEyAFzQdtYUbGHYzC7j9dFtWxXIw7QSEzxZBI9xx5nyg3RmJtxoYuCrDAM
UkDYO71d57PCZ83jefGh7rx1qeFXD9T0mdy5kwtC60qhoWQsvSoF48huMLTL
cEVxwKdmtCg6nJEQfGpMBAbgxH28nvb6ukMf3mABn0NFerJjuh0w9ZORHAJX
T0AjiJwawPMY2sDDanxNrGqGZqDDYyxsDiNK4RVvmikmATOtxrCxY+BklL2D
ZbCW9Jc5XB1yAdKEOQ+W897CPhxzbN8XJRIfVMCFsBTguMIJrf9nrsOT+cI7
fAp/hwsP/F7nfOcm9BYxundDzpnAqeYGUWvkkTmY9V0eRK2Kc9crz77uRE9K
etdtxuMoWM7tYCcdBZA9OBANdbwUmKVbzeoGpD+zLJ+ndygPmAjep/QlmeIt
KPMLyTyqq7GtxpF9fFDBnyy2+pNNGEMoLzouyLaP0wlSvoYsB8MpeRRoSDMg
JwFjbRh0oB0EkoyiTa/1FLec2lUWBu29wcg4gU9A5la0sYuGvXjrPVeYSNG4
6OdC+fozJ7VyZQOlE3Qkfig3u003ocx7fVDwaykDHwDuoJSd56EtwrfZ9Y+w
J6nJEVU6gVEFSO43mRQOoWC8R0KZnI6Bn0N8jX4iYA1ZMDDcUHzsZk4juWbo
J9U4QZpPTkqGBEXRQ0OEBFu72mHohQaAmeZ7sQ4YRMTBI5xWFJmNMpxJEcGX
/FZE9SHSHEBak+5r6ktFDFUcA14Qap0hGWIyJpmNPqFPHXY2bmM0B0lRl+A5
JzoUBJ2gAhS+uIlir5k8yEvJdqIiC3mD0BtrnFhin8eYaaAFGKpkhbgNU9QF
7ZxyJg2gIXiJDrCLQ0LdZfg2QSa8c3BB+oBQC030AS0SEWEwwcEDUD63458I
fhdq+iCz8Ol7n1hHmq3qcibKbpTYR/MklZi4Uj6juoBMB3krjvko3CJpGgRZ
VPR6d+D+lL8YhyFImug9knx5pcWyuqWCfPgsK3JgRTKIZhWpEyKZi+RJlo31
pNnJpGhjrWNkoLr3V3HTwm0jEkAC3MsPo1BSRuQhfB7pMsmOr0iwpgGufrnn
88zNdwjEy3NxkxMSLteIdzH0gmUmErJAlwDCYoZex3PB4ldQGJEnbEu5JWMJ
n9/RjIh34gnih2J4qnrOFxxbZ4Awr6BlROBmg8GJEfyRIzxw1hhzimSlG1mT
CANTDeM26ZwERcN7EiIyI46N89w3efN+tw0pMcCkh1zsi5Y9yS79f5AWQNAw
rh9DwCwsKpo3EYTOpvQJU5ck92a3FbaEr2VTEA7vBTS31P+Mvoj0E0oCODRg
RZV3yKfRqR+S6ywkFb5bWq2J8Zt2LbAMCmUh6BNu/RnKzRljuQuYyW0ojqb4
FAm/ld5m8RMLoeBN+UEjqvgVVyxZXUgS5W8bFhVyKOzG/6HY19U8C7s/MvgO
wqapKGYlRQwlkq3B0JyagojDhjIf+CDPJCe+YBR07KUi7kYFB1Cv8WMHsIES
/V5L0bFK9IGICGHlpLJQOSCF5tFhgMp8m6sZ70mS40GqWkpZE7SgGaK9wyJz
+MQok6u2grVhegBdzRH7PWiqGG2XjzMaFpHCQE2oOgCXqonY6Sz8ohQyYt+l
i5qJ+mJSxaksElxulJ/JhdKljcQ8Zk1HNTe1Yq1kEE4iMgANFA0alwasbUeZ
4z4z8Wxqh9y2Git7weVOMiqGKXwDWbD5UW1ju3B2mHcnJVEkFDXPOb8g5KkN
BhdMGUbGEXViMT6+2xY+rtlhNPBDouahqaoJpnBRAdXN/IOUKBNupqnfZ/n9
SH5AB6mkQBhIvihUPb9w6C5EEyMtymSy8ZJMTo7qqiEXWwZnI9VME5WFZk6h
UTlbU6bSFv2T9XyPpW8QYeb6Cul9++033+Fy+1djUjOivCEKdOsEE8iwRdOW
FDsULX2/rvN5dlxMlhMqlAdz4FP7sFkPT1T1O7Cp/tu0a8G75O0pkwQ0ygiq
XQXrsDagOt5gdnLCtuYIiiD/EZ1qq5Aw8gpg+jffEe/tT9O1vPcLNKRt2RZq
ImM8dcTakp47gdjkfFExRb4ZzYArBq4pgszuO6YR854B4vk8MLuEV6XoUgSo
enf9avx06E+Kj/zJt4+xSJLJMdRoVu7E00hDMkbIkslnaEEC5+o5RTpwUAR+
0XKMjF9N7jlXazM4NhI2xBhzvtKc78soOirjhiT0RQJYYzUYazL7lExGAJMm
pYSLd7XFRDG4Ws/Qv7I3FS59+oDucMQqLFL5cYxUloPB2gFFYytaAXmhKZNX
CMHfey2HMfZiwYRTITek96Ic2HWD2ksNQXZpnKN4+gy1k8TYfXqndUnik6BT
kupJIpBNq7gAiXW38GPq52H/MsrMz5gcydb7JkcPiZy6Zyb8qJ3Jn4BNfc5M
UIu+fyYZgvDHWDgV6Gm8LdnXT+s3SirRP1g5UulqVtdYiouMJIcZErwMpM/s
iL57JOqLt2xJSnsBh/7KUQaH76s50hd8fTvNgTYSyVQ+48RUqjhF7ixWEDDj
tRUNg/VSf2HVJ5VXsDCc9LzJbyl9gBIJirn2BaBUdJNfqWUuYBE0d8T4ok3m
lVlfCQCjTi6Ywox84ZID03q+T2ohJAJc9SQfLef4CO4A7abXbz0iPNFEGQ60
r2YrkAM0AtMNbM9DUfM03sNuMuOnCOmnNIjVgJiE5AKYiMxnXIPw9H0kiNuC
VZsDOg21OzzRBewLF1yQfPiA6gjXhdcVCGXN/iwNPU0LNQTZvuIsYU3Sjwu4
L4H9SxVJ/H8pgEqLy0Xj5VU0ikTD+ECx2BWXgUdcFP2LHE+o4GIQUv2GFPNV
oR1vna0mwkePvgXKU479CxRW0eq5I+AfqMG7VVG0bpRFRsuIcjTmOwrAhkgg
8PrlDpkje/YYnTrMjmfUnSBnhn6S4f0BrX89yY7xyq/JoVnGYH3Cy6Brwwe7
fV20aCPpbF1b11zOUh2mlPN1nWyFAfcODzrPU6iv+BJIt8avGMwvCdhawJdZ
hPI9GQw6QLyi1exG2DgfeveKt8Ye+q6lpSPqFCK1Pgmzw+NibwTnDdH1uiQX
OJKJeMM5RO6rgUSkScBMzEpFJRFOpl4GCBibUgR3DyF79JtbIa1HGjAlfAlp
rEl2gQQt3E+0taYwOGR1OHiSCZSkfTPmodqAXDOn9XKk/B7JOyxTWARKZIPa
qOgoFDRU4IvkE4Aiqt3R7Lx3w+JTIwAiWYcR0FMSxFVzyl2s73VvZsT0NGMh
mE3x06b2qWCWBeFCd5uohK+3rRXLv3XwxkRVoXILW/dN4R3OwsK8Rw0FY1q2
FRlqD/fjT+JWiCtLzT1ME1HP1qFFPousXK6jwBw45KSwLLkgqZlLOOoC0bGf
pflt9L0hbtlwwy/er+MgD0O/VyHJ1gKpFFyxh1JL4Sj4EqgF+dYBN6Pr+WvR
1F6ZrCm3xIm9VPP110hCFMZGFLSloU206o2uuscLLilmAu30nUr6qtN3/QHd
IiI9eYDffvPksSYqGuhEiBbIMXTKKMXxGiIVSVcF2xPrP8/WCPfhkh1edoMY
aDiSF6r4RKcrhZSufBWlTg8B+AKsHva4gV9MQKpciHrH4WGieqqXqbMNIrSn
/8iMIlhz8mIBW3gR1Wrorb0dFXSiIO8Ndh7plMmFTR5h3EQq1saRk6hjyXKH
EUOqDMRgCEoPeoaGGZ97SClKQB0qf8IBms1kx9VbdTk8l08OBi9MnF0icJ1w
iM0oQe1it16Ua4mRa8BFF0Gol5dwGPu+/QrV34NbqG+zFCEQrNXvlVifPnqM
SavC14iVSt078p+Kg8FU98ZD5XwIdeyOpPboSOwXKpizc5Ebk51g3SUQIuNa
A/fPD+eiVbQOhjFwBesD20GBbSeRDxoVjpBFe88rcfuJfU/4ys/Q0xWLiLz1
MVkO94pejf4Ivpwczr330MQ9Mcme4z8M+SaXdFWst/SHppUNR2cKAlMkucSD
+4MYQWpHU4yoPkyIeD5lAPCZ6YudILKvkyzFimRYDzES6Wm81V55UjdaWFDI
vk+WPvKmk/e2idTx9oHPKy4VWdXm6/eoS5DWJ2aqz6/nvhxdSsMEs8+kI/Ua
mVyBw1mTVGmPUaqcwtMkuIAA0TY1x2A+rdi8FcIpRiTyvJswbe2AycjJTG0z
HH1PStgCh9NgdXYJa3GFKZaJHz0SJfzIDKrfsqqIf06LAwaOGN/XKOm/L8N3
lRbs6d19m3D5UsvnIPBDnYoSRPGpuMn7WnOuskQkH0P/moSjG62KCRdtufMw
HIYpqTA9RCK9eRDG73nH/IjOMbKE34gqOH6BnaFkgVR9/ue6IRH3x6bm2qXe
JurbNr4C6kVEU1Z3Yn5TsoVcWo2D7EAJ9MkRH5BZEXrMk1wyvWMpT/XVd9+B
PBl5cMwK7AsMo7AWOc9+/qM++vSrp4/oUWJB/HiyZI7fCXBUFTWGv1HNGxzp
fPxiEjfNXOVbxMBzByJm3nFvM40H9CzVV4Ngk0GhDZ0CA9JByN9m+griwTnV
Vbe+M7wUE4DDDPfKyF5i8hj/WXl+7eEnffMdaSIM9XpTFHHClitT+zO+gHcP
yll+qn/ThgekGgOZ6JYJ+oMEheFwerDrtTcDLJ1p7T7lFMjMJY/HBukWO/Ka
6p/SXgN8vJHQIh2dj0c5BnWLwWBfQH556+FOYR3wTSqK9aRxCzReq95Iz4L5
LVXeK/RzPkPHVRiOxEsm2em3gS445Te3/dNIM6RdALbTCpJ/JLK1yO9mpow0
QDxx9QtWikfjwW+bOEtCcnLPCFrlHDlwY7S/sBQ8YZF9+HNJjuIC/Z5MIXPJ
br3j1pVVDHQMgX9UNZp67ae8YBQ747SJScDUj33VwBPZQXKhHKNjfL1XUHVf
YdKqo2mwu4oVJ7WydIBD+mvC4NGSoIu82m1yYZnqkMslf5gAgtPdcold65gT
c/0gLaUAD1Gpmr7twsGdjh4GNtSDFNbs0O1DM3zO84+wSUJknH+cJ/Z0R3sC
USxXl4EVEdAJR8DqWIyw4RRp13F5szaB/vKj7DhHWAWWKBcCl1JK5CDAMCT6
2mcEWj2hcCiVsUvH8lb/Ue85ML7f1d7NopBXTn7f5u1sxbCneZwKZLwhD78Y
JnhZySknHK5/ihoXhuaE8WHXtl+PLkPCOsmUjyg6dDTKjijIcMQ8VOM+fkHs
7dKZSOgH1ZaJz7x13lPpup/RTma5E2s3ctf5Gg05612Ixyu4D4YErwLKJYqh
TLIfry9+Eocm3347LpVhotM1qCR6o1iL54VgAdm//VO5Wf4Oh/+3f6JP/e5E
3L2K+SDHXG3LZqdmmw2qHPh0OaN8GVuGc1cxjslnGx3+AGvDryXFxvgA/J9C
nTWa/f3M2mi+aY0oQmmHQBlJGU7R6VoFvmiPdQ1wMb5NTkWlOY1c7IOMa2Bv
8q0NAEkTmFEog6qHJN3ajMSFq0S1CV4a8S4VGUJYjiIxqlfBx7YJEFoy89BV
SqLCu6pBidmUCiKsWoxTlvRvrkRjqnSNsndvz9mrB//Qell8hyiI41NtSGFD
/HJezuNiWIiyoFL1QVi0Ndd15DVFNm4UzEhwEHnyzexoMgdyONLbp/FRYCRH
NhpDuUxjTkZ5RmOg0+mfF3XN70uthR4CMjgduYOFr0jOZXONOeWLyjFPbWLL
NOWlrJ9X2fBfx0MqwV5+6O0UGRWuFhrEz8Qokq8Zi6TNUK+Us398oJP4RO7T
qGPfNZXQ+viA24tivi+SU0OmLYqQQnxUM66ywJVofQefjm9DQo0jc8V9Qp4z
GqIgBzyuzZaAGnLh06HFEGqZAGqPUEh2Ee8Y7W0S/9KvaCmCFIB/y931DmaY
aJ9ELTIaNDRfUPbe0rtc17plrSmXySpMsDtFdZFu6ptCChmlNRLY9ihaqsyh
cMw7JiQFv0Lpc4TAtty8w7+3LCu1E4eYgauEGOEKpMhzcVNycRVlgHEaBS03
iQxUXCpzZlo1m7aa7DdmPyrwqGq+IISFOPofRG7XopCQVbzNpYsTFzgvpFOJ
z/d3Iq8RZjab/k7Sy4DaZvpEFElRCQUB7uwUx1yr81nZFF+PhR3//pY4KRR1
uIdh3GDzzup7yP0oVAey7tFEFoTYEc149p1cr/6IlYJZRZQUtaQfckJ55DlJ
8eqkQw4GjyeW9Agv8Nm7Zso+DOPenRoGGEZd4oTJ1MDW95Hr/dvY9Z4dC0p1
w+1zX7KH9y0dt8z7idki2ZkXVBiGZslvYPIooiklF5XVt2HgBiyahqOe/t3+
ISJmsrKoa5EHlPpL323VR6Bo2vPn3vGvzhbWFLAknVbTd1obyXgQMnOb4BPH
PVfsRME2IZEdU/+40F4CU/B0p+EJZf5dDqkyyXYcZnCjbedqI4Mh28wViAww
zSKIVDllNEc/LldgnQOhONEHDnrZ4ZoTSsjg69MKH3eS5jNp+cTVp6KhJRrC
OqTPLKcIfBzjZPaCfZWuV76o2m/vLlzoogjacTc7YpJrV2Ujrd/LeyjU6sZ3
MBlfSd5KYqDJXbXmaguSVxDTX2lvujLYZDop/79e+YLv4q9Ys5Mp78Jp7hDD
pZOKJb7gln2mnytJ3mp2YUouevhwlGQbHxfXwtDMFV9E3iT2KEK7n1YJy5KG
Gr2OdFNqCwHpZ94bwUUftdUhzVu20ACQGjx+EoKm6g7tc85qpZLnnvG98vg+
eimW06BOBtqS+u8KCFTchyS4gip0XE6KyShQjqhlTPRxg6dYSzvRFuFUUysS
Tt66C23F/zrBhEUwomA7m/yCKjgsK9Dtv9nWtxKjUAmTlvzspVSpjFpoCcae
sPVYwgsU1cN+E2PfqiQiRD1M3nV6LW/T5GyObbQlzxTeWBX5DXXETqR/d+t5
It0BFXXjM5/Jpeg4fqgIKL8KyoZSPGpMFGnr6r7rNpIW5kw24pElL2nRLAuZ
ovBqNRnKOIIeEnhE6KjSDpqyYn9ZQfeBH+NZP3LYBB258ZE9mYoAbguQda3R
nsjTj6YHtRVofeCFCBKv6NWLNy47Vp+Jd9Kf2KEL9AyJg3zaYMoHFbYutXBI
L1FynVIGrQroMIRWmayFwp7FeoVcSkbi/bLDWvFly81dfJsxLrkDM24kf2IB
Rx+h2WNDgpPS7GUAG2+9zpZ4ElzvAbaAU0yavTG8RFU/Bs0i/D5WCSsBL9UM
vGVJDn905x0HaXwixsWfWOkOloWxlzpmRVR8PrXLum3LWXCj827InxnS/IYi
0PE/G6YlsI5hHAKj0ImyJ5Vi9+K+lV5rTUR7oVsh9VSPxIlQapzkYBdHMOA9
ntHtqg7AN7qCInL7LVBt9kPoTarc2YqAk9UmjcWTfvHY0MDDJ+TuharUkQjm
IX0mWpR8qCVG8RdBZFBJuMRfQs8eGJ6aFHOIn1RK9mJySzisBRYrHj01PLRa
Ri46Fjqs6eR8c7lZ3aDdRVjqrQdsXUVtU+5I+qHGiNTkzH5A10hQDEKcVNRz
Zr3QclI4L6wdC8IROx756jkh+cUn8LecI4gLfR40LEnU79bGxvh8EXVoRHXW
Z/F7R8TwVY1ubDuxH/IGUfl/MjSYGJxNkbh7RONdFzn5prltK3soxM0oZM6C
kg5dikYFVpe4qLBcL4wrgFbVI+NWw2h6iWxlr7VeWdXdaA6b3XxbFsMTPF0G
1aOZOg42tzBiMwkd50gcMOr40fkzNdkido2/anY4mQbOYlouKQ+k2k8Wu6ra
SzaMO/FdNZk1YZyVaxJzEQ5tap04iu9zInmtKnTpFvHK14+HNVUAxjT0HxBI
MIHrR5En8kJjU5uobP+I+M+GlSV8HyRrcDISND9S8A75RexshT6Ccu0dIab/
PBUW5uDbnsPqFGYCcRT5DCJnwzeJs8F33lQfkgiYS3XlBBETV96/S8hQYAMZ
PU6jJFUIETR1Y1sBKePNfOktLlrtpMYA5QmBOjQrOY5FmAj9NHILZH4u880/
iQGyO+YmR7E71PL2l9HEf9vl3TZuMrzbshvqBg07HojWbx+Vx0a+Ru2E+wq1
SHSTFDwQcRuMq25ReIrrekW1xIrKJ6A0bL8nrsn/xGsUH/zf/0WK5/v//Sq9
s9ivDxO5UVdRMIE0lOEH7ubceocbE5/NN0BI0XrnuIaf6RpEZdVbkJxoqawj
8MQkhFPUkaE3qS9g4zW26HpHpaYZT8Ql9fMlDLQxPbMoOYkqXtM9ERLfyN2h
DoR505RFt99vzAe7DmVJGQiwGVT3KRd6kbHmNrUFwFuK8yfQO4/NUniF9pmw
ziM6CM9qCIDaAeeZDqUhHsaHSYEJrjbFxzoeyq3R5F+jDPOl2xRcmdAXkcOP
i+fz9z5CdtJpcl4uQhCY43dYw4JhVnGLZQ0os2bHz1LzUZqeiUn51PKYKph0
MAQj+QWaKUeIyZCb7rX04ATwjjNyHUfp0n2BEwMa7Yb7MJpuw5yddiYG7sJC
CKZCRmzw85zNREnlwh8mPdN72wLwR8bUqiY6KkdPpaZ7B23G/QnpVmDjZ6OQ
FaB4VmwkB5U+bWLqCFnP4BCwYQq6TzwFb7laxu2hJJrSQlFPX8MI2GlDZUWE
UEYpcw3iIHFFLUQU1dqbI6qf1Nn5slOfLW5M/zmepL/S1yWWBjvc4ZTFpe3U
Wuc8hLINlqLePXpnScfZCIy+DD1njEyLjC9JnaYqxH67pQVOlJCEEUBh8VoK
n6LZ0jx+MJCL/fQJXGy/Sk4n1iK0IfLIkd9AR50WWfd09AoZhOZKS6EFmZzm
bQ+/hM0Zgq3w5SLHDVjUWK+BzdLhl78APx6S2d6tmWtqnOTOdq4w5ZE0v4KI
WX5eF4t2TDnrwy+HhJLnAKZtZRRXd+l7Q/zeHGZNp+b9/5KpkDhndRTgr870
qxlJjhDJhN562GGKp2kettj4CZB2SOXz5UfMAY1MON1lGlse6infHlW09OfW
M0H4/38dqrdUemKLIEYQDUpJnxAlaSw+YyR8NliY4aD1KpPD03lHYzc2hKnR
ZeRfMh2AKFt6QX5T08TCY7NjDzgcC3lj+S938wWB+NjczaY44iCaL3uAc7ZJ
XvTx1+zEuMG2ifJkT+JREnSSEgLvQ0rCwcZ54svYCUbFenR7m+n5cog9PfiE
8+2Txu6T7Id9COW09XssixJBmgwejCmcFZe4fKrnDNz+pMNw+NOCEmB89Vq7
y0zMCsRTOJOSYbkb74s2Vsv6Ru9Chux1ZFeOB/Oo01r0MI8RJ3I12Qq/+dzI
KlNQtkDgCSIlxS6yee5A1RsDo6TdtXXDO/5EKmFn+jNSJ1Zcn3hwCMy4qeFe
kga85ZJ5kkLhMVsd7uFFajdlP21BrEEWSxX9HI4YUveXX4esRbC8N4au70Og
bR9CyV6xrDvz7ukvophiomBtBktOwah+aW/cQNP+SCan5YulzxGYyGUhVmba
oeJQwQOf403H9TcdRjBcMbJP8xWrt+4P0I08pWmkAdkh94/GRH0x8iPbGqEW
WGQBHQXSdYGa4o2ygKYnvYAzNFumvnZlmpR3PR1KOMa73j1PG2FpBeCfKEcP
FILOylF2iZXjGswZC/G1PFvAix6rzw8Ed5H0Yui6n3z70p7GEkQzhOaU4RSA
Ko3ufaME8sZyLb84jmAJhJC573geLhaa9K74mYNqhSXNRqpG4T/2Of0FM+y/
nE1rdDV/kZ2HFmTe8sqzqQ8r+eZknfGpyQQNtsR/ymAKLGXpWi7LVtrCLqWq
bGecX24l7f/LGah/Q+9MKvt7e/QokbBSng0BTcTxLmS8o2R8GAiZ+9uXz99c
XLx8/eLli2y+81dgjV3CTHoOLBs3AJguRvgD+/eFMLmnSI0NUH2OSuWR19rt
wFeoJMqvq4MZnEToSTMJpJnNlvR+ly8K05LCKLvR1ITW+9oTMy7Wd8kivZXl
OsEdI6bU24GYAAcWtENqas+nkrRMlMjr3cb7WwikZjt3iaKiZxpEiDUhSfkw
6JD+KXbuzqHevqMEOMDlGELgRyMNjA9EWcbwsagldaItx+N7B19vhyVi7thV
b31T+L5fhxsRcwen1u9BCqFSzFMEMujrG/ZfeV4Ib/wv2il2AP+379ZiFzU7
nCAQMqyQ4gefvcr/iukggt2UVon9V5ehHOfHB6E2p9QEP6R1RJhLTvpQuJ13
nHhMLmKKpNAbeuXmmEfOI91YF5z37HKiV31rsAqiJDATyivfPUndmZjNhGmt
zpGzjzGN65xrudG82A8jdbuifpE+XLjgYtP86Gd4hVjTw6pUmj5VBfjmiyZf
SO2Z4Pxl/zl2rBxFUUodQ6RMb4SCtKfcafNLE1EBVg7HGCAeAVSm8YEHPQgP
chaXmhrqUxPvqqzV4xizdTmr9s4FRGogQ3RxIpOsEy6R/B7y3onP146eDICb
gk6oZ8AEyEKsOYCDfc5AGL65vD5/8/rsJ6ZD6zoPMR71Pkimkfq7gbAjMBaV
diavrBIky8sFENOUuswKBDxU0octeBj7UvCBHfxzWi53UdKHt+tTbx727yi1
JYp37wItL3hDDcZBkC3Gd4qAjE7/i/pwy0ytRilQXyoERf8loyLhdWAoNfYX
wdszhc/XXaCDbTdOEwxAEe+UxE+81aooNcmT2Cy+F5jq0fhwfdnx5qHBUolk
bhITAkslTLSJAZOOdoCbwXS9y37cE7mlPiKf6SZ2Srn4f3v5zeGgE+M67w4e
CoKYb1PeNGg1Sc5lQWXT54VdNhasz0uMBvvoWRLLDDhtcVDprSzzKv8D/g9e
dPQE3hZT7mOTQvHDEMgaMWxkoY2gR/0uW7Xt9vThw9vb24kO+RDHemi4isAB
MF/fdYMyIsr0t0/hzAwYSgQB56hSdwt/E8iCKNlkVMolPdNDkUK7aU48hElp
vnTLDnot6Sk5sMV6K3XcsTbWMuoYn3EJF40TC6FJuYUcI4lGeSWfIMjLCLGu
ZfZIRuLZNAWlUO4qtpURBj0r7PBsMPHSRj0JW06qBbHPU10NIf2KRSfDsJB9
nlGdb6wvsB9lZu+7JSmMfIk8Eik2Xvi+p3HhCcygKOgbkNYIsKKBetCQ6rRJ
vqsZ/y1aYDYl8jgp2X43sB2HQnDQu20tzbS3cpkObcKIVWUK55MOw/zmjimp
Vsh+5x7HHRvQSHazduTBk2P8vEAne2dCghSRKAePSw5Bjtlw+CLm4ZkPd6Ue
Rf/8KD2EqO50zNupThAWCH4m7WhNQ3euSGiex3oR3KeCSsQSswP56qQjdXLs
E0nY9FlqZ5ql9vGBV4x+VlU6VEphaJDfJneHDBglmxiRsDeVtMcpq4TiQq6T
TXIquKgbQi1g67qsWiu9QNxFWeRnTZFnL0gk1Nh/kK9M36jkeqWyc/08mvKt
TZm1fUDTx5UIC1LI2pVH2pqWrC88hJgkjky7dzpa70IxxrphKKCTdBcyGZLs
IEXBfDv5ZvI1HhmX+kEcDMzjDbLAw47UFYlCx/oNB2jjw4qch7ZZGoXW33e4
TBx/T1uXhfSuTnO7u4iL3aFM5fdoF5bRkKRVbqPOcK/kcTYa1Sz5qzI6pHRa
NBBlrPpaj2awnP1wJg1Nr0Du3vNZUxf6hry9JS2v3Tk0D2gMDjirM5gGUO2u
nmoXN6mWddcWSi9vsrCZGzxXXT6qa93RKFTlBwZh3zCsyNJ0B+CFuTcWT2NI
IGIMGLKM1Sn2DXuLQ7fN67R33SjxOVZK2rXnMr14wZRHh9ZzEwKH8Tk7cX3y
fHClUTlDPj412aXLHtZN7jK4RF6Q0v5M4iGixXIfBuxyZ7AOh9mkKPeSU6ST
0D1jnXdGjgIpNdZp8kAB8nRuQim8Z5HPRJDnffzFgyKjkHFYWv8x2P3M9feW
E81D0FAMNUZIKT80zZSnRaeyJX6ubspl2VEE9HMmaz70l5cZyDNRrDLhTaYU
7LxAzXL+rBsCiTFnEvKadybLGURSrXW2zvF+vfnh6s1PL69fcgw/7AwT3NA7
kOBdaY+HVGvqG/IrjqNTYWZHdmNNyaiQ6sQgQ1FyJBDkCu7/Vm9Kx/INY5lN
U4d+W+HcI7ed6EtipBNuQVGr6XaHotQViTlq+dpQ20sXUhH43HFiXJksFAvT
EgN2gWWVPoWhMENan5sqinNDvpKCgal1A8uogC/GMuazPfdDRdXW9kJ9xkqD
njfl0YhXT9xdJQ8iLiOeoOQy420RoyqZRxo5FUUIEToSv1OR2/rSdlPuostt
pgy9KPNAcmNopfdH5zuYahMcOYlSMac+QFhxFc4cl8TIANTyOfPcmYTxne9v
RSqFn4DenNBGvkeP6JQikbqog8HH0xuqfvNpcK2a8GkE9j0d+DLBoaTM6eCN
9guyf3yJgTupQWFcRzBgv0/pdHCeOqDSBy77L8rpIFJsfQiVm6ubgOernpBA
+o2z3qyg08Fp9gLz2bnuI9WhEcPUJ+JIUDVLG3vT315F1XP0rxf5DEs+g7nG
bRn2VI92XtDv4TQ4CSD7R4ma5/N5Q0nftbcDubggt3iPpn0euB1cLVzG8RsG
RWLk8s3rUfbT+cX59csX2burl0Royj4nJ2YGaXPRMBpWoU3bUQaiN2zAopWW
WAG4KaJPnNH9OB08TxnK6UHT8/fZceIPQA58gvP6c+Eevq4HA5pfne5LUG/l
Vs6LYuMy293P1xudqw+dTxnhZtj5Yfj64Rl2ZWtQ1yHUHbvWiMeiOyZFZ2H3
QU7xWlBekQCo4fLB9Qfdl6MyPtJbmlaXXNlOwVT4HAM8catzfqQO+iMoLkTf
WD6NfsO7cFQBuzzKtOwEpsPOo+Azci7YWGAnlXBEYZOo0/3E/UPGu6TEiwjB
3AO7tbOTvY/kiFdwHldq5g/7LIoPqxzLOd6Q3X0wPHhHRIrjYuMoMHUlSXnA
MFcSNQn97zzAi5PP6qY3vKsahsR/k5L2EQvnCAdHeJ+TBYUS6yhENHucWgF6
gCGDouhukuacrxGJuA8Zvx5YF+eipwuYUJUY2wGuqqMRyIDizeX6YiNkROtM
m0/6ktnHiQ0tG66/S1UTD0jhuXVV8CSv8dp+IuR5i5mmtRNsqAxbpEmOs/FJ
U3qsaBJa4C1RpTqfIpqNTC8tKMwDkV/62Dq+RVfxCE+eg1iRY56X/hhqJGiD
CaM4CAw/5xQGrTfDqWOEvw0qlyn5j+mczy+z755K4bFvnkgTxCeY3UrxnFm9
9ZEiv1iibfYGNUEdoE2m4oO6nGOGVCscP2qxRfZ7kVo/8oUTb7DZ0F1fcK8n
3Uoc2P7wESgTEBdNiPSIGnwnPZ1RPJhwu74FaCn322iI7EDdaBGcr9F5gKxu
br4TRe5IyaKwVilFFsXBxN15YheONr8jdbDhxBNu7EBIZb99nW4OPU6xbyYa
88I3jn2bNXG1niSJDP62YgprfOL+mM3Rl+2J+su7/oQ+Z/VhlESPmTgiXkiD
k0vJBS+QB4D54AJWdSaL3jfnpiIVJeNz8MHSRxwkh0+ygUZaqIq6rXR162CQ
Pu7ORtOBPJMmSaBc1h8V2c/IsZ+ZLiL+HUIcus+fx5OJPir+0zhNr89A8Ib+
EgFdylcaltCkZAdqYoq+7kWXRk4Dmw7DX7a3ZMSULJgEpkWQJPFcfX2/2DU8
8r0qejZCCLILHm+0VXtSCmfve/TEqBafhPK97eBlq3J/Fr26A06bNEFTWJRG
ObDKcx7CSL7KG9FKaMSSB7Ndiau30g/GDX1RMVGevRemW+ecpbXgGWN5Ceau
yYeXaz/SWgi99ZNIFso0nQS6bR7oZ6pkakgGhczrB3iwaCLpE6E3A2m9HJmL
er5hOaJ1qcDPv4rznFpL9jWcB9gDrxDuZPtk3as5iYoI78pa1eelTaS05KJt
W+zfDgkYMMC59j/HSQROpkiiJHEtzgI1BbH7IGHYHrDf0IbvnsVfZIeWynHe
14gO6AD8TdL6vMhaaI0NNbHFLxX9nxQK37Ns5mwKn7Qr8w0OySg2FOOgD37A
S8qPH/URbGRF9hFZlIP7vAi/dVt8HUDGylAHQLMj7SotpRQl56Z70SVn707k
JdJiQg3i26iRAwcdy1C0nwsIwmzxwx4IpHddkkBkzqxj0d5KHwHpHeyMwAt5
I2FoRSxzbapWiys7KZhBajfVhL3Xy/K3nwEpUFIoygB5GXkL6+5F9N5PneYY
QiqY0NUBt9XffM0OgbjdKm80IGRAIPcRkuef3mBjUvqsa3doLubawSMwQnTp
RoFwQijcuypqHxonVwbCaXyM9tD3FC7qw6Fcfr9Xdj9nFxicg7jJDDSjByZx
8hluM0SqkF/oYccZNfn877Bridv01j4OsdIOZPFK2POh25H2IvI/dA4vySuS
joEmwbK7Z1o3RPCh0anSNHralw0Gf3mN9u2fi3byF0IKn80wm3ddzOmeSRKA
6tO8dGVbBLugxnb6SiG+h3kxDXhNFKkvmkn2L+jdqYG5EVIfkZYqiTitDCip
pzZtcAcR+lfN2JkxrOlOYZNRCXnMSdDWpnSBt5K0/w9WLpD/+PrxU7S3s5+L
bFVrAWlrRAjf1abidCc4g3OlZZ+5JjXi5uboHyAdmwFg6LGXaCNjObG5O/vz
FWYHuyHtVGHlDZjUO2piWmxI0yMkKsGDuJHlmM8AVRHYkH32w86tRpjMUc3g
yRc7MBxgxB9+qYumyn6sixUqMqC5/0DF4X8qymk+yi5gaaD2/k+weOAAbvcj
MLGLD8U+uyjWVfm+vhllV1iuE9YLvAV+vsib99nrmorzrfLNKLuuN3BfWozo
X2JgILsCidOOz6p5I4iyfymqElTHqiJQobDFOTe1VkBcn1EuuXnCBcbjcYbg
WqTNH4EsauohgVMpPgOj7hw5UkUzN4W20xZBlhWbCibez/PBQ0Nz7bKNYTXv
xCL/fdRg9lys/vQX7Z8r2HBmItTHmWNxPrnI042ZG1ejsfXkqUxjucLmxqQv
JDqSBi3BBtnmXtJ7U5Q66dIMuZOCN8Ipo58yz6NCfU3we6PTNGqH4zv8ig9l
XS5McVc7jE8aWIHK3aianc59FNtKIcwtJpAH/K9NoOKGOeUqV3i/sBjk1h5T
GREEFeOsIsYQfHzdCiF8eDgG11m0qOGL84uXgdWA5pVCr1LzrOqCqW1exa3t
LBssPo0OIjguNGgSdgNmxRYDQ1z7BmfENUV8INmVjcYYdddo8qLWJrWXPL+N
jppLCsFsV6A9KuJDrgwrkHGtH9r3pLipT+sufF0ME2wiv9qBq62to4li4S8z
jMtoJcCqrsZWmHZrAgZXCAnFP0aFlU0LYrB2bSUYLC8RLqfdJumcpAWco4Tb
kecyGFrVYkyPvv/+2xGLDioUZEva9LmIUw/iKNgTedzCgbDiWqcSo1Bcmq9d
2cKQSUl8MPYjKvSVrTwVNMWC6zkm/p1QYcXnUtDVsaW4JtmbW7iCblVu2UEb
V4KEkUBwsWNn167V4RFLbd8Bys4Lr7FkTuN1TwuJCPfmKQalP5/WFI56RVAy
QXnz/10xLD6EEKzfJkI+aJ+R/kMPwJ+03pGiGtL6mpPs2JRu4gbvZBG6mJrS
Kk64QCqVJC0mTtCTl+S1RhMP+TpNkRZdyaWkaNa3plEWfNSS+jtPw+bIw6Ww
f8y6aVOkcFR4ayxNX7iArG3nrI1WqeC0X40HZs2wm7nWtzGlzdCkIrX5Pjgc
ecJGB+rK8R5Q0Jm2BXFX4ZwFRDz4f3bO5VRx5QAA

-->

</rfc>
