<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mediaman-6838bis-01" category="bcp" consensus="true" obsoletes="6838" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Media Type Registration">Media Type Specifications and Registration Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-6838bis-01"/>
    <author initials="M." surname="Nottingham" fullname="Mark Nottingham">
      <organization>Cloudflare</organization>
      <address>
        <postal>
          <postalLine>Prahran</postalLine>
          <postalLine>Australia</postalLine>
        </postal>
        <email>mnot@mnot.net</email>
        <uri>https://www.mnot.net/</uri>
      </address>
    </author>
    <author initials="P." surname="Resnick" fullname="Pete Resnick">
      <organization/>
      <address>
        <email>resnick@episteme.net</email>
      </address>
    </author>
    <date year="2025" month="May" day="06"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 55?>

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

<section anchor="introduction">
      <name>Introduction</name>
      <t>Recent Internet protocols have been carefully designed to be easily extensible in certain areas. In particular, many protocols, including but not limited to HTTP <xref target="RFC2616"/> and MIME <xref target="RFC2045"/>, are capable of carrying arbitrary labeled content.</t>
      <t>The mechanism used to label such content is a media type, consisting of a top-level type and a subtype, which is further structured into trees. Optionally, media types can define companion data, known as parameters.</t>
      <t>A registration process is needed for these labels, so that the set of such values are defined in a reasonably orderly, well-specified, and public manner.</t>
      <t>This document specifies the criteria for media type registrations and defines the procedures to be used to register media types (<xref target="procedures"/>) as well as media type structured suffixes (<xref target="suffix-procedures"/>) in the Internet Assigned Numbers Authority (IANA) central registry.</t>
      <t>The location of the media type registry managed by these procedures is:</t>
      <ul empty="true">
        <li>
          <t>http://www.iana.org/assignments/media-types/</t>
        </li>
      </ul>
      <section anchor="historical-note">
        <name>Historical Note</name>
        <t>The media type registration process was initially defined for registering media types for use in the context of the asynchronous Internet mail environment. In this mail environment, there is a need to limit the number of possible media types, to increase the likelihood of interoperability when the capabilities of the remote mail system are not known. As media types are used in new environments in which the proliferation of media types is not a hindrance to interoperability, the original procedure proved excessively restrictive and had to be generalized. This was initially done in <xref target="RFC2048"/>, but the procedure defined there was still part of the MIME document set. The media type specification and registration procedure is now a separate document, to make it clear that it is independent of MIME.</t>
        <t>It may be desirable to restrict the use of media types to specific environments or to prohibit their use in other environments. This specification incorporates such restrictions into media type registrations in a systematic way. See <xref target="non-requirements"/> for additional discussion.</t>
      </section>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in This Document</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/> when they appear in ALL CAPS. They may also appear in lower or mixed case as plain English words, without any normative meaning.</t>
        <t>This specification makes use of the Augmented Backus-Naur Form (ABNF) <xref target="RFC5234"/> notation, including the core rules defined in Appendix B of that document.</t>
      </section>
    </section>
    <section anchor="media-type-registration-preliminaries">
      <name>Media Type Registration Preliminaries</name>
      <t>Registration of a new media type or types starts with the construction of a registration proposal. Registration may occur within several different registration trees that have different requirements, as discussed below. In general, a new registration proposal is circulated and reviewed in a fashion appropriate to the tree involved. The media type is then registered if the proposal is acceptable. The following sections describe the requirements and procedures used for each of the different registration trees.</t>
    </section>
    <section anchor="registration-trees-and-subtype-names">
      <name>Registration Trees and Subtype Names</name>
      <t>In order to increase the efficiency and flexibility of the registration process, different structures of subtype names can be registered to accommodate the different natural requirements for, e.g., a subtype that will be recommended for wide support and implementation by the Internet community, or a subtype that is used to move files associated with proprietary software. The following subsections define registration "trees" that are distinguished by the use of faceted names, e.g., subtype names that begin with a "tree." prefix. Note that some media types defined prior to this document do not conform to the naming conventions described below. See <xref target="grandfather"/> for a discussion of them.</t>
      <section anchor="standards-tree">
        <name>Standards Tree</name>
        <t>The standards tree is intended for types of general interest to the Internet community. Registrations in the standards tree MUST be either:</t>
        <ol spacing="normal" type="1"><li>
            <t>in the case of registrations associated with IETF specifications, 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 target="RFC5226"/> (which implies Expert Review), or</t>
          </li>
          <li>
            <t>approved by the Designated Expert(s) as identifying a "community format", as described in <xref target="community"/>.</t>
          </li>
        </ol>
        <t>The first procedure is used for registrations from IETF Consensus documents, or in rare cases when registering a grandfathered (see <xref target="grandfather"/>) and/or otherwise incomplete registration is in the interest of the Internet community. The registration proposal MUST be published as an RFC. When the registration RFC is in the IETF stream, it must have IETF Consensus, which can be attained with a status of Standards Track, BCP, Informational, or Experimental. Registrations published in non-IETF RFC streams are also allowed and require IESG approval. A registration can be either in a stand-alone "registration only" RFC or incorporated into a more general specification of some sort.</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, a Media Types Reviewer (Designated Expert or a group of Designated Experts) performs the Expert Review as specified in this document. Subsequent submissions from the same source do not involve the IESG. The format MUST be described by a formal standards specification produced by the submitting standards-related organization.</t>
        <t>The third case is described in <xref target="community"/>.</t>
        <t>Media types in the standards tree MUST NOT have faceted names, unless they are grandfathered in using the process described in <xref target="grandfather"/>.</t>
        <t>The "owner" of a media type registered in the standards tree is assumed to be the standards-related organization itself. Modification or alteration of the specification uses the same level of processing (e.g., a registration submitted on Standards Track can be revised in another Standards Track RFC, but cannot be revised in an Informational RFC) required for the initial registration.</t>
        <t>Standards-tree registrations from recognized standards-related organizations are submitted directly to the IANA, where they will undergo Expert Review <xref target="RFC5226"/> prior to approval. In this case, the Expert Reviewer(s) will, among other things, ensure that the required specification provides adequate documentation.</t>
      </section>
      <section anchor="community">
        <name>Community Formats in the Standards Tree</name>
        <t>Some formats are interoperable (i.e., they are supported by more than one implementation), but their specifications are not published by a recognized standards-related organization. To accommodate these cases, the Designated Expert(s) are empowered to approve registrations in the standards tree that meet the following criteria:</t>
        <ul spacing="normal">
          <li>
            <t>There is a well-defined specification for the format</t>
          </li>
          <li>
            <t>That specification is not tied to or heavily associated with one implementation</t>
          </li>
          <li>
            <t>The specification is freely available at a stable location</t>
          </li>
          <li>
            <t>There are multiple interoperable implementations of the specification, or they are likely to emerge</t>
          </li>
          <li>
            <t>The requested name is appropriate to the use case, and not so generic that it may be considered 'squatting'</t>
          </li>
          <li>
            <t>There is no conflict with IETF work or work at other recognised SDOs (present or future)</t>
          </li>
          <li>
            <t>There is evidence of broad adoption</t>
          </li>
        </ul>
        <t>The Designated Expert(s) have discretion in applying these criteria; in rare cases, they might judge it best to register an entry that fails one or more.</t>
        <t>Note that such registrations still go through preliminary community review (Section 5.1), and decisions can be appealed (Section 5.3).</t>
      </section>
      <section anchor="vendor-tree">
        <name>Vendor Tree</name>
        <t>The vendor tree is used for media types associated with publicly available products. "Vendor" and "producer" are construed very broadly in this context and are considered equivalent. Note that industry consortia as well as non-commercial entities that do not qualify as recognized standards-related organizations can quite appropriately register media types in the vendor tree.</t>
        <t>A registration may be placed in the vendor tree by anyone who needs to interchange files associated with some product or set of products. However, the registration properly belongs to the vendor or organization producing the software that employs the type being registered, and that vendor or organization can at any time elect to assert ownership of a registration done by a third party in order to correct or update it. See <xref target="change"/> for additional information.</t>
        <t>When a third party registers a type on behalf of someone else, both entities SHOULD be noted in the Change Controller field in the registration. One possible format for this would be "Foo, on behalf of Bar".</t>
        <t>Vendor-tree registrations will be distinguished by the leading facet "vnd.". That may be followed, at the discretion of the registrant, by either a media subtype name from a well-known producer (e.g., "vnd.mudpie") or by an IANA-approved designation of the producer's name that is followed by a media type or product designation (e.g., vnd.bigcompany.funnypictures).</t>
        <t>While public exposure and review of media types to be registered in the vendor tree are not required, using the media-types@iana.org mailing list for review is encouraged, to improve the quality of those specifications. Registrations in the vendor tree may be submitted directly to the IANA, where they will undergo Expert Review <xref target="RFC5226"/> prior to approval.</t>
      </section>
      <section anchor="personal-or-vanity-tree">
        <name>Personal or Vanity Tree</name>
        <t>Registrations for media types created experimentally or as part of products that are not distributed commercially may be registered in the personal or vanity tree. The registrations are distinguished by the leading facet "prs.".</t>
        <t>The owner of "personal" registrations and associated specifications 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, using the media-types@iana.org mailing list (see <xref target="preliminary-review"/>) for review is encouraged, to improve the quality of those specifications. Registrations in the personal tree may be submitted directly to the IANA, where they will undergo Expert Review <xref target="RFC5226"/> prior to approval.</t>
      </section>
      <section anchor="unregistered-x-tree">
        <name>Unregistered x. Tree</name>
        <t>Subtype names with "x." as the first facet may be used for types intended exclusively for use in private, local environments. Types in this tree cannot be registered and are intended for use only with the active agreement of the parties exchanging them.</t>
        <t>However, with the simplified registration procedures described above for vendor and personal trees, it should rarely, if ever, be necessary to use unregistered types. Therefore, use of types in the "x." tree is strongly discouraged.</t>
        <t>Note that types with names beginning with "x-" are no longer considered to be members of this tree (see <xref target="RFC6648"/>). Also note that if a generally useful and widely deployed type incorrectly ends up with an "x-" name prefix, it MAY be registered using its current name in an alternative tree by following the procedure defined in <xref target="grandfather"/>.</t>
      </section>
      <section anchor="additional-registration-trees">
        <name>Additional Registration Trees</name>
        <t>From time to time and as required by the community, new top-level registration trees may be created by IETF Standards Action. It is explicitly assumed that these trees may be created for external registration and management by well-known permanent organizations; for example, scientific societies may register media types specific to the sciences they cover. In general, the quality of review of specifications for one of these additional registration trees is expected to be equivalent to registrations in the standards tree by a recognized standards-related organization. When the IETF performs such review, it needs to consider the greater expertise of the requesting organization with respect to the subject media type.</t>
      </section>
    </section>
    <section anchor="registration-requirements">
      <name>Registration Requirements</name>
      <t>Media type registrations are all expected to conform to various requirements laid out in the following sections. Note that requirement specifics sometimes vary depending on the registration tree, again as detailed in the following sections.</t>
      <section anchor="functionality-requirement">
        <name>Functionality Requirement</name>
        <t>Media types MUST function as actual media formats. Registration of things that are better thought of as a transfer encoding, as a charset, or as a collection of separate entities of another type, is not allowed. For example, although applications exist to decode the base64 transfer encoding <xref target="RFC2045"/>, base64 cannot be registered as a media type.</t>
        <t>This requirement applies regardless of the registration tree involved.</t>
      </section>
      <section anchor="naming-requirements">
        <name>Naming Requirements</name>
        <t>All registered media types MUST be assigned top-level type and subtype names. The combination of these names serves to uniquely identify the media type, and the subtype name facet (or the absence of one) identifies the registration tree. Both top-level type and subtype names are case-insensitive.</t>
        <t>Type and subtype names MUST conform to the following ABNF:</t>
        <sourcecode type="abnf"><![CDATA[
  type-name = restricted-name
  subtype-name = restricted-name

  restricted-name = restricted-name-first *126restricted-name-chars
  restricted-name-first  = ALPHA / DIGIT
  restricted-name-chars  = ALPHA / DIGIT / "!" / "#" /
                           "$" / "&" / "-" / "^" / "_"
  restricted-name-chars =/ "." ; Characters before first dot always
                               ; specify a facet name
  restricted-name-chars =/ "+" ; Characters after last plus always
                               ; specify a structured syntax suffix
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref section="5.1" sectionFormat="of" target="RFC2045"/> or <xref section="4.2" sectionFormat="of" target="RFC4288"/>. Also note that while this syntax allows names of up to 127 characters, implementation limits may make such long names problematic. For this reason, 'type-name' and 'subtype-name' SHOULD be limited to 64 characters.</t>
        <t>Although the name syntax treats "." as equivalent to any other character, characters before any initial "." always specify the registration facet. Note that this means that facet-less standards- tree registrations cannot use periods in the subtype name.</t>
        <t>Similarly, the final "+" in a subtype name introduces a structured syntax specifier suffix. Structured syntax suffix requirements are specified in <xref target="suffixes"/>.</t>
        <t>While it is possible for a given media type to be assigned additional names, 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>
        <t>The choice of top-level type MUST take into account the nature of media type involved. New subtypes of top-level types MUST conform to the restrictions of the top-level type, if any. The following sections describe each of the initial set of top-level types and their associated restrictions. Additionally, various protocols, including but not limited to HTTP and MIME, MAY impose additional restrictions on the media types they can transport. (See <xref target="RFC2046"/> for additional information on the restrictions MIME imposes.)</t>
        <section anchor="text-media-types">
          <name>Text Media Types</name>
          <t>The "text" top-level type is intended for sending material that is principally textual in form.</t>
          <t>Many subtypes of text, notably including the subtype "text/plain", which is a generic subtype for plain text defined in <xref target="RFC2046"/>, define a "charset" parameter. If a "charset" parameter is defined for a particular subtype of text, it MUST be used to specify a charset name defined in accordance to the procedures laid out in <xref target="RFC2978"/>.</t>
          <t>As specified in <xref target="RFC6657"/>, a "charset" parameter SHOULD NOT be specified when charset information is transported inside the payload (e.g., as in "text/xml").</t>
          <t>If a "charset" parameter is specified, it SHOULD be a required parameter, eliminating the options of specifying a default value. If there is a strong reason for the parameter to be optional despite this advice, each subtype MAY specify its own default value, or alternatively, it MAY specify that there is no default value. Finally, the "UTF-8" charset <xref target="RFC3629"/> SHOULD be selected as the default. See <xref target="RFC6657"/> for additional information on the use of "charset" parameters in conjunction with subtypes of text.</t>
          <t>Regardless of what approach is chosen, all new text/* registrations MUST clearly specify how the charset is determined; relying on the US-ASCII default defined in <xref section="4.1.2" sectionFormat="of" target="RFC2046"/> is no longer permitted. If explanatory text is needed, this SHOULD be placed in the additional information section of the registration.</t>
          <t>Plain text does not provide for or allow formatting commands, font attribute specifications, processing instructions, interpretation directives, or content markup. Plain text is seen simply as a linear sequence of characters, possibly interrupted by line breaks or page breaks. Plain text MAY allow the stacking of several characters in the same position in the text. Plain text in scripts like Arabic and Hebrew may also include facilities that allow the arbitrary mixing of text segments with different writing directions.</t>
          <t>Beyond plain text, there are many formats for representing what might be known as "rich text". An interesting characteristic of many such representations is that they are to some extent readable even without the software that interprets them. It is useful to distinguish them, at the highest level, from such unreadable data as images, audio, or text represented in an unreadable form. In the absence of appropriate interpretation software, it is reasonable to present subtypes of "text" to the user, while it is not reasonable to do so with most non-textual data. Such formatted textual data can be represented using subtypes of "text".</t>
        </section>
        <section anchor="image-media-types">
          <name>Image Media Types</name>
          <t>A top-level type of "image" indicates that the content specifies one or more individual images. The subtype names the specific image format.</t>
        </section>
        <section anchor="audio-media-types">
          <name>Audio Media Types</name>
          <t>A top-level type of "audio" indicates that the content contains audio data. The subtype names the specific audio format.</t>
        </section>
        <section anchor="video-media-types">
          <name>Video Media Types</name>
          <t>A top-level type of "video" indicates that the content specifies a time-varying-picture image, possibly with color and coordinated sound. The term 'video' is used in its most generic sense, rather than with reference to any particular technology or format, and is not meant to preclude subtypes such as animated drawings encoded compactly.</t>
          <t>Note that although in general the mixing of multiple kinds of media in a single body is discouraged <xref target="RFC2046"/>, it is recognized that many video formats include a representation for synchronized audio and/or text, and this is explicitly permitted for subtypes of "video".</t>
        </section>
        <section anchor="application-media-types">
          <name>Application Media Types</name>
          <t>The "application" top-level type is to be used for discrete data that do not fit under any of the other type names, and particularly for data to be processed by some type of application program. This is information that must be processed by an application before it is viewable or usable by a user. Expected uses for the "application" type name include but are not limited to file transfer, spreadsheets, presentations, scheduling data, and languages for "active" (computational) material. (The last, in particular, can pose security problems that must be understood by implementors. The "application/postscript" media type registration in <xref target="RFC2046"/> provides a good example of how to handle these issues.)</t>
          <t>For example, a meeting scheduler might define a standard representation for information about proposed meeting dates. An intelligent user agent would use this information to conduct a dialog with the user, and might then send additional material based on that dialog. More generally, there have been several "active" languages developed in which programs in a suitably specialized language are transported to a remote location and automatically run in the recipient's environment. Such applications may be defined as subtypes of the "application" top-level type.</t>
          <t>The subtype of "application" will often either be the name or include part of the name of the application for which the data are intended. This does not mean, however, that any application program name may simply be used freely as a subtype of "application"; the subtype needs to be registered.</t>
        </section>
        <section anchor="multipart-and-message-media-types">
          <name>Multipart and Message Media Types</name>
          <t>Multipart and message are composite types; that is, they provide a means of encapsulating zero or more objects, each one a separate media type.</t>
          <t>All subtypes of multipart and message MUST conform to the syntax rules and other requirements specified in <xref target="RFC2046"/> and amended by <xref section="3.5" sectionFormat="of" target="RFC6532"/>.</t>
        </section>
        <section anchor="additional-top-level-types">
          <name>Additional Top-Level Types</name>
          <t>In some cases, a new media type may not "fit" under any currently defined top-level type names. Such cases are expected to be quite rare. However, if such a case does arise, a new type name can be defined to accommodate it. Definition of a new top-level type name MUST be done via a Standards Track RFC, taking into account the criteria and guidelines given below; no other mechanism can be used to define additional type names.</t>
          <section anchor="required-criteria">
            <name>Required Criteria</name>
            <t>The following is the list of required criteria for the definition of a new top-level type. Motivations for the requirements are also included.</t>
            <ul spacing="normal">
              <li>
                <t>Every new top-level type MUST be defined in a Standards Track RFC (see <xref section="4.9" sectionFormat="of" target="RFC8126"/>). This will make sure there is sufficient community interest, review, and consensus appropriate for a new top-level type.</t>
              </li>
              <li>
                <t>The IANA Considerations section of an RFC defining a new top-level type MUST request that IANA add this new top-level type to the registry of top-level types.</t>
              </li>
              <li>
                <t>The criteria for what types do and do not fall under the new top-level type MUST be defined clearly. Clear criteria are expected to help expert reviewers to evaluate whether a subtype belongs below the new type or not, and whether the registration template for a subtype contains the appropriate information. If the criteria cannot be defined clearly, this is a strong indication that whatever is being talked about is not suitable as a top-level type.</t>
              </li>
              <li>
                <t>Any RFC defining a new top-level type MUST clearly document the security considerations applying to all or a significant subset of subtypes.</t>
              </li>
              <li>
                <t>At the minimum, one subtype MUST be described. A top-level type without any subtype serves no purpose. Please note that the 'example' top-level describes a subtype 'example'.</t>
              </li>
            </ul>
          </section>
          <section anchor="additional-considerations">
            <name>Additional Considerations</name>
            <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 this new top-level type.</t>
              </li>
              <li>
                <t>On the other hand, the use of unregistered top-level types is highly discouraged.</t>
              </li>
              <li>
                <t>Use of an IETF Working Group to define a new top-level type is not needed, but may be advisable in some cases. There are examples of new top-level type definitions without a Working Group (<xref target="RFC2077"/>), with a short, dedicated WG (<xref target="RFC8081"/>), and with a Working Group that included other related work (<xref target="I-D.ietf-mediaman-haptics"/>).</t>
              </li>
              <li>
                <t>The document defining the new top-level type should include initial registrations of actual subtypes. The exception may be a top-level type similar to 'example'. This will help to show the need for the new top-level type, will allow checking the appropriateness of the definition of the new top-level type, will avoid separate work for registering an initial slate of subtypes, and will provide examples of what is considered a valid subtype for future subtype registrations.</t>
              </li>
              <li>
                <t>The registration and actual use of a certain number of subtypes under the new top-level type should be expected. The existence of a single subtype should not be enough; it should be clear that new similar types may appear in the future. Otherwise, the creation of a new top-level type is most probably not justified.</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>Desirability for common parameters: 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>This subsection lists negative criteria for top-level types, identifying criteria that are explicitly not reasons for a top-level type registration.</t>
            <ul spacing="normal">
              <li>
                <t>A top-level type is not a pointer into another registration space that offers duplicate registrations for existing media types. Example: a top-level type of 'oid', leading to types of the form oid/nnnnn, where nnn is an OID (Object Identifier) designating a specific media format,</t>
              </li>
              <li>
                <t>A top-level type MUST NOT be defined for the mapping of other protocol elements to media types. For example, while there may be some merit to a mapping from media types to URIs, e.g. in the context of RDF (Resource Description Framework), there is very limited merit in a reverse mapping, and even less merit in creating a top-level type for such a mapping. The same applies to other protocol elements such as file extensions or URI schemes. The recommended solution in case a mapping is needed is to choose a single type/subtype and put the additional information in an appropriately named parameter. As an example, information on a file extension '.dcat' can be encoded as 'application/octet-string; filename=foo.dcat'.</t>
              </li>
              <li>
                <t>Media types are not a general type system. A top-level type MUST NOT be defined if its main or only purpose is to map other type systems, e.g. in programming languages or ontologies.</t>
              </li>
              <li>
                <t>A new top-level type SHOULD NOT generate aliases for existing widely used types or subtypes.</t>
              </li>
              <li>
                <t>Top-level types with an "X-" prefix cannot be registered, and SHOULD NOT be used. This is in line with <xref target="RFC6648"/>.</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="suffixes">
          <name>Structured Syntax Name Suffixes</name>
          <t>XML in MIME <xref target="RFC3023"/> defined the first such augmentation to the media type definition to additionally specify the underlying structure of that media type. To quote:</t>
          <ul empty="true">
            <li>
              <t>This document also standardizes a convention (using the suffix '+xml') for naming media types ... when those media types represent XML MIME (Multipurpose Internet Mail Extensions) entities.</t>
            </li>
          </ul>
          <t>That is, it specified a suffix (in that case, "+xml") to be appended to the base subtype name.</t>
          <t>Since this was published, the de facto practice has arisen for using this suffix convention for other well-known structuring syntaxes. In particular, media types have been registered with suffixes such as "+der", "+fastinfoset", and "+json". This specification formalizes this practice and sets up a registry for structured type name suffixes.</t>
          <t>The primary guideline for whether a structured type name suffix is registrable is that it be described by a readily available description, preferably within a document published by an established standards-related organization, and for which there's a reference that can be used in a Normative References section of an RFC.</t>
          <t>Media types that make use of a named structured syntax SHOULD use the appropriate registered "+suffix" for that structured syntax when they are registered. By the same token, media types MUST NOT be given names incorporating suffixes for structured syntaxes they do not actually employ. "+suffix" constructs for as-yet unregistered structured syntaxes SHOULD NOT be used, given the possibility of conflicts with future suffix definitions.</t>
          <t>Media types that make use of a named structured syntax, or similar separator such as a dash "-", MUST ensure that the registration is semantically aligned, from a data model perspective, with existing base subtype names in the media type registry. For example, for the media types "application/foo+bar" and "application/foo+baz", the expectation is that the semantics suggested by the base subtype name "application/foo" are the same between both media types. The Designated Expert MUST reject a registration if they believe the semantics for a media type registration does not align with existing base subtype names in the media type registry.</t>
          <t>Registrants MUST prove to the Designated Expert, such as through an email to a public mailing list or issue tracker comment, that they have consent from the existing Change Controller for the associated base subtype name to register the new media type.</t>
        </section>
        <section anchor="deprecated-aliases">
          <name>Deprecated Aliases</name>
          <t>In some cases, a single media type may have been widely deployed prior to registration under multiple names. In such cases, a preferred name MUST be chosen for the media type, and applications MUST use this to be compliant with the type's registration. However, a list of deprecated aliases by which the type is known MAY be supplied as additional information in order to assist applications in processing the media type properly.</t>
        </section>
      </section>
      <section anchor="structured-suffixes">
        <name>Structured Suffixes</name>
        <t>A structured suffix is defined as all of the characters to the right of the left-most "+" sign in a media type, including the left-most "+" sign itself. The structured suffix MUST NOT contain more than one "+" sign. As an example, given the "application/foo+bar" media type: "application" is the top-level type, "foo" is the base subtype name, and "+bar" is the structured suffix. A media type such as "application/foo+bar+baz" is not allowed.</t>
        <section anchor="common-suffix-patterns">
          <name>Common Suffix Patterns</name>
          <t>There are a few common patterns that are utilized for media types that use structured suffixes. These patterns include expressing that the data associated with a media type:</t>
          <ul spacing="normal">
            <li>
              <t>Utilizes a structured data format such as "+xml", "+json", "+yaml", or "+cbor".</t>
            </li>
            <li>
              <t>Is compressed using a binary compression format such as "+zip" or "+gzip".</t>
            </li>
            <li>
              <t>Is encoded in a digitally signature format such as "+jwt" or "+cose".</t>
            </li>
          </ul>
          <t>While it is conceivable that suffixes such as "+xml+zip" are possible, such usage is NOT RECOMMENDED due to the large number of combinatorial possibilities that could occur and the negative impact that might have on security considerations for toolchains that attempt to safely process all of the possibilities.</t>
        </section>
        <section anchor="fragment-identifiers">
          <name>Fragment Identifiers</name>
          <t>The syntax and semantics for fragment identifiers are specified in the "Fragment Identifier Considerations" column in the IANA Structured Syntax Suffixes registry. In general, when processing fragment identifiers associated with a structured syntax suffix, the following rules SHOULD be followed:</t>
          <ol spacing="normal" type="1"><li>
              <t>For cases defined for the structured syntax suffix, where the fragment identifier does resolve per the structured syntax suffix rules, then proceed as specified by the specification associated with the "Fragment Identifier Considerations" column in the IANA Structured Syntax Suffixes registry.</t>
            </li>
            <li>
              <t>For cases defined for the structured syntax suffix, where the fragment identifier does not resolve per the structured syntax suffix rules, then proceed as specified by the specification associated with the full media type.</t>
            </li>
            <li>
              <t>For cases not defined for the structured syntax suffix, then proceed as specified by the specification associated with the full media type.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="parameter-requirements">
        <name>Parameter Requirements</name>
        <t>Media types MAY elect to use one or more media type parameters, or 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. In either case, the names, values, and meanings of any parameters MUST be fully specified when a media type is registered in the standards tree, and SHOULD be specified as completely as possible when media types are registered in the vendor or personal trees.</t>
        <t>Parameter names have the syntax as media type names and values:</t>
        <sourcecode type="abnf"><![CDATA[
    parameter-name = restricted-name
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref target="RFC2045"/> and amended by <xref target="RFC2231"/>.</t>
        <t>Parameter names are case-insensitive and no meaning is attached to the order in which they appear. It is an error for a specific parameter to be specified more than once.</t>
        <t>There is no defined syntax for parameter values. Therefore, registrations MUST specify parameter value syntax. Additionally, some transports impose restrictions on parameter value syntax, so care needs be taken to limit the use of potentially problematic syntaxes; e.g., pure binary valued parameters, while permitted in some protocols, are best avoided.</t>
        <t>Note that a protocol can impose further restrictions on parameter value syntax, depending on how it chooses to represent parameters. Both MIME <xref target="RFC2045"/> <xref target="RFC2231"/> and HTTP <xref target="RFC2045"/> <xref target="RFC5987"/> allow binary parameters as well as parameter values expressed in a specific charset, but other protocols may be less flexible.</t>
        <t>New parameters SHOULD NOT be defined as a way to introduce new functionality in types registered in the standards tree, although new parameters MAY be added to convey additional information that does not otherwise change existing functionality. An example of this would be a "revision" parameter to indicate a revision level of an external specification such as JPEG. Similar behavior is encouraged for media types registered in the vendor or personal trees, but is not required.</t>
        <t>Changes to parameters (including the introduction of new ones) is managed in the same manner as other changes to the media type; see <xref target="change"/>.</t>
      </section>
      <section anchor="canonicalization-and-format-requirements">
        <name>Canonicalization and Format Requirements</name>
        <t>All registered media types MUST employ a single, canonical data format, regardless of registration tree.</t>
        <t>A permanent and readily available public specification of the format for the media type MUST exist for all types registered in the standards tree. This specification MUST provide sufficient detail so that interoperability between independent implementations using the media type is possible. This specification MUST at a minimum be referenced by, if it is not actually included in, the media type registration proposal itself.</t>
        <t>The specifications of format and processing particulars may or may not be publicly available for media types registered in the vendor and personal trees. Such registrations are explicitly permitted to limit the information in the registration to which software and version produce or process such media types. As such, references to or inclusion of format specifications in registrations is encouraged but not required. Note, however, that the public availability of a meaningful specification will often make the difference between simply having a name reserved so that there are no conflicts with other uses and having the potential for other implementations of the media type and useful interoperation with them.</t>
        <t>Some media types involve the use of patented technology. The registration of media types involving patented technology is specifically permitted. However, the restrictions set forth in BCP 79 <xref target="RFC3979"/> 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>
      </section>
      <section anchor="interchange-recommendations">
        <name>Interchange Recommendations</name>
        <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. Problems with different versions, byte ordering, and specifics of gateway handling can and will arise.</t>
        <t>Universal interoperability of media types is not required, but known interoperability issues SHOULD be identified whenever possible. Publication of a media type does not require an exhaustive review of interoperability, and the interoperability considerations section is subject to continuing evaluation.</t>
        <t>The recommendations in this subsection apply regardless of the registration tree involved.</t>
      </section>
      <section anchor="secreq">
        <name>Security Requirements</name>
        <t>An analysis of security issues MUST be done for all types registered in the standards tree. A similar analysis for media types registered in the vendor or personal trees is encouraged but not required. However, regardless of what security analysis has or has not been done, all descriptions of security issues MUST be as accurate as possible regardless of registration tree. In particular, the security considerations MUST NOT state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree MAY say that "the security issues associated with this type have not been assessed".</t>
        <t>There is absolutely no requirement that media types registered in any tree be secure or completely free from risks. Nevertheless, all known security risks MUST be identified in the registration of a media type, again regardless of registration tree.</t>
        <t>The security considerations section of all registrations is subject to continuing evaluation and modification, and in particular MAY be extended by use of the "comments on media types" mechanism described in <xref target="comments"/> below.</t>
        <t>Some of the issues that need to be examined and described in a security analysis of a media type are:</t>
        <ul spacing="normal">
          <li>
            <t>Complex media types may include provisions for directives that institute actions on a recipient's files or other resources. In many cases, provision is made for originators to specify arbitrary actions in an unrestricted fashion that may then have devastating effects. See the registration of the application/postscript media type in <xref target="RFC2046"/> for an example of such directives and how they can be described in a media type registration.</t>
          </li>
          <li>
            <t>Any security analysis MUST state whether or not they employ such "active content"; if they do, they MUST state what steps have been taken, or MUST be taken by applications of the media type, to protect users of the media type from harm.</t>
          </li>
          <li>
            <t>Complex media types may include provisions for directives that institute actions that, while not directly harmful to the recipient, may result in disclosure of information that either facilitates a subsequent attack or else violates a recipient's privacy in some way. Again, the registration of the application/ postscript media type illustrates how such directives can be handled.</t>
          </li>
          <li>
            <t>A media type that employs compression may provide an opportunity for sending a small amount of data that, when received and evaluated, expands enormously to consume all of the recipient's resources. All media types SHOULD state whether or not they employ compression; if they do, they SHOULD discuss what steps need to be taken to avoid such attacks.</t>
          </li>
          <li>
            <t>A media type might be targeted for applications that require some sort of security assurance but don't provide the necessary security mechanisms themselves. For example, a media type could be defined for storage of sensitive medical information that in turn requires external confidentiality and integrity protection services, or which is designed for use only within a secure environment. Types SHOULD always document whether or not they need such services in their security considerations.</t>
          </li>
        </ul>
        <section anchor="structured-suffixes-1">
          <name>Structured Suffixes</name>
          <section anchor="document-validity">
            <name>Document Validity</name>
            <t>If a toolchain chooses to process a provided media type by using the selected structured suffix processing rules, it cannot presume that a document that is valid per the decoding rules associated with the structured suffix will be valid for a recognized subset of the structured suffix. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that a valid "+bar" document will also be a valid "application/foo" document. On the other hand, presuming a media type of "application/foo+bar", a toolchain can presume that a valid "application/foo+bar" document will also be a valid "+bar" document.</t>
          </section>
          <section anchor="fragment-semantics">
            <name>Fragment Semantics</name>
            <t>If a toolchain chooses to process a provided media type by using the selected structured suffix processing rules, it cannot presume that fragment identifier semantics will be the same across a recognized subset of the structured suffix. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that the fragment semantics for a "+bar" document will be the same as for an "application/foo+bar" document.</t>
          </section>
          <section anchor="security-characteristics">
            <name>Security Characteristics</name>
            <t>Toolchains cannot assume that the security characteristics of processing based on structured suffixes will be the same for the entire media type. For example, presuming a media type of "application/foo+bar", a toolchain cannot presume that the security characteristics for a "+bar" document will be the same as for a "application/foo+bar" document.</t>
          </section>
          <section anchor="partial-processing">
            <name>Partial Processing</name>
            <t>It is conceivable that an attacker could utilize structured suffixes in a way that tricks unsuspecting toolchains into skipping important security checks and allowing viruses to propagate. For example, an attacker might utilize an "application/vnd.ms-excel.addin.macroEnabled.12+zip" structured suffix to trigger an unzip process that might then directly invoke Microsoft Excel, bypassing anti-virus tooling that would otherwise block a macro-enabled MS Excel file containing a virus of some kind from being scanned or opened.</t>
            <t>Enterprising attackers might take advantage of toolchains that partially process media types in this manner. Toolchains that process media types based purely on a structured suffix need to ensure that further processing does not blindly trust the decoded data, and that proper magic header or file structure checking is performed, before allowing the decoded data to drive operations that might negatively impact the application environment or operating system.</t>
          </section>
        </section>
      </section>
      <section anchor="requirements-specific-to-xml-media-types">
        <name>Requirements Specific to XML Media Types</name>
        <t>There are a number of additional requirements specific to the registration of XML media types. These requirements are specified in <xref target="RFC3023"/>.</t>
      </section>
      <section anchor="encoding">
        <name>Encoding Requirements</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>It is therefore useful to note what sort of data a media type can consist of as part of its registration. An "encoding considerations" field is provided for this purpose. 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 necessarily limited to knowledge of the boundaries between successive frames and knowledge of the transport mechanism. Note that media types of this sort cannot simply be stored in a file or transported as a simple stream of octets; therefore, such media types are 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="non-requirements">
        <name>Usage and Implementation Non-Requirements</name>
        <t>In the asynchronous mail environment, where information on the capabilities of the remote mail agent is frequently not available to the sender, maximum interoperability is attained by restricting the media types used to those "common" formats expected to be widely implemented. This was asserted in the past as a reason to limit the number of possible media types, and resulted in a registration process with a significant hurdle and delay for those registering media types.</t>
        <t>However, the need for "common" media types does not require limiting the registration of new media types. If a limited set of media types is recommended for a particular application, that should be asserted by a separate applicability statement specific for the application and/or environment.</t>
        <t>Therefore, universal support and implementation of a media type are NOT a requirement for registration. However, if a media type is explicitly intended for limited use, this MUST be noted in its registration. The "Restrictions on Usage" field is provided for this purpose.</t>
      </section>
      <section anchor="publication-requirements">
        <name>Publication Requirements</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be published as RFCs. RFC publication of vendor and personal media type registrations is allowed but not required. In all cases, the IANA will retain copies of all media type registrations and "publish" them as part of the media types registration tree itself.</t>
        <t>As stated previously, standards-tree registrations for media types defined in documents produced by other standards-related organizations MUST be described by a formal standards specification produced by that organization. Additionally, any copyright on the registration template MUST allow the IANA to copy it into the IANA registry.</t>
        <t>Other than IETF registrations in the standards tree, the registration of a media type does not imply endorsement, approval, or recommendation by the IANA or the IETF or even certification that the specification is adequate. To become an IETF standard, a protocol or data object must go through the IETF standards process. While it provides additional assurances when it is appropriate, this is too difficult and too lengthy a process for the convenient registration of media types.</t>
        <t>The standards tree exists for media types that do require a substantive review and approval process in a recognized standards- related organization. The vendor and personal trees exist for those media types that do not require such a process. It is expected that applicability statements for particular applications will be published from time to time in the IETF, recommending implementation of, and support for, media types that have proven particularly useful in those contexts.</t>
        <t>As discussed above, registration of a top-level type requires Standards Action in the IETF and, hence, the publication of a RFC on the Standards Track.</t>
      </section>
      <section anchor="fragment-identifier-requirements">
        <name>Fragment Identifier Requirements</name>
        <t>Media type registrations can specify how applications should interpret fragment identifiers (specified in <xref section="3.5" sectionFormat="of" target="RFC3986"/>) associated with the media type.</t>
        <t>Media types are encouraged to adopt fragment identifier schemes that are used with semantically similar media types. In particular, media types that use a named structured syntax with a registered "+suffix" MUST follow whatever fragment identifier rules are given in the structured syntax suffix registration.</t>
      </section>
      <section anchor="additional-information">
        <name>Additional Information</name>
        <t>Various sorts of optional information SHOULD be included in the specification of a media type if it is available:</t>
        <ul spacing="normal">
          <li>
            <t>Magic number(s) (length, octet values). Magic numbers are byte sequences that are always present at a given place in the file and thus can be used to identify entities as being of a given media type.</t>
          </li>
          <li>
            <t>File name extension(s) commonly used on one or more platforms to indicate that some file contains a given media type.</t>
          </li>
          <li>
            <t>macOS Uniform Type Identifier (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on macOS and related platforms (see <xref target="MacOSUTIs"/> for definitions and syntax).</t>
          </li>
          <li>
            <t>Windows clipboard name (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on Microsoft Windows and related platforms (see <xref target="windowsClipboardNames"/> for definitions and syntax).</t>
          </li>
        </ul>
        <t>In the case of a registration in the standards tree, this additional information MAY be provided in the formal specification of the media type format. It is suggested that this be done by incorporating the IANA media type registration form into the format specification itself.</t>
      </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@iana.org list as discussed below.</t>
      <section anchor="preliminary-review">
        <name>Preliminary Community Review</name>
        <t>Notice of a potential media type registration in the standards tree SHOULD be sent to the media-types@iana.org mailing list for review. This mailing list has been established for the purpose of reviewing proposed media and access types. Registrations in other trees MAY be sent to the list for review as well; doing so is entirely OPTIONAL, but is strongly encouraged.</t>
        <t>The intent of the public posting to this list is to solicit comments and feedback on the choice of type/subtype name, the unambiguity of the references with respect to versions and external profiling information, and a review of any interoperability or security considerations. The submitter may submit a revised registration proposal or abandon the registration completely and at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be reviewed and approved by the IESG as part of the normal standards process. Standards-tree registrations by recognized standards- related organizations as well as registrations in the vendor and personal trees are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement. In either case, posting the registration to the media-types@iana.org list for review prior to submission is strongly encouraged.</t>
        <t>Registration requests can be sent to iana@iana.org. A web form for registration requests is also available:</t>
        <ul empty="true">
          <li>
            <t>http://www.iana.org/form/media-types</t>
          </li>
        </ul>
        <section anchor="provisional">
          <name>Provisional Registrations</name>
          <t>Standardization processes often take considerable time to complete. In order to facilitate prototyping and testing, it is often helpful to assign identifiers, including but not limited to media types, early in the process. This way, identifiers used during standards development can remain unchanged once the process is complete, and implementations and documentation do not have to be updated.</t>
          <t>Accordingly, a provisional registration process is provided to support early assignment of media type names in the standards tree. A provisional registration MAY be submitted to IANA for standards- tree types. The only required fields in such registrations are the media type name and contact information (including the standards- related organization name).</t>
          <t>Upon receipt of a provisional registration, IANA will check the name and contact information, then publish the registration in a distinct publicly visible provisional registration list.</t>
          <t>Provisional registrations MAY be updated or abandoned at any time. When the registration is abandoned, the media type is no longer registered in any sense; it can subsequently be registered just like any other unassigned media type name.</t>
        </section>
      </section>
      <section anchor="review-and-approval">
        <name>Review and Approval</name>
        <t>With the exception of provisional standards-tree registrations, registrations submitted to the IANA will be passed on to the media types reviewer. The media types reviewer, who is appointed by the IETF Applications Area Director(s), will review the registration to make sure it meets the requirements set forth in this document. Registrations that do not meet these requirements will be returned to the submitter for revision.</t>
        <t>Decisions made by the media types reviewer may be appealed to the IESG using the procedure specified in <xref section="6.5.4" sectionFormat="of" target="RFC2026"/>.</t>
        <t>Once a media type registration has passed review, the IANA will register the media type and make the media type registration available to the community.</t>
        <t>In the case of standards-tree registrations from other standards- related organizations, IANA will also check that the submitter is in fact a recognized standards-related organization. If the submitter is not currently recognized as such, the IESG will be asked to confirm their status. Recognition from the IESG MUST be obtained before a standards-tree registration can proceed.</t>
      </section>
      <section anchor="comments">
        <name>Comments on Media Type Registrations</name>
        <t>Comments on registered media types may be submitted by members of the community to the IANA at iana@iana.org. These comments will be reviewed by the media types reviewer and then passed on to the "owner" of the media type if possible. Submitters of comments may request that their comment be attached to the media type registration itself; if the IANA, in consultation with the media types reviewer, approves, the comment will be made accessible in conjunction with the type registration.</t>
      </section>
      <section anchor="change">
        <name>Change Procedures</name>
        <t>Once a media type has been published by the IANA, the owner may request a change to its definition. The descriptions of the different registration trees above designate the "owners" of each type of registration. The same procedure that would be appropriate for the original registration request is used to process a change request.</t>
        <t>Media type registrations may not be deleted; media types that are no longer believed appropriate for use can be declared OBSOLETE by a change to their "intended use" field; such media types will be clearly marked in the lists published by the IANA.</t>
        <t>Significant changes to a media type's definition should be requested only when there are serious omissions or errors in the published specification. When review is required, a change request may be denied if it renders entities that were valid under the previous definition invalid under the new definition.</t>
        <t>The owner of a media type may pass responsibility to another person or agency by informing the IANA; this can be done without discussion or review.</t>
        <t>The IESG may reassign responsibility for a media type. The most common case of this will be to enable changes to be made to types where the author of the registration has died, moved out of contact, or is otherwise unable to make changes that are important to the community.</t>
      </section>
      <section anchor="registration-template">
        <name>Registration Template</name>
        <dl newline="true">
          <dt>Type name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <t>Deprecated alias names for this type:
</t>
            <t>Magic number(s):</t>
            <t>File extension(s):</t>
            <t>Macintosh file type code(s):</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>(One of COMMON, LIMITED USE, or OBSOLETE.)</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>(Any restrictions on where the media type can be used go here.)</t>
          </dd>
        </dl>
        <dl>
          <dt>Author:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Change controller:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Provisional registration? (standards tree only):</dt>
          <dd>
            <t>Yes/No</t>
          </dd>
        </dl>
        <t>(Any other information that the author deems interesting may be added below this line.)</t>
        <t>"N/A", written exactly that way, can be used in any field if desired to emphasize the fact that it does not apply or that the question was not omitted by accident. Do not use 'none' or other words that could be mistaken for a response.</t>
        <t>Limited-use media types should also note in the applications list whether or not that list is exhaustive.</t>
      </section>
    </section>
    <section anchor="suffix-procedures">
      <name>Structured Syntax Suffix Registration Procedures</name>
      <t>Someone wishing to define a "+suffix" name for a structured syntax for use with a new media type registration SHOULD:</t>
      <ol spacing="normal" type="1"><li>
          <t>Check IANA's registry of media type name suffixes to see whether or not there is already an entry for that well-defined structured syntax.</t>
        </li>
        <li>
          <t>If there is no entry for their suffix scheme, fill out the template (specified in <xref target="suffix-template"/>) and include that with the media type registration. The template may be contained in an Internet Draft, alone or as part of some other protocol specification. The template may also be submitted in some other form (as part of another document or as a stand-alone document), but the contents will be treated as an "IETF Contribution" under the guidelines of BCP 78 <xref target="RFC5378"/>.</t>
        </li>
        <li>
          <t>Send a copy of the template or a pointer to the containing document (with specific reference to the section with the template) to the mailing list media-types@iana.org, requesting review. This may be combined with a request to review the media type registration. Allow a reasonable time for discussion and comments.</t>
        </li>
        <li>
          <t>Respond to review comments and make revisions to the proposed registration as needed to bring it into line with the guidelines given in this document.</t>
        </li>
        <li>
          <t>Submit the (possibly updated) registration template (or pointer to the document containing it) to IANA at iana@iana.org.</t>
        </li>
      </ol>
      <t>Upon receipt of a structured syntax suffix registration request,</t>
      <ol spacing="normal" type="1"><li>
          <t>IANA checks the submission for completeness; if sections are missing or citations are not correct, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA checks the current registry for an entry with the same name; if such a registry exists, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA requests Expert Review of the registration request against the corresponding guidelines.</t>
        </li>
        <li>
          <t>The Designated Expert may request additional review or discussion, as necessary.</t>
        </li>
        <li>
          <t>If Expert Review recommends registration, IANA adds the registration to the appropriate registry.</t>
        </li>
      </ol>
      <t>The initial registry content specification <xref target="RFC6839"/> provides examples of structured syntax suffix registrations.</t>
      <section anchor="change-procedures">
        <name>Change Procedures</name>
        <t>Registrations may be updated in each registry by the same mechanism as required for an initial registration. In cases where the original definition of the scheme is contained in an IESG-approved document, update of the specification also requires IESG approval.</t>
      </section>
      <section anchor="suffix-template">
        <name>Structured Syntax Suffix Registration Template</name>
        <t>This template describes the fields that must be supplied in a structured syntax suffix registration request:</t>
        <dl newline="true">
          <dt>Name</dt>
          <dd>
            <t>Full name of the well-defined structured syntax.</t>
          </dd>
          <dt>+suffix</dt>
          <dd>
            <t>Suffix used to indicate conformance to the syntax.</t>
          </dd>
          <dt>References</dt>
          <dd>
            <t>Include full citations for all specifications necessary to understand the structured syntax.</t>
          </dd>
          <dt>Encoding considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that provides general guidance regarding encoding considerations for any type employing this syntax. The same requirements for media type encoding considerations given in <xref target="encoding"/> apply here.</t>
          </dd>
          <dt>Interoperability considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that documents any issues regarding the interoperable use of types employing this structured syntax should be given here. Examples would include the existence of incompatible versions of the syntax, issues combining certain charsets with the syntax, or incompatibilities with other types or protocols.</t>
          </dd>
          <dt>Fragment identifier considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that documents the generic processing rules of fragment identifiers for any type employing this syntax should be described here.</t>
          </dd>
          <dt>Security considerations</dt>
          <dd>
            <t>A full citation to a section in a specification that provides security considerations shared by media types employing this structured syntax must be specified here. The same requirements for media type security considerations given in <xref target="secreq"/> apply here, with the exception that the option of not assessing the security considerations is not available for suffix registrations.</t>
          </dd>
          <dt>Contact</dt>
          <dd>
            <t>Person (including contact information) to contact for further information.</t>
          </dd>
          <dt>Author/Change controller.</dt>
          <dd>
            <t>Person (including contact information) authorized to change this suffix registration.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security requirements for both media type and media type suffix registrations are discussed in <xref target="secreq"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The purpose of this document is to define IANA registries for media types and structured syntax suffixes as well as the procedures for managing these registries. Additionally, this document requires IANA to maintain a list of standards-related organizations for which the IESG has approved media type registrations in the standards tree.</t>
      <t>The existing media type registry has been extended to include a section for provisional registrations. Only standards-tree registrations are allowed in the standards tree and only at the request of an organization on the IANA list of standards-related organizations. See <xref target="provisional"/> for additional information on provisional registrations.</t>
      <t>IANA has also added the following note at the top of the provisional registry:</t>
      <ul empty="true">
        <li>
          <t>This registry, unlike some other provisional IANA registries, is only for temporary use. Entries in this registry are either finalized and moved to the main media types registry, or are abandoned and deleted. Entries in this registry are suitable for use for development and test purposes only.</t>
        </li>
      </ul>
      <t>The structured syntax name suffix registry has been created as follows:</t>
      <ul spacing="normal">
        <li>
          <t>The name is the "Structured Syntax Suffix" registry.</t>
        </li>
        <li>
          <t>The registration process is specified in <xref target="suffix-procedures"/>.</t>
        </li>
        <li>
          <t>The information required for a registry entry as well as the entry format are specified in <xref target="suffix-template"/>.</t>
        </li>
        <li>
          <t>The initial content of the registry is specified in <xref target="RFC6839"/>.</t>
        </li>
      </ul>
      <t>Entries in both the media type and structured suffix registries will be annotated by IANA with both the original registration date as well as the date of the most recent update to the entry. Registrations made prior to the implementation of this specification may, if necessary, be marked as such, rather than with a specific date.</t>
      <t>Since registration entries can be updated multiple times, IANA will also maintain the history of changes to each registration in such a way that the state of the registration at any given time can be determined.</t>
      <t>Finally, per this document, IANA has created a new email address, media-types@iana.org, for the media type review list, which replaces the ietf-types@iana.org address specified in RFC 4288. ietf-types@iana.org has been retained as an alias.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The current authors would like to acknowledge their debt to the late Dr. Jon Postel, whose general model of IANA registration procedures and specific contributions shaped the predecessors of this document <xref target="RFC2048"/> <xref target="RFC4288"/>. We hope that the current version is one with which he would have agreed but, as it is impossible to verify that agreement, we have regretfully removed his name as a co-author.</t>
      <t>Randy Bush, Francis Dupont, Bjoern Hoehrmann, Barry Leiba, Murray Kucherawy, Alexey Melnikov, S. Moonesamy, Mark Nottingham, Tom Petch, Peter Saint-Andre, and Jeni Tennison provided many helpful review comments and suggestions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434. 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="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="RFC6648">
          <front>
            <title>Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>Historically, designers and implementers of application protocols have often distinguished between standardized and unstandardized parameters by prefixing the names of unstandardized parameters with the string "X-" or similar constructs. In practice, that convention causes more problems than it solves. Therefore, this document deprecates the convention for newly defined parameters with textual (as opposed to numerical) names in application protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="178"/>
          <seriesInfo name="RFC" value="6648"/>
          <seriesInfo name="DOI" value="10.17487/RFC6648"/>
        </reference>
        <reference anchor="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="RFC2978">
          <front>
            <title>IANA Charset Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="October" year="2000"/>
            <abstract>
              <t>Multipurpose Internet Mail Extensions (MIME) and various other Internet protocols are capable of using many different charsets. This in turn means that the ability to label different charsets is essential. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="19"/>
          <seriesInfo name="RFC" value="2978"/>
          <seriesInfo name="DOI" value="10.17487/RFC2978"/>
        </reference>
        <reference anchor="RFC6657">
          <front>
            <title>Update to MIME regarding "charset" Parameter Handling in Textual Media Types</title>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document changes RFC 2046 rules regarding default "charset" parameter values for "text/*" media types to better align with common usage by existing clients and servers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6657"/>
          <seriesInfo name="DOI" value="10.17487/RFC6657"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC6532">
          <front>
            <title>Internationalized Email Headers</title>
            <author fullname="A. Yang" initials="A." surname="Yang"/>
            <author fullname="S. Steele" initials="S." surname="Steele"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Internet mail was originally limited to 7-bit ASCII. MIME added support for the use of 8-bit character sets in body parts, and also defined an encoded-word construct so other character sets could be used in certain header field values. However, full internationalization of electronic mail requires additional enhancements to allow the use of Unicode, including characters outside the ASCII repertoire, in mail addresses as well as direct use of Unicode in header fields like "From:", "To:", and "Subject:", without requiring the use of complex encoded-word constructs. This document specifies an enhancement to the Internet Message Format and to MIME that allows use of Unicode in mail addresses and most header field content.</t>
              <t>This specification updates Section 6.4 of RFC 2045 to eliminate the restriction prohibiting the use of non-identity content-transfer- encodings on subtypes of "message/". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6532"/>
          <seriesInfo name="DOI" value="10.17487/RFC6532"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC3023">
          <front>
            <title>XML Media Types</title>
            <author fullname="M. Murata" initials="M." surname="Murata"/>
            <author fullname="S. St. Laurent" initials="S." surname="St. Laurent"/>
            <author fullname="D. Kohn" initials="D." surname="Kohn"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document standardizes five new media types -- text/xml, application/xml, text/xml-external-parsed-entity, application/xml- external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML). This document also standardizes a convention (using the suffix '+xml') for naming media types outside of these five types when those media types represent XML MIME (Multipurpose Internet Mail Extensions) entities. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3023"/>
          <seriesInfo name="DOI" value="10.17487/RFC3023"/>
        </reference>
        <reference anchor="RFC3979">
          <front>
            <title>Intellectual Property Rights in IETF Technology</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <date month="March" year="2005"/>
            <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 about any IPR constraints on a technical proposal as possible. The policies are also intended to benefit the Internet community and the public at large, while respecting the legitimate rights of IPR holders. This memo details 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 memo updates RFC 2026 and, with RFC 3978, replaces Section 10 of RFC 2026. This memo also updates paragraph 4 of Section 3.2 of RFC 2028, for all purposes, including reference [2] in RFC 2418. 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="3979"/>
          <seriesInfo name="DOI" value="10.17487/RFC3979"/>
        </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="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="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MacOSUTIs" target="https://developer.apple.com/documentation/uniformtypeidentifiers">
          <front>
            <title>Framework: Uniform Type Identifiers</title>
            <author>
              <organization>Apple Computer, Inc.</organization>
            </author>
            <date year="2024" month="March"/>
          </front>
        </reference>
        <reference anchor="windowsClipboardNames" target="https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats">
          <front>
            <title>Clipboard Formats</title>
            <author>
              <organization>MicroSoft Inc.</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC2616">
          <front>
            <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="J. Gettys" initials="J." surname="Gettys"/>
            <author fullname="J. Mogul" initials="J." surname="Mogul"/>
            <author fullname="H. Frystyk" initials="H." surname="Frystyk"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2616"/>
          <seriesInfo name="DOI" value="10.17487/RFC2616"/>
        </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="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="RFC2077">
          <front>
            <title>The Model Primary Content Type for Multipurpose Internet Mail Extensions</title>
            <author fullname="S. Nelson" initials="S." surname="Nelson"/>
            <author fullname="C. Parks" initials="C." surname="Parks"/>
            <author>
              <organization>Mitra</organization>
            </author>
            <date month="January" year="1997"/>
            <abstract>
              <t>The purpose of this memo is to propose an update to Internet RFC 2045 to include a new primary content-type to be known as "model". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2077"/>
          <seriesInfo name="DOI" value="10.17487/RFC2077"/>
        </reference>
        <reference anchor="RFC8081">
          <front>
            <title>The "font" Top-Level Media Type</title>
            <author fullname="C. Lilley" initials="C." surname="Lilley"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This memo serves to register and document the "font" top-level media type, under which subtypes for representation formats for fonts may be registered. This document also serves as a registration application for a set of intended subtypes, which are representative of some existing subtypes already in use, and currently registered under the "application" tree by their separate registrations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8081"/>
          <seriesInfo name="DOI" value="10.17487/RFC8081"/>
        </reference>
        <reference anchor="I-D.ietf-mediaman-haptics">
          <front>
            <title>The 'haptics' Top-level Media Type</title>
            <author fullname="Yeshwant K Muthusamy" initials="Y. K." surname="Muthusamy">
         </author>
            <author fullname="Chris Ullrich" initials="C." surname="Ullrich">
         </author>
            <date day="27" month="July" year="2023"/>
            <abstract>
              <t>   This memo serves to register and document the 'haptics' top-level
   media type, under which subtypes for representation formats for
   haptics may be registered.  This document also serves as a
   registration for a set of subtypes, which are representative of some
   existing subtypes already in use.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-haptics-05"/>
        </reference>
        <reference anchor="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="RFC5987">
          <front>
            <title>Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters</title>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>By default, message header field parameters in Hypertext Transfer Protocol (HTTP) messages cannot carry characters outside the ISO- 8859-1 character set. RFC 2231 defines an encoding mechanism for use in Multipurpose Internet Mail Extensions (MIME) headers. This document specifies an encoding suitable for use in HTTP header fields that is compatible with a profile of the encoding defined in RFC 2231. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5987"/>
          <seriesInfo name="DOI" value="10.17487/RFC5987"/>
        </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>
      </references>
    </references>
    <?line 692?>

<section anchor="grandfather">
      <name>Grandfathered Media Types</name>
      <t>A number of media types with unfaceted subtype names, registered prior to 1996, would, if
registered under the guidelines in this document, be given a faceted name and placed into either
the vendor or personal trees. Reregistration of those types to reflect the appropriate trees is
encouraged but not required. Ownership and change control principles outlined in this document
apply to those types as if they had been registered in the trees described above.</t>
      <t>From time to time there may also be cases where a media type with an unfaceted subtype name has
been widely deployed without being registered. (Note that this includes subtype names beginning
with the "x-" prefix.) If possible, such a media type SHOULD be reregistered with a proper faceted
subtype name, possibly using a deprecated alias to identify the original name (see <xref target="deprecated-aliases"/>).
However, if this is not possible, the type can, subject to approval by both the media types
reviewer and the IESG, be registered in the proper tree with its unfaceted name.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA819+ZPbVpLm7/wrMPTGqsomKVvyIUszPV3W0dasdaxU7p6J
nd0JkHwswgIBDgBWie3Q/O2b+WXmOwCwpD5jJibadhF4eEe+PL/MnM/nk67o
Svcwe+HWRZ5dHvcue7t3q2JTrPKuqKs2y6t19sZdFW3X4C/Z66ZeufWhce0k
Xy4bd528HT86WderKt/R8Osm33TzwnWb+Y6f3eXV/NsH9x8si3b+5VeTdd65
hxP6oruqm+PDbLnaT+plW5euc+3DjJ+cTIp98zDrmkPb3fvyy++/vDd55443
dbN+mD2vOtdUrps/4c9MJm1Hk/6PvKwr+vSR5tnu8qb7j/881Biuqif74mH2
f7p6Ncvof4pq7apulrV10zVu09K/HXf6L11TrOinVb3b5/ovO3qYfiqqsqjc
/51Mrl11oNln2bbmpU63XbdvH969S4vKaSNW71yz4JUv6ubq7s3VXduAu/my
PnR3p/Rm4/Z19OZV0W0PywV96y627ObK79pd3TV6bSKPzYu2Pbh5mS9dKVtF
P08m+aHb1g1Na07jZzRbWviLRfay7rqiutrmO/xZTudF3rzr/0KTzavijzjH
h9njsj6sN2XeOPy4r2mLy4f49yybE0nk2yav8N+r+lB1fIgXB6aDssjxZ7fL
C5rfrqq73/L/LOi88MOhobOwld/c3Czs17vJ3F8viLTaqli9iyb+mugj+XMy
6/i7jTz0W7cn6nQ7h89PimpTNzt6+hoH+CJfvXr78+XzVl7VqzF91tDHiNLe
Pcx+rgp+Q0j9OZMN3RTXtFN5IW+uXBdWs3bXrqz3dP75fl86HChdiQNTEKZ4
9yDjdTRcEUbDYP4AscW61bxA2lkeLXtMNHkgwp8R/a8WeAD3iI9ztc3ufXnv
6wn99YbIu75pH5fFflnnzfolLaa3QP9b9gzbcWI5pcubarErVk3d1psOy3HV
/NDe1W/wP+/fA+G/X22v7q5s3Lls80cX9oLHfktj95d0cbgiauI1fTmZzOfz
LF8yca3oDC+3RZvZrmZrt6Fb2WZ7z6Qy+nbWbV3WxnwNbK2J2Vq9yXDJMj4M
eevQOiK+7MfLy9ez7MXzF09neK2m0RrPdPhTxETqsl3I1HbFel26yeQzfqSp
14cVeOHkjVvxDIfvZdv82mVL56psRTdscyjLIy2kLa4qtyYGRT9lLm8L+qt7
37mqLZYlJrZyTZfTP+mlvF3QyNme+FyxOtBFnWXELY7hI8ywVuVhTVc8Wx46
YoJdVha7opNP8BqzX3/95zfPHt/79qtvP3zASnnN9Nd/4L9++fU3Hz7M+Fs0
y33OU6Atowk3Rx4zb5YFbWVzzMCJaNRVTSutugUfkaO9XW3parY73lV8Es9l
7YFoVR/N6CTz6BSY3dJqW+ZL/DH6a72fl3yr8DvmmNMQS3n6ZlvQYDTI5tDg
jOhwafeJCta0evoksXdHG/VqzyeS0zbPkjNf5ZUSkDD8iumCqXmWvavqG9ro
lneYLhAdIR/3RUpCILq25RlUzq3pq0p7REdYLUsUmsU274QiiQpoWdiC67w8
0BR4e2UKPGVaHB8tzXVJh0+yzjU85xtXlnMlZ7cWotwflmWx4kOviN/0r4U9
3OK7q4aOvaFl8/TCBiSLEcFv14nfiq6U0KQdpLzmmmQvz379Nbzw4cM57x3P
m/8ZfTI6ofaw2RTv5VX593k6Au0Hz8NfoItWr8jLw25JB0JcgjlL0R2zs+cX
Ly/OM75wJIJsYUelxbJe+TvfgTb7W3DkjcyvaOzlUQ8wWn5B/HPyG/BFlVkF
PQ35nmNOUBFE0M+xHXeJHXyW/UhD0/xWNCOSts4uxuj+e2K6oQ0rqqIrcmEL
Qht8crbvfDtOsC6cNl+u950tNm+P1Wrb1FV9aMNespTMXHVd0A88e3CTjmmo
/8uMRyEqxV1lMsddZk6C4SucBX+MlAThVNHcWN9iRsRU7fB8WbxzZbGt6zW/
U/B8WGLmy6Lkg7zZOl0F8xz+GxOxLqVxO9pGmWF7ZLmO+8OsDfd1QSSS7Az/
CqqlrancTbws3mRlIErsZbFx47KB7zd9I8+2JPdI71k5WVY6d2wUXdriqiBe
E+iH/+2a5uDe8/mS6kHHSlQFTZP+C/dumxvjv3J0n0mL+qNbLzJc6h5BkJLL
U1fe/eXXD5hLM4dP7qwnHDk8HoPYKl1Hlhi2n2D3gWe4jr+YUOhHZGj4HLbo
hpmzY45Jp2TjggR2+Tt6pstWrFMIQyzA/lkX3zso5DwrnhFd2udMoEfeDhaL
DYQPGI/sGibPFN87J3rEJpweNXPlmme7LZZCt4W/MiLd48d139O1ExHXzb7m
pbXCwf0ZMvOEuDnJWsHZhWLpLys6juMie+scnWJVV/PG/eehIOLmj5Mk5vuc
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

-->

</rfc>
