<?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-02" 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-02"/>
    <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="09"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 55?>

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

<section anchor="introduction">
      <name>Introduction</name>
      <t>Internet application protocols are capable of carrying arbitrary labeled content, including but not limited to HTTP <xref target="RFC9110"/> and MIME <xref target="RFC2045"/>.</t>
      <t>Such labels are known as media types. A media type consists of a top-level type and a subtype, which is further structured into trees. Optionally, a media type can be defined to allow companion data, known as parameters.</t>
      <t>This document defines the criteria and procedures to be used to register media types (<xref target="procedures"/>) as well as media type structured suffixes (<xref target="suffix-procedures"/>) in the Internet Assigned Numbers Authority (IANA) registry.</t>
      <t>The location of the media type registry managed by these procedures is:</t>
      <ul empty="true">
        <li>
          <t>http://www.iana.org/assignments/media-types/</t>
        </li>
      </ul>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in This Document</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/> when they appear in ALL CAPS. They may also appear in lower or mixed case as plain English words, without any normative meaning.</t>
        <t>This specification makes use of the Augmented Backus-Naur Form (ABNF) <xref target="RFC5234"/> notation, including the core rules defined in Appendix B of that document.</t>
      </section>
    </section>
    <section anchor="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 in distinct "trees," distinguished with faceted names.</t>
      <t>For example, a subtype that is recommended for wide support and implementation by the Internet community would be registered in the Standards Tree and not have a prefix, while a subtype that is used to move files associated with proprietary software would be registered in the Vendor Tree, and so its name would begin with a "vnd." prefix.</t>
      <t>Note that some previously defined media types do not conform to the naming conventions described below. See <xref target="grandfather"/> 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 section="4.6" sectionFormat="of" target="RFC8126"/> (which implies Expert Review), or</t>
          </li>
          <li>
            <t>approved by the Designated Expert(s) as identifying a "community format", as described in <xref target="community"/>.</t>
          </li>
        </ol>
        <t>The first procedure is used for registrations from IETF Consensus documents, or in rare cases when registering a grandfathered (see <xref target="grandfather"/>) and/or otherwise incomplete registration is in the interest of the Internet community. The registration proposal MUST be published as an RFC. When the registration RFC is in the IETF stream, it must have IETF Consensus. Registrations published in non-IETF RFC streams are also allowed, but require IESG approval. A registration can be either in a stand-alone "registration only" RFC or incorporated into a more complete specification.</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 change controller of a media type registered in the standards tree is assumed to be the standards-related organization itself. Modification or alteration of the specification uses the same level of processing (e.g., a registration submitted on Standards Track can be revised in another Standards Track RFC, but cannot be revised in an Informational RFC) required for the initial registration.</t>
        <t>Standards-tree registrations from recognized standards-related organizations are submitted directly to the IANA, where they will undergo Expert Review <xref section="4.5" sectionFormat="of" target="RFC8126"/> 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 intended 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 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 assume change control of a registration done by a third party in order to correct or update it. See <xref target="change"/> for additional information.</t>
        <t>When a third party registers a type on behalf of someone else, both entities SHOULD be noted in the Change Controller field in the registration. One possible format for this would be "Foo, on behalf of Bar".</t>
        <t>Vendor tree registrations are distinguished by the leading facet "vnd.". That may be followed, at the discretion of the registrant, by either a media subtype name from a well-known producer (e.g., "vnd.mudpie") or by an IANA-approved designation of the producer's name that is followed by a media type or product designation (e.g., vnd.bigcompany.funnypictures).</t>
        <t>While public exposure and review of media types to be registered in the vendor tree are not required, requesting review on the media-types@iana.org mailing list is encouraged, to improve the quality of those specifications.</t>
        <t>Registrations in the vendor tree may be submitted directly to the IANA, where they will undergo Expert Review <xref section="4.5" sectionFormat="of" target="RFC8126"/> prior to approval.</t>
      </section>
      <section anchor="personal-tree">
        <name>Personal Tree</name>
        <t>The personal tree is intended for media types created experimentally or as part of products that are not distributed commercially. This tree is sometimes referred to as the "vanity" tree.</t>
        <t>Personal tree registrations are distinguished by the leading facet "prs.".</t>
        <t>The change controller of a "personal" registration is the person or entity making the registration, or one to whom responsibility has been transferred as described below.</t>
        <t>While public exposure and review of media types to be registered in the personal tree are not required, requesting review on the media-types@iana.org mailing list is encouraged, to improve the quality of those specifications.</t>
        <t>Registrations in the personal tree may be submitted directly to the IANA, where they will undergo Expert Review <xref section="4.5" sectionFormat="of" target="RFC8126"/> prior to approval.</t>
      </section>
      <section anchor="unregistered-x-tree">
        <name>Unregistered x. Tree</name>
        <t>Subtype names with "x." as the first facet are intended exclusively for use in private, local environments. Subtypes using this tree cannot be registered and are intended for use only with the active agreement of the parties exchanging them.</t>
        <t>The low barrier to registration in the vendor and personal trees means it should rarely, if ever, be necessary to use unregistered types. Therefore, use of types in the "x." tree is strongly discouraged.</t>
        <t>Note that types with names beginning with "x-" are no longer considered to be members of this tree (see <xref target="RFC6648"/>). Also note that if a generally useful and widely deployed type incorrectly uses an "x-" name prefix, it MAY be registered using its current name in an alternative tree by following the procedure defined in <xref target="grandfather"/>.</t>
      </section>
      <section anchor="additional-registration-trees">
        <name>Additional Registration Trees</name>
        <t>From time to time and as required by the community, new top-level registration trees may be created by IETF Standards Action.</t>
        <t>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.</t>
        <t>When the IETF performs such review, it needs to consider the greater expertise of the requesting organization with respect to the subject media type.</t>
      </section>
    </section>
    <section anchor="registration-requirements">
      <name>Registration Requirements</name>
      <t>Media type registrations are expected to conform to various requirements laid out in the following sections. Note that specific requirements can vary depending on the registration tree.</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 <xref section="5.1" sectionFormat="of" target="RFC2045"/> or <xref section="4.2" sectionFormat="of" target="RFC4288"/>. Also note that while this syntax allows names of up to 127 characters, implementation limits may make such long names problematic. For this reason, 'type-name' and 'subtype-name' SHOULD be limited to 64 characters.</t>
        <t>Although this syntax treats "." as equivalent to any other character, characters before any initial "." always specify the registration facet. Note that this means that facet-less standards tree registrations cannot use periods in the subtype name.</t>
        <t>Similarly, the final "+" in a subtype name introduces a structured syntax specifier suffix. Structured syntax suffix requirements are specified in <xref target="suffixes"/>.</t>
        <t>While it is possible for a given media type to be assigned more than one name, the use of different names to identify the same media type is discouraged.</t>
        <t>These requirements apply regardless of the registration tree involved.</t>
      </section>
      <section anchor="top-level-type-names">
        <name>Top-Level Type Names</name>
        <t>The choice of top-level type MUST take into account the nature of media type involved. New subtypes of top-level types MUST conform to the restrictions of the top-level type, if any.</t>
        <t>The following sections describe each of the initial set of top-level types and their associated restrictions. Additionally, various protocols, including but not limited to HTTP and MIME, MAY impose additional restrictions on the media types they can transport. (See <xref target="RFC2046"/> for additional information on the restrictions MIME imposes.)</t>
        <section anchor="text-media-types">
          <name>Text Media Types</name>
          <t>A top-level type of "text" indicates that the content is principally textual in form.</t>
          <t>Text that does not provide for or allow formatting commands, font attribute specifications, processing instructions, interpretation directives, or content markup is known as "plain text". Plain text is seen simply as a linear sequence of characters, possibly interrupted by line breaks or page breaks. Plain text MAY allow the stacking of several characters in the same position in the text. Plain text in scripts like Arabic and Hebrew may also include facilities that allow the arbitrary mixing of text segments with different writing directions.</t>
          <t>Beyond plain text, there are many formats for representing what might be known as "rich text". An interesting characteristic of many such representations is that they are to some extent readable even without the software that interprets them. It is useful to distinguish them, at the highest level, from such unreadable data as images, audio, or text represented in an unreadable form. In the absence of appropriate interpretation software, it is reasonable to present subtypes of "text" to the user, while it is not reasonable to do so with most non-textual data. Such formatted textual data can be represented using subtypes of "text".</t>
          <section anchor="the-charset-parameter">
            <name>The Charset Parameter</name>
            <t>Many subtypes of text, notably including the subtype "text/plain", which is a generic subtype for plain text defined in <xref target="RFC2046"/>, define a "charset" parameter. If a "charset" parameter is defined for a particular subtype of text, it MUST be used to specify a charset name defined in accordance to the procedures laid out in <xref target="RFC2978"/>.</t>
            <t>As specified in <xref target="RFC6657"/>, a "charset" parameter SHOULD NOT be specified when charset information is transported inside the payload (e.g., as in "text/xml").</t>
            <t>If a "charset" parameter is specified, it SHOULD be a required parameter, eliminating the options of specifying a default value. If there is a strong reason for the parameter to be optional despite this advice, each subtype MAY specify its own default value, or alternatively, it MAY specify that there is no default value. Finally, the "UTF-8" charset <xref target="RFC3629"/> SHOULD be selected as the default. See <xref target="RFC6657"/> for additional information on the use of "charset" parameters in conjunction with subtypes of text.</t>
            <t>Regardless of what approach is chosen, all new text/* registrations MUST clearly specify how the charset is determined; relying on the US-ASCII default defined in <xref section="4.1.2" sectionFormat="of" target="RFC2046"/> is no longer permitted. If explanatory text is needed, this SHOULD be placed in the additional information section of the registration.</t>
          </section>
        </section>
        <section anchor="image-media-types">
          <name>Image Media Types</name>
          <t>A top-level type of "image" indicates that the content is one or more individual images. The subtype names the specific image format.</t>
        </section>
        <section anchor="audio-media-types">
          <name>Audio Media Types</name>
          <t>A top-level type of "audio" indicates that the content is audio data. The subtype names the specific audio format.</t>
        </section>
        <section anchor="video-media-types">
          <name>Video Media Types</name>
          <t>A top-level type of "video" indicates that the content is a time-varying-picture image, possibly with color and coordinated sound. The term 'video' is used in its most generic sense, rather than with reference to any particular technology or format, and is not meant to preclude subtypes such as animated drawings encoded compactly.</t>
          <t>Note that although in general the mixing of multiple kinds of media in a single body is discouraged <xref target="RFC2046"/>, it is recognized that many video formats include a representation for synchronized audio and/or text, and this is explicitly permitted for subtypes of "video".</t>
        </section>
        <section anchor="application-media-types">
          <name>Application Media Types</name>
          <t>A top-level type of "application" indicates that the content is discrete data that do not fit under any of the other type names, and particularly for data to be processed by some type of application program. This is information that must be processed by an application before it is viewable or usable by a user.</t>
          <t>Expected uses for the "application" type name include but are not limited to file transfer, spreadsheets, presentations, scheduling data, and languages for "active" (computational) material. (The last, in particular, can pose security problems that must be understood by implementors. The "application/postscript" media type registration in <xref target="RFC2046"/> provides a good example of how to handle these issues.)</t>
          <t>For example, a meeting scheduler might define a standard representation for information about proposed meeting dates. An intelligent user agent would use this information to conduct a dialog with the user, and might then send additional material based on that dialog. More generally, there have been several "active" languages developed in which programs in a suitably specialized language are transported to a remote location and automatically run in the recipient's environment. Such applications may be defined as subtypes of the "application" top-level type.</t>
          <t>The subtype of "application" will often either be the name or include part of the name of the application for which the data are intended. This does not mean, however, that any application program name may simply be used freely as a subtype of "application"; the subtype needs to be registered.</t>
        </section>
        <section anchor="multipart-and-message-media-types">
          <name>Multipart and Message Media Types</name>
          <t>A top-level type of "multipart" or "message" indicates that the content is a composite type; that is, they provide a means of encapsulating zero or more objects, each one a separate media type.</t>
          <t>All subtypes of multipart and message MUST conform to the syntax rules and other requirements specified in <xref target="RFC2046"/> and amended by <xref section="3.5" sectionFormat="of" target="RFC6532"/>.</t>
        </section>
        <section anchor="additional-top-level-types">
          <name>Additional Top-Level Types</name>
          <t>In some cases, a new media type may not be easily classified under any currently defined top-level type names. Such cases are expected to be quite rare. However, if such a case does arise, a new type name can be defined to accommodate it. Definition of a new top-level type name MUST be done via a Standards Track RFC, taking into account the criteria and guidelines given below; no other mechanism can be used to define additional type names.</t>
          <section anchor="required-criteria">
            <name>Required Criteria</name>
            <t>Definitions of new top-level types are required to fulfil the following criteria:</t>
            <ul spacing="normal">
              <li>
                <t>Every new top-level type MUST be defined in a Standards Track RFC (see <xref section="4.9" sectionFormat="of" target="RFC8126"/>). This will make sure there is sufficient community interest, review, and consensus appropriate for a new top-level type.</t>
              </li>
              <li>
                <t>The IANA Considerations section of an RFC defining a new top-level type MUST request that IANA add this new top-level type to the registry of top-level types.</t>
              </li>
              <li>
                <t>The criteria for what types do and do not fall under the new top-level type MUST be defined clearly. Clear criteria are expected to help expert reviewers to evaluate whether a subtype belongs below the new type or not, and whether the registration template for a subtype contains the appropriate information. If the criteria cannot be defined clearly, this is a strong indication that whatever is being talked about is not suitable as a top-level type.</t>
              </li>
              <li>
                <t>Any RFC defining a new top-level type MUST clearly document the security considerations applying to all or a significant subset of subtypes.</t>
              </li>
              <li>
                <t>At the minimum, one subtype MUST be described. A top-level type without any subtype serves no purpose. Please note that the 'example' top-level describes a subtype 'example'.</t>
              </li>
            </ul>
          </section>
          <section anchor="additional-considerations">
            <name>Additional Considerations</name>
            <t>Additional considerations for the defintion of a new top-level type include:</t>
            <ul spacing="normal">
              <li>
                <t>Existing wide use of an unregistered top-level type may be an indication of a need, and therefore an argument for formally defining a new top-level type.</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 likely unjustified.</t>
              </li>
              <li>
                <t>The proposers of the new top-level type and the wider community should be willing to commit to emitting and consuming the new top-level type in environments that they control.</t>
              </li>
              <li>
                <t>The fact that a group of (potential) types have (mostly) common parameters may be an indication that these belong under a common new top-level type.</t>
              </li>
              <li>
                <t>Top-level types can help humans with understanding and debugging. Therefore, evaluating how a new top-level type helps humans understand types may be crucial.</t>
              </li>
              <li>
                <t>Common restrictions may apply to all subtypes of a top-level type. Examples are the restriction to CRLF line endings for subtypes of type 'text' (at least in the context of electronic mail), or on subtypes of type 'multipart'.</t>
              </li>
              <li>
                <t>Top-level types are also used frequently in dispatching code. For example "multipart/*" is frequently handled as multipart/mixed, without understanding of a specific subtype. The top-level types 'image', 'audio', and 'video' are also often handled generically. Documents with these top-level types can be passed to applications handling a wide variety of image, audio, or video formats. HTML generating applications can select different HTML elements (e.g. &lt;img&gt; or &lt;audio&gt;) for including data of different top-level types. Applications can select different icons to represent unknown types in different top-level types.</t>
              </li>
            </ul>
          </section>
          <section anchor="negative-criteria">
            <name>Negative Criteria</name>
            <t>Negative indicators for creation of a new top-level type include:</t>
            <ul spacing="normal">
              <li>
                <t>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. See <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 be defined to allow or require use of media type parameters. Additionally, some parameters may be automatically made available to the media type by virtue of being a subtype of a content type that defines a set of parameters applicable to any of its subtypes.</t>
        <t>In either case, the names, values, and meanings of any parameters MUST be fully specified when a media type is registered in the standards tree, and SHOULD be specified as completely as possible when media types are registered in the vendor or personal trees.</t>
        <t>Parameter names have the same syntax as media type names and values:</t>
        <sourcecode type="abnf"><![CDATA[
    parameter-name = restricted-name
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref target="RFC2045"/> and amended by <xref target="RFC2231"/>.</t>
        <t>Parameter names are case-insensitive and no meaning is attached to the order in which they appear. It is an error for a specific parameter to be specified more than once.</t>
        <t>There is no defined syntax for parameter values; therefore, it MUST be specified upon registration. Additionally, some transports impose restrictions on parameter value syntax, so care needs be taken to limit the use of potentially problematic syntaxes; for example, binary valued parameters, while permitted in some protocols, are best avoided.</t>
        <t>Note that a protocol can impose further restrictions on parameter value syntax, depending on how it chooses to represent parameters. Both MIME <xref target="RFC2045"/> <xref target="RFC2231"/> and HTTP <xref target="RFC9110"/> <xref target="RFC8187"/> allow binary parameters as well as parameter values expressed in a specific charset, but other protocols may be less flexible.</t>
        <t>Types already registered in the standards tree SHOULD NOT have new functionality added through the definition of new parameters subsequent to the original registration. New parameters MAY be used to convey additional information that does not otherwise change existing functionality. An example of this would be a "revision" parameter to indicate a revision level of an external specification such as JPEG. Similar behavior is encouraged for media types registered in the vendor or personal trees, but is not required.</t>
        <t>Changes to parameters (including the introduction of new ones) is managed in the same manner as other changes to the media type; see <xref target="change"/>.</t>
      </section>
      <section anchor="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. If not part of the media type registration proposal, this specification MUST be referenced by it.</t>
        <t>The specifications of format and processing particulars need 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>The registration of media types involving patented technology is permitted. However, the restrictions set forth in BCP 79 <xref target="RFC8179"/> and BCP 78 <xref target="RFC5378"/> on the use of patented technology in IETF Standards Track protocols must be respected when the specification of a media type is part of a Standards Track protocol. In addition, other standards-related organizations making use of the standards tree may have their own rules regarding intellectual property that must be observed in their registrations.</t>
        <t>Intellectual Property Rights (IPR) disclosures for registrations in the vendor and personal trees are encouraged but not required.</t>
      </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. For example, problems with different versions, byte ordering, and specifics of gateway handling can arise.</t>
        <t>Universal interoperability of media types is not required, but known interoperability issues SHOULD be identified whenever possible. Publication of a media type does not require an exhaustive review of interoperability, and the interoperability considerations section is subject to continuing evaluation.</t>
        <t>The recommendations in this subsection apply regardless of the registration tree involved.</t>
      </section>
      <section anchor="secreq">
        <name>Security Requirements</name>
        <t>All registrations of types in the standards tree MUST include an analysis of security issues. A similar analysis for media types registered in the vendor or personal trees is encouraged but not required.</t>
        <t>All descriptions of security issues MUST be as accurate as possible regardless of registration tree. In particular, the security considerations MUST NOT state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree MAY say that "the security issues associated with this type have not been assessed".</t>
        <t>There is no requirement that media types registered in any tree be secure or completely free from risks. Nevertheless, all known security risks MUST be identified in the registration of a media type, again regardless of registration tree.</t>
        <t>The security considerations section of all registrations is subject to continuing evaluation and modification, and in particular MAY be extended by use of the "comments on media types" mechanism described in <xref target="comments"/> below.</t>
        <t>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>Processing of complex media types might institute actions on a recipient's files or other resources. If it is possible to specify arbitrary actions in an unrestricted fashion, it could have devastating effects. See the registration of the application/postscript media type in <xref target="RFC2046"/> for an example of description and handling of these issues.</t>
          </li>
          <li>
            <t>Any security analysis MUST state whether or not the format employs such "active content"; if it does, it MUST state what steps have been taken (or are required be taken by applications) of the media type to protect users of the media type.</t>
          </li>
          <li>
            <t>Processing of complex media types might institute actions that, while not directly harmful to the recipient, may result in disclosure of information that either facilitates a subsequent attack or else violates a recipient's privacy in some way. Again, the registration of the application/ postscript media type illustrates how such directives can be handled.</t>
          </li>
          <li>
            <t>A media type that employs compression may provide an opportunity for sending a small amount of data that, when received and evaluated, expands enormously to consume all of the recipient's resources. All media types SHOULD state whether or not they employ compression; if they do, they SHOULD discuss what steps need to be taken to avoid such attacks.</t>
          </li>
          <li>
            <t>A media type might be targeted for applications that require some sort of security assurance but don't provide the necessary security mechanisms themselves. For example, a media type could be defined for storage of sensitive medical information that in turn requires external confidentiality and integrity protection services, or which is designed for use only within a secure environment. Types SHOULD always document whether or not they need such services in their security considerations.</t>
          </li>
        </ul>
        <section anchor="structured-suffixes-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>Additional requirements specific to the registration of XML media types are specified in <xref target="RFC7303"/>.</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 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.</t>
        <t>The standards tree exists for those media types that 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>The following optional information SHOULD be included in the specification of a media type if it is available:</t>
        <ul spacing="normal">
          <li>
            <t>Magic number(s) (length, octet values). Magic numbers are byte sequences that are always present at a given place in the file and thus can be used to identify entities as being of a given media type.</t>
          </li>
          <li>
            <t>File name extension(s) commonly used on one or more platforms to indicate that some file contains a given media type.</t>
          </li>
          <li>
            <t>macOS Uniform Type Identifier (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on macOS and related platforms (see <xref target="MacOSUTIs"/> for definitions and syntax).</t>
          </li>
          <li>
            <t>Windows clipboard name (a string), if it makes sense to exchange media of this type through user-triggered exchange mechanisms such as copy-and-paste or drag-and-drop on Microsoft Windows and related platforms (see <xref target="windowsClipboardNames"/> for definitions and syntax).</t>
          </li>
        </ul>
        <t>In the case of a registration in the standards tree, this additional information MAY be provided in the formal specification of the media type format. It is suggested that this be done by incorporating the IANA media type registration form into the 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. Registrations in other trees MAY be sent to the list for review as well; doing so is entirely OPTIONAL, but is strongly encouraged.</t>
        <t>The purpose of this notification is to solicit comments and feedback on the choice of type/subtype name, the unambiguity of the references with respect to versions and external profiling information, and a review of any interoperability or security considerations. The submitter may submit a revised registration proposal or abandon the registration completely and at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be reviewed and approved by the IESG as part of the normal standards process. Standards-tree registrations by recognized standards-related organizations as well as registrations in the vendor and personal trees are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement.</t>
        <t>Registration requests can be sent to iana@iana.org. A web form for registration requests is also available at:</t>
        <ul empty="true">
          <li>
            <t>http://www.iana.org/form/media-types</t>
          </li>
        </ul>
        <section anchor="provisional">
          <name>Provisional Registrations</name>
          <t>Standardization processes often take considerable time to complete. In order to facilitate prototyping and testing, it is often helpful to assign media types early in the process. This way, identifiers used during standards development can remain unchanged once the process is complete, and implementations and documentation do not have to be updated.</t>
          <t>Accordingly, provisional registrations of media type names in the standards tree MAY be submitted to IANA. The only required fields in such registrations are the media type name and contact information (including the standards-related organization name).</t>
          <t>Upon receipt of a provisional registration, IANA will check the name and contact information, then publish the registration in a distinct, publicly-visible provisional registration list.</t>
          <t>Provisional registrations MAY be updated or abandoned at any time. When the registration is abandoned, the media type is no longer registered in any sense; it can subsequently be registered just like any other unassigned media type name.</t>
        </section>
      </section>
      <section anchor="review-and-approval">
        <name>Review and Approval</name>
        <t>With the exception of provisional standards-tree registrations, registrations submitted to the IANA will be first given to the media types reviewer, who is appointed by the IETF Applications Area Director(s). The media types reviewer examines registration requests to make sure they meet the requirements set forth in this document.</t>
        <t>Decisions made by the media types reviewer may be appealed to the IESG using the procedure specified in <xref section="6.5.4" sectionFormat="of" target="RFC2026"/>.</t>
        <t>Once a media type registration has passed review, the IANA will register the media type and make the media type registration available to the community.</t>
        <t>In the case of standards-tree registrations from other standards-related organizations, IANA will also check that the submitter is in fact a recognized standards-related organization. If the submitter is not currently recognized as such, the IESG will be asked to confirm their status. Recognition from the IESG MUST be obtained before a standards-tree registration can proceed.</t>
      </section>
      <section anchor="comments">
        <name>Comments on Media Type Registrations</name>
        <t>Comments on registered media types may be submitted by members of the community to the IANA at iana@iana.org. These comments will be reviewed by the media types reviewer and then passed on to the change controller of the media type if possible.</t>
        <t>Submitters of comments may request that their comment be attached to the media type registration itself; if the IANA, in consultation with the media types reviewer, approves, the comment will be made accessible in conjunction with the type registration.</t>
      </section>
      <section anchor="change">
        <name>Change Procedures</name>
        <t>Once a media type has been published by the IANA, the change controller may request a change to its definition. The same procedure that would be appropriate for the original registration request is used to process a change request.</t>
        <t>Media type registrations may not be deleted; media types that are no longer believed appropriate for use can be declared OBSOLETE by a change to their "intended use" field.</t>
        <t>Significant changes to a media type's definition should be requested only when there are serious omissions or errors in the published specification. When review is required, a change request may be denied if it renders entities that were valid under the previous definition invalid under the new definition.</t>
        <t>The change controller of a media type may pass responsibility to another person or agency by informing the IANA; this can be done without discussion or review.</t>
        <t>The IESG may reassign responsibility for a media type. The most common case of this will be to enable changes to be made to types where the author of the registration has died, fallen out of contact, or is otherwise unable to make changes that are important to the community.</t>
      </section>
      <section anchor="registration-template">
        <name>Registration Template</name>
        <dl newline="true">
          <dt>Type name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <t>Deprecated alias names for this type:
</t>
            <t>Magic number(s):</t>
            <t>File extension(s):</t>
            <t>Macintosh file type code(s):</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>(One of COMMON, LIMITED USE, or OBSOLETE.)</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>(Any restrictions on where the media type can be used go here.)</t>
          </dd>
        </dl>
        <dl>
          <dt>Author:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Change controller:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Provisional registration? (standards tree only):</dt>
          <dd>
            <t>Yes/No</t>
          </dd>
        </dl>
        <t>(Any other information that the author deems interesting may be added below this line.)</t>
        <t>"N/A", written exactly that way, can be used in any field if desired to emphasize the fact that it does not apply or that the question was not omitted by accident. Do not use 'none' or other words that could be mistaken for a response.</t>
        <t>Limited-use media types should also note in the applications list whether or not that list is exhaustive.</t>
      </section>
    </section>
    <section anchor="suffix-procedures">
      <name>Structured Syntax Suffix Registration Procedures</name>
      <t>Someone wishing to define a "+suffix" name for a structured syntax for use with a new media type registration SHOULD:</t>
      <ol spacing="normal" type="1"><li>
          <t>Check IANA's registry of media type name suffixes to see whether or not there is already an entry for that well-defined structured syntax.</t>
        </li>
        <li>
          <t>If there is no entry for their suffix scheme, fill out the template (specified in <xref target="suffix-template"/>) and include that with the media type registration. The template may be contained in an Internet Draft, alone or as part of some other protocol specification. The template may also be submitted in some other form (as part of another document or as a stand-alone document), but the contents will be treated as an "IETF Contribution" under the guidelines of BCP 78 <xref target="RFC5378"/>.</t>
        </li>
        <li>
          <t>Send a copy of the template or a pointer to the containing document (with specific reference to the section with the template) to the mailing list media-types@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><em>None Yet.</em></t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The current authors would like to acknowledge their debt to the late Dr. Jon Postel, whose general model of IANA registration procedures and specific contributions shaped the predecessors of this document <xref target="RFC2048"/> <xref target="RFC4288"/>. We hope that the current version is one with which he would have agreed but, as it is impossible to verify that agreement, we have regretfully removed his name as a co-author.</t>
      <t>Randy Bush, Francis Dupont, Bjoern Hoehrmann, Barry Leiba, Murray Kucherawy, Alexey Melnikov, S. Moonesamy, Mark Nottingham, Tom Petch, Peter Saint-Andre, and Jeni Tennison provided many helpful review comments and suggestions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC6648">
          <front>
            <title>Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>Historically, designers and implementers of application protocols have often distinguished between standardized and unstandardized parameters by prefixing the names of unstandardized parameters with the string "X-" or similar constructs. In practice, that convention causes more problems than it solves. Therefore, this document deprecates the convention for newly defined parameters with textual (as opposed to numerical) names in application protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="178"/>
          <seriesInfo name="RFC" value="6648"/>
          <seriesInfo name="DOI" value="10.17487/RFC6648"/>
        </reference>
        <reference anchor="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="RFC8179">
          <front>
            <title>Intellectual Property Rights in IETF Technology</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." surname="Contreras"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>The IETF policies about Intellectual Property Rights (IPR), such as patent rights, relative to technologies developed in the IETF are designed to ensure that IETF working groups and participants have as much information as possible about any IPR constraints on a technical proposal as early as possible in the development process. The policies are intended to benefit the Internet community and the public at large, while respecting the legitimate rights of IPR holders. This document sets out the IETF policies concerning IPR related to technology worked on within the IETF. It also describes the objectives that the policies are designed to meet. This document updates RFC 2026 and, with RFC 5378, replaces Section 10 of RFC 2026. This document also obsoletes RFCs 3979 and 4879.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="79"/>
          <seriesInfo name="RFC" value="8179"/>
          <seriesInfo name="DOI" value="10.17487/RFC8179"/>
        </reference>
        <reference anchor="RFC5378">
          <front>
            <title>Rights Contributors Provide to the IETF Trust</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." role="editor" surname="Contreras"/>
            <date month="November" year="2008"/>
            <abstract>
              <t>The IETF policies about rights in Contributions to the IETF are designed to ensure that such Contributions can be made available to the IETF and Internet communities while permitting the authors to retain as many rights as possible. This memo details the IETF policies on rights in Contributions to the IETF. It also describes the objectives that the policies are designed to meet. This memo obsoletes RFCs 3978 and 4748 and, with BCP 79 and RFC 5377, replaces Section 10 of RFC 2026. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="78"/>
          <seriesInfo name="RFC" value="5378"/>
          <seriesInfo name="DOI" value="10.17487/RFC5378"/>
        </reference>
        <reference anchor="RFC7303">
          <front>
            <title>XML Media Types</title>
            <author fullname="H. Thompson" initials="H." surname="Thompson"/>
            <author fullname="C. Lilley" initials="C." surname="Lilley"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This specification standardizes three media types -- application/xml, application/xml-external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML) while defining text/xml and text/ xml-external-parsed-entity as aliases for the respective application/ types. This specification also standardizes the '+xml' suffix for naming media types outside of these five types when those media types represent XML MIME entities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7303"/>
          <seriesInfo name="DOI" value="10.17487/RFC7303"/>
        </reference>
        <reference anchor="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MacOSUTIs" target="https://developer.apple.com/documentation/uniformtypeidentifiers">
          <front>
            <title>Framework: Uniform Type Identifiers</title>
            <author>
              <organization>Apple Computer, Inc.</organization>
            </author>
            <date year="2024" month="March"/>
          </front>
        </reference>
        <reference anchor="windowsClipboardNames" target="https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats">
          <front>
            <title>Clipboard Formats</title>
            <author>
              <organization>MicroSoft Inc.</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC4288">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4288"/>
          <seriesInfo name="DOI" value="10.17487/RFC4288"/>
        </reference>
        <reference anchor="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="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="RFC2231">
          <front>
            <title>MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="K. Moore" initials="K." surname="Moore"/>
            <date month="November" year="1997"/>
            <abstract>
              <t>This memo defines extensions to the RFC 2045 media type and RFC 2183 disposition parameter value mechanisms. This memo also defines an extension to the encoded words defined in RFC 2047 to allow the specification of the language to be used for display as well as the character set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2231"/>
          <seriesInfo name="DOI" value="10.17487/RFC2231"/>
        </reference>
        <reference anchor="RFC8187">
          <front>
            <title>Indicating Character Encoding and Language for HTTP Header Field Parameters</title>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>By default, header field values in Hypertext Transfer Protocol (HTTP) messages cannot easily carry characters outside the US-ASCII coded character set. RFC 2231 defines an encoding mechanism for use in parameters inside Multipurpose Internet Mail Extensions (MIME) header field values. This document specifies an encoding suitable for use in HTTP header fields that is compatible with a simplified profile of the encoding defined in RFC 2231.</t>
              <t>This document obsoletes RFC 5987.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8187"/>
          <seriesInfo name="DOI" value="10.17487/RFC8187"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC6839">
          <front>
            <title>Additional Media Type Structured Syntax Suffixes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>A content media type name sometimes includes partitioned meta- information distinguished by a structured syntax to permit noting an attribute of the media as a suffix to the name. This document defines several structured syntax suffixes for use with media type registrations. In particular, it defines and registers the "+json", "+ber", "+der", "+fastinfoset", "+wbxml" and "+zip" structured syntax suffixes, and provides a media type structured syntax suffix registration form for the "+xml" structured syntax suffix. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6839"/>
          <seriesInfo name="DOI" value="10.17487/RFC6839"/>
        </reference>
        <reference anchor="RFC2048">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fourth document, RFC 2048, specifies various IANA registration procedures for some MIME facilities. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2048"/>
          <seriesInfo name="DOI" value="10.17487/RFC2048"/>
        </reference>
      </references>
    </references>
    <?line 688?>

<section anchor="historical-note">
      <name>Historical Note</name>
      <t>The media type registration process was initially defined for registering media types for use in the context of the asynchronous Internet mail environment. In this mail environment, there is a need to limit the number of possible media types, to increase the likelihood of interoperability when the capabilities of the remote mail system are not known. As media types are used in new environments in which the proliferation of media types is not a hindrance to interoperability, the original procedure proved excessively restrictive and had to be generalized. This was initially done in <xref target="RFC2048"/>, but the procedure defined there was still part of the MIME document set. The media type specification and registration procedure is now a separate document, to make it clear that it is independent of MIME.</t>
      <t>It may be desirable to restrict the use of media types to specific environments or to prohibit their use in other environments. This specification incorporates such restrictions into media type registrations in a systematic way. See <xref target="non-requirements"/> for additional discussion.</t>
    </section>
    <section anchor="grandfather">
      <name>Grandfathered Media Types</name>
      <t>A number of media types with unfaceted subtype names, registered prior to 1996, would, if
registered under the guidelines in this document, be given a faceted name and placed into either
the vendor or personal trees. Reregistration of those types to reflect the appropriate trees is
encouraged but not required. Ownership and change control principles outlined in this document
apply to those types as if they had been registered in the trees described above.</t>
      <t>From time to time there may also be cases where a media type with an unfaceted subtype name has
been widely deployed without being registered. (Note that this includes subtype names beginning
with the "x-" prefix.) If possible, such a media type SHOULD be reregistered with a proper faceted
subtype name, possibly using a deprecated alias to identify the original name (see <xref target="deprecated-aliases"/>).
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:
H4sIAAAAAAAAA819eXcbR5Ln//gUNfC+JdkGIEvyIUtzNK2jzVlT0opU9/Tb
2e1XQCWAsgpVmDpIof00n33jzIysKpBq9xzdr59Nk1VZeUTG+YuI+Xw+afO2
cE+TS5flaXJ92Lvkau9W+TpfpW1elU2Sllnyzm3ypq3pN8nbulq5rKtdM0mX
y9rdRG/bRydZtSrTHQyf1em6neeuXc93+OwuLeffPnn8ZJk3868eTbK0dU8n
8EW3qerD02S52k+qZVMVrnXN0wSfnEzyff00aeuuaR999dX38NYHd7it6uxp
clG2ri5dO3+Bn5lMmhYm/ae0qEr49AHm2ezSuv3Tv3UVDVdWk33+NPk/bbWa
JfCPvMxc2c6Spqrb2q0b+Omwkx/aOl/Bn1bVbp/KDzt4GP6Ul0Veuv87mdy4
soPZJ8m2wqVOt227b54+eACLSmEjVh9cvcCVL6p68+B280A34EG6rLr2wRTe
rN2+Mm9u8nbbLRfwrQe0Zbcbv2sPZNfgtQk/Ns+bpnPzIl26grcK/jyZpF27
rWqY1hzGT2C2sPDLRfK6atu83GzTHf2aT+cyrT/0/wKTTcv8z3SOT5PnRdVl
6yKtHf1xX8EWF0/p5ySZA0mk2zot6b9XVVe2eIjnHdJBkaf0a7dLc5jfrqza
3+I/FnBe9IeuhrPQld/e3i70rw+iub9dAGk1Zb76YCb+Fugj+nU0a/vdmh/6
rdsDdbqdo89P8nJd1Tt4+oYO8DJdvbl6f33R8KtyNaavavgYUNqHp8n7Msc3
mNQvkGzgpri6mfILab1xbVhN5m5cUe3h/NP9vnB0oHAlOqQgmuKDjsdrYbg8
jEaD+QOkLZatxgXCzuJoyXOgyQ4Ifwb0v1rQA3SP8DhX2+TRV4++nsBvb4G8
q9vmeZHvl1VaZ69hMb0F+r8lr2g7jiyncGldLnb5qq6aat3Sclw575oH8g38
9+NHRPgfV9vNg5WOO+dtvndhlzj2FYzdX9J5twFqwjV9NZnM5/MkXSJxreAM
r7d5k+iuJplbw61skr1nUgl8O2m3LmksXyO2Vlu2Vq0TumQJHga/1TUOiC/5
8fr67Sy5vLh8OaPXKhit9kwHPwVMpCqaBU9tl2dZ4SaTL/CRusq6FfHCiX8B
iUGn4V9O4G4lq3SfLuFoYS6rtK4PcB/h98sc5lgfErriLoMbBiMhw8rLVdFl
+NCya4GttUmR7/IWHmkrmnXyyy//9O7V8+8fPvzq0yeaO64Cfvt38NtHX339
zadPMOmrDsiFBudZfCirW9igxu7HIjk3/4lTaGDrGpwp/Krazwukdf4jfidN
mm6J/zVLbrc5jA+HtO5q2jnYctgTOJsMVgAzBaaLH3izxx1Ji+IA2xx9LC2T
pZOjpbXBQ9UtM+USdxEpbhbmvU/xxsJu45GM0wcSxKqGvarhKzhhQzDwAfgc
HD59i4kEpm2p4/SXX8ILnz6d4VdvXVHEu2ZX2nTrdf6RX+Wf5/EIQGg4KU8l
502Tb3C9r7vdEpYCdwDvTd4ektOL89fnZ0q+B1qkS4pq5SkZRzLz0CcTkCDp
BsZcHvARIG+z7By4wuQf6bYLJ87haZJaKc2FBB+LrzltwwMg8i+AD5U3yLpQ
WXjf0KEmtOkvZNN5eiCtExTXTTK9fH91PZ3xv5PXb+jndy//9/uLdy9f4M9X
P57/9JP/QZ+4+vHN+59ehJ/Cm8/fXF6+fP2CX748/+OU7+n0zdvrizevz3+a
8uZaOkA653POccP3tcNrA6eXuQboYsnLkIvy8OH3cH1ut46O6IAXGFghPoDT
e37+9moBK3a4vfDHoqnME0CoQDvATHZw+nB3U9h0JNEihT++LDdF3mx5X+Cm
gEAHlQAmf4DbLIIJzhGIvNwoKcdsbJd+gKNDRiWnDpwSFwif+gFUj66Zv067
mvh6cnr+w+tXZ7Kobx49/hoWBUyDBrLMhO5GBRtUd4Vr/L3D5cKyyiz/mPzA
n0tbv6MLZHiRnniN15oO4opZQUKiBxkh7EcGuwIHAF+tHe4JftTBtVjlrlwd
6LV14T7my7xAkpfVRRybaLeBfcvy9drVeKz+whFnEhZEykKjbETvM68og59h
Dm0yJS40m8pvNh2cCzyCR5Ks0xWRB40DC4XdTNzHdAdSeBY4He8HnFDtWEvM
4BUUI7cg2uGh/R70S1pYjm96JUAuY7j5+DYoBi3el67IhpPGp69Qx03xOuE+
07AoALYpUEwKWwOH9pF4b+FGpqjMbVfB4+scjxnuOKjCaauLht3d16B+ouRB
cX+LV+aOCf0eFgyLxdnw9YNrkIOEwE3z723gYRo9TaY3ZbaYykxhU0H/lPk1
oEfj72/yqmuKgydAy4CzipYLcoj0MZQiWzpoJOCV4UjhPoN8q24XyRXs1i+/
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
XjKOeFcQdhWOWZDDk/8Pt//tBePyAAA=

-->

</rfc>
