<?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.20 (Ruby 3.3.3) -->
<?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-00" category="bcp" consensus="true" obsoletes="6838" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.0 -->
  <front>
    <title abbrev="Media Type Registration">Media Type Specifications and Registration Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mediaman-6838bis-00"/>
    <author initials="M." surname="Nottingham" fullname="Mark Nottingham">
      <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="2024" month="November" day="04"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 48?>

<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 52?>

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

  restricted-name = restricted-name-first *126restricted-name-chars
  restricted-name-first  = ALPHA / DIGIT
  restricted-name-chars  = ALPHA / DIGIT / "!" / "#" /
                           "$" / "&" / "-" / "^" / "_"
  restricted-name-chars =/ "." ; Characters before first dot always
                               ; specify a facet name
  restricted-name-chars =/ "+" ; Characters after last plus always
                               ; specify a structured syntax suffix
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref section="5.1" sectionFormat="of" target="RFC2045"/> or <xref section="4.2" sectionFormat="of" target="RFC4288"/>. Also note that while this syntax allows names of up to 127 characters, implementation limits may make such long names problematic. For this reason, 'type-name' and 'subtype-name' SHOULD be limited to 64 characters.</t>
        <t>Although the name syntax treats "." as equivalent to any other character, characters before any initial "." always specify the registration facet. Note that this means that facet-less standards- tree registrations cannot use periods in the subtype name.</t>
        <t>Similarly, the final "+" in a subtype name introduces a structured syntax specifier suffix. Structured syntax suffix requirements are specified in <xref target="suffixes"/>.</t>
        <t>While it is possible for a given media type to be assigned additional names, the use of different names to identify the same media type is discouraged.</t>
        <t>These requirements apply regardless of the registration tree involved.</t>
        <t>The choice of top-level type MUST take into account the nature of media type involved. New subtypes of top-level types MUST conform to the restrictions of the top-level type, if any. The following sections describe each of the initial set of top-level types and their associated restrictions. Additionally, various protocols, including but not limited to HTTP and MIME, MAY impose additional restrictions on the media types they can transport. (See <xref target="RFC2046"/> for additional information on the restrictions MIME imposes.)</t>
        <section anchor="text-media-types">
          <name>Text Media Types</name>
          <t>The "text" top-level type is intended for sending material that is principally textual in form.</t>
          <t>Many subtypes of text, notably including the subtype "text/plain", which is a generic subtype for plain text defined in <xref target="RFC2046"/>, define a "charset" parameter. If a "charset" parameter is defined for a particular subtype of text, it MUST be used to specify a charset name defined in accordance to the procedures laid out in <xref target="RFC2978"/>.</t>
          <t>As specified in <xref target="RFC6657"/>, a "charset" parameter SHOULD NOT be specified when charset information is transported inside the payload (e.g., as in "text/xml").</t>
          <t>If a "charset" parameter is specified, it SHOULD be a required parameter, eliminating the options of specifying a default value. If there is a strong reason for the parameter to be optional despite this advice, each subtype MAY specify its own default value, or alternatively, it MAY specify that there is no default value. Finally, the "UTF-8" charset <xref target="RFC3629"/> SHOULD be selected as the default. See <xref target="RFC6657"/> for additional information on the use of "charset" parameters in conjunction with subtypes of text.</t>
          <t>Regardless of what approach is chosen, all new text/* registrations MUST clearly specify how the charset is determined; relying on the US-ASCII default defined in <xref section="4.1.2" sectionFormat="of" target="RFC2046"/> is no longer permitted. If explanatory text is needed, this SHOULD be placed in the additional information section of the registration.</t>
          <t>Plain text does not provide for or allow formatting commands, font attribute specifications, processing instructions, interpretation directives, or content markup. Plain text is seen simply as a linear sequence of characters, possibly interrupted by line breaks or page breaks. Plain text MAY allow the stacking of several characters in the same position in the text. Plain text in scripts like Arabic and Hebrew may also include facilities that allow the arbitrary mixing of text segments with different writing directions.</t>
          <t>Beyond plain text, there are many formats for representing what might be known as "rich text". An interesting characteristic of many such representations is that they are to some extent readable even without the software that interprets them. It is useful to distinguish them, at the highest level, from such unreadable data as images, audio, or text represented in an unreadable form. In the absence of appropriate interpretation software, it is reasonable to present subtypes of "text" to the user, while it is not reasonable to do so with most non-textual data. Such formatted textual data can be represented using subtypes of "text".</t>
        </section>
        <section anchor="image-media-types">
          <name>Image Media Types</name>
          <t>A top-level type of "image" indicates that the content specifies one or more individual images. The subtype names the specific image format.</t>
        </section>
        <section anchor="audio-media-types">
          <name>Audio Media Types</name>
          <t>A top-level type of "audio" indicates that the content contains audio data. The subtype names the specific audio format.</t>
        </section>
        <section anchor="video-media-types">
          <name>Video Media Types</name>
          <t>A top-level type of "video" indicates that the content specifies a time-varying-picture image, possibly with color and coordinated sound. The term 'video' is used in its most generic sense, rather than with reference to any particular technology or format, and is not meant to preclude subtypes such as animated drawings encoded compactly.</t>
          <t>Note that although in general the mixing of multiple kinds of media in a single body is discouraged <xref target="RFC2046"/>, it is recognized that many video formats include a representation for synchronized audio and/or text, and this is explicitly permitted for subtypes of "video".</t>
        </section>
        <section anchor="application-media-types">
          <name>Application Media Types</name>
          <t>The "application" top-level type is to be used for discrete data that do not fit under any of the other type names, and particularly for data to be processed by some type of application program. This is information that must be processed by an application before it is viewable or usable by a user. Expected uses for the "application" type name include but are not limited to file transfer, spreadsheets, presentations, scheduling data, and languages for "active" (computational) material. (The last, in particular, can pose security problems that must be understood by implementors. The "application/postscript" media type registration in <xref target="RFC2046"/> provides a good example of how to handle these issues.)</t>
          <t>For example, a meeting scheduler might define a standard representation for information about proposed meeting dates. An intelligent user agent would use this information to conduct a dialog with the user, and might then send additional material based on that dialog. More generally, there have been several "active" languages developed in which programs in a suitably specialized language are transported to a remote location and automatically run in the recipient's environment. Such applications may be defined as subtypes of the "application" top-level type.</t>
          <t>The subtype of "application" will often either be the name or include part of the name of the application for which the data are intended. This does not mean, however, that any application program name may simply be used freely as a subtype of "application"; the subtype needs to be registered.</t>
        </section>
        <section anchor="multipart-and-message-media-types">
          <name>Multipart and Message Media Types</name>
          <t>Multipart and message are composite types; that is, they provide a means of encapsulating zero or more objects, each one a separate media type.</t>
          <t>All subtypes of multipart and message MUST conform to the syntax rules and other requirements specified in <xref target="RFC2046"/> and amended by <xref section="3.5" sectionFormat="of" target="RFC6532"/>.</t>
        </section>
        <section anchor="additional-top-level-types">
          <name>Additional Top-Level Types</name>
          <t>In some cases, a new media type may not "fit" under any currently defined top-level type names. Such cases are expected to be quite rare. However, if such a case does arise, a new type name can be defined to accommodate it. Definition of a new top-level type name MUST be done via a Standards Track RFC; no other mechanism can be used to define additional type names.</t>
        </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>
        </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="parameter-requirements">
        <name>Parameter Requirements</name>
        <t>Media types MAY elect to use one or more media type parameters, or some parameters may be automatically made available to the media type by virtue of being a subtype of a content type that defines a set of parameters applicable to any of its subtypes. In either case, the names, values, and meanings of any parameters MUST be fully specified when a media type is registered in the standards tree, and SHOULD be specified as completely as possible when media types are registered in the vendor or personal trees.</t>
        <t>Parameter names have the syntax as media type names and values:</t>
        <sourcecode type="abnf"><![CDATA[
    parameter-name = restricted-name
]]></sourcecode>
        <t>Note that this syntax is somewhat more restrictive than what is allowed by the ABNF in <xref target="RFC2045"/> and amended by <xref target="RFC2231"/>.</t>
        <t>Parameter names are case-insensitive and no meaning is attached to the order in which they appear. It is an error for a specific parameter to be specified more than once.</t>
        <t>There is no defined syntax for parameter values. Therefore, registrations MUST specify parameter value syntax. Additionally, some transports impose restrictions on parameter value syntax, so care needs be taken to limit the use of potentially problematic syntaxes; e.g., pure binary valued parameters, while permitted in some protocols, are best avoided.</t>
        <t>Note that a protocol can impose further restrictions on parameter value syntax, depending on how it chooses to represent parameters. Both MIME <xref target="RFC2045"/> <xref target="RFC2231"/> and HTTP <xref target="RFC2045"/> <xref target="RFC5987"/> allow binary parameters as well as parameter values expressed in a specific charset, but other protocols may be less flexible.</t>
        <t>New parameters SHOULD NOT be defined as a way to introduce new functionality in types registered in the standards tree, although new parameters MAY be added to convey additional information that does not otherwise change existing functionality. An example of this would be a "revision" parameter to indicate a revision level of an external specification such as JPEG. Similar behavior is encouraged for media types registered in the vendor or personal trees, but is not required.</t>
        <t>Changes to parameters (including the introduction of new ones) is managed in the same manner as other changes to the media type; see <xref target="change"/>.</t>
      </section>
      <section anchor="canonicalization-and-format-requirements">
        <name>Canonicalization and Format Requirements</name>
        <t>All registered media types MUST employ a single, canonical data format, regardless of registration tree.</t>
        <t>A permanent and readily available public specification of the format for the media type MUST exist for all types registered in the standards tree. This specification MUST provide sufficient detail so that interoperability between independent implementations using the media type is possible. This specification MUST at a minimum be referenced by, if it is not actually included in, the media type registration proposal itself.</t>
        <t>The specifications of format and processing particulars may or may not be publicly available for media types registered in the vendor and personal trees. Such registrations are explicitly permitted to limit the information in the registration to which software and version produce or process such media types. As such, references to or inclusion of format specifications in registrations is encouraged but not required. Note, however, that the public availability of a meaningful specification will often make the difference between simply having a name reserved so that there are no conflicts with other uses and having the potential for other implementations of the media type and useful interoperation with them.</t>
        <t>Some media types involve the use of patented technology. The registration of media types involving patented technology is specifically permitted. However, the restrictions set forth in BCP 79 <xref target="RFC3979"/> and BCP 78 <xref target="RFC5378"/> on the use of patented technology in IETF Standards Track protocols must be respected when the specification of a media type is part of a Standards Track protocol. In addition, other standards-related organizations making use of the standards tree may have their own rules regarding intellectual property that must be observed in their registrations.</t>
        <t>Intellectual Property Rights (IPR) disclosures for registrations in the vendor and personal trees are encouraged but not required.</t>
      </section>
      <section anchor="interchange-recommendations">
        <name>Interchange Recommendations</name>
        <t>Ideally, media types will be defined so they interoperate across as many systems and applications as possible. However, some media types will inevitably have problems interoperating across different platforms. Problems with different versions, byte ordering, and specifics of gateway handling can and will arise.</t>
        <t>Universal interoperability of media types is not required, but known interoperability issues SHOULD be identified whenever possible. Publication of a media type does not require an exhaustive review of interoperability, and the interoperability considerations section is subject to continuing evaluation.</t>
        <t>The recommendations in this subsection apply regardless of the registration tree involved.</t>
      </section>
      <section anchor="secreq">
        <name>Security Requirements</name>
        <t>An analysis of security issues MUST be done for all types registered in the standards tree. A similar analysis for media types registered in the vendor or personal trees is encouraged but not required. However, regardless of what security analysis has or has not been done, all descriptions of security issues MUST be as accurate as possible regardless of registration tree. In particular, the security considerations MUST NOT state that there are "no security issues associated with this type". Security considerations for types in the vendor or personal tree MAY say that "the security issues associated with this type have not been assessed".</t>
        <t>There is absolutely no requirement that media types registered in any tree be secure or completely free from risks. Nevertheless, all known security risks MUST be identified in the registration of a media type, again regardless of registration tree.</t>
        <t>The security considerations section of all registrations is subject to continuing evaluation and modification, and in particular MAY be extended by use of the "comments on media types" mechanism described in <xref target="comments"/> below.</t>
        <t>Some of the issues that need to be examined and described in a security analysis of a media type are:</t>
        <ul spacing="normal">
          <li>
            <t>Complex media types may include provisions for directives that institute actions on a recipient's files or other resources. In many cases, provision is made for originators to specify arbitrary actions in an unrestricted fashion that may then have devastating effects. See the registration of the application/postscript media type in <xref target="RFC2046"/> for an example of such directives and how they can be described in a media type registration.</t>
          </li>
          <li>
            <t>Any security analysis MUST state whether or not they employ such "active content"; if they do, they MUST state what steps have been taken, or MUST be taken by applications of the media type, to protect users of the media type from harm.</t>
          </li>
          <li>
            <t>Complex media types may include provisions for directives that institute actions that, while not directly harmful to the recipient, may result in disclosure of information that either facilitates a subsequent attack or else violates a recipient's privacy in some way. Again, the registration of the application/ postscript media type illustrates how such directives can be handled.</t>
          </li>
          <li>
            <t>A media type that employs compression may provide an opportunity for sending a small amount of data that, when received and evaluated, expands enormously to consume all of the recipient's resources. All media types SHOULD state whether or not they employ compression; if they do, they SHOULD discuss what steps need to be taken to avoid such attacks.</t>
          </li>
          <li>
            <t>A media type might be targeted for applications that require some sort of security assurance but don't provide the necessary security mechanisms themselves. For example, a media type could be defined for storage of sensitive medical information that in turn requires external confidentiality and integrity protection services, or which is designed for use only within a secure environment. Types SHOULD always document whether or not they need such services in their security considerations.</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-specific-to-xml-media-types">
        <name>Requirements Specific to XML Media Types</name>
        <t>There are a number of additional requirements specific to the registration of XML media types. These requirements are specified in <xref target="RFC3023"/>.</t>
      </section>
      <section anchor="encoding">
        <name>Encoding Requirements</name>
        <t>Some transports impose restrictions on the type of data they can carry. For example, Internet mail traditionally was limited to 7bit US-ASCII text. Encoding schemes are often used to work around such transport limitations.</t>
        <t>It is therefore useful to note what sort of data a media type can consist of as part of its registration. An "encoding considerations" field is provided for this purpose. Possible values of this field are:</t>
        <dl>
          <dt>7bit:</dt>
          <dd>
            <t>The content of the media type consists solely of CRLF- delimited 7bit US-ASCII text.</t>
          </dd>
          <dt>8bit:</dt>
          <dd>
            <t>The content of the media type consists solely of CRLF- delimited 8bit text.</t>
          </dd>
          <dt>binary:</dt>
          <dd>
            <t>The content consists of an unrestricted sequence of octets.</t>
          </dd>
          <dt>framed:</dt>
          <dd>
            <t>The content consists of a series of frames or packets without internal framing or alignment indicators. Additional out- of-band information is needed to interpret the data properly, including but not necessarily limited to knowledge of the boundaries between successive frames and knowledge of the transport mechanism. Note that media types of this sort cannot simply be stored in a file or transported as a simple stream of octets; therefore, such media types are unsuitable for use in many traditional protocols. A commonly used transport with framed encoding is the Real-time Transport Protocol, RTP. Additional rules for framed encodings defined for transport using RTP are given in <xref target="RFC4855"/>.</t>
          </dd>
        </dl>
        <t>Additional restrictions on 7bit and 8bit text are given in <xref section="4.1.1" sectionFormat="of" target="RFC2046"/>.</t>
      </section>
      <section anchor="non-requirements">
        <name>Usage and Implementation Non-Requirements</name>
        <t>In the asynchronous mail environment, where information on the capabilities of the remote mail agent is frequently not available to the sender, maximum interoperability is attained by restricting the media types used to those "common" formats expected to be widely implemented. This was asserted in the past as a reason to limit the number of possible media types, and resulted in a registration process with a significant hurdle and delay for those registering media types.</t>
        <t>However, the need for "common" media types does not require limiting the registration of new media types. If a limited set of media types is recommended for a particular application, that should be asserted by a separate applicability statement specific for the application and/or environment.</t>
        <t>Therefore, universal support and implementation of a media type are NOT a requirement for registration. However, if a media type is explicitly intended for limited use, this MUST be noted in its registration. The "Restrictions on Usage" field is provided for this purpose.</t>
      </section>
      <section anchor="publication-requirements">
        <name>Publication Requirements</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be published as RFCs. RFC publication of vendor and personal media type registrations is allowed but not required. In all cases, the IANA will retain copies of all media type registrations and "publish" them as part of the media types registration tree itself.</t>
        <t>As stated previously, standards-tree registrations for media types defined in documents produced by other standards-related organizations MUST be described by a formal standards specification produced by that organization. Additionally, any copyright on the registration template MUST allow the IANA to copy it into the IANA registry.</t>
        <t>Other than IETF registrations in the standards tree, the registration of a media type does not imply endorsement, approval, or recommendation by the IANA or the IETF or even certification that the specification is adequate. To become an IETF standard, a protocol or data object must go through the IETF standards process. While it provides additional assurances when it is appropriate, this is too difficult and too lengthy a process for the convenient registration of media types.</t>
        <t>The standards tree exists for media types that do require a substantive review and approval process in a recognized standards- related organization. The vendor and personal trees exist for those media types that do not require such a process. It is expected that applicability statements for particular applications will be published from time to time in the IETF, recommending implementation of, and support for, media types that have proven particularly useful in those contexts.</t>
        <t>As discussed above, registration of a top-level type requires Standards Action in the IETF and, hence, the publication of a RFC on the Standards Track.</t>
      </section>
      <section anchor="fragment-identifier-requirements">
        <name>Fragment Identifier Requirements</name>
        <t>Media type registrations can specify how applications should interpret fragment identifiers (specified in <xref section="3.5" sectionFormat="of" target="RFC3986"/>) associated with the media type.</t>
        <t>Media types are encouraged to adopt fragment identifier schemes that are used with semantically similar media types. In particular, media types that use a named structured syntax with a registered "+suffix" MUST follow whatever fragment identifier rules are given in the structured syntax suffix registration.</t>
      </section>
      <section anchor="additional-information">
        <name>Additional Information</name>
        <t>Various sorts of optional information SHOULD be included in the specification of a media type if it is available:</t>
        <ul spacing="normal">
          <li>
            <t>Magic number(s) (length, octet values). Magic numbers are byte sequences that are always present at a given place in the file and thus can be used to identify entities as being of a given media type.</t>
          </li>
          <li>
            <t>File name extension(s) commonly used on one or more platforms to indicate that some file contains a given media type.</t>
          </li>
          <li>
            <t>Mac OS File Type code(s) (4 octets) used to label files containing a given media type. Some discussion of Macintosh file type codes and their purpose can be found in <xref target="MacOSFileTypes"/>.</t>
          </li>
        </ul>
        <t>In the case of a registration in the standards tree, this additional information MAY be provided in the formal specification of the media type format. It is suggested that this be done by incorporating the IANA media type registration form into the format specification itself.</t>
      </section>
    </section>
    <section anchor="procedures">
      <name>Media Type Registration Procedures</name>
      <t>The media type registration procedure is not a formal standards process, but rather an administrative procedure intended to allow community comment and sanity checking without excessive time delay.</t>
      <t>Normal IETF processes need to be followed for all IETF registrations in the standards tree. The posting of an Internet Draft is a necessary first step, followed by posting to the media-types@iana.org list as discussed below.</t>
      <section anchor="preliminary-review">
        <name>Preliminary Community Review</name>
        <t>Notice of a potential media type registration in the standards tree SHOULD be sent to the media-types@iana.org mailing list for review. This mailing list has been established for the purpose of reviewing proposed media and access types. Registrations in other trees MAY be sent to the list for review as well; doing so is entirely OPTIONAL, but is strongly encouraged.</t>
        <t>The intent of the public posting to this list is to solicit comments and feedback on the choice of type/subtype name, the unambiguity of the references with respect to versions and external profiling information, and a review of any interoperability or security considerations. The submitter may submit a revised registration proposal or abandon the registration completely and at any time.</t>
      </section>
      <section anchor="submit-request-to-iana">
        <name>Submit Request to IANA</name>
        <t>Media types registered in the standards tree by the IETF itself MUST be reviewed and approved by the IESG as part of the normal standards process. Standards-tree registrations by recognized standards- related organizations as well as registrations in the vendor and personal trees are submitted directly to the IANA, unless other arrangements were made as part of a liaison agreement. In either case, posting the registration to the media-types@iana.org list for review prior to submission is strongly encouraged.</t>
        <t>Registration requests can be sent to iana@iana.org. A web form for registration requests is also available:</t>
        <ul empty="true">
          <li>
            <t>http://www.iana.org/form/media-types</t>
          </li>
        </ul>
        <section anchor="provisional">
          <name>Provisional Registrations</name>
          <t>Standardization processes often take considerable time to complete. In order to facilitate prototyping and testing, it is often helpful to assign identifiers, including but not limited to media types, early in the process. This way, identifiers used during standards development can remain unchanged once the process is complete, and implementations and documentation do not have to be updated.</t>
          <t>Accordingly, a provisional registration process is provided to support early assignment of media type names in the standards tree. A provisional registration MAY be submitted to IANA for standards- tree types. The only required fields in such registrations are the media type name and contact information (including the standards- related organization name).</t>
          <t>Upon receipt of a provisional registration, IANA will check the name and contact information, then publish the registration in a distinct publicly visible provisional registration list.</t>
          <t>Provisional registrations MAY be updated or abandoned at any time. When the registration is abandoned, the media type is no longer registered in any sense; it can subsequently be registered just like any other unassigned media type name.</t>
        </section>
      </section>
      <section anchor="review-and-approval">
        <name>Review and Approval</name>
        <t>With the exception of provisional standards-tree registrations, registrations submitted to the IANA will be passed on to the media types reviewer. The media types reviewer, who is appointed by the IETF Applications Area Director(s), will review the registration to make sure it meets the requirements set forth in this document. Registrations that do not meet these requirements will be returned to the submitter for revision.</t>
        <t>Decisions made by the media types reviewer may be appealed to the IESG using the procedure specified in <xref section="6.5.4" sectionFormat="of" target="RFC2026"/>.</t>
        <t>Once a media type registration has passed review, the IANA will register the media type and make the media type registration available to the community.</t>
        <t>In the case of standards-tree registrations from other standards- related organizations, IANA will also check that the submitter is in fact a recognized standards-related organization. If the submitter is not currently recognized as such, the IESG will be asked to confirm their status. Recognition from the IESG MUST be obtained before a standards-tree registration can proceed.</t>
      </section>
      <section anchor="comments">
        <name>Comments on Media Type Registrations</name>
        <t>Comments on registered media types may be submitted by members of the community to the IANA at iana@iana.org. These comments will be reviewed by the media types reviewer and then passed on to the "owner" of the media type if possible. Submitters of comments may request that their comment be attached to the media type registration itself; if the IANA, in consultation with the media types reviewer, approves, the comment will be made accessible in conjunction with the type registration.</t>
      </section>
      <section anchor="change">
        <name>Change Procedures</name>
        <t>Once a media type has been published by the IANA, the owner may request a change to its definition. The descriptions of the different registration trees above designate the "owners" of each type of registration. The same procedure that would be appropriate for the original registration request is used to process a change request.</t>
        <t>Media type registrations may not be deleted; media types that are no longer believed appropriate for use can be declared OBSOLETE by a change to their "intended use" field; such media types will be clearly marked in the lists published by the IANA.</t>
        <t>Significant changes to a media type's definition should be requested only when there are serious omissions or errors in the published specification. When review is required, a change request may be denied if it renders entities that were valid under the previous definition invalid under the new definition.</t>
        <t>The owner of a media type may pass responsibility to another person or agency by informing the IANA; this can be done without discussion or review.</t>
        <t>The IESG may reassign responsibility for a media type. The most common case of this will be to enable changes to be made to types where the author of the registration has died, moved out of contact, or is otherwise unable to make changes that are important to the community.</t>
      </section>
      <section anchor="registration-template">
        <name>Registration Template</name>
        <dl newline="true">
          <dt>Type name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <t>Deprecated alias names for this type:
</t>
            <t>Magic number(s):</t>
            <t>File extension(s):</t>
            <t>Macintosh file type code(s):</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>(One of COMMON, LIMITED USE, or OBSOLETE.)</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>(Any restrictions on where the media type can be used go here.)</t>
          </dd>
        </dl>
        <dl>
          <dt>Author:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Change controller:</dt>
          <dd>
            <t/>
          </dd>
          <dt>Provisional registration? (standards tree only):</dt>
          <dd>
            <t>Yes/No</t>
          </dd>
        </dl>
        <t>(Any other information that the author deems interesting may be added below this line.)</t>
        <t>"N/A", written exactly that way, can be used in any field if desired to emphasize the fact that it does not apply or that the question was not omitted by accident. Do not use 'none' or other words that could be mistaken for a response.</t>
        <t>Limited-use media types should also note in the applications list whether or not that list is exhaustive.</t>
      </section>
    </section>
    <section anchor="suffix-procedures">
      <name>Structured Syntax Suffix Registration Procedures</name>
      <t>Someone wishing to define a "+suffix" name for a structured syntax for use with a new media type registration SHOULD:</t>
      <ol spacing="normal" type="1"><li>
          <t>Check IANA's registry of media type name suffixes to see whether or not there is already an entry for that well-defined structured syntax.</t>
        </li>
        <li>
          <t>If there is no entry for their suffix scheme, fill out the template (specified in <xref target="suffix-template"/>) and include that with the media type registration. The template may be contained in an Internet Draft, alone or as part of some other protocol specification. The template may also be submitted in some other form (as part of another document or as a stand-alone document), but the contents will be treated as an "IETF Contribution" under the guidelines of BCP 78 <xref target="RFC5378"/>.</t>
        </li>
        <li>
          <t>Send a copy of the template or a pointer to the containing document (with specific reference to the section with the template) to the mailing list media-types@iana.org, requesting review. This may be combined with a request to review the media type registration. Allow a reasonable time for discussion and comments.</t>
        </li>
        <li>
          <t>Respond to review comments and make revisions to the proposed registration as needed to bring it into line with the guidelines given in this document.</t>
        </li>
        <li>
          <t>Submit the (possibly updated) registration template (or pointer to the document containing it) to IANA at iana@iana.org.</t>
        </li>
      </ol>
      <t>Upon receipt of a structured syntax suffix registration request,</t>
      <ol spacing="normal" type="1"><li>
          <t>IANA checks the submission for completeness; if sections are missing or citations are not correct, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA checks the current registry for an entry with the same name; if such a registry exists, IANA rejects the registration request.</t>
        </li>
        <li>
          <t>IANA requests Expert Review of the registration request against the corresponding guidelines.</t>
        </li>
        <li>
          <t>The Designated Expert may request additional review or discussion, as necessary.</t>
        </li>
        <li>
          <t>If Expert Review recommends registration, IANA adds the registration to the appropriate registry.</t>
        </li>
      </ol>
      <t>The initial registry content specification <xref target="RFC6839"/> provides examples of structured syntax suffix registrations.</t>
      <section anchor="change-procedures">
        <name>Change Procedures</name>
        <t>Registrations may be updated in each registry by the same mechanism as required for an initial registration. In cases where the original definition of the scheme is contained in an IESG-approved document, update of the specification also requires IESG approval.</t>
      </section>
      <section anchor="suffix-template">
        <name>Structured Syntax Suffix Registration Template</name>
        <t>This template describes the fields that must be supplied in a structured syntax suffix registration request:</t>
        <dl newline="true">
          <dt>Name</dt>
          <dd>
            <t>Full name of the well-defined structured syntax.</t>
          </dd>
          <dt>+suffix</dt>
          <dd>
            <t>Suffix used to indicate conformance to the syntax.</t>
          </dd>
          <dt>References</dt>
          <dd>
            <t>Include full citations for all specifications necessary to understand the structured syntax.</t>
          </dd>
          <dt>Encoding considerations</dt>
          <dd>
            <t>General guidance regarding encoding considerations for any type employing this syntax should be given here. The same requirements for media type encoding considerations given in <xref target="encoding"/> apply here.</t>
          </dd>
          <dt>Interoperability considerations</dt>
          <dd>
            <t>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>Generic processing of fragment identifiers for any type employing this syntax should be described here.</t>
          </dd>
          <dt>Security considerations</dt>
          <dd>
            <t>Security considerations shared by media types employing this structured syntax must be specified here. The same requirements for media type security considerations given in <xref target="secreq"/> apply here, with the exception that the option of not assessing the security considerations is not available for suffix registrations.</t>
          </dd>
          <dt>Contact</dt>
          <dd>
            <t>Person (including contact information) to contact for further information.</t>
          </dd>
          <dt>Author/Change controller.</dt>
          <dd>
            <t>Person (including contact information) authorized to change this suffix registration.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security requirements for both media type and media type suffix registrations are discussed in <xref target="secreq"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The purpose of this document is to define IANA registries for media types and structured syntax suffixes as well as the procedures for managing these registries. Additionally, this document requires IANA to maintain a list of standards-related organizations for which the IESG has approved media type registrations in the standards tree.</t>
      <t>The existing media type registry has been extended to include a section for provisional registrations. Only standards-tree registrations are allowed in the standards tree and only at the request of an organization on the IANA list of standards-related organizations. See <xref target="provisional"/> for additional information on provisional registrations.</t>
      <t>IANA has also added the following note at the top of the provisional registry:</t>
      <ul empty="true">
        <li>
          <t>This registry, unlike some other provisional IANA registries, is only for temporary use. Entries in this registry are either finalized and moved to the main media types registry, or are abandoned and deleted. Entries in this registry are suitable for use for development and test purposes only.</t>
        </li>
      </ul>
      <t>The structured syntax name suffix registry has been created as follows:</t>
      <ul spacing="normal">
        <li>
          <t>The name is the "Structured Syntax Suffix" registry.</t>
        </li>
        <li>
          <t>The registration process is specified in <xref target="suffix-procedures"/>.</t>
        </li>
        <li>
          <t>The information required for a registry entry as well as the entry format are specified in <xref target="suffix-template"/>.</t>
        </li>
        <li>
          <t>The initial content of the registry is specified in <xref target="RFC6839"/>.</t>
        </li>
      </ul>
      <t>Entries in both the media type and structured suffix registries will be annotated by IANA with both the original registration date as well as the date of the most recent update to the entry. Registrations made prior to the implementation of this specification may, if necessary, be marked as such, rather than with a specific date.</t>
      <t>Since registration entries can be updated multiple times, IANA will also maintain the history of changes to each registration in such a way that the state of the registration at any given time can be determined.</t>
      <t>Finally, per this document, IANA has created a new email address, media-types@iana.org, for the media type review list, which replaces the ietf-types@iana.org address specified in RFC 4288. ietf-types@iana.org has been retained as an alias.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The current authors would like to acknowledge their debt to the late Dr. Jon Postel, whose general model of IANA registration procedures and specific contributions shaped the predecessors of this document <xref target="RFC2048"/> <xref target="RFC4288"/>. We hope that the current version is one with which he would have agreed but, as it is impossible to verify that agreement, we have regretfully removed his name as a co-author.</t>
      <t>Randy Bush, Francis Dupont, Bjoern Hoehrmann, Barry Leiba, Murray Kucherawy, Alexey Melnikov, S. Moonesamy, Mark Nottingham, Tom Petch, Peter Saint-Andre, and Jeni Tennison provided many helpful review comments and suggestions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="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="RFC3023">
          <front>
            <title>XML Media Types</title>
            <author fullname="M. Murata" initials="M." surname="Murata"/>
            <author fullname="S. St. Laurent" initials="S." surname="St. Laurent"/>
            <author fullname="D. Kohn" initials="D." surname="Kohn"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document standardizes five new media types -- text/xml, application/xml, text/xml-external-parsed-entity, application/xml- external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML). This document also standardizes a convention (using the suffix '+xml') for naming media types outside of these five types when those media types represent XML MIME (Multipurpose Internet Mail Extensions) entities. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3023"/>
          <seriesInfo name="DOI" value="10.17487/RFC3023"/>
        </reference>
        <reference anchor="RFC3979">
          <front>
            <title>Intellectual Property Rights in IETF Technology</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The IETF policies about Intellectual Property Rights (IPR), such as patent rights, relative to technologies developed in the IETF are designed to ensure that IETF working groups and participants have as much information about any IPR constraints on a technical proposal as possible. The policies are also intended to benefit the Internet community and the public at large, while respecting the legitimate rights of IPR holders. This memo details the IETF policies concerning IPR related to technology worked on within the IETF. It also describes the objectives that the policies are designed to meet. This memo updates RFC 2026 and, with RFC 3978, replaces Section 10 of RFC 2026. This memo also updates paragraph 4 of Section 3.2 of RFC 2028, for all purposes, including reference [2] in RFC 2418. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3979"/>
          <seriesInfo name="DOI" value="10.17487/RFC3979"/>
        </reference>
        <reference anchor="RFC5378">
          <front>
            <title>Rights Contributors Provide to the IETF Trust</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." role="editor" surname="Contreras"/>
            <date month="November" year="2008"/>
            <abstract>
              <t>The IETF policies about rights in Contributions to the IETF are designed to ensure that such Contributions can be made available to the IETF and Internet communities while permitting the authors to retain as many rights as possible. This memo details the IETF policies on rights in Contributions to the IETF. It also describes the objectives that the policies are designed to meet. This memo obsoletes RFCs 3978 and 4748 and, with BCP 79 and RFC 5377, replaces Section 10 of RFC 2026. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="78"/>
          <seriesInfo name="RFC" value="5378"/>
          <seriesInfo name="DOI" value="10.17487/RFC5378"/>
        </reference>
        <reference anchor="RFC4855">
          <front>
            <title>Media Type Registration of RTP Payload Formats</title>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <date month="February" year="2007"/>
            <abstract>
              <t>This document specifies the procedure to register RTP payload formats as audio, video, or other media subtype names. This is useful in a text-based format description or control protocol to identify the type of an RTP transmission. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4855"/>
          <seriesInfo name="DOI" value="10.17487/RFC4855"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC6839">
          <front>
            <title>Additional Media Type Structured Syntax Suffixes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>A content media type name sometimes includes partitioned meta- information distinguished by a structured syntax to permit noting an attribute of the media as a suffix to the name. This document defines several structured syntax suffixes for use with media type registrations. In particular, it defines and registers the "+json", "+ber", "+der", "+fastinfoset", "+wbxml" and "+zip" structured syntax suffixes, and provides a media type structured syntax suffix registration form for the "+xml" structured syntax suffix. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6839"/>
          <seriesInfo name="DOI" value="10.17487/RFC6839"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MacOSFileTypes" target="http://www.info.apple.com/kbnum/n55381">
          <front>
            <title>Mac OS: File Type and Creator Codes, and File Formats</title>
            <author>
              <organization>Apple Computer, Inc.</organization>
            </author>
            <date year="1993" month="June"/>
          </front>
          <refcontent>Apple Knowledge Base Article 55381</refcontent>
        </reference>
        <reference anchor="RFC2616">
          <front>
            <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="J. Gettys" initials="J." surname="Gettys"/>
            <author fullname="J. Mogul" initials="J." surname="Mogul"/>
            <author fullname="H. Frystyk" initials="H." surname="Frystyk"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2616"/>
          <seriesInfo name="DOI" value="10.17487/RFC2616"/>
        </reference>
        <reference anchor="RFC2048">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fourth document, RFC 2048, specifies various IANA registration procedures for some MIME facilities. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2048"/>
          <seriesInfo name="DOI" value="10.17487/RFC2048"/>
        </reference>
        <reference anchor="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="RFC4288">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4288"/>
          <seriesInfo name="DOI" value="10.17487/RFC4288"/>
        </reference>
        <reference anchor="RFC2231">
          <front>
            <title>MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="K. Moore" initials="K." surname="Moore"/>
            <date month="November" year="1997"/>
            <abstract>
              <t>This memo defines extensions to the RFC 2045 media type and RFC 2183 disposition parameter value mechanisms. This memo also defines an extension to the encoded words defined in RFC 2047 to allow the specification of the language to be used for display as well as the character set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2231"/>
          <seriesInfo name="DOI" value="10.17487/RFC2231"/>
        </reference>
        <reference anchor="RFC5987">
          <front>
            <title>Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters</title>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>By default, message header field parameters in Hypertext Transfer Protocol (HTTP) messages cannot carry characters outside the ISO- 8859-1 character set. RFC 2231 defines an encoding mechanism for use in Multipurpose Internet Mail Extensions (MIME) headers. This document specifies an encoding suitable for use in HTTP header fields that is compatible with a profile of the encoding defined in RFC 2231. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5987"/>
          <seriesInfo name="DOI" value="10.17487/RFC5987"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
      </references>
    </references>
    <?line 566?>

<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:
H4sIAAAAAAAAA719+ZPbWHLm7/wrYPaGJU2TVLfU0qilsD3VOqY11rVS9Xgd
G7sOkHwsYgQCNABWFd0h/+3O/DLzHQBYpZ4Ye2KiJZHgwzvy/PJ48/l80hVd
6Z5mb926yLPz495ln/ZuVWyKVd4VddVmebXOPrqLou0afJJ9aOqVWx8a107y
5bJxl8mv40cn63pV5Tsaft3km25euG4z3/Gzu7yaP37y8MmyaOfffTdZ5517
OqE3uou6OT7Nlqv9pF62dek61z7N+MnJpNg3T7OuObTdg++++/G7B5PP7nhV
N+un2euqc03luvkLfs1k0nY06X/Ly7qiVx9pnu0ub7p/+/dDjeGqerIvnmb/
t6tXs4z+U1RrV3WzrK2brnGblv523OlfuqZY0VererfP9S87epi+KqqyqNz/
m0wuXXWg2WfZtualTrddt2+f3r9Pi8ppI1afXbPglS/q5uL+1cV924D7+bI+
dPen9MvG7evolxdFtz0sF/Su+9iyqwu/a/d11+hnE3lsXrTtwc3LfOlK2Sr6
ejLJD922bmhacxo/o9nSwt8usnd11xXVxTbf4WM5nbd587n/DU02r4r/wDk+
xSf7mva1lL9n2ZzoIN82eYV/r+pD1fHJnR348Msix8dulxc0qV1Vd3/g/yzo
kPDFoaEDsOVeXV0t7Nv7yYQ/LIie2qpYfY5m+4GIIvl4OFV9byMP/cHtiSTd
zuH1k6La1M2Onr7Eqb3NV+8/vSpKx+Tbyu+VKab0Xfb+09OMvxbyZm543ri8
q5vseb12RAj8ER54hWHbqQyRNxeuk0XqGvnFi3y/Lx2O9vOyOuzuV48ePXzy
PX7ijwz7q/vMq6Nt5V/RC3f7A5H6jCh+tcADRKarmsi/6uyhf67qq9KtL1z2
U9667KzpihV9HF4DZsv+dKhc9v2PPz6cTObzeZYv+dxWtD3n26LNiHEPTOfZ
2m2Iytts75k+o93Luq3L2lhOYBeaWEzUmwxEm3W8r/jVgeZTVNnP5+cfZtnb
129fyubVNFrjmZhfRUxZl+1CprYr1uvSTSbf8CNNvT6sIFsmH92KZzj8XbbN
L122dK7KVjlt0KEsj7SQtrio3JoYnr7KXN4W9Km7pq1ri2WJia1c0+X0J/0o
bxc0crbPefsOZU57Ttx3DC9hAbAqD2timWx56EiodFlZ7IpOXsFrzH799Z8+
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
mOGYtSph8l+qCpAETc8AAA==

-->

</rfc>
