<?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.43 (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-10" category="bcp" consensus="true" obsoletes="6838, 9694" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Media Type Registration">Media Type Specifications and Registration Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-6838bis-10"/>
    <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://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="September" day="09"/>
    <workgroup>Media Type Maintenance</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 62?>

<t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols.</t>
      <t>It obsoletes <xref target="RFC6838"/> and <xref target="RFC9694"/>. Note that <xref target="RFC4289"/> is also part of BCP 13, and addresses registration of MIME External Body Access Types and Transfer Encodings.</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 68?>

<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>RFC 2119 language is used to describe the requirements placed upon the registrant in the registration process.</t>
        <t>This specification makes use of the Augmented Backus-Naur Form (ABNF) <xref target="RFC5234"/> notation, including the core rules defined in Appendix B of that document.</t>
      </section>
    </section>
    <section anchor="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 to 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>See <xref section="2.3.6" sectionFormat="of" target="IANA-GUIDELINES"/> for further discussion of "permanent and readily available."</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 requirement and 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 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:</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 to 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 their 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 specify the nature of the data a media type contains 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>Requirements for media types that use a structured syntax suffix are given in <xref target="suffix-frag"/>.</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 to be taken by applications) 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.</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>
        <t>For formats that do not fit below any other top-level type, the 'application' top-level type can always be used.</t>
        <t>The main function of media types and subtypes is the dispatch of data formats to application code. In most cases, this requires and is done using the full type (i.e., including the subtype, and often some parameters). The top-level type can occasionally serve as a fallback for the tentative dispatch to applications handling a very wide range of related formats.</t>
        <section anchor="required-criteria">
          <name>Required Criteria</name>
          <t>Definitions of new top-level types <bcp14>MUST</bcp14> fulfil the following criteria:</t>
          <ul spacing="normal">
            <li>
              <t>The top-level type is defined in a Standards Track RFC (see <xref section="2.3.9" sectionFormat="of" target="IANA-GUIDELINES"/>). 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 defining the top-level type states how recipients should handle unrecognised subtypes.</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, allow for checking the appropriateness of the new top-level type's definition, avoid redundant work in registering an initial slate of subtypes, and provide examples of valid subtypes for future 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 <bcp14>MUST NOT</bcp14> be defined. 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 <bcp14>SHOULD NOT</bcp14> generate aliases for existing widely used types or subtypes.</t>
            </li>
            <li>
              <t>Top-level types with an "X-" prefix cannot be registered, and <bcp14>SHOULD NOT</bcp14> 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="2.3.6" sectionFormat="of" target="IANA-GUIDELINES"/> (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"/>.</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="EARLY-ALLOCATION"/> is available.</t>
          <t>Media types cannot be registered in the standards tree with faceted subtype names, but note that some pre-existing types do use them.</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>The specification is well-defined and complete</t>
              </li>
              <li>
                <t>The specification is freely available to the public at a permanent and readily available location</t>
              </li>
              <li>
                <t>The specification is not tied to or heavily associated with one implementation</t>
              </li>
              <li>
                <t>There are multiple interoperable implementations of the specification, or such implementations are likely to emerge</t>
              </li>
              <li>
                <t>There is evidence of broad adoption</t>
              </li>
              <li>
                <t>The use case addressed by the specification is using media types appropriately</t>
              </li>
              <li>
                <t>The requested value is appropriate to the use case, and not so generic that it may be considered 'squatting'</t>
              </li>
            </ul>
            <t>The Designated Expert(s) have discretion in applying these criteria; in some 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 per <xref section="2.3.5" sectionFormat="of" target="IANA-GUIDELINES"/> 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 per <xref section="2.3.5" sectionFormat="of" target="IANA-GUIDELINES"/> 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 registration trees may be created by IETF Standards Action. No such new registrations are currently envisioned.</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 "+" character in a media type, including the right-most "+" character itself. A structured syntax suffix <bcp14>MUST NOT</bcp14> contain more than one "+" character.</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 is 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>A structured syntax suffix registration can specify fragment identifier syntax and semantics, recorded in the "Fragment Identifier Considerations" column of the Structured Syntax Suffixes registry.</t>
          <t>Where a suffix does so, a media type using that suffix <bcp14>MUST</bcp14> specify fragment identifier handling that is consistent with the suffix's, and <bcp14>MUST NOT</bcp14> disallow syntax that the suffix requires.</t>
          <t>Otherwise, fragment identifier handling is determined by the media type.</t>
        </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.</t>
        <t>When a suffix is present in a registration, IANA will inform the expert:</t>
        <ul spacing="normal">
          <li>
            <t>If the suffix is not registered, noting whether a suffix registration request accompanies the media type registration (see <xref target="suffix-procedures"/>)</t>
          </li>
          <li>
            <t>Of any registered media types that have the same type and subtype with a different suffix, including those where the proposed suffix is absent (see <xref target="suffixes"/> for an example)</t>
          </li>
        </ul>
        <t>Because structured syntax suffixes are required to be registered before use (<xref target="suffixes"/>), a media type registration whose suffix is unregistered cannot be approved. When a suffix registration request accompanies it, the Designated Expert(s) are expected to hold the media type registration until the suffix is registered; otherwise, they are expected to ask the requester to register the suffix, choose a different subtype name, or withdraw the request.</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 usage" 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. 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 the IANA registry of media type name suffixes to determine if an entry already exists for that 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.</t>
          </dd>
          <dt>+suffix</dt>
          <dd>
            <t>Suffix used to indicate conformance to the syntax.</t>
          </dd>
          <dt>References</dt>
          <dd>
            <t>A citation for all specifications necessary to understand the structured syntax.</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.</t>
          </dd>
          <dt>Contact</dt>
          <dd>
            <t>Person (including contact information) to contact for further information.</t>
          </dd>
          <dt>Author/Change controller</dt>
          <dd>
            <t>Person (including contact information) authorized to change this suffix registration.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations for media types are discussed in <xref target="secreq"/>. Security Considerations for structured suffix processing is 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>
        <t>The following entries should have the corresponding comment edits:</t>
        <ul spacing="normal">
          <li>
            <t>text — append to the existing comment: "New registrations must specify how the charset is determined; where a charset parameter is defined it must name a charset registered per RFC 2978; UTF-8 is the recommended default."</t>
          </li>
          <li>
            <t>multipart and message — "Subtypes must conform to the syntax rules and other requirements of RFC 2046, as amended by Section 3.5 of RFC 6532."</t>
          </li>
        </ul>
        <t>Additionally, RFC 6532 should be added to the Reference column for multipart and message.</t>
      </section>
      <section anchor="structured-syntax-suffixes-registry">
        <name>Structured Syntax Suffixes Registry</name>
        <t>Thirteen entries in the Structured Syntax Suffixes registry -- "+json", "+ber", "+cbor", "+der", "+fastinfoset", "+wbxml", "+zip", "+tlv", "+json-seq", "+sqlite3", "+jwt", "+gzip", and "+cbor-seq" -- describe fragment identifier processing with a three-case rule that has been copied between registrations since <xref target="RFC6839"/>.</t>
        <t>Each of those entries also records that no fragment identifier syntax is defined for the suffix in question, so those cases cannot arise; <xref target="suffix-frag"/> now specifies how fragment identifiers interact with structured syntax suffixes.</t>
        <t>IANA should remove that three-case text from the "Fragment Identifier Considerations" field of those entries, retaining their remaining content, and work with the Experts and the IESG as appropriate.</t>
      </section>
      <section anchor="recognized-standards-related-organizations">
        <name>Recognized Standards-Related Organizations</name>
        <t>IANA should notify recognized standards-related organizations when this document is published (where feasible), and highlight the need to consider how their processes interact with the registration procedure (see, e.g., <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="IANA-GUIDELINES">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="Amanda Baber" initials="A." surname="Baber">
              <organization>Internet Assigned Numbers Authority</organization>
            </author>
            <author fullname="Sabrina Tanamal" initials="S." surname="Tanamal">
              <organization>Internet Assigned Numbers Authority</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <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).

   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.

   This is the fourth edition of this document; it obsoletes RFC 8126.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ianabis-rfc8126bis-03"/>
        </reference>
        <reference anchor="EARLY-ALLOCATION">
          <front>
            <title>Early IANA Code Point Allocation</title>
            <author fullname="Amanda Baber" initials="A." surname="Baber">
              <organization>Internet Assigned Numbers Authority</organization>
            </author>
            <author fullname="Sabrina Tanamal" initials="S." surname="Tanamal">
              <organization>Internet Assigned Numbers Authority</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document describes the requirements for securing IANA code point
   assignments for IETF Stream Internet-Drafts and specifications being
   drafted by other standards-related organizations.  This document
   obsoletes RFC 7120.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ianabis-rfc7120bis-03"/>
        </reference>
        <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="RFC6648">
          <front>
            <title>Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>Historically, designers and implementers of application protocols have often distinguished between standardized and unstandardized parameters by prefixing the names of unstandardized parameters with the string "X-" or similar constructs. In practice, that convention causes more problems than it solves. Therefore, this document deprecates the convention for newly defined parameters with textual (as opposed to numerical) names in application protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="178"/>
          <seriesInfo name="RFC" value="6648"/>
          <seriesInfo name="DOI" value="10.17487/RFC6648"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MacOSUTIs" target="https://developer.apple.com/documentation/uniformtypeidentifiers">
          <front>
            <title>Framework: Uniform Type Identifiers</title>
            <author>
              <organization>Apple Computer, Inc.</organization>
            </author>
            <date year="2024" month="March"/>
          </front>
        </reference>
        <reference anchor="windowsClipboardNames" target="https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats">
          <front>
            <title>Clipboard Formats</title>
            <author>
              <organization>Microsoft Corporation</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
        </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>
        <reference anchor="RFC4289">
          <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"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document specifies IANA registration procedures for MIME external body access types and content-transfer-encodings. 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="13"/>
          <seriesInfo name="RFC" value="4289"/>
          <seriesInfo name="DOI" value="10.17487/RFC4289"/>
        </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>
      </references>
    </references>
    <?line 775?>

<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>
    <section anchor="changes-from-rfc-6838">
      <name>Changes from RFC 6838</name>
      <t>This document incorporates the following significant changes:</t>
      <ul spacing="normal">
        <li>
          <t><strong>Incorporation of RFC 9694</strong>: This revision obsoletes RFC 9694 and integrates its requirements into the media type registration template.</t>
        </li>
        <li>
          <t>RFC 6838's "Macintosh file type code(s)" template field is now "macOS Uniform Type Identifier(s)" (<xref target="registration-template"/>).</t>
        </li>
        <li>
          <t>The notice requirement in <xref target="preliminary-review"/> went from <bcp14>SHOULD</bcp14> to <bcp14>MUST</bcp14>.</t>
        </li>
        <li>
          <t><strong>Removal of Provisional Registrations</strong>: This revision removes the concept of "provisional registrations" from the standards tree.</t>
        </li>
        <li>
          <t><strong>Expansion of the Standards Tree (Community Formats)</strong>: A new process is defined allowing the Designated Expert(s) to approve registrations in the standards tree for "community formats." (<xref target="community"/>).</t>
        </li>
        <li>
          <t><strong>Strict Suffix Constraints</strong>: This revision updates structured syntax suffixes to disallow those containing more than one "+" character (<xref target="suffixes"/>).</t>
        </li>
        <li>
          <t><strong>Change Controller Updates</strong>: In cases where a change controller is unresponsive or uncontactable, this revision empowers the Designated Expert(s) to recommend to the IESG that the change controller be updated (<xref target="change"/>).</t>
        </li>
        <li>
          <t><strong>Top-Level Type Guidance</strong>: This revision adds criteria for evaluating the creation of new top-level types (<xref target="top-level"/>).</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA81963bbWHbmfz4FQs+KpCqStuSbyu5Ul2zLVaq2bI8tp9Ir
nckCyUMSZRBg4wCS2V7OykPMA8yDzK+ZN5knmX09FwCkXJX8SK+kbBPAue6z
r9/eZzweD+qszs2T5NLMszS52m5M8n5jZtkim6V1VhY2SYt58s4sM1tX9Evy
tipnZt5Uxg7S6bQy19HX4auDeTkr0jU0P6/SRT3OTL0Yr/HddVqMH53eP51m
dnx8bzBPa/NkAD2aZVltnyTT2WZQTm2Zm9rYJwm+OUq+e/Tdg8Eg21RPkrpq
bH1y7953904GH832pqzmT5KLojZVYerxC+xsMLA1DP1f07wsYABbGK1dp1X9
r39tSmq0KAeb7Enyz3U5GyXwn6yYm6IeJbas6sosLPxtu5a/1FU2g0ezcr1J
5S9reBkeZUWeFeZfBgMYw8dlVTabaDUu0wxGVaTFzAwG16ZoYJpJsv+9JFmV
uGbDVV1v7JO7d2F1UljR2UdTTXAJJ2W1vHuzvKsreTedlk19dwhfVmZTBl8u
s3rVTCcw3Lu09jdLt/x3ZfnhswG/Ns6sbcw4T6cm5zWHx4NB2tSrsoJhj6H9
BCYMa3c5SV6XdZ0Vy1W6pp95my/T6mP7CQw2LbK/EUE8SZ7nZTNf5Gll6OGm
hF3Kn9Dfk2QMS5LDXGAX6ZdZ2RQ10sNZgySVZyn9bNZpBiNcF2X9A/5nAptO
D5oKNlTnrk/uRiN/OwEKtUU2+xgM+y2QWfRzPObzDVC0WZvkysxWRZmXy23y
HI5Gk+M8wyFV3MYPRr6gkQ2KslpDU9e09xdnr8/GP364eHH+6uL1+Xsg2/EL
2tVxlhYpnodqMTs9PnmEi58k52fvXv15fPbq1ZvnZ1cXb173v//4+OQebVZW
LMLOLtPZm/cfri4sr7Cc9eHLCqaNBPsk+VBk+AVT4QWeADj6prJD/iCtlqb2
azo31yYvN0CH6WaTGyIsOOMNHgZarLsNt1dDc5lvjRpzhERbLVuOSw37i63B
mq43DZzhERzl2YReIMaAZDVbJSf3TuD8J8kNnNTyxj7Ps820TKv5a5hMa4Lu
WfKSlmPHdHKTVsVknc2q0paLmqZjinFj70of+Of9EzqAn2ar5d2ZtjvmZb51
YpfaNkyu2pTCFv3MzpolkDZO7d5gMB6Pk3SKlD4DqrlaZTbRxU3mZgF8xiYb
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
3yNNHQeXz3avDqUsYfcTdf//ASyYnoFT2AAA

-->

</rfc>
