<?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.34 (Ruby 3.4.9) -->
<?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-08" category="bcp" consensus="true" obsoletes="[6838, 9694]" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="Media Type Registration">Media Type Specifications and Registration Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-6838bis-08"/>
    <author initials="M." surname="Nottingham" fullname="Mark Nottingham">
      <organization>Cloudflare</organization>
      <address>
        <postal>
          <postalLine>Melbourne</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>Episteme Technology Consulting</organization>
      <address>
        <email>resnick@episteme.net</email>
      </address>
    </author>
    <date year="2026" month="March" day="26"/>
    <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 (including but not limited to HTTP <xref target="RFC9110"/> and MIME <xref target="RFC2045"/>) are capable of carrying arbitrary labeled content.</t>
      <t>Those labels are known as media types. A media type consists of a top-level type (<xref target="top-level"/>) and a subtype (<xref target="subtypes"/>), which is further structured into a tree (identified by a prefix). A subtype can also be associated with a structured syntax (identified by suffix). Optionally, a media type can be defined to allow companion data, known as parameters.</t>
      <t><xref target="requirements"/> defines the criteria for registering media types. <xref target="procedures"/> outlines the procedures used to do so. The location of the media type registry is:</t>
      <ul empty="true">
        <li>
          <t>https://www.iana.org/assignments/media-types/</t>
        </li>
      </ul>
      <t><xref target="suffix-procedures"/> outlines the procedures for managing the registry for structured syntax suffixes. It is located at:</t>
      <ul empty="true">
        <li>
          <t>https://www.iana.org/assignments/media-type-structured-suffix/</t>
        </li>
      </ul>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in This Document</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<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="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>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, and does not indicate that the specification is adequate for any particular purpose.</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 <bcp14>MUST</bcp14> 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 anchor="spec">
          <name>Specification Availability</name>
          <t>A permanent and readily available public specification of the format for the media type <bcp14>MUST</bcp14> exist for all types registered in the standards tree. This specification needs 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 needs to 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 <bcp14>MUST</bcp14> allow the IANA to copy it into the IANA registry.</t>
        </section>
      </section>
      <section anchor="interop">
        <name>Canonicalization and Interoperability</name>
        <t>All registered media types <bcp14>MUST</bcp14> 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>Universal support and implementation of a media type are NOT a requirement for registration.</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 <bcp14>MUST</bcp14> 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 <bcp14>MUST</bcp14> 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 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 type and subtype names of up to 127 characters, implementation limits may make such long names problematic. For this reason, 'type-name' and 'subtype-name' <bcp14>SHOULD</bcp14> 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>
      <section anchor="parameters">
        <name>Parameters</name>
        <t>Media types can 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 <bcp14>MUST</bcp14> 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 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 needs to 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>Some parameters are reused across multiple media type definitions to provide common functionality. For example, the 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types <xref target="RFC6381"/> identify media codecs used inside the container and their parameters. RTP payload formats have several common parameters: see <xref target="RFC4855"/>, and <xref target="RFC8851"/>.</t>
        <t>Note that a protocol can impose further restrictions on parameter value syntax, depending on how it chooses to represent parameters. MIME <xref target="RFC2045"/> <xref target="RFC2231"/> allows binary parameters as well as parameter values expressed in a specific charset, but other protocols may be less flexible. For example, HTTP obsoletes field values containing characters outside the ASCII range (<xref section="5.5" sectionFormat="of" target="RFC9110"/>), requiring field definitions to use encoding mechanisms like <xref target="RFC8187"/> to support other characters.</t>
        <t>Media types registered in the standards tree <bcp14>MUST NOT</bcp14> subsequently add backwards-incompatible functionality through the addition of parameters. New parameters <bcp14>MAY</bcp14> be used to convey additional information so long as its processing is backwards-compatible, so that existing implementations can still handle the message successfully. Media types registered in the vendor and personal trees <bcp14>SHOULD NOT</bcp14> violate this requirement.</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="fragments">
        <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 that use a structured syntax suffix <bcp14>MUST</bcp14> follow any fragment identifier rules specified for it.</t>
        <t>Media types are encouraged to adopt fragment identifier schemes that are used with semantically similar media types.</t>
      </section>
      <section anchor="secreq">
        <name>Security</name>
        <t>All registrations of types in the standards tree <bcp14>MUST</bcp14> 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 need to be as accurate as possible regardless of registration tree. In particular, the security considerations <bcp14>MUST NOT</bcp14> state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree <bcp14>MAY</bcp14> 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 need to 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 can 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 modify or delete a recipient's files or trigger actions on other resources. If unrestricted, this 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 <bcp14>MUST</bcp14> state whether or not the format employs such "active content"; if it does, it <bcp14>MUST</bcp14> 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 designed for applications that require an assurance of security without providing that assurance. 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>
      <section anchor="usage">
        <name>Intended Usage</name>
        <t>The "Intended usage" field in the registration template <bcp14>MUST</bcp14> contain one of "COMMON", "LIMITED USE", or "OBSOLETE".</t>
        <t>Registrations intended for general use should be registered as COMMON. LIMITED USE accommodates media types that are only intended to be used in closed or specialized systems. OBSOLETE indicates that the media type should no longer be used.</t>
        <t>Limited-use media types should also note in the applications list whether or not that list is exhaustive.</t>
        <t>The "Restrictions on usage" field can convey additional information about restrictions on where the media type can be used.</t>
      </section>
      <section anchor="contacts">
        <name>Contact Information</name>
        <t>The registration template contains distinct fields for contact information:</t>
        <ul spacing="normal">
          <li>
            <t>The "Person to contact for further information" is intended to be used by those with questions about the media type and its use. This might be an individual with technical knowledge or a support address.</t>
          </li>
          <li>
            <t>The "Author" is the person(s) to be attributed with creation of the media type specification.</t>
          </li>
          <li>
            <t>The "Change controller" is the party who will authorise any future changes to the status or details of the registration.</t>
          </li>
        </ul>
        <t>Each should contain a name (of a person or other entity) and e-mail address. Optionally, they may also include a URL.</t>
        <t>All three are required for permanent registrations; only the change controller is required for provisional registrations.</t>
      </section>
      <section anchor="additional">
        <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>Deprecated Aliases. In some cases, a single media type may have been widely deployed using multiple names prior to registration. In such cases, a preferred name <bcp14>MUST</bcp14> be chosen for the media type, and applications are required to use this to be compliant with the type's registration. However, a list of deprecated aliases by which the type is known can be supplied as additional information in order to assist applications in processing the media type properly.</t>
          </li>
          <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 can be used to identify it 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>When registering a media type in the standards tree, specification authors can provide this information in the formal specification of the format, by incorporating the IANA media type registration form into the specification itself.</t>
      </section>
    </section>
    <section anchor="top-level">
      <name>Top-Level Media Types</name>
      <t>The list of top-level types is maintained in the IANA Top-Level Media Types registry at:</t>
      <ul empty="true">
        <li>
          <t>https://www.iana.org/assignments/top-level-media-types/</t>
        </li>
      </ul>
      <t>Top-level types can place various restrictions on the media types that use them. New media types <bcp14>MUST</bcp14> conform to the restrictions (if any) of their top-level type.</t>
      <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 top-level type can be defined to accommodate it.</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="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>The top-level type is 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.</t>
            </li>
            <li>
              <t>The IANA Considerations section of that RFC requests 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 are defined clearly. This will help the Designated Expert(s) 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>The RFC clearly documents security considerations applying to all or a significant subset of subtypes.</t>
            </li>
            <li>
              <t>At the minimum, one subtype (not including a potential 'example' subtype) is described. A top-level type without any subtype serves no purpose. The only exception is the 'example' top-level type, which disallows registration of subtypes.</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="RFC9695"/>).</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 whose main or only purpose is to map other type systems, protocol elements, or registration spaces is not appropriate. 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 can 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 ought 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 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 subtype name would begin with a "vnd." prefix.</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 (as defined by <eref target="https://www.iana.org/assignments/iesg-recognized-organizations">https://www.iana.org/assignments/iesg-recognized-organizations</eref>). For media types that do not require such a process, see the vendor and personal trees.</t>
          <t>Registrations in the standards tree are either:</t>
          <ol spacing="normal" type="1"><li>
              <t>approved directly by the IESG, 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 on the IETF stream, and can be used for RFCs from other streams.</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 is required to 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 registered by the IETF in the standards tree <bcp14>MUST</bcp14> be published as RFCs. Standards-tree registrations for media types defined by other standards-related organizations <bcp14>MUST</bcp14> be described by a formal specification produced by that organization. Note that in both cases, the early allocation process described in <xref target="RFC7120"/> is available.</t>
          <t>Media types in the standards tree do not have faceted subtype names.</t>
          <t>The change controller of a media type registered in the standards tree is assumed to be the standards-related organization itself. In the case of IETF standards and community formats (see <xref target="community"/>), the change controller is normally the IETF.</t>
          <t>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 media type 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. The intent is to assure that successfully deployed community formats have registered media types. As such, the criteria above are designed to preclude anticipatory registrations.</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 data 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 <bcp14>SHOULD</bcp14> 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 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 subtype 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-" subtype name prefix, it can be registered in an alternative tree by following the procedure defined in <xref target="community"/>.</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>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>Structured Syntax Suffixes</name>
        <t>Media types can be identified as using a well-known structured syntax (for example, XML or JSON) with a "+suffix" convention.</t>
        <t>A structured syntax suffix is defined as all of the characters to the right of the right-most "+" sign in a media type, including the right-most "+" sign itself. A structured syntax suffix <bcp14>MUST NOT</bcp14> contain more than one "+" sign.</t>
        <t>For example, in the "application/foo+bar" media type "application" is the top-level type, "foo" is the subtype name, and "+bar" is the structured syntax suffix. A media type such as "application/foo+bar+baz" is not registrable, but if it nevertheless used, its suffix is "+baz".</t>
        <t>Structured syntax suffixes <bcp14>MUST</bcp14> be registered before use; see <xref target="suffix-procedures"/>. Media types that make use of a structured syntax <bcp14>SHOULD</bcp14> use the appropriate suffix, and <bcp14>MUST NOT</bcp14> use suffixes for structured syntaxes that they do not actually employ.</t>
        <t>Media types that make use of a structured syntax, or similar separator such as a dash "-", <bcp14>SHOULD</bcp14> be semantically aligned, from a data model perspective, with existing 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 subtype name "application/foo" are the same between both media types. Registrations are expected to align with existing subtype or suffix names in the media type registry; see <xref target="review"/>.</t>
        <t>A party requesting registration of a media type that adds a suffix to an existing subtype is expected to coordinate with the change controller(s) for the already registered media type.</t>
        <section anchor="use-cases">
          <name>Use Cases</name>
          <t>Common use cases for media types that employ structured syntax suffixes include:</t>
          <ul spacing="normal">
            <li>
              <t>Identifying use of a structured data format; for example "+xml", "+json", "+yaml", and "+cbor"</t>
            </li>
            <li>
              <t>Flagging compression with a format such as "+zip" or "+gzip"</t>
            </li>
            <li>
              <t>Flagging encoding in a digital signature format such as "+jwt" or "+cose"</t>
            </li>
          </ul>
          <t>While it might be desirable to use a compound suffix (e.g., "+xml+zip"), experience shows that suffixes are a poor means of indicating more than one such convention; the combinations of suffixes quickly multiply, and there is not a well-specified processing model that can handle them safely. Therefore, multiple suffixes are disallowed from use.</t>
        </section>
        <section anchor="suffix-frag">
          <name>Fragment Identifiers and Structured Syntax Suffixes</name>
          <t>Structured syntax suffixes can specify fragment identifier handling for all subtypes that utilise them, as indicated in the "Fragment Identifier Considerations" column of the Structured Syntax Suffixes registry.</t>
          <t>Individual subtypes can specify additional handling. To ensure consistent processing, precedence is determined by the following rules (first match winning):</t>
          <ol spacing="normal" type="1"><li>
              <t>When the structured syntax suffix defines fragment identifier handling and it successfully resolves the fragment identifier, that determines fragment identifier handling;</t>
            </li>
            <li>
              <t>Otherwise, the specific media type determines fragment identifier handling.</t>
            </li>
          </ol>
        </section>
        <section anchor="suffix-sec">
          <name>Security Considerations for Structured Syntax Suffix Processing</name>
          <t>Processors of the information in structured syntax suffixes encounter the following security considerations.</t>
          <section anchor="relationships-between-types">
            <name>Relationships Between Types</name>
            <t>The relationship between a media type that employs a structured syntax suffix and the type (if any) that results from removing that suffix cannot be known merely by examining the types. For example, content marked "application/foo+bar" may or may not be processable or valid as "application/foo" content. It may be possible to derive one from the other, but that is specific to the structured syntax suffix and/or media type itself.</t>
            <t>This uncertainty extends to fragment identifier processing: per the rules in <xref target="suffix-frag"/>, a fragment identifier that might be valid for an "application/foo+bar" document might not be applicable to another "+bar" document, because media-type specific fragment identifier resolution might be used.</t>
            <t>Likewise, the security characteristics that a processor needs to consider may change depending upon whether it is solely processing the structured syntax suffix or the entire media type. For example, a processor cannot presume that the security characteristics for a "application/baz+bar" document will be the same as for a "application/foo+bar" document.</t>
          </section>
          <section anchor="partial-processing">
            <name>Partial Processing</name>
            <t>An attacker might append structured syntax suffixes in order to trick processors into skipping security checks. For example, an attacker might use an "application/vnd.ms-excel.addin.macroEnabled.12+zip" structured syntax suffix to trigger an unzip process into invoking Microsoft Excel, bypassing anti-virus scanners that would normally block the file from being opened.</t>
            <t>Enterprising attackers might take advantage of toolchains that partially process media types in this manner. Processing of media types based only on the presence of a structured syntax suffix needs to ensure that further processing does not blindly trust the decoded data. For example,  proper magic header or file structure checking could mitigate this attack.</t>
          </section>
        </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 <bcp14>MUST</bcp14> be sent to the media-types@ietf.org mailing list for review.</t>
        <t>Registrations in other trees can 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 at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Standards tree registrations by the IETF itself are submitted by the IESG as part of the normal standards process.</t>
        <t>Standards-tree registrations by recognized standards-related organizations are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement.</t>
        <t>Standards-tree registrations using the community format process (<xref target="community"/>) are submitted by the Designated Expert(s) to IANA.</t>
        <t>Registrations in the vendor and personal trees are submitted directly to the IANA.</t>
        <t>Registration requests can be submitted to iana@iana.org. A web form for registration request submission is also available at:</t>
        <ul empty="true">
          <li>
            <t>https://www.iana.org/form/media-types</t>
          </li>
        </ul>
      </section>
      <section anchor="review">
        <name>Review and Approval</name>
        <t>Registrations submitted to the IANA will be first given to the Designated Expert(s), who are appointed by the IESG. When a suffix is present in a registration, IANA will also inform the Designated Expert(s) of any potentially clashing registrations (see <xref target="suffixes"/>).</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 needs to be obtained before a standards-tree registration can proceed.</t>
        <t>The Designated Expert(s) will examine registration requests to make sure they meet the requirements set forth in this document. Decisions made by the Designated Expert(s) 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>
      </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 Designated Expert(s) 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 Designated Expert(s), approves, the comment will be made accessible in conjunction with the type registration.</t>
      </section>
      <section anchor="change">
        <name>Change Procedures</name>
        <t>When a change to a media type registration is requested, the applicable registration procedure for that media type's tree is used to process the request. Changes may be requested by the change controller, or by other parties if IANA verifies that the change controller approves the change.</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 (see <xref target="usage"/>).</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>If the Designated Expert(s) find that the change controller is unresponsive or uncontactable for a reasonable period of time and reasonable efforts have been made to contact the change controller, they may recommend to the IESG that the change controller be updated.</t>
      </section>
      <section anchor="registration-template">
        <name>Registration Template</name>
        <dl newline="true">
          <dt>Type name:</dt>
          <dd>
            <t>[see <xref target="naming"/>]</t>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t>[see <xref target="naming"/>]</t>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t>[see <xref target="parameters"/>]</t>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t>[see <xref target="parameters"/>]</t>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t>[see <xref target="encoding"/>]</t>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t>[see <xref target="secreq"/>]</t>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t>[see <xref target="interop"/>]</t>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t>[see <xref target="spec"/>]</t>
          </dd>
        </dl>
        <t>Applications that use this media type:</t>
        <dl newline="true">
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t>[see <xref target="fragments"/>]</t>
          </dd>
          <dt>Additional information: [see <xref target="additional"/>]</dt>
          <dd>
            <t>Deprecated alias names for this type:
</t>
            <t>Magic number(s):</t>
            <t>File name extension(s):</t>
            <t>macOS Uniform Type Identifier(s):</t>
            <t>Windows clipboard name(s):</t>
          </dd>
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t>[see <xref target="contacts"/>]</t>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>[see <xref target="usage"/>]</t>
          </dd>
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>[see <xref target="usage"/>]</t>
          </dd>
          <dt>Author:</dt>
          <dd>
            <t>[see <xref target="contacts"/>]</t>
          </dd>
          <dt>Change controller:</dt>
          <dd>
            <t>[see <xref target="contacts"/>]</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>
      </section>
    </section>
    <section anchor="suffix-procedures">
      <name>Structured Syntax Suffix Registration Procedures</name>
      <t>Structured syntax suffixes must be described by a readily available description, preferably within a document published by an established standards-related organization, for which there's a reference that can be used in a Normative References section of an RFC.</t>
      <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 corresponding entry, fill out the template (see <xref target="suffix-template"/>) and include that with the media type registration request. 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, 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.</t>
        </li>
        <li>
          <t>Respond to review comments and make revisions to the proposed registration as needed.</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>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. Required.</t>
          </dd>
          <dt>+suffix</dt>
          <dd>
            <t>Suffix used to indicate conformance to the syntax. Required.</t>
          </dd>
          <dt>References</dt>
          <dd>
            <t>A citation for all specifications necessary to understand the structured syntax. Required.</t>
          </dd>
          <dt>Encoding considerations</dt>
          <dd>
            <t>A citation to a section in a specification that provides general guidance regarding encoding considerations for any type employing this syntax. The requirements for media type encoding considerations given in <xref target="encoding"/> apply.</t>
          </dd>
          <dt>Interoperability considerations</dt>
          <dd>
            <t>A citation to a section in a specification that documents any issues regarding the interoperable use of types employing this structured syntax. For example, 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 citation to a section in a specification that documents the generic processing rules of fragment identifiers for any type employing this syntax.</t>
          </dd>
          <dt>Security considerations</dt>
          <dd>
            <t>A citation to a section in a specification that provides security considerations shared by media types employing this structured syntax. The security considerations for a media type registration in the standards tree (per <xref target="secreq"/>) apply. Required.</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. Required.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations for media types are discussed in <xref target="secreq"/>. Considerations for structured suffix registrations are discussed in <xref target="suffix-sec"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="top-level-types-registry">
        <name>Top-Level Types Registry</name>
        <t>In the Top-Level Media Types registry, IANA should link the reference field for each top-level type to the specific subsection in question, rather than just the relevant RFC.</t>
      </section>
      <section anchor="recognized-standards-organisations">
        <name>Recognized Standards Organisations</name>
        <t>IANA should notify recognized standards organisations when this document is published (where feasible), and highlight the need to consider how their processes interact with the registration procedure (see eg <eref target="https://www.w3.org/guide/editor/mediatypes.html#registration-process">https://www.w3.org/guide/editor/mediatypes.html#registration-process</eref>).</t>
      </section>
      <section anchor="provisional-registrations">
        <name>Provisional Registrations</name>
        <t>This revision removes provisional registrations from the standards tree. Accordingly, IANA should remove that information from the registry and work with the Experts and the IESG as appropriate to identify an appropriate disposition for registrations that are marked as 'provisional'.</t>
      </section>
    </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>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Much of the text of this document is directly taken from <xref target="RFC6838"/> and <xref target="RFC9694"/>. We acknowledge the following authors of those documents as contributors to this:</t>
      <t>Ned Freed</t>
      <t>John C. Klensin
1770 Massachusetts Ave, #322
Cambridge, MA  02140
USA
EMail: john+ietf@jck.com</t>
      <t>Tony Hansen
AT&amp;T Laboratories
200 Laurel Ave.
Middletown, NJ  07748
USA
EMail: tony+mtsuffix@maillennium.att.com</t>
      <t>Martin J. Dürst
Aoyama Gakuin University
Fuchinobe 5-10-1, Chuo-ku, Sagamihara, Kanagawa
252-5258
Japan
Phone: +81 42 759 6329
Email: duerst@it.aoyama.ac.jp
URI: https://www.sw.it.aoyama.ac.jp/Dürst/</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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="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="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>
        <reference anchor="RFC7120">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo describes the process for early allocation of code points by IANA from registries for which "Specification Required", "RFC Required", "IETF Review", or "Standards Action" policies apply. This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation. The procedures in this document are intended to apply only to IETF Stream documents.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="100"/>
          <seriesInfo name="RFC" value="7120"/>
          <seriesInfo name="DOI" value="10.17487/RFC7120"/>
        </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="RFC6381">
          <front>
            <title>The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types</title>
            <author fullname="R. Gellens" initials="R." surname="Gellens"/>
            <author fullname="D. Singer" initials="D." surname="Singer"/>
            <author fullname="P. Frojdh" initials="P." surname="Frojdh"/>
            <date month="August" year="2011"/>
            <abstract>
              <t>Several MIME type/subtype combinations exist that can contain different media formats. A receiving agent thus needs to examine the details of such media content to determine if the specific elements can be rendered given an available set of codecs. Especially when the end system has limited resources, or the connection to the end system has limited bandwidth, it is helpful to know from the Content- Type alone if the content can be rendered.</t>
              <t>This document specifies two parameters, 'codecs' and 'profiles', that are used with various MIME types or type/subtype combinations to allow for unambiguous specification of the codecs employed by the media formats contained within, or the profile(s) of the overall container format. This document obsoletes RFC 4281; RFC 4281 defines the 'codecs' parameter, which this document retains in a backwards compatible manner with minor clarifications; the 'profiles' parameter is added by this document.</t>
              <t>By labeling content with the specific codecs indicated to render the contained media, receiving systems can determine if the codecs are supported by the end system, and if not, can take appropriate action (such as rejecting the content, sending notification of the situation, transcoding the content to a supported type, fetching and installing the required codecs, further inspection to determine if it will be sufficient to support a subset of the indicated codecs, etc.).</t>
              <t>Similarly, the profiles can provide an overall indication, to the receiver, of the specifications with which the content complies. This is an indication of the compatibility of the container format and its contents to some specification. The receiver may be able to work out the extent to which it can handle and render the content by examining to see which of the declared profiles it supports, and what they mean. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6381"/>
          <seriesInfo name="DOI" value="10.17487/RFC6381"/>
        </reference>
        <reference anchor="RFC8851">
          <front>
            <title>RTP Payload Format Restrictions</title>
            <author fullname="A.B. Roach" initials="A.B." role="editor" surname="Roach"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>In this specification, we define a framework for specifying restrictions on RTP streams in the Session Description Protocol (SDP). This framework defines a new "rid" ("restriction identifier") SDP attribute to unambiguously identify the RTP streams within an RTP session and restrict the streams' payload format parameters in a codec-agnostic way beyond what is provided with the regular payload types.</t>
              <t>This specification updates RFC 4855 to give additional guidance on choice of Format Parameter (fmtp) names and their relation to the restrictions defined by this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8851"/>
          <seriesInfo name="DOI" value="10.17487/RFC8851"/>
        </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="RFC9695">
          <front>
            <title>The 'haptics' Top-Level Media Type</title>
            <author fullname="Y. K. Muthusamy" initials="Y. K." surname="Muthusamy"/>
            <author fullname="C. Ullrich" initials="C." surname="Ullrich"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This memo registers and documents 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="RFC" value="9695"/>
          <seriesInfo name="DOI" value="10.17487/RFC9695"/>
        </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>
        <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="RFC9694">
          <front>
            <title>Guidelines for the Definition of New Top-Level Media Types</title>
            <author fullname="M.J. Dürst" initials="M.J." surname="Dürst"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This document defines best practices for defining new top-level media types. It also introduces a registry for top-level media types, and contains a short history of top-level media types. It updates RFC 6838.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="9694"/>
          <seriesInfo name="DOI" value="10.17487/RFC9694"/>
        </reference>
      </references>
    </references>
    <?line 739?>

<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="usage"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
+v8BH4o1+EjJAAA=

-->

</rfc>
