<?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.39 (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-09" 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-09"/>
    <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="August" day="11"/>
    <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>
    </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 66?>

<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>Media types that use a structured syntax suffix <bcp14>MUST</bcp14> follow any fragment identifier rules specified for it.</t>
        <t>Media types are encouraged to adopt fragment identifier schemes that are used with semantically similar media types.</t>
      </section>
      <section anchor="secreq">
        <name>Security</name>
        <t>All registrations of types in the standards tree <bcp14>MUST</bcp14> include an analysis of security issues. A similar analysis for media types registered in the vendor or personal trees is encouraged but not required.</t>
        <t>All descriptions of security issues need to be as accurate as possible regardless of registration tree. In particular, the security considerations <bcp14>MUST NOT</bcp14> state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree <bcp14>MAY</bcp14> say that "the security issues associated with this type have not been assessed".</t>
        <t>There is no requirement that media types registered in any tree be secure or completely free from risks. Nevertheless, all known security risks need to be identified in the registration of a media type, again regardless of registration tree.</t>
        <t>The security considerations section of all registrations is subject to continuing evaluation and modification, and in particular can be extended by use of the "comments on media types" mechanism described in <xref target="comments"/> below.</t>
        <t>Issues that need to be described in a security analysis of a media type include:</t>
        <ul spacing="normal">
          <li>
            <t>Processing of complex media types might modify or delete a recipient's files or trigger actions on other resources. If unrestricted, this could have devastating effects. See the registration of the application/postscript media type in <xref target="RFC2046"/> for an example of description and handling of these issues.</t>
          </li>
          <li>
            <t>Any security analysis <bcp14>MUST</bcp14> state whether or not the format employs such "active content"; if it does, it <bcp14>MUST</bcp14> state what steps have been taken (or are required 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 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>Structured syntax suffixes can specify fragment identifier handling for all subtypes that utilise them, as indicated in the "Fragment Identifier Considerations" column of the Structured Syntax Suffixes registry.</t>
          <t>Individual subtypes can specify additional handling. To ensure consistent processing, precedence is determined by the following rules (first match winning):</t>
          <ol spacing="normal" type="1"><li>
              <t>When the structured syntax suffix defines fragment identifier handling and it successfully resolves the fragment identifier, that determines fragment identifier handling;</t>
            </li>
            <li>
              <t>Otherwise, the specific media type determines fragment identifier handling.</t>
            </li>
          </ol>
        </section>
        <section anchor="suffix-sec">
          <name>Security Considerations for Structured Syntax Suffix Processing</name>
          <t>Processors of the information in structured syntax suffixes encounter the following security considerations.</t>
          <section anchor="relationships-between-types">
            <name>Relationships Between Types</name>
            <t>The relationship between a media type that employs a structured syntax suffix and the type (if any) that results from removing that suffix cannot be known merely by examining the types. For example, content marked "application/foo+bar" may or may not be processable or valid as "application/foo" content. It may be possible to derive one from the other, but that is specific to the structured syntax suffix and/or media type itself.</t>
            <t>This uncertainty extends to fragment identifier processing: per the rules in <xref target="suffix-frag"/>, a fragment identifier that might be valid for an "application/foo+bar" document might not be applicable to another "+bar" document, because media-type specific fragment identifier resolution might be used.</t>
            <t>Likewise, the security characteristics that a processor needs to consider may change depending upon whether it is solely processing the structured syntax suffix or the entire media type. For example, a processor cannot presume that the security characteristics for a "application/baz+bar" document will be the same as for a "application/foo+bar" document.</t>
          </section>
          <section anchor="partial-processing">
            <name>Partial Processing</name>
            <t>An attacker might append structured syntax suffixes in order to trick processors into skipping security checks. For example, an attacker might use an "application/vnd.ms-excel.addin.macroEnabled.12+zip" structured syntax suffix to trigger an unzip process into invoking Microsoft Excel, bypassing anti-virus scanners that would normally block the file from being opened.</t>
            <t>Enterprising attackers might take advantage of toolchains that partially process media types in this manner. Processing of media types based only on the presence of a structured syntax suffix needs to ensure that further processing does not blindly trust the decoded data. For example,  proper magic header or file structure checking could mitigate this attack.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="procedures">
      <name>Media Type Registration Procedures</name>
      <t>The media type registration procedure is not a formal standards process, but rather an administrative procedure intended to allow community comment and sanity checking without excessive time delay.</t>
      <t>Normal IETF processes need to be followed for all IETF registrations in the standards tree. The posting of an Internet Draft is a necessary first step, followed by posting to the media-types@ietf.org list as discussed below.</t>
      <section anchor="preliminary-review">
        <name>Preliminary Community Review</name>
        <t>Notice of a potential media type registration in the standards tree <bcp14>MUST</bcp14> be sent to the media-types@ietf.org mailing list for review.</t>
        <t>Registrations in other trees can be sent to the list for review as well; doing so is entirely optional, but is strongly encouraged.</t>
        <t>The purpose of this notification is to solicit comments and feedback on the choice of type/subtype name, the unambiguity of the references with respect to versions and external profiling information, and a review of any interoperability or security considerations. The submitter may submit a revised registration proposal or abandon the registration at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Standards tree registrations by the IETF itself are submitted by the IESG as part of the normal standards process.</t>
        <t>Standards-tree registrations by recognized standards-related organizations are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement.</t>
        <t>Standards-tree registrations using the community format process (<xref target="community"/>) are submitted by the Designated Expert(s) to IANA.</t>
        <t>Registrations in the vendor and personal trees are submitted directly to the IANA.</t>
        <t>Registration requests can be submitted to iana@iana.org. A web form for registration request submission is also available at:</t>
        <ul empty="true">
          <li>
            <t>https://www.iana.org/form/media-types</t>
          </li>
        </ul>
      </section>
      <section anchor="review">
        <name>Review and Approval</name>
        <t>Registrations submitted to the IANA will be first given to the Designated Expert(s), who are appointed by the IESG.</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>
      </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="RFC4288">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4288"/>
          <seriesInfo name="DOI" value="10.17487/RFC4288"/>
        </reference>
        <reference anchor="RFC2231">
          <front>
            <title>MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="K. Moore" initials="K." surname="Moore"/>
            <date month="November" year="1997"/>
            <abstract>
              <t>This memo defines extensions to the RFC 2045 media type and RFC 2183 disposition parameter value mechanisms. This memo also defines an extension to the encoded words defined in RFC 2047 to allow the specification of the language to be used for display as well as the character set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2231"/>
          <seriesInfo name="DOI" value="10.17487/RFC2231"/>
        </reference>
        <reference anchor="RFC6381">
          <front>
            <title>The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types</title>
            <author fullname="R. Gellens" initials="R." surname="Gellens"/>
            <author fullname="D. Singer" initials="D." surname="Singer"/>
            <author fullname="P. Frojdh" initials="P." surname="Frojdh"/>
            <date month="August" year="2011"/>
            <abstract>
              <t>Several MIME type/subtype combinations exist that can contain different media formats. A receiving agent thus needs to examine the details of such media content to determine if the specific elements can be rendered given an available set of codecs. Especially when the end system has limited resources, or the connection to the end system has limited bandwidth, it is helpful to know from the Content- Type alone if the content can be rendered.</t>
              <t>This document specifies two parameters, 'codecs' and 'profiles', that are used with various MIME types or type/subtype combinations to allow for unambiguous specification of the codecs employed by the media formats contained within, or the profile(s) of the overall container format. This document obsoletes RFC 4281; RFC 4281 defines the 'codecs' parameter, which this document retains in a backwards compatible manner with minor clarifications; the 'profiles' parameter is added by this document.</t>
              <t>By labeling content with the specific codecs indicated to render the contained media, receiving systems can determine if the codecs are supported by the end system, and if not, can take appropriate action (such as rejecting the content, sending notification of the situation, transcoding the content to a supported type, fetching and installing the required codecs, further inspection to determine if it will be sufficient to support a subset of the indicated codecs, etc.).</t>
              <t>Similarly, the profiles can provide an overall indication, to the receiver, of the specifications with which the content complies. This is an indication of the compatibility of the container format and its contents to some specification. The receiver may be able to work out the extent to which it can handle and render the content by examining to see which of the declared profiles it supports, and what they mean. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6381"/>
          <seriesInfo name="DOI" value="10.17487/RFC6381"/>
        </reference>
        <reference anchor="RFC8851">
          <front>
            <title>RTP Payload Format Restrictions</title>
            <author fullname="A.B. Roach" initials="A.B." role="editor" surname="Roach"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>In this specification, we define a framework for specifying restrictions on RTP streams in the Session Description Protocol (SDP). This framework defines a new "rid" ("restriction identifier") SDP attribute to unambiguously identify the RTP streams within an RTP session and restrict the streams' payload format parameters in a codec-agnostic way beyond what is provided with the regular payload types.</t>
              <t>This specification updates RFC 4855 to give additional guidance on choice of Format Parameter (fmtp) names and their relation to the restrictions defined by this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8851"/>
          <seriesInfo name="DOI" value="10.17487/RFC8851"/>
        </reference>
        <reference anchor="RFC8187">
          <front>
            <title>Indicating Character Encoding and Language for HTTP Header Field Parameters</title>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>By default, header field values in Hypertext Transfer Protocol (HTTP) messages cannot easily carry characters outside the US-ASCII coded character set. RFC 2231 defines an encoding mechanism for use in parameters inside Multipurpose Internet Mail Extensions (MIME) header field values. This document specifies an encoding suitable for use in HTTP header fields that is compatible with a simplified profile of the encoding defined in RFC 2231.</t>
              <t>This document obsoletes RFC 5987.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8187"/>
          <seriesInfo name="DOI" value="10.17487/RFC8187"/>
        </reference>
        <reference anchor="RFC2077">
          <front>
            <title>The Model Primary Content Type for Multipurpose Internet Mail Extensions</title>
            <author fullname="S. Nelson" initials="S." surname="Nelson"/>
            <author fullname="C. Parks" initials="C." surname="Parks"/>
            <author>
              <organization>Mitra</organization>
            </author>
            <date month="January" year="1997"/>
            <abstract>
              <t>The purpose of this memo is to propose an update to Internet RFC 2045 to include a new primary content-type to be known as "model". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2077"/>
          <seriesInfo name="DOI" value="10.17487/RFC2077"/>
        </reference>
        <reference anchor="RFC8081">
          <front>
            <title>The "font" Top-Level Media Type</title>
            <author fullname="C. Lilley" initials="C." surname="Lilley"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This memo serves to register and document the "font" top-level media type, under which subtypes for representation formats for fonts may be registered. This document also serves as a registration application for a set of intended subtypes, which are representative of some existing subtypes already in use, and currently registered under the "application" tree by their separate registrations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8081"/>
          <seriesInfo name="DOI" value="10.17487/RFC8081"/>
        </reference>
        <reference anchor="RFC9695">
          <front>
            <title>The 'haptics' Top-Level Media Type</title>
            <author fullname="Y. K. Muthusamy" initials="Y. K." surname="Muthusamy"/>
            <author fullname="C. Ullrich" initials="C." surname="Ullrich"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This memo registers and documents the 'haptics' top-level media type, under which subtypes for representation formats for haptics may be registered. This document also serves as a registration for a set of subtypes, which are representative of some existing subtypes already in use.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9695"/>
          <seriesInfo name="DOI" value="10.17487/RFC9695"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC6839">
          <front>
            <title>Additional Media Type Structured Syntax Suffixes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>A content media type name sometimes includes partitioned meta- information distinguished by a structured syntax to permit noting an attribute of the media as a suffix to the name. This document defines several structured syntax suffixes for use with media type registrations. In particular, it defines and registers the "+json", "+ber", "+der", "+fastinfoset", "+wbxml" and "+zip" structured syntax suffixes, and provides a media type structured syntax suffix registration form for the "+xml" structured syntax suffix. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6839"/>
          <seriesInfo name="DOI" value="10.17487/RFC6839"/>
        </reference>
        <reference anchor="RFC2048">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fourth document, RFC 2048, specifies various IANA registration procedures for some MIME facilities. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2048"/>
          <seriesInfo name="DOI" value="10.17487/RFC2048"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC9694">
          <front>
            <title>Guidelines for the Definition of New Top-Level Media Types</title>
            <author fullname="M.J. Dürst" initials="M.J." surname="Dürst"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This document defines best practices for defining new top-level media types. It also introduces a registry for top-level media types, and contains a short history of top-level media types. It updates RFC 6838.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="9694"/>
          <seriesInfo name="DOI" value="10.17487/RFC9694"/>
        </reference>
      </references>
    </references>
    <?line 757?>

<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>Suffix Precedence for Fragment Identifiers</strong>: New rules establish that if a structured syntax suffix defines fragment identifier handling and successfully resolves it, that handling takes precedence over rules defined by the specific media type (<xref target="suffix-frag"/>).</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:
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
qY1DLDOII8seab8jZ8yABSEuMZFKLpilcUWDtR7xdgzk8gfM03tJmHMCM5BU
RnE5PtjLh0Do8VkcH1M0NeHZf2sQq06AG777QaUD5QHilYA80AWjvj3yk52E
GdedYN8NpfiowAoKx3h4cpf30yz6i/NOkjPGJmpAQeLw6RQPKqMOXNVeFI6a
7l2Dsb1B59a2E5MJrmpBWotPO1fBWZYOOwltYlkKqsvkhy6W1iHeouWej1VB
k7CfKpbOPKegCbpED70ydySeun9hE8cbhoHl2bEKI9psW7jdaw1YQUIH6JC7
GfIVUKI44T8rpr66wnpmBO2hY8TeaMlCJRe4AL6riFp9CVFE4sfyUmhbbifq
mtXE7IstkhXmI7hybcQ/RPpz/ZjWRLWsGk6NOIfUXHSTbd070Lq5AjHbDlwi
h9Vno0eKDTfpsFjqNogSEmvFnzO0o+1zond3NE8wNUY/kEHCjmA5TOu2CsS6
XDQdwpKRzGSbgLM7QlT7rKzQ0MWum43CAMXppcWOGCDTi5BXQG7cgc6RgCqE
x0EqX6X5ghxUsD04Lkw0HbHe7W6q8aVrUb11VCH5Ki+8rrczSQ1BCiYqnerv
Z0EZqx6d4esSIwHhwJ6nFean/UtAgt37oWKXmUiKHKUqViujksrs4hFXrVA5
KwK06bUCB5U5t9x8BUOKJWO3VZaWzNqUVQV2+etZVa2Uel83801mhke4r3SM
2FXg3RsiNILutZ0Dyz2p70xHznQUmApl5Q5Z2JwMA0cxzZZ8beF2smiKYrvJ
2E155ArdiqJiPm84dZlVFC1x33Kz3+aHc/qir9kvopgPHjcbQI0Zrvyj3uVL
YTvy4WtmnavVMSLGs2Y1EL8HIexdtOiJi1XXXe6ncLRCGd5scD6n4GKKkc+7
2zJ8gmJ0IIci1w5qeS0H0cN+B5HL91FHoIiZ9+o+84ImLryxT9RQiIgSCLD+
MulnKNr5fiqt4qX8N3EpLJzobl02G/mRq1nGEUFCjGjXyDSQB6KbQvKQiA+y
L+06ReE71NIW76OB/21neFPZyXC/2TzUBRrGXDdK26OUekpk00tc2hxL4sSk
GIKgW2OEeoMiVKIAK8rOwWRtuWdLEmEDD4hUu/ivOlPxxv/3P1XxeP97nauP
ISju80SO12UUpCGtZfiZq67XzmPKlKi2Nh088xn0WCxslm/D6l9UlwEvmUJj
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
d9dSx8GFl93rCinxz/1E3f9/aYsxx8DTAAA=

-->

</rfc>
