pax_global_header 0000666 0000000 0000000 00000000064 15167513557 0014531 g ustar 00root root 0000000 0000000 52 comment=d237ee45d5fcbcf05aa860c5682f9693de92ecd8
mime-types-mime-types-data-618ae00/ 0000775 0000000 0000000 00000000000 15167513557 0017146 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/.gitattributes 0000664 0000000 0000000 00000000245 15167513557 0022042 0 ustar 00root root 0000000 0000000 data/*.db -text -diff -merge linguist-generated=true
data/*.column -text -diff -merge linguist-generated=true
data/*.json -text -diff -merge linguist-generated=true
mime-types-mime-types-data-618ae00/.github/ 0000775 0000000 0000000 00000000000 15167513557 0020506 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/.github/FUNDING.yml 0000664 0000000 0000000 00000000144 15167513557 0022322 0 ustar 00root root 0000000 0000000 github: halostatue
buy_me_a_coffee: halostatue
ko_fi: halostatue
tidelift: rubygems/mime-types-data
mime-types-mime-types-data-618ae00/.github/dependabot.yml 0000664 0000000 0000000 00000001125 15167513557 0023335 0 ustar 00root root 0000000 0000000 version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'deps'
cooldown:
default-days: 7
groups:
actions:
applies-to: version-updates
update-types:
- minor
- patch
- package-ecosystem: bundler
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'deps'
cooldown:
default-days: 7
groups:
bundler:
applies-to: version-updates
update-types:
- minor
- patch
mime-types-mime-types-data-618ae00/.github/workflows/ 0000775 0000000 0000000 00000000000 15167513557 0022543 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/.github/workflows/dco-check.yml 0000664 0000000 0000000 00000001245 15167513557 0025110 0 ustar 00root root 0000000 0000000 name: Check DCO
on:
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
jobs:
check-dco:
name: Check DCO
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden the runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: block
disable-sudo: true
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: KineticCafe/actions-dco@6e1652ef3027ce128e65e6edd215ae053350bd16 # v2.1.1
mime-types-mime-types-data-618ae00/.github/workflows/dependency-review.yml 0000664 0000000 0000000 00000002465 15167513557 0026712 0 ustar 00root root 0000000 0000000 # Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,
# surfacing known-vulnerable versions of the packages declared or updated in the PR. Once
# installed, if the workflow run is marked as required, PRs introducing known-vulnerable
# packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dependency-review:
name: Review Dependencies
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Harden the runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
api.securityscorecards.dev:443
github.com:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
mime-types-mime-types-data-618ae00/.github/workflows/generate.yml 0000664 0000000 0000000 00000004046 15167513557 0025064 0 ustar 00root root 0000000 0000000 name: Update data and open pull request
on:
schedule:
- cron: '0 18 * * 2'
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
update-definitions:
name: Update data and open pull request
permissions:
contents: write # This workflow updates data and opens a pull request.
issues: write # This workflow updates data and opens a pull request.
pull-requests: write # This workflow updates data and opens a pull request.
runs-on: ubuntu-latest
steps:
- name: Harden the runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
index.rubygems.org:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
release-assets.githubusercontent.com:443
rubygems.org:443
svn.apache.org:80
www.iana.org:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: true
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd #v1.288.0
with:
ruby-version: '3.3'
rubygems: 'latest'
bundler: 2
bundler-cache: true
- run: bundle exec rake release:gha
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
commit-message: |
${{ env.UPDATE_TITLE }}
${{ env.UPDATE_BODY }}
branch: update-mime-types-data/${{ env.UPDATE_VERSION }}
title: ${{ env.UPDATE_TITLE }}
body-path: ${{ env.UPDATE_BODY_PATH }}
labels: |
automated
data-update
assignees: |
halostatue
reviewers: |
halostatue
mime-types-mime-types-data-618ae00/.github/workflows/publish-gem.yml 0000664 0000000 0000000 00000005032 15167513557 0025502 0 ustar 00root root 0000000 0000000 name: Release
on:
push:
branches:
- main
paths:
- lib/mime/types/data.rb
pull_request:
branches:
- main
types:
- closed
paths:
- lib/mime/types/data.rb
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
release:
name: Publish Gem Version with Trusted Publishing
if: github.repository == 'mime-types/mime-types-data' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged))
runs-on: ubuntu-latest
environment: production
env:
rubygems_release_gem: true
permissions:
contents: write # Create a new tag
id-token: write # Authenticate for gem publishing
steps:
- name: Harden the runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
fulcio.sigstore.dev:443
github.com:443
index.rubygems.org:443
objects.githubusercontent.com:443
rekor.sigstore.dev:443
release-assets.githubusercontent.com:443
rubygems.org:443
tuf-repo-cdn.sigstore.dev:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: true
- id: rubygems
run: |
ruby -e \
'print "version=", Gem::Specification.load(ARGV[0]).rubygems_version, "\n"' \
mime-types-data.gemspec >>"${GITHUB_OUTPUT}"
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with:
bundler-cache: false
ruby-version: ruby
- name: Install dependencies
run: |
gem update --system="${RUBYGEMS_VERSION}"
bundle install --jobs 4 --retry 3
env:
RUBYGEMS_VERSION: ${{ steps.rubygems.outputs.version }}
- name: Get gem version
run: |
echo gem_version="$(rake version)" >>"${GITHUB_OUTPUT}"
- name: Ensure that gemspec is up-to-date
run: |
rake gemspec
if ! git diff >/dev/null 2>/dev/null; then
git commit -m "chore: Automatically update gemspec for ${gem_version} for release"
git push origin main
fi
- uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b # v1.1.2
mime-types-mime-types-data-618ae00/.github/workflows/reviewdog.yml 0000664 0000000 0000000 00000003371 15167513557 0025265 0 ustar 00root root 0000000 0000000 name: Reviewdog
on:
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
if: ${{ github.event.action != 'closed' }}
name: Typos
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write # Reviewdog comments on pull requests
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
release-assets.githubusercontent.com:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: reviewdog/action-typos@d5eb1bbcd1b3bfde596f6eeb470322727862fe98 # v1.19.0
actionlint:
if: ${{ github.event.action != 'closed' }}
name: Actionlint
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write # Reviewdog comments on pull requests
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
mime-types-mime-types-data-618ae00/.github/workflows/zizmor.yml 0000664 0000000 0000000 00000002032 15167513557 0024615 0 ustar 00root root 0000000 0000000 name: GitHub Actions Security Analysis with zizmor
on:
push:
branches: ["main"]
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
zizmor:
name: zizmor latest via zizmor-action
runs-on: ubuntu-latest
permissions:
security-events: write # Zizmor writes security events
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
ghcr.io:443
github.com:443
pkg-containers.githubusercontent.com:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
with:
persona: pedantic
mime-types-mime-types-data-618ae00/.github/zizmor.yml 0000664 0000000 0000000 00000000263 15167513557 0022564 0 ustar 00root root 0000000 0000000 rules:
artipacked:
ignore:
- generate.yml:42 # generate creates an automated release and creates a PR.
- publish-gem.yml:58 # publish-gem adds and pushes a tag.
mime-types-mime-types-data-618ae00/.gitignore 0000664 0000000 0000000 00000000206 15167513557 0021134 0 ustar 00root root 0000000 0000000 *.gem
.bundle/
.byebug_history
.rake_tasks~
.source_index
Gemfile.lock
coverage/
doc/
html/
pkg/
publish/
test/cache.tst
tmp/
vendor/
mime-types-mime-types-data-618ae00/.hoerc 0000664 0000000 0000000 00000001223 15167513557 0020245 0 ustar 00root root 0000000 0000000 ---
exclude: !ruby/regexp '/
(?i:TAGS)$
| [Aa]ppraisals$
| [gG]emfile(?:\.lock)?$
| \.gemspec$
| \.swp$
| \.tmp$
| ^\.appveyor\.ya?ml$
| ^\.autotest$
| ^\.bundle\/
| ^\.byebug_history$
| ^\.coveralls\.ya?ml$
| ^\.DS_Store$
| ^\.fasterer\.ya?ml$
| ^\.gemtest$
| ^\.git\/
| ^\.gitattributes$
| ^\.github\/
| ^\.gitignore$
| ^\.hg\/
| ^\.hoerc$
| ^\.idea\/
| ^\.pullreview\.ya?ml$
| ^\.rubocop.*\.ya?ml$
| ^\.standard.*\.ya?ml$
| ^\.svn\/
| ^\.travis\.ya?ml$
| ^\.typos\.toml$
| ^\.unused\.ya?ml$
| ^benchmarks\/
| ^coverage\/
| ^doc\/
| ^research\/
| ^support\/
| ^types\/
| ^vendor\/
/x'
mime-types-mime-types-data-618ae00/.standard.yml 0000664 0000000 0000000 00000000276 15167513557 0021554 0 ustar 00root root 0000000 0000000 ---
parallel: true
ruby_version: 2.3
ignore:
- '*.gemspec'
- 'pkg/**/*'
- Rakefile:
- Layout/HeredocIndentation
- support/prepare_release.rb:
- Layout/HeredocIndentation
mime-types-mime-types-data-618ae00/.typos.toml 0000664 0000000 0000000 00000000055 15167513557 0021277 0 ustar 00root root 0000000 0000000 [files]
extend-exclude = ["data/", "types/"]
mime-types-mime-types-data-618ae00/CHANGELOG.md 0000664 0000000 0000000 00000101235 15167513557 0020761 0 ustar 00root root 0000000 0000000 # MIME Types Changes by Version
## 3.2026.0414 / 2026-04-14
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0407 / 2026-04-07
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0331 / 2026-03-31
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0317 / 2026-03-17
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
- Juliana Lucena ([@julianalucena](https://github.com/julianalucena)) added
`parquet` extension for `application/vnd.apache.parquet`. [#271][pull-271]
## 3.2026.0303 / 2026-03-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0224 / 2026-02-24
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0217 / 2026-02-17
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0210 / 2026-02-10
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0203 / 2026-02-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0127 / 2026-01-27
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0120 / 2026-01-20
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0113 / 2026-01-13
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
## 3.2026.0106 / 2026-01-06
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
- Manual contributions now require `Signed-off-by` trailers for assertion of the
[Developer Certificate of Origin][dco]. More details will be added in the
coming weeks.
- Added `application/microdata+json`, `application/speculationrules+json`,
`text/event-stream` and `text/ping` from the [WHATWG HTML spec][whatwg]
## 3.2025.0924 / 2025-09-24
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
- Removed the [Apache httpd media registry][httpd] from automatic updates. It is
currently failing and no longer provides useful data compared to other
sources.
## 3.2025.0916 / 2025-09-16
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0909 / 2025-09-09
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0902 / 2025-09-02
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0826 / 2025-08-26
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0819 / 2025-08-19
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0812 / 2025-08-12
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0805 / 2025-08-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0729 / 2025-07-29
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
- Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain` documents
is mostly a holdover from VAX VMS where the default wasn't `.txt` but `.doc`.
The world now thinks that `.doc` mostly means `application/msword` even though
that format is obsolete by almost twenty years. Closes
[ruby-mime-types#224][ruby-mime-types#224] with [#191][pull-191].
- Handle promoted and withdrawn provisional IANA media types. Closes
[#54][issue-54] with [#192][pull-192].
The logic is three relatively simple phases:
1. When loading an existing registry grouping (such as
`types/application.yaml`), we mark any type that is `provisional` as
`obsolete`. This indicates that we consider any provisional type as
potentially withdrawn (and therefore obsolete).
2. When processing existing regular types, we clear both `provisional` and
`obsolete` flags so that a type promoted from provisional is now a regular
registry entry.
3. After merging the current list of registry entries, we _clear_
`provisional` if the type is marked both `provisional` and `obsolete`,
indicating that the provisional type has been withdrawn.
These heuristics match several types which have been promoted and withdrawn
since the handling of provisional types was improved with [#53][pull-53].
## 3.2025.0722 / 2025-07-22
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0715 / 2025-07-15
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0708 / 2025-07-08
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0701 / 2025-07-01
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0624 / 2025-06-24
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0617 / 2025-06-17
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0610 / 2025-06-10
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0603 / 2025-06-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0527 / 2025-05-27
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0520 / 2025-05-20
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0514 / 2025-05-14
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional], the
[Apache httpd media registry][httpd], and the
[Apache Tika media registry][tika] as of the release date.
## 3.2025.0507 / 2025-05-07
- Added new data for pre-computed priority sorting. This new data requires Ruby
mime-types 3.7.0 or later to manage data but is ignored by older versions of
mime-types.
- Added a parser for the [Apache Tika media registry][tika] to enrich the media
definitions, mostly by adding new patterns for media type extensions. This
parser:
1. Parses the current `tika-mimetypes.xml` from the main branch of
[Tika][tika] on GitHub.
2. Skips over any `mime-type` record that has attributes. That is, any record
which looks like `media/subtype;format=foo` or `media/subtype;version=2`
will be skipped. Support for attributes does not currently exist in the
mime-types library.
3. Extracts the `glob` entries for use in the `extensions` field. Globs that
use `*` in the middle of a filename are excluded, because that's now how
the Ruby MIME::Types field works (I could add a new `glob` field, but that
will take a bit more work).
4. Updates the `extensions` field for any existing MIME::Type or creates new
unregistered (not defined in IANA) types for new ones.
- Updated the history body to reflect the new data source for updates.
- Some details were removed from older CHANGELOG entries relating to updated
MIME types from more or less automated processes.
## 3.2025.0506 / 2025-05-06
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0429 / 2025-04-29
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0422 / 2025-04-22
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0408 / 2025-04-08
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0402 / 2025-04-02
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0325 / 2025-03-25
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0318 / 2025-03-18
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0304 / 2025-03-04
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2025.0220 / 2025-02-20
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added [trusted publishing][tp] for fully automated releases. Developed by
Samuel Giddins in [#109][pull-109], merged manually with some updates.
## 3.2025.0204 / 2025-02-04
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added the Changelog URL to the README so that RubyGems.org is updated with the
`changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
- Fixed an issue with automated releases that added thousands of files because
`vendor/` was no longer ignored.
- Fixed the automated release builder process to handle the case when the
`automatic-release` tag is followed by a `## NEXT / YYYY-MM-DD` header so that
changes merged normally are picked up on automatic releases. [#98][pull-98]
## 3.2025.0107 / 2025-01-07
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Restructured documentation for how I prefer to manage Hoe projects now.
- Reworked the Rakefile because all data updates are now managed by GitHub
Actions and should not be managed manually any longer.
- `rake release:prepare` now does the same work as `rake release:gha`, but
does not commit or create a pull request.
- `rake convert` no longer has any subtasks.
- `rake update` has been removed with no replacement.
- Updated `.hoerc` to properly exclude `support/` and `types/` from the
manifest.
## 3.2024.1203 / 2024-12-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.1105 / 2024-11-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.1001 / 2024-10-01
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0903 / 2024-09-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0820 / 2024-08-20
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
[#81][pull-81].
## 3.2024.0806 / 2024-08-06
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0702 / 2024-07-02
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- This update adds a new `haptics/` group with three media types defined.
- Moved extensions from `audio/x-aac` to `audio/aac` and mark `audio/x-aac` as
obsolete. Based on [#77][pull-77] by Samuel Williams.
- Made the same changes for `audio/flac` and `audio/matroska`.
## 3.2024.0604 / 2024-06-04
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Internal changes:
- Update to latest version of Rubygems for testing.
- Remove restriction on Pysch version as that does not work well with current
Rubies.
- Fix a bug with the history generation on automatic updates.
## 3.2024.0507 / 2024-05-07
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0402 / 2024-04-02
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0305 / 2024-03-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0206 / 2024-02-06
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2024.0102 / 2024-01-02
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.1205 / 2023-12-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.1107 / 2023-11-07
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.1003 / 2023-10-03
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.0905 / 2023-09-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.0808 / 2023-08-08
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2023.0218.1 / 2023-02-18
- When this data library was created in 2015, I made the decision based on
information available to deprecate `text/javascript` in favour of
`application/javascript`. Since the previous update (2022-01-05), IANA has
officially deprecated `application/javascript` in favour of `text/javascript`.
Samuel Williams discovered this in [#55][issue-55] by noting that all `js`
types were marked obsolete in version 3.2023.0218.
A hot fix has been applied to resolve this. However, note that
`application/javascript` will not be returned by default, only
`text/javascript`.
## 3.2023.0218 / 2023-02-18
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
[#52][pull-52]
- Reworked the loading of IANA provisional media registries to merge them into
the top-level media-type registries instead of a standalone registry file.
[#53][pull-53] originally identified by Chris Salzberg in [#50][pull-50].
It is worth noting that this is an _imperfect_ solution as if a media type is
provisionally registered and withdrawn, it will linger in the registry with no
clean way of identifying them at the moment. See [#54][issue-54].
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
show "Type `application/netcdf` is already registered as a variant of
`application/netcdf`".
## 3.2022.0105 / 2022-01-05
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
and later registered. Fixed [#48][issue-48], found by William T. Nelson.
## 3.2021.1115 / 2021-11-15
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added conversion utilities that support the `mini_mime` data format. These
have been ported from the [mini\_mime][mini_mime] repository. [#47][pull-47]
- Added IANA provisional media registries. Added some notes to CONTRIBUTING
about the transient nature of the provisional registration data. This was
triggered in part by a pull request by Jon Sneyers. Thanks! [#45][pull-45],
[#43][pull-43]
## 3.2021.0901 / 2021-09-01
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added file extension for `WebVTT` text format. [#46][pull-46]
## 3.2021.0704 / 2021-07-04
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
## 3.2021.0225 / 2021-02-25
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache httpd media registry][httpd] as of the release date.
- Added file extension for `AVIF` video format. [#40][pull-40]
## 3.2021.0212 / 2021-02-12
- Updated the IANA media registry entries as of release date.
- Added a new rake task (`release:automatic`) that downloads and converts the
data from Apache httpd and IANA registries; if there are changes detected, it
updates the release version, changelog, manifest, and `gemspec` and commits
the changes to git.
## 3.2020.1104 / 2020-11-04
- Updated the IANA media registry entries as of release date.
- Added `application/x-zip-compressed`. [#36][pull-36]
- Updated the contributing guide to include information about the release
process as described in [#18][issue-18]
- Corrected a misspelling of Yoran Brondsema's name. Sorry, Yoran.
[#35][pull-35]
## 3.2020.0512 / 2020-05-12
- Updated the IANA media registry entries as of release date.
- Added file extensions for `HEIC` image types. [#34][pull-34]
## 3.2020.0425 / 2020-04-25
- Updated the IANA media registry entries as of release date.
- Added several RAW image types based on data from GNOME RAW Thumbnailer.
[#33][pull-33] fixing [#32][issue-32]
- Added `audio/wav`. [#31][pull-31]
- Added a type for Smarttech notebook files. [#30][pull-30]
- Added an alias for audio/m4a files. [#29][pull-29]
- Added application/x-ms-dos-executable. [#28][pull-28]
## 3.2019.1009 / 2019-10-09
- Updated the IANA media registry entries as of release date.
- Reordered the `.ai` extension so that it is not the preferred extension for
`application/pdf` [#24][pull-24]
## 3.2019.0904 / 2019-09-04
- Updated the IANA media registry entries as of release date.
- Moved the `.ai` extension from `application/postscript` to `application/pdf`.
[#23][pull-23] fixing [#22][issue-22]
## 3.2019.0331 / 2019-03-31
- Updated the IANA media registry entries as of release date.
- Added support for `application/wasm` with extension `.wasm`. [#21][pull-21]
- Fixed `application/ecmascript` extensions. [#20][pull-20]
## 3.2018.0812 / 2018-08-12
- Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
[#11][pull-11]
- Added `.ipa` extension to `application/octet-stream`. [#12][pull-12]
- Moved extensions `.markdown` and `.md` and added `.mkd` extension to
`text/markdown`. [#13][pull-13]
- Because of a bug found with mime-types 3 before 3.2.1, this version requires
mime-types 3.2 or later to manage data.
- Updated the IANA media registry entries as of release date. The biggest major
change here is the addition of the `font/` top-level media type.
- MIME type changes not introduced by pull requests will no longer be
individually tracked.
- Clarified that the YAML editable format is not shipped with the Ruby gem for
size considerations.
## 3.2016.0521 / 2016-05-21
- Updated the known extension list for `application/octet-stream` and
`application/pgp-encrypted` to include `gpg` as an extension. Fixes
[#3][pull-3] by Tao Guo ([@taonic](https://github.com/taonic)).
- Updated the IANA media registry entries as of release date.
- This version requires mime-types 3.1 or later to manage data because of an
issue with JSON data encoding for the `xrefs` field.
## 3.2016.0221 / 2016-02-21
- Updated the known extensions list for audio/mp4.
- Updated to [Contributor Covenant 1.4][code of conduct].
- Shift the support code in this repository to be developed with Ruby 2.3. This
involves:
- Adding `frozen_string_literal: true` to all Ruby files.
- Applied some recommended readability and performance suggestions from
Rubocop. Ignored some style recommendations, too.
- Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
## 3.2015.1120 / 2015-11-20
- Extracted from [ruby-mime-types][rmt].
- Added a [Code of Conduct][Code of Conduct].
- The versioning has changed to be semantic on format plus date in two parts.
- All registry formats have been updated to remove deprecated data.
- The columnar format has been updated to store three boolean flags in a
single flags file.
- Updated the conversion and management utilities to work with ruby-mime-types
3.x.
- Updated the IANA media registry entries as of release date.
## 2.6.2 / 2015-09-13
- Updated the IANA media registry entries as of release date.
## 2.6 / 2015-05-25
- Steven Michael Thomas
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
as an extension to `application/font-woff`,
[ruby-mime-types#99][ruby-mime-types#99].
- Updated the IANA media registry entries as of release date.
## 2.5 / 2015-04-25
- Updated the IANA media registry entries as of release date.
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
in `text/csv` and `text/tab-separated-values`,
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
unregistered MIME type `image/x-ms-bmp` with the extension `bmp`,
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
## 2.4.2 / 2014-10-15
- Added `application/vnd.ms-outlook` as an unregistered MIME type with the
extension `msg`. Provided by [@keerthisiv](https://github.com/keerthisiv) in
[ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
## 2.4.1 / 2014-10-07
- Changed the sort order of many of the extensions to restore behaviour from
mime-types 1.25.1.
- Added `friendly` MIME::Type descriptions where known.
- Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program` and
`application/x-msdownload`.
- Updated the IANA media registry entries as of release date.
## 2.3 / 2014-05-23
- Updated the IANA media registry entries as of release date.
## 2.2 / 2014-03-14
- Added `.sj` to `application/javascript` as provided by Brandon Galbraith
([@brandongalbraith](https://github.com/brandongalbraith)) in
[ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
- Marked `application/excel` and `application/x-excel` as obsolete in favour of
`application/vnd.ms-excel` per
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
- Merged duplicate MIME types into the registered MIME type. The only difference
between the MIME types was capitalization; the MIME type registry is
case-preserving.
- Updated the IANA media registry entries as of release date.
## 2.1 / 2014-01-25
- The IANA media type registry format changed, resulting in updates to most of
the 1,427 registered MIME types.
- Many registered MIME types have had some metadata updates due to the change
in the IANA registry format.
- MIME types having a publicly available registry application now include a
link to that file in references.
- Added `xrefs` data as discovered (see the API changes noted above).
- The Apache httpd mime types configuration has been added to track additional
common but unregistered MIME types and known extensions for those MIME types.
This has affected many of the available MIME types.
- Merged the non-standard VMS platform `text/plain` with the standard
`text/plain`.
[code of conduct]: CODE_OF_CONDUCT.md
[dco]: https://developercertificate.org
[httpd]: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
[issue-22]: https://github.com/mime-types/mime-types-data/issues/22
[issue-32]: https://github.com/mime-types/mime-types-data/issues/32
[issue-48]: https://github.com/mime-types/mime-types-data/issues/48
[issue-54]: https://github.com/mime-types/mime-types-data/issues/54
[issue-55]: https://github.com/mime-types/mime-types-data/issues/55
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
[provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
[pull-109]: https://github.com/mime-types/mime-types-data/pull/109
[pull-10]: https://github.com/mime-types/mime-types-data/pull/10
[pull-11]: https://github.com/mime-types/mime-types-data/pull/11
[pull-12]: https://github.com/mime-types/mime-types-data/pull/12
[pull-13]: https://github.com/mime-types/mime-types-data/pull/13
[pull-191]: https://github.com/mime-types/mime-types-data/pull/191
[pull-192]: https://github.com/mime-types/mime-types-data/pull/192
[pull-20]: https://github.com/mime-types/mime-types-data/pull/20
[pull-21]: https://github.com/mime-types/mime-types-data/pull/21
[pull-23]: https://github.com/mime-types/mime-types-data/pull/23
[pull-24]: https://github.com/mime-types/mime-types-data/pull/24
[pull-271]: https://github.com/mime-types/mime-types-data/pull/271
[pull-28]: https://github.com/mime-types/mime-types-data/pull/28
[pull-29]: https://github.com/mime-types/mime-types-data/pull/29
[pull-30]: https://github.com/mime-types/mime-types-data/pull/30
[pull-31]: https://github.com/mime-types/mime-types-data/pull/31
[pull-33]: https://github.com/mime-types/mime-types-data/pull/33
[pull-34]: https://github.com/mime-types/mime-types-data/pull/34
[pull-35]: https://github.com/mime-types/mime-types-data/pull/35
[pull-36]: https://github.com/mime-types/mime-types-data/pull/36
[pull-3]: https://github.com/mime-types/mime-types-data/pull/3
[pull-40]: https://github.com/mime-types/mime-types-data/pull/40
[pull-43]: https://github.com/mime-types/mime-types-data/pull/43
[pull-45]: https://github.com/mime-types/mime-types-data/pull/45
[pull-46]: https://github.com/mime-types/mime-types-data/pull/46
[pull-47]: https://github.com/mime-types/mime-types-data/pull/47
[pull-50]: https://github.com/mime-types/mime-types-data/pull/50
[pull-52]: https://github.com/mime-types/mime-types-data/pull/52
[pull-53]: https://github.com/mime-types/mime-types-data/pull/53
[pull-77]: https://github.com/mime-types/mime-types-data/pull/77
[pull-81]: https://github.com/mime-types/mime-types-data/pull/81
[pull-96]: https://github.com/mime-types/mime-types-data/pull/96
[pull-98]: https://github.com/mime-types/mime-types-data/pull/98
[registry]: https://www.iana.org/assignments/media-types/media-types.xml
[rmt]: https://github.com/mime-types/ruby-mime-types
[ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
[ruby-mime-types#224]: https://github.com/mime-types/ruby-mime-types/pull/224
[ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
[tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
[tp]: https://guides.rubygems.org/trusted-publishing/
[whatwg]: https://html.spec.whatwg.org/multipage/iana.html#text/event-stream
mime-types-mime-types-data-618ae00/CODE_OF_CONDUCT.md 0000664 0000000 0000000 00000020674 15167513557 0021756 0 ustar 00root root 0000000 0000000 # Contributor Covenant 3.0 Code of Conduct
## Our Pledge
We pledge to make our community welcoming, safe, and equitable for all.
We are committed to fostering an environment that respects and promotes the
dignity, rights, and contributions of all individuals, regardless of
characteristics including race, ethnicity, caste, color, age, physical
characteristics, neurodiversity, disability, sex or gender, gender identity or
expression, sexual orientation, language, philosophy or religion, national or
social origin, socio-economic position, level of education, or other status. The
same privileges of participation are extended to everyone who participates in
good faith and in accordance with this Covenant.
## Encouraged Behaviors
While acknowledging differences in social norms, we all strive to meet our
community's expectations for positive behavior. We also understand that our
words and actions may be interpreted differently than we intend based on
culture, background, or native language.
With these considerations in mind, we agree to behave mindfully toward each
other and act in ways that center our shared values, including:
1. Respecting the **purpose of our community**, our activities, and our ways of
gathering.
2. Engaging **kindly and honestly** with others.
3. Respecting **different viewpoints** and experiences.
4. **Taking responsibility** for our actions and contributions.
5. Gracefully giving and accepting **constructive feedback**.
6. Committing to **repairing harm** when it occurs.
7. Behaving in other ways that promote and sustain the **well-being of our
community**.
## Restricted Behaviors
We agree to restrict the following behaviors in our community. Instances,
threats, and promotion of these behaviors are violations of this Code of
Conduct.
1. **Harassment.** Violating explicitly expressed boundaries or engaging in
unnecessary personal attention after any clear request to stop.
2. **Character attacks.** Making insulting, demeaning, or pejorative comments
directed at a community member or group of people.
3. **Stereotyping or discrimination.** Characterizing anyone’s personality or
behavior on the basis of immutable identities or traits.
4. **Sexualization.** Behaving in a way that would generally be considered
inappropriately intimate in the context or purpose of the community.
5. **Violating confidentiality**. Sharing or acting on someone's personal or
private information without their permission.
6. **Endangerment.** Causing, encouraging, or threatening violence or other harm
toward any person or group.
7. Behaving in other ways that **threaten the well-being** of our community.
### Other Restrictions
1. **Misleading identity.** Impersonating someone else for any reason, or
pretending to be someone else to evade enforcement actions.
2. **Failing to credit sources.** Not properly crediting the sources of content
you contribute.
3. **Promotional materials**. Sharing marketing or other commercial content in a
way that is outside the norms of the community.
4. **Irresponsible communication.** Failing to responsibly present content which
includes, links or describes any other restricted behaviors.
## Reporting an Issue
Tensions can occur between community members even when they are trying their
best to collaborate. Not every conflict represents a code of conduct violation,
and this Code of Conduct reinforces encouraged behaviors and norms that can help
avoid conflicts and minimize harm.
When an incident does occur, it is important to report it promptly. To report a
possible violation, create a [private security advisory][advisory] — violations
of this code of conduct are considered security vulnerabilities.
Community Moderators take reports of violations seriously and will make every
effort to respond in a timely manner. They will investigate all reports of code
of conduct violations, reviewing messages, logs, and recordings, or interviewing
witnesses and other participants. Community Moderators will keep investigation
and enforcement actions as transparent as possible while prioritizing safety and
confidentiality. In order to honor these values, enforcement actions are carried
out in private with the involved parties, but communicating to the whole
community may be part of a mutually agreed upon resolution.
## Addressing and Repairing Harm
If an investigation by the Community Moderators finds that this Code of Conduct
has been violated, the following enforcement ladder may be used to determine how
best to repair harm, based on the incident's impact on the individuals involved
and the community as a whole. Depending on the severity of a violation, lower
rungs on the ladder may be skipped.
1. Warning
1. Event: A violation involving a single incident or series of incidents.
2. Consequence: A private, written warning from the Community Moderators.
3. Repair: Examples of repair include a private written apology,
acknowledgement of responsibility, and seeking clarification on
expectations.
2. Temporarily Limited Activities
1. Event: A repeated incidence of a violation that previously resulted in a
warning, or the first incidence of a more serious violation.
2. Consequence: A private, written warning with a time-limited cooldown
period designed to underscore the seriousness of the situation and give
the community members involved time to process the incident. The cooldown
period may be limited to particular communication channels or interactions
with particular community members.
3. Repair: Examples of repair may include making an apology, using the
cooldown period to reflect on actions and impact, and being thoughtful
about re-entering community spaces after the period is over.
3. Temporary Suspension
1. Event: A pattern of repeated violation which the Community Moderators have
tried to address with warnings, or a single serious violation.
2. Consequence: A private written warning with conditions for return from
suspension. In general, temporary suspensions give the person being
suspended time to reflect upon their behavior and possible corrective
actions.
3. Repair: Examples of repair include respecting the spirit of the
suspension, meeting the specified conditions for return, and being
thoughtful about how to reintegrate with the community when the suspension
is lifted.
4. Permanent Ban
1. Event: A pattern of repeated code of conduct violations that other steps
on the ladder have failed to resolve, or a violation so serious that the
Community Moderators determine there is no way to keep the community safe
with this person as a member.
2. Consequence: Access to all community spaces, tools, and communication
channels is removed. In general, permanent bans should be rarely used,
should have strong reasoning behind them, and should only be resorted to
if working through other remedies has failed to change the behavior.
3. Repair: There is no possible repair in cases of this severity.
This enforcement ladder is intended as a guideline. It does not limit the
ability of Community Managers to use their discretion and judgment, in keeping
with the best interests of our community.
## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public or other
spaces. Examples of representing our community include using an official email
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Attribution
This Code of Conduct is adapted from the Contributor Covenant, version 3.0,
permanently available at .
Contributor Covenant is stewarded by the Organization for Ethical Source and
licensed under CC BY-SA 4.0. To view a copy of this license, visit
.
For answers to common questions about Contributor Covenant, see the FAQ at
. Translations are provided at
. Additional enforcement and
community guideline resources can be found at
. The enforcement ladder was
inspired by the work of [Mozilla’s code of conduct team][inclusion].
[advisory]: https://github.com/mime-types/ruby-mime-types/security/advisories/new
[inclusion]: https://github.com/mozilla/inclusion
mime-types-mime-types-data-618ae00/CONTRIBUTING.md 0000664 0000000 0000000 00000021653 15167513557 0021406 0 ustar 00root root 0000000 0000000 # Contributing
Contribution to mime-types-data is encouraged in any form: a bug report, new
MIME type definitions, or additional code to help manage the MIME types. New
features should be proposed and discussed in an [issue][issues].
Before contributing patches, please read the [Licence](./LICENCE.md).
MIME::Types data is governed under the
[Contributor Covenant Code of Conduct][cccoc].
## Code Guidelines
I have several guidelines to contributing code through pull requests:
- I use code formatters, static analysis tools, and linting to ensure consistent
styles and formatting. There should be no warning output from test run
processes. I use [Standard Ruby][standardrb].
- Proposed changes should be on a thoughtfully-named topic branch and organized
into logical commit chunks as appropriate.
- Use [Conventional Commits][conventional] with my
[conventions](#commit-conventions).
- Versions must not be updated in pull requests unless otherwise directed. This
means that you must not:
- Modify `VERSION` in `lib/mime/types/data.rb`. When your patch is accepted
and a release is made, the version will be updated at that point.
- Modify `mime-types-data.gemspec`; it is a generated file. (You _may_ use
`rake gemspec` to regenerate it if your change involves metadata related to
gem itself).
- Modify the `Gemfile`.
- Type updates may only be performed on the YAML files in `types/`. This means
that no files may be modified in `data/`. Any changes to be captured here will
be automatically updated on the next release.
- Documentation should be added or updated as appropriate for new or updated
functionality. The documentation is RDoc; mime-types-data does not use
extensions that may be present in alternative documentation generators.
- All GitHub Actions checks marked as required must pass before a pull request
may be accepted and merged.
- Add your name or GitHub handle to `CONTRIBUTORS.md` and a record in the
`CHANGELOG.md` as a separate commit from your main change. (Follow the style
in the `CHANGELOG.md` and provide a link to your PR.)
- Include your DCO sign-off in each commit message (see [LICENCE](LICENCE.md)).
Although mime-types-data was extracted from the [Ruby mime-types][rmt] gem and
the support files are written in Ruby, the _target_ of mime-types-data is any
implementation that wishes to use the data as a MIME types registry, so I am
particularly interested in tools that will create a mime-types-data package for
other languages.
## Adding or Modifying MIME Types
The Ruby mime-types gem loads its data from files encoded in the `data`
directory in this gem by loading `mime-types-data` and reading
MIME::Types::Data::PATH. These files are compiled files from the collection of
data in the `types` directory.
> [!WARNING]
>
> Pull requests that include changes to files in `data/` will require amendment
> to revert these files.
New or modified MIME types should be edited in the appropriate YAML file under
`types`. The format is as shown below for the `application/xml` MIME type in
`types/application.yml`.
```yaml
- !ruby/object:MIME::Type
content-type: application/xml
encoding: 8bit
extensions:
- xml
- xsl
references:
- IANA
- RFC3023
xrefs:
rfc:
- rfc3023
registered: true
```
There are other fields that can be added, matching the fields discussed in the
documentation for MIME::Type. Pull requests for MIME types should just contain
the changes to the YAML files for the new or modified MIME types; I will convert
the YAML files to JSON prior to a new release. I would rather not have to verify
that the JSON matches the YAML changes, which is why it is not necessary to run
conversion for the pull request.
If you are making a change for a private fork, use `rake convert:yaml:json` to
convert the YAML to JSON and `rake convert:yaml:columnar` to convert it to the
default columnar format.
### Updating Types from the IANA or Apache Lists
If you are maintaining a private fork and wish to update your copy of the MIME
types registry used by this gem, you can do this with the rake tasks:
```sh
$ rake mime:iana
$ rake mime:apache
```
#### A Note on Provisional Types
Provisionally registered types from IANA are contained in the `types/*.yaml`
files. Per IANA,
> 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.
Provisional types are rewritten when updated, so pull requests to manually
customize provisional types (such as with extensions) are considered lower
priority. It is recommended that any updates required to the data be performed
in your application if you require provisional types.
## Commit Conventions
MIMe::Types has adopted a variation of the Conventional Commits format for
commit messages. The following types are permitted:
| Type | Purpose |
| ------- | ----------------------------------------------------- |
| `feat` | A new feature |
| `fix` | A bug fix |
| `chore` | A code change that is neither a bug fix nor a feature |
| `docs` | Documentation updates |
| `deps` | Dependency updates, including GitHub Actions. |
| `types` | Manually contributed MIME::Types |
I encourage the use of [Tim Pope's][tpope-qcm] or [Chris Beam's][cbeams]
guidelines on the writing of commit messages
I require the use of [git][trailers1] [trailers][trailers2] for specific
additional metadata and strongly encourage it for others. The conditionally
required metadata trailers are:
- `Breaking-Change`: if the change is a breaking change. **Do not** use the
shorthand form (`feat!(scope)`) or `BREAKING CHANGE`.
- `Signed-off-by`: this is required for all developers except me, as outlined in
the [Licence](./LICENCE.md#developer-certificate-of-origin).
- `Fixes` or `Resolves`: If a change fixes one or more open [issues][issues],
that issue must be included in the `Fixes` or `Resolves` trailer. Multiple
issues should be listed comma separated in the same trailer:
`Fixes: #1, #5, #7`, but _may_ appear in separate trailers. While both `Fixes`
and `Resolves` are synonyms, only _one_ should be used in a given commit or
pull request.
- `Related to`: If a change does not fix an issue, those issue references should
be included in this trailer.
## The Release Process
The release process is completely automated, where upstream MIME types will be
updated weekly (on Tuesdays) and be presented in a reviewable pull request. Once
merged, the release will be automatically published to RubyGems.
With the addition of [trusted publishing][tp], there should no longer be a need
for manual releases outside of the update cycle. Pull requests merged between
cycles will be released on the next cycle.
If it becomes necessary to perform a manual release, IANA updates should be
performed manually.
1. Review any outstanding issues or pull requests to see if anything needs to be
addressed. This is necessary because there is no automated source for
extensions for the thousands of MIME entries. (Suggestions and/or pull
requests for same would be deeply appreciated.)
2. `bundle install`
3. Review the changes to make sure that the changes are sane. The IANA data
source changes from time to time, resulting in big changes or even a broken
step 4. (The most recent change was the addition of the `font/*` top-level
category.)
4. Write up the changes in `CHANGELOG.md`. If any PRs have been merged, these
should be noted specifically and contributions should be added in
`Contributing.md`.
5. Ensure that the `VERSION` in `lib/mime/types/data.rb` is updated with the
current date UTC.
6. Run `rake gemspec` to ensure that `mime-types.gemspec` has been updated.
7. Commit the changes and push to GitHub. The automated trusted publishing
workflow will pick up the changes.
This list is based on issue [#18][issue-18].
[cbeams]: https://cbea.ms/git-commit/
[cccoc]: ./CODE_OF_CONDUCT.md
[conventional]: https://www.conventionalcommits.org/en/v1.0.0/
[dco]: licences/dco.txt
[hoe]: https://github.com/seattlerb/hoe
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
[issues]: https://github.com/mime-types/mime-types-data/issues
[minitest]: https://github.com/seattlerb/minitest
[release-gem]: https://github.com/rubygems/release-gem
[rmt]: https://github.com/mime-types/ruby-mime-types/
[standardrb]: https://github.com/standardrb/standard
[tp]: https://guides.rubygems.org/trusted-publishing/
[tpope-qcm]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[trailers1]: https://git-scm.com/docs/git-interpret-trailers
[trailers2]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---trailerlttokengtltvaluegt
mime-types-mime-types-data-618ae00/CONTRIBUTORS.md 0000664 0000000 0000000 00000001565 15167513557 0021434 0 ustar 00root root 0000000 0000000 # Contributors
- Austin Ziegler created mime-types.
Thanks to everyone else who has contributed to mime-types:
- Aaron Patterson
- Aggelos Avgerinos
- Alessio Parma
- Alex Balhatchet
- Andre Pankratz
- Andrey Eremin
- Andy Brody
- Arnaud Meuret
- Bradley Meck
- Brandon Galbraith
- Chris Gat
- Chris Salzberg
- David Genord
- Eric Marden
- Garret Alfert
- Godfrey Chan
- Greg Brockman
- Hans de Graaff
- Henrik Hodne
- Jeremy Evans
- John Gardner
- Jon Sneyers
- Jonas Petersen
- Juanito Fatas
- Juliana Lucena
- Keerthi Siva
- Ken Ip
- Łukasz Śliwa
- Lucia
- Mark Young
- Martin d'Allens
- Mauricio Linhares
- Mohammed Gad
- Myk Klemme
- nycvotes-dev
- Postmodern
- Richard Hirner
- Richard Hurt
- Richard Schneeman
- Robert Buchberger
- Samuel Giddins
- Samuel Williams
- Sergio Baptista
- Shane Eskritt
- Tao Guo
- Thomas Leese
- Tibor Szolár
- Todd Carrico
- Yoran Brondsema
mime-types-mime-types-data-618ae00/Gemfile 0000664 0000000 0000000 00000000356 15167513557 0020445 0 ustar 00root root 0000000 0000000 # -*- ruby -*-
# frozen_string_literal: true
# NOTE: This file is not the canonical source of dependencies. Edit the Rakefile, instead.
source "https://rubygems.org/"
gem "mime-types", path: "../ruby-mime-types" if ENV["DEV"]
gemspec
mime-types-mime-types-data-618ae00/LICENCE.md 0000664 0000000 0000000 00000002246 15167513557 0020536 0 ustar 00root root 0000000 0000000 ## Licence
- Copyright 2003–2025 Austin Ziegler and other contributors.
The software in this repository is made available under the MIT license.
### MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
mime-types-mime-types-data-618ae00/Manifest.txt 0000664 0000000 0000000 00000000725 15167513557 0021461 0 ustar 00root root 0000000 0000000 CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENCE.md
Manifest.txt
README.md
Rakefile
SECURITY.md
data/content_type_mime.db
data/ext_mime.db
data/mime-types.json
data/mime.content_type.column
data/mime.docs.column
data/mime.encoding.column
data/mime.flags.column
data/mime.friendly.column
data/mime.pext.column
data/mime.spri.column
data/mime.use_instead.column
data/mime.xrefs.column
lib/mime-types-data.rb
lib/mime/types/data.rb
licences/dco.txt
mime-types-mime-types-data-618ae00/README.md 0000664 0000000 0000000 00000007570 15167513557 0020436 0 ustar 00root root 0000000 0000000 # mime-types-data
- home :: https://github.com/mime-types/mime-types-data/
- issues :: https://github.com/mime-types/mime-types-data/issues
- code :: https://github.com/mime-types/mime-types-data/
- changelog ::
https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md
## Description
mime-types-data provides a registry for information about MIME media type
definitions. It can be used with the Ruby mime-types library or other software
to determine defined filename extensions for MIME types, or to use filename
extensions to look up the likely MIME type definitions.
### About MIME Media Types
MIME media types are used in MIME-compliant communications, as in e-mail or HTTP
traffic, to indicate the type of content which is transmitted. The registry
provided in mime-types-data contains detailed information about MIME entities.
There are many types defined by RFCs and vendors, so the list is long but
invariably; don't hesitate to offer additional type definitions for
consideration. MIME type definitions found in mime-types are from RFCs, W3C
recommendations, the [IANA Media Types registry][registry], the
[Apache httpd registry][httpd], the [Apache Tika media registry][tika] and user
contributions. It conforms to RFCs 2045 and 2231.
### Data Formats Supported in this Registry
This registry contains the MIME media types in four formats:
- A YAML format matching the Ruby mime-types library objects (MIME::Type). This
is the primary user-editable format for developers. It is _not_ shipped with
the gem due to size considerations.
- A JSON format converted from the YAML format. Prior to Ruby mime-types 3.0,
this was the main consumption format and is still recommended for any
implementation that does not wish to implement the columnar format, which has
a significant implementation effort cost.
- An encoded text format splitting the data for each MIME type across multiple
files. This columnar data format reduces the minimal data load substantially,
resulting in a performance improvement at the cost of more complex code for
loading the data on-demand. This is the default format for Ruby mime-types
3.0.
- An encoded text format for use with [`mini_mime`][minimime]. This can be
enabled with:
```ruby
MiniMime::Configuration.ext_db_path =
File.join(MIME::Types::Data::PATH, "ext_mime.db")
MiniMime::Configuration.content_type_db_path =
File.join(MIME::Types::Data::PATH, "content_type_mime.db")
```
## mime-types-data Modified Semantic Versioning
mime-types-data uses a [Semantic Versioning][semver] scheme heavily modified
with [Calendar Versioning][calver] aspects to indicate that the data formats
compatibility based on a `SCHEMA` version and the date of the data update:
`SCHEMA.YEAR.MONTHDAY`.
1. If an incompatible data format change is made to any of the supported
formats, `SCHEMA` will be incremented. The current `SCHEMA` is 3, supporting
the YAML, JSON, columnar, and mini-mime formats required for Ruby mime-types
3.0.
2. When the data is updated, the `YEAR.MONTHDAY` combination will be updated. An
update on the last day of October 2025 would be written as `2025.1031`,
resulting in the full version of `3.2025.1031`.
3. If multiple versions of the data need to be released on the same day due to
error, there will be an additional `REVISION` field incremented on the end of
the version. Thus, if three revisions need to be published on October 31st,
2015, the last release would be `3.2015.1031.2` (remember that the first
release has an implied `0`.)
[registry]: https://www.iana.org/assignments/media-types/media-types.xml
[semver]: http://semver.org/
[minimime]: https://github.com/discourse/mini_mime
[httpd]: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
[tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
[calver]: https://calver.org
mime-types-mime-types-data-618ae00/Rakefile 0000664 0000000 0000000 00000004632 15167513557 0020620 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "rubygems"
require "hoe"
require "rake/clean"
$LOAD_PATH.unshift("lib", "support")
Hoe.plugin :halostatue
Hoe.plugins.delete :debug
Hoe.plugins.delete :newb
Hoe.plugins.delete :publish
Hoe.plugins.delete :signing
Hoe.spec "mime-types-data" do
developer("Austin Ziegler", "halostatue@gmail.com")
self.trusted_release = ENV["rubygems_release_gem"] == "true"
require_ruby_version ">= 2.0"
license "MIT"
spec_extras[:metadata] = ->(val) {
val["rubygems_mfa_required"] = "true"
}
extra_dev_deps << ["hoe", "~> 4.0"]
extra_dev_deps << ["hoe-halostatue", "~> 2.0"]
extra_dev_deps << ["mime-types", "> 3.6.2", "< 5"]
extra_dev_deps << ["nokogiri", "~> 1.6"]
extra_dev_deps << ["rake", ">= 10.0", "< 14"]
extra_dev_deps << ["standard", "~> 1.0"]
end
namespace :mime do
desc "Download the current MIME type registrations from IANA."
task :iana, [:destination] do |_, args|
require "iana_registry"
IANARegistry.download(to: args.destination)
end
desc "Download the current MIME type configuration from Apache httpd."
task :apache, [:destination] do |_, args|
require "apache_mime_types"
ApacheMIMETypes.download(to: args.destination)
end
desc "Download the current MIME type configuration from Apache Tika."
task :tika, [:destination] do |_, args|
require "tika_mime_types"
TikeMIMETypes.download(to: args.destination)
end
end
task :version do
require "mime/types/data"
puts MIME::Types::Data::VERSION
end
namespace :release do
desc "Prepare a new release"
task :prepare do
require "prepare_release"
PrepareRelease.new
.download_and_convert
.write_updated_version
.write_updated_history
.rake_git_manifest
.rake_gemspec
end
desc "Prepare a new release for use with GitHub Actions"
task :gha do
require "prepare_release"
PrepareRelease.new
.download_and_convert
.write_updated_version
.write_updated_history
.rake_git_manifest
.rake_gemspec
.as_gha_vars
end
end
desc "Full data conversion for release"
task :convert do
require "prepare_release"
PrepareRelease.new.convert_types
end
task "convert:upgrade" do
require "convert"
Convert.from_yaml_to_yaml
end
Rake::Task["gem"].prerequisites.unshift("convert")
Rake::Task["gem"].prerequisites.unshift("git:manifest")
Rake::Task["gem"].prerequisites.unshift("gemspec")
# vim: syntax=ruby
mime-types-mime-types-data-618ae00/SECURITY.md 0000664 0000000 0000000 00000001557 15167513557 0020747 0 ustar 00root root 0000000 0000000 # mime-types-data Security
## LLM-Generated Security Report Policy
Absolutely no security reports will be accepted that have been generated by LLM
agents.
## Supported Versions
Security reports are accepted for the most recent major release, with a limited
window of support after the initial major release.
- Bug reports will be accepted up to three months after release.
- Security reports will be accepted up to six months after release.
All issues raised must be demonstrated on the minimum supported Ruby version.
## Reporting a Vulnerability
Report vulnerabilities via the [Tidelift security contact][tidelift]. Tidelift
will coordinate the fix and disclosure.
Alternatively, create a [private vulnerability report][advisory] with GitHub.
[advisory]: https://github.com/halostatue/mime-types-data/security/advisories/new
[tidelift]: https://tidelift.com/security
mime-types-mime-types-data-618ae00/data/ 0000775 0000000 0000000 00000000000 15167513557 0020057 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/data/content_type_mime.db 0000664 0000000 0000000 00000330036 15167513557 0024115 0 ustar 00root root 0000000 0000000 ez application/andrew-inset base64
aw application/applixware base64
atom application/atom+xml 8bit
atomcat application/atomcat+xml 8bit
atomsvc application/atomsvc+xml 8bit
bpm application/bizagi-modeler base64
cbor application/cbor base64
ccxml application/ccxml+xml base64
cdmia application/cdmi-capability base64
cdmic application/cdmi-container base64
cdmid application/cdmi-domain base64
cdmio application/cdmi-object base64
cdmiq application/cdmi-queue base64
cdr application/coreldraw base64
mpd application/dash+xml base64
davmount application/davmount+xml base64
dcm application/dicom base64
dif application/dif+xml base64
dbk application/docbook+xml base64
dssc application/dssc+der base64
xdssc application/dssc+xml base64
ecma application/ecmascript base64
emma application/emma+xml base64
hdr application/envi.hdr base64
epub application/epub+zip base64
exi application/exi base64
fits application/fits base64
pfr application/font-tdpfr base64
gml application/gml+xml base64
gpx application/gpx+xml base64
gxf application/gxf base64
gz application/gzip base64
hwpx application/hwp+zip base64
stk application/hyperstudio base64
ink application/inkml+xml base64
ipfix application/ipfix base64
jar application/java-archive base64
ser application/java-serialized-object base64
js application/javascript 8bit
json application/json 8bit
jsonml application/jsonml+json base64
lostxml application/lost+xml base64
hqx application/mac-binhex40 8bit
mads application/mads+xml base64
webmanifest application/manifest+json base64
mrc application/marc base64
mrcx application/marcxml+xml base64
ma application/mathematica base64
mathml application/mathml+xml base64
mbox application/mbox base64
mscml application/mediaservercontrol+xml base64
metalink application/metalink+xml base64
meta4 application/metalink4+xml base64
mets application/mets+xml base64
mods application/mods+xml base64
m21 application/mp21 base64
mp4 application/mp4 base64
doc application/msword base64
mxf application/mxf base64
bin application/octet-stream base64
oda application/oda base64
opf application/oebps-package+xml base64
ogx application/ogg base64
omdoc application/omdoc+xml base64
onepkg application/onenote base64
xer application/patch-ops-error+xml base64
pdf application/pdf base64
asc application/pgp-signature base64
prf application/pics-rules base64
p10 application/pkcs10 base64
p7m application/pkcs7-mime base64
p7s application/pkcs7-signature base64
p8 application/pkcs8 base64
cer application/pkix-cert base64
crl application/pkix-crl base64
pkipath application/pkix-pkipath base64
pki application/pkixcmp base64
pls application/pls+xml base64
eps application/postscript 8bit
prql application/prql base64
cw application/prs.cww base64
rnd application/prs.nprend base64
pskcxml application/pskc+xml base64
rdf application/rdf+xml 8bit
rif application/reginfo+xml base64
rnc application/relax-ng-compact-syntax base64
rl application/resource-lists+xml base64
rld application/resource-lists-diff+xml base64
rs application/rls-services+xml base64
gbr application/rpki-ghostbusters base64
mft application/rpki-manifest base64
roa application/rpki-roa base64
rsd application/rsd+xml base64
rss application/rss+xml base64
rtf application/rtf base64
sbml application/sbml+xml base64
scq application/scvp-cv-request base64
scs application/scvp-cv-response base64
spq application/scvp-vp-request base64
sdp application/sdp base64
srl application/sereal base64
setpay application/set-payment-initiation base64
setreg application/set-registration-initiation base64
soc application/sgml-open-catalog base64
shf application/shf+xml base64
siv application/sieve base64
sldprt application/sldworks base64
smi application/smil+xml 8bit
rq application/sparql-query base64
srx application/sparql-results+xml base64
gram application/srgs base64
grxml application/srgs+xml base64
sru application/sru+xml base64
ssdl application/ssdl+xml base64
ssml application/ssml+xml base64
tei application/tei+xml base64
tfi application/thraud+xml base64
tsd application/timestamped-data base64
ttml application/ttml+xml base64
pwn application/vnd.3M.Post-it-Notes base64
plb application/vnd.3gpp.pic-bw-large base64
psb application/vnd.3gpp.pic-bw-small base64
pvb application/vnd.3gpp.pic-bw-var base64
sms application/vnd.3gpp.sms base64
tcap application/vnd.3gpp2.tcap base64
gph application/vnd.FloGraphIt base64
zmm application/vnd.HandHeld-Entertainment+xml base64
kne application/vnd.Kinar base64
mwf application/vnd.MFER base64
daf application/vnd.Mobius.DAF base64
dis application/vnd.Mobius.DIS base64
mbk application/vnd.Mobius.MBK base64
mqy application/vnd.Mobius.MQY base64
msl application/vnd.Mobius.MSL base64
plc application/vnd.Mobius.PLC base64
txf application/vnd.Mobius.TXF base64
qxd application/vnd.Quark.QuarkXPress 8bit
twd application/vnd.SimTech-MindMapper base64
aso application/vnd.accpac.simply.aso base64
imp application/vnd.accpac.simply.imp base64
acu application/vnd.acucobol base64
atc application/vnd.acucorp 7bit
aet application/vnd.adobe.aftereffects.template base64
air application/vnd.adobe.air-application-installer-package+zip base64
fcdt application/vnd.adobe.formscentral.fcdt base64
fxp application/vnd.adobe.fxp base64
idml application/vnd.adobe.indesign-idml-package base64
xdp application/vnd.adobe.xdp+xml base64
xfdf application/vnd.adobe.xfdf base64
ahead application/vnd.ahead.space base64
azf application/vnd.airzip.filesecure.azf base64
azs application/vnd.airzip.filesecure.azs base64
azw application/vnd.amazon.ebook base64
acc application/vnd.americandynamics.acc base64
ami application/vnd.amiga.ami base64
apk application/vnd.android.package-archive base64
cii application/vnd.anser-web-certificate-issue-initiation base64
fti application/vnd.anser-web-funds-transfer-initiation base64
atx application/vnd.antix.game-component base64
parquet application/vnd.apache.parquet base64
mpkg application/vnd.apple.installer+xml base64
key application/vnd.apple.keynote base64
m3u8 application/vnd.apple.mpegurl base64
numbers application/vnd.apple.numbers base64
pages application/vnd.apple.pages base64
pkpass application/vnd.apple.pkpass base64
swi application/vnd.aristanetworks.swi base64
iota application/vnd.astraea-software.iota base64
aep application/vnd.audiograph base64
mpm application/vnd.blueice.multipass base64
bmi application/vnd.bmi base64
rep application/vnd.businessobjects base64
cdxml application/vnd.chemdraw+xml base64
mmd application/vnd.chipnuts.karaoke-mmd base64
cdy application/vnd.cinderella base64
cla application/vnd.claymore base64
rp9 application/vnd.cloanto.rp9 base64
c4d application/vnd.clonk.c4group base64
c11amc application/vnd.cluetrust.cartomobile-config base64
c11amz application/vnd.cluetrust.cartomobile-config-pkg base64
csp application/vnd.commonspace base64
cdbcmsg application/vnd.contact.cmsg base64
cmc application/vnd.cosmocaller base64
clkx application/vnd.crick.clicker base64
clkk application/vnd.crick.clicker.keyboard base64
clkp application/vnd.crick.clicker.palette base64
clkt application/vnd.crick.clicker.template base64
clkw application/vnd.crick.clicker.wordbank base64
wbs application/vnd.criticaltools.wbs+xml base64
pml application/vnd.ctc-posml base64
ppd application/vnd.cups-ppd base64
curl application/vnd.curl base64
car application/vnd.curl.car base64
pcurl application/vnd.curl.pcurl base64
dart application/vnd.dart base64
rdz application/vnd.data-vision.rdz base64
uvd application/vnd.dece.data base64
uvt application/vnd.dece.ttml+xml base64
uvvx application/vnd.dece.unspecified base64
uvvz application/vnd.dece.zip base64
fe_launch application/vnd.denovo.fcselayout-link base64
dna application/vnd.dna base64
mlp application/vnd.dolby.mlp base64
dpg application/vnd.dpgraph base64
dfac application/vnd.dreamfactory base64
kpxx application/vnd.ds-keypoint base64
ait application/vnd.dvb.ait base64
svc application/vnd.dvb.service base64
geo application/vnd.dynageo base64
mag application/vnd.ecowin.chart base64
nml application/vnd.enliven base64
esf application/vnd.epson.esf base64
msf application/vnd.epson.msf base64
qam application/vnd.epson.quickanime base64
slt application/vnd.epson.salt base64
ssf application/vnd.epson.ssf base64
es3 application/vnd.eszigno3+xml base64
asice application/vnd.etsi.asic-e+zip base64
asics application/vnd.etsi.asic-s+zip base64
ez2 application/vnd.ezpix-album base64
ez3 application/vnd.ezpix-package base64
fdf application/vnd.fdf base64
mseed application/vnd.fdsn.mseed base64
dataless application/vnd.fdsn.seed base64
ftc application/vnd.fluxtime.clip base64
frm application/vnd.framemaker base64
fnc application/vnd.frogans.fnc base64
ltf application/vnd.frogans.ltf base64
fsc application/vnd.fsc.weblaunch 7bit
oas application/vnd.fujitsu.oasys base64
oa2 application/vnd.fujitsu.oasys2 base64
oa3 application/vnd.fujitsu.oasys3 base64
fg5 application/vnd.fujitsu.oasysgp base64
bh2 application/vnd.fujitsu.oasysprs base64
ddd application/vnd.fujixerox.ddd base64
xdw application/vnd.fujixerox.docuworks base64
xbd application/vnd.fujixerox.docuworks.binder base64
fzs application/vnd.fuzzysheet base64
txd application/vnd.genomatix.tuxedo base64
ggb application/vnd.geogebra.file base64
ggs application/vnd.geogebra.slides base64
ggt application/vnd.geogebra.tool base64
gex application/vnd.geometry-explorer base64
gxt application/vnd.geonext base64
g2w application/vnd.geoplan base64
g3w application/vnd.geospace base64
gmx application/vnd.gmx base64
kml application/vnd.google-earth.kml+xml 8bit
kmz application/vnd.google-earth.kmz 8bit
gqf application/vnd.grafeq base64
gac application/vnd.groove-account base64
ghf application/vnd.groove-help base64
gim application/vnd.groove-identity-message base64
grv application/vnd.groove-injector base64
gtm application/vnd.groove-tool-message base64
tpl application/vnd.groove-tool-template base64
vcg application/vnd.groove-vcard base64
hal application/vnd.hal+xml base64
hbci application/vnd.hbci base64
les application/vnd.hhe.lesson-player base64
plt application/vnd.hp-HPGL base64
pcl application/vnd.hp-PCL base64
pclxl application/vnd.hp-PCLXL base64
hpid application/vnd.hp-hpid base64
hps application/vnd.hp-hps base64
jlt application/vnd.hp-jlyt base64
sfd-hdstx application/vnd.hydrostatix.sof-data base64
mpy application/vnd.ibm.MiniPay base64
emm application/vnd.ibm.electronic-media base64
afp application/vnd.ibm.modcap base64
irm application/vnd.ibm.rights-management base64
sc application/vnd.ibm.secure-container base64
icc application/vnd.iccprofile base64
igl application/vnd.igloader base64
ivp application/vnd.immervision-ivp base64
ivu application/vnd.immervision-ivu base64
igm application/vnd.insors.igm base64
xpw application/vnd.intercon.formnet base64
i2g application/vnd.intergeo base64
qbo application/vnd.intu.qbo base64
qfx application/vnd.intu.qfx base64
nar application/vnd.iptc.g2.newsmessage+xml base64
rcprofile application/vnd.ipunplugged.rcprofile base64
irp application/vnd.irepository.package+xml base64
xpr application/vnd.is-xpr base64
fcs application/vnd.isac.fcs base64
jam application/vnd.jam base64
hprof application/vnd.java.hprof base64
txt application/vnd.java.hprof.text base64
rms application/vnd.jcp.javame.midlet-rms base64
jisp application/vnd.jisp base64
joda application/vnd.joost.joda-archive base64
ktr application/vnd.kahootz base64
karbon application/vnd.kde.karbon base64
chrt application/vnd.kde.kchart base64
kfo application/vnd.kde.kformula base64
flw application/vnd.kde.kivio base64
kon application/vnd.kde.kontour base64
kpr application/vnd.kde.kpresenter base64
ksp application/vnd.kde.kspread base64
kwd application/vnd.kde.kword base64
htke application/vnd.kenameaapp base64
kia application/vnd.kidspiration base64
skd application/vnd.koan base64
sse application/vnd.kodak-descriptor base64
lasxml application/vnd.las.las+xml base64
lbd application/vnd.llamagraphics.life-balance.desktop base64
lbe application/vnd.llamagraphics.life-balance.exchange+xml base64
wks application/vnd.lotus-1-2-3 base64
apr application/vnd.lotus-approach base64
pre application/vnd.lotus-freelance base64
nsf application/vnd.lotus-notes base64
org application/vnd.lotus-organizer base64
scm application/vnd.lotus-screencam base64
lwp application/vnd.lotus-wordpro base64
portpkg application/vnd.macports.portpkg base64
mcd application/vnd.mcd base64
mc1 application/vnd.medcalcdata base64
cdkey application/vnd.mediastation.cdkey base64
mfm application/vnd.mfmp base64
flo application/vnd.micrografx.flo base64
igx application/vnd.micrografx.igx base64
mif application/vnd.mif base64
mmp application/vnd.mindjet.mindmanager base64
mpn application/vnd.mophun.application base64
mpc application/vnd.mophun.certificate base64
xul application/vnd.mozilla.xul+xml base64
cil application/vnd.ms-artgalry base64
asf application/vnd.ms-asf base64
cab application/vnd.ms-cab-compressed base64
xls application/vnd.ms-excel base64
xlam application/vnd.ms-excel.addin.macroEnabled.12 base64
xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 base64
xlsm application/vnd.ms-excel.sheet.macroEnabled.12 base64
xltm application/vnd.ms-excel.template.macroEnabled.12 base64
eot application/vnd.ms-fontobject base64
chm application/vnd.ms-htmlhelp base64
ims application/vnd.ms-ims base64
lrm application/vnd.ms-lrm base64
msg application/vnd.ms-outlook base64
pst application/vnd.ms-outlook-pst base64
3mf application/vnd.ms-package.3dmanufacturing-3dmodel+xml base64
cat application/vnd.ms-pki.seccat base64
stl application/vnd.ms-pki.stl base64
ppt application/vnd.ms-powerpoint base64
ppam application/vnd.ms-powerpoint.addin.macroEnabled.12 base64
pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12 base64
sldm application/vnd.ms-powerpoint.slide.macroEnabled.12 base64
ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12 base64
potm application/vnd.ms-powerpoint.template.macroEnabled.12 base64
mpp application/vnd.ms-project base64
vsdx application/vnd.ms-visio.drawing base64
vsdm application/vnd.ms-visio.drawing.macroEnabled.12 base64
vssx application/vnd.ms-visio.stencil base64
vssm application/vnd.ms-visio.stencil.macroEnabled.12 base64
vstx application/vnd.ms-visio.template base64
vstm application/vnd.ms-visio.template.macroEnabled.12 base64
docm application/vnd.ms-word.document.macroEnabled.12 base64
dotm application/vnd.ms-word.template.macroEnabled.12 base64
wcm application/vnd.ms-works base64
wpl application/vnd.ms-wpl base64
oxps application/vnd.ms-xpsdocument 8bit
msa application/vnd.msa-disk-image base64
mseq application/vnd.mseq base64
mus application/vnd.musician base64
msty application/vnd.muvee.style base64
taglet application/vnd.mynfc base64
ent application/vnd.nervana base64
nlu application/vnd.neurolanguage.nlu base64
nitf application/vnd.nitf base64
nnd application/vnd.noblenet-directory base64
nns application/vnd.noblenet-sealer base64
nnw application/vnd.noblenet-web base64
ngdat application/vnd.nokia.n-gage.data base64
n-gage application/vnd.nokia.n-gage.symbian.install base64
rpst application/vnd.nokia.radio-preset base64
rpss application/vnd.nokia.radio-presets base64
edm application/vnd.novadigm.EDM base64
edx application/vnd.novadigm.EDX base64
ext application/vnd.novadigm.EXT base64
odb application/vnd.oasis.opendocument.base base64
odc application/vnd.oasis.opendocument.chart-template base64
fodp application/vnd.oasis.opendocument.flat.presentation base64
fods application/vnd.oasis.opendocument.flat.spreadsheet base64
fodt application/vnd.oasis.opendocument.flat.text base64
odf application/vnd.oasis.opendocument.formula-template base64
odg application/vnd.oasis.opendocument.graphics base64
otg application/vnd.oasis.opendocument.graphics-template base64
odi application/vnd.oasis.opendocument.image-template base64
odp application/vnd.oasis.opendocument.presentation base64
otp application/vnd.oasis.opendocument.presentation-template base64
ods application/vnd.oasis.opendocument.spreadsheet base64
ots application/vnd.oasis.opendocument.spreadsheet-template base64
odt application/vnd.oasis.opendocument.text base64
odm application/vnd.oasis.opendocument.text-master base64
ott application/vnd.oasis.opendocument.text-template base64
oth application/vnd.oasis.opendocument.text-web base64
xo application/vnd.olpc-sugar base64
dd2 application/vnd.oma.dd2+xml base64
bau application/vnd.openofficeorg.autotext base64
oxt application/vnd.openofficeorg.extension base64
pptx application/vnd.openxmlformats-officedocument.presentationml.presentation base64
sldx application/vnd.openxmlformats-officedocument.presentationml.slide base64
ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow base64
potx application/vnd.openxmlformats-officedocument.presentationml.template base64
xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet base64
xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64
docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64
dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template base64
mgp application/vnd.osgeo.mapguide.package base64
dp application/vnd.osgi.dp base64
esa application/vnd.osgi.subsystem base64
prc application/vnd.palm base64
paw application/vnd.pawaafile base64
str application/vnd.pg.format base64
ei6 application/vnd.pg.osasli base64
efif application/vnd.picsel base64
wg application/vnd.pmi.widget base64
plf application/vnd.pocketlearn base64
pbd application/vnd.powerbuilder6 base64
box application/vnd.previewsystems.box base64
mgz application/vnd.proteus.magazine base64
qps application/vnd.publishare-delta-tree base64
pti application/vnd.pvi.ptid1 base64
bed application/vnd.realvnc.bed base64
mxl application/vnd.recordare.musicxml base64
musicxml application/vnd.recordare.musicxml+xml base64
cryptonote application/vnd.rig.cryptonote base64
cod application/vnd.rim.cod base64
rm application/vnd.rn-realmedia base64
rmvb application/vnd.rn-realmedia-vbr base64
link66 application/vnd.route66.link66+xml base64
st application/vnd.sailingtracker.track base64
sdoc application/vnd.sealed.doc base64
seml application/vnd.sealed.eml base64
smht application/vnd.sealed.mht base64
sppt application/vnd.sealed.ppt base64
sxls application/vnd.sealed.xls base64
stml application/vnd.sealedmedia.softseal.html base64
spdf application/vnd.sealedmedia.softseal.pdf base64
see application/vnd.seemail base64
sema application/vnd.sema base64
semd application/vnd.semd base64
semf application/vnd.semf base64
ifm application/vnd.shana.informed.formdata base64
itp application/vnd.shana.informed.formtemplate base64
iif application/vnd.shana.informed.interchange base64
ipk application/vnd.shana.informed.package base64
mmf application/vnd.smaf base64
teacher application/vnd.smart.teacher base64
sdkd application/vnd.solent.sdkm+xml base64
dxp application/vnd.spotfire.dxp base64
sfs application/vnd.spotfire.sfs base64
sdc application/vnd.stardivision.calc base64
sds application/vnd.stardivision.chart base64
sda application/vnd.stardivision.draw base64
sdd application/vnd.stardivision.impress base64
sdf application/vnd.stardivision.math base64
sdw application/vnd.stardivision.writer base64
sgl application/vnd.stardivision.writer-global base64
smzip application/vnd.stepmania.package base64
sm application/vnd.stepmania.stepchart base64
sxc application/vnd.sun.xml.calc base64
stc application/vnd.sun.xml.calc.template base64
sxd application/vnd.sun.xml.draw base64
std application/vnd.sun.xml.draw.template base64
sxi application/vnd.sun.xml.impress base64
sti application/vnd.sun.xml.impress.template base64
sxm application/vnd.sun.xml.math base64
sxw application/vnd.sun.xml.writer base64
sxg application/vnd.sun.xml.writer.global base64
stw application/vnd.sun.xml.writer.template base64
sus application/vnd.sus-calendar base64
svd application/vnd.svd base64
sis application/vnd.symbian.install base64
xsm application/vnd.syncml+xml base64
xdm application/vnd.syncml.dm+xml base64
tao application/vnd.tao.intent-module-archive base64
cap application/vnd.tcpdump.pcap base64
pcapng application/vnd.tcpdump.pcapng base64
tmo application/vnd.tmobile-livetv base64
tpt application/vnd.trid.tpt base64
mxs application/vnd.triscape.mxs base64
tra application/vnd.trueapp base64
ufd application/vnd.ufdl base64
utz application/vnd.uiq.theme base64
umj application/vnd.umajin base64
unityweb application/vnd.unity base64
uoml application/vnd.uoml+xml base64
vcx application/vnd.vcx base64
vsc application/vnd.vidsoft.vidconference 8bit
vsd application/vnd.visio base64
vis application/vnd.visionary base64
vsf application/vnd.vsf base64
sic application/vnd.wap.sic base64
slc application/vnd.wap.slc base64
wbxml application/vnd.wap.wbxml base64
wmlc application/vnd.wap.wmlc base64
wmlsc application/vnd.wap.wmlscriptc base64
wtb application/vnd.webturbo base64
nbp application/vnd.wolfram.player base64
wl application/vnd.wolfram.wl base64
wpd application/vnd.wordperfect base64
wqd application/vnd.wqd base64
stf application/vnd.wt.stf base64
wv application/vnd.wv.csp+wbxml base64
xar application/vnd.xara base64
xfdl application/vnd.xfdl base64
hvd application/vnd.yamaha.hv-dic base64
hvs application/vnd.yamaha.hv-script base64
hvp application/vnd.yamaha.hv-voice base64
osf application/vnd.yamaha.openscoreformat base64
osfpvg application/vnd.yamaha.openscoreformat.osfpvg+xml base64
saf application/vnd.yamaha.smaf-audio base64
spf application/vnd.yamaha.smaf-phrase base64
cmp application/vnd.yellowriver-custom-menu base64
zir application/vnd.zul base64
zaz application/vnd.zzazz.deck+xml base64
vxml application/voicexml+xml base64
warc application/warc base64
gz application/warc+gz base64
wasm application/wasm 8bit
wif application/watcherinfo+xml base64
wgt application/widget base64
wsdl application/wsdl+xml base64
wspolicy application/wspolicy+xml base64
wk application/x-123 base64
7z application/x-7z-compressed base64
bck application/x-VMSBACKUP base64
wz application/x-Wingz base64
abw application/x-abiword base64
ace application/x-ace-compressed base64
indd application/x-adobe-indesign base64
inx application/x-adobe-indesign-interchange base64
amf application/x-amf base64
adf application/x-amiga-disk-format base64
dmg application/x-apple-diskimage base64
cwk application/x-appleworks base64
ar application/x-archive base64
arj application/x-arj base64
las application/x-asprs base64
aab application/x-authorware-bin base64
aam application/x-authorware-map base64
aas application/x-authorware-seg base64
axx application/x-axcrypt base64
bcpio application/x-bcpio base64
bib application/x-bibtex-text-file base64
torrent application/x-bittorrent base64
bleep application/x-bleeper base64
blb application/x-blorb base64
br application/x-brotli base64
bz application/x-bzip base64
boz application/x-bzip2 base64
cb7 application/x-cbr base64
cda application/x-cdf base64
vcd application/x-cdlink base64
cfs application/x-cfs-compressed base64
chat application/x-chat base64
pgn application/x-chess-pgn base64
crx application/x-chrome-extension base64
z application/x-compressed base64
nsc application/x-conference base64
shw application/x-corelpresentations base64
cpio application/x-cpio base64
csh application/x-csh 8bit
csm application/x-cu-seeme base64
dbf application/x-dbf base64
deb application/x-debian-package base64
dex application/x-dex base64
dgc application/x-dgc-compressed base64
dcr application/x-director base64
wad application/x-doom base64
ncx application/x-dtbncx+xml base64
dtb application/x-dtbook+xml base64
res application/x-dtbresource+xml base64
ifo application/x-dvd-ifo base64
dvi application/x-dvi base64
enw application/x-endnote-refer base64
ens application/x-endnote-style base64
evy application/x-envoy base64
hfa application/x-erdas-hfa base64
lyr application/x-esri-layer base64
eva application/x-eva base64
fb2 application/x-fictionbook+xml base64
fp7 application/x-filemaker base64
afm application/x-font-adobe-metric base64
bdf application/x-font-bdf base64
gsf application/x-font-ghostscript base64
psf application/x-font-linux-psf base64
pcf application/x-font-pcf base64
snf application/x-font-snf base64
afm application/x-font-type1 base64
arc application/x-freearc base64
spl application/x-futuresplash base64
gca application/x-gca-compressed base64
gpkg application/x-geopackage base64
ulx application/x-glulx base64
gnucash application/x-gnucash base64
gnumeric application/x-gnumeric base64
gramps application/x-gramps-xml base64
grb application/x-grib base64
gtar application/x-gtar base64
gp4 application/x-guitar-pro base64
hdf application/x-hdf base64
hep application/x-hep base64
rhtml application/x-html+ruby 8bit
php application/x-httpd-php 8bit
ibooks application/x-ibooks+zip base64
ica application/x-ica base64
imagemap application/x-imagemap 8bit
iso application/x-iso9660-image base64
jnilib application/x-java-jnilib base64
jnlp application/x-java-jnlp-file base64
jks application/x-java-keystore base64
pack application/x-java-pack200 base64
jdf application/x-jeol-jdf base64
kil application/x-killustrator base64
ltx application/x-latex 8bit
lz4 application/x-lz4 base64
lz application/x-lzip base64
lzma application/x-lzma base64
cpt application/x-mac-compactpro base64
mat application/x-matlab-data base64
memgraph application/x-memgraph base64
mie application/x-mie base64
mobi application/x-mobipocket-ebook base64
application application/x-ms-application base64
msi application/x-ms-installer base64
lnk application/x-ms-shortcut base64
wmd application/x-ms-wmd base64
xbap application/x-ms-xbap base64
mda application/x-msaccess base64
obd application/x-msbinder base64
crd application/x-mscardfile base64
clp application/x-msclip base64
bat application/x-msdownload base64
m13 application/x-msmediaview base64
emz application/x-msmetafile base64
mny application/x-msmoney base64
pub application/x-mspublisher base64
scd application/x-msschedule base64
trm application/x-msterminal base64
wri application/x-mswrite base64
myi application/x-mysql-misam-compressed-index base64
myd application/x-mysql-misam-data base64
nes application/x-nesrom base64
nc application/x-netcdf base64
pac application/x-ns-proxy-autoconfig base64
nzb application/x-nzb base64
scad application/x-openscad base64
oex application/x-opera-extension base64
pm application/x-pagemaker base64
p12 application/x-pkcs12 base64
p7b application/x-pkcs7-certificates base64
p7r application/x-pkcs7-certreqresp base64
mpx application/x-project base64
prt application/x-prt base64
py application/x-python 8bit
wq1 application/x-quattro-pro base64
qtl application/x-quicktimeplayer base64
rar application/x-rar-compressed base64
ris application/x-research-info-systems base64
toast application/x-roxio-toast base64
rb application/x-ruby 8bit
sas application/x-sas base64
sa7 application/x-sas-access base64
st7 application/x-sas-audit base64
sas7bbak application/x-sas-backup base64
sc7 application/x-sas-catalog base64
sd7 application/x-sas-data base64
si7 application/x-sas-data-index base64
sd2 application/x-sas-data-v6 base64
s7m application/x-sas-dmdb base64
sf7 application/x-sas-fdb base64
sr7 application/x-sas-itemstor base64
sm7 application/x-sas-mddb base64
ss7 application/x-sas-program-data base64
sp7 application/x-sas-putility base64
stx application/x-sas-transport base64
su7 application/x-sas-utility base64
sv7 application/x-sas-view base64
xpt application/x-sas-xport base64
sfdu application/x-sfdu base64
sh application/x-sh 8bit
shp application/x-shapefile base64
shar application/x-shar 8bit
swf application/x-shockwave-flash base64
sib application/x-sibelius base64
xap application/x-silverlight-app base64
notebook application/x-smarttech-notebook base64
sz application/x-snappy-framed base64
tzx application/x-spectrum-tzx base64
sav application/x-spss base64
sql application/x-sql base64
do application/x-stata-do base64
dta application/x-stata-dta base64
sit application/x-stuffit base64
sitx application/x-stuffitx base64
srt application/x-subrip base64
sv4cpio application/x-sv4cpio base64
sv4crc application/x-sv4crc base64
t3 application/x-t3vm-image base64
gam application/x-tads base64
tar application/x-tar base64
tex application/x-tex 8bit
tfm application/x-tex-tfm base64
vf application/x-tex-virtual-font base64
texinfo application/x-texinfo 8bit
obj application/x-tgif base64
ear application/x-tika-java-enterprise-archive base64
war application/x-tika-java-web-archive base64
xlr application/x-tika-msworks-spreadsheet base64
tmx application/x-tmx base64
tbk application/x-toolbook base64
uc2 application/x-uc2-compressed base64
ustar application/x-ustar base64
vmdk application/x-vmdk base64
src application/x-wais-source base64
webapp application/x-web-app-manifest+json base64
webarchive application/x-webarchive base64
crt application/x-x509-ca-cert base64
fig application/x-xfig base64
xlf application/x-xliff+xml base64
xlz application/x-xliff+zip base64
xmind application/x-xmind base64
xpi application/x-xpinstall base64
xz application/x-xz base64
z1 application/x-zmachine base64
zoo application/x-zoo base64
xaml application/xaml+xml base64
xdf application/xcap-diff+xml base64
xenc application/xenc+xml base64
xht application/xhtml+xml 8bit
xml application/xml 8bit
xop application/xop+xml base64
xpl application/xproc+xml base64
xq application/xquery base64
xslfo application/xslfo+xml base64
xslt application/xslt+xml base64
xspf application/xspf+xml base64
mxml application/xv+xml base64
yang application/yang base64
yin application/yin+xml base64
zip application/zip base64
zst application/zstd base64
amr audio/AMR base64
awb audio/AMR-WB base64
evc audio/EVRC base64
l16 audio/L16 base64
smv audio/SMV base64
aac audio/aac base64
ac3 audio/ac3 base64
adp audio/adpcm base64
au audio/basic base64
flac audio/flac base64
mka audio/matroska base64
kar audio/midi base64
mp4 audio/mp4 base64
mpga audio/mpeg base64
oga audio/ogg base64
s3m audio/s3m base64
sil audio/silk base64
asnd audio/vnd.adobe.soundbooth base64
uva audio/vnd.dece.audio base64
eol audio/vnd.digital-winds 7bit
dra audio/vnd.dra base64
dts audio/vnd.dts base64
dtshd audio/vnd.dts.hd base64
plj audio/vnd.everad.plj base64
lvp audio/vnd.lucent.voice base64
pya audio/vnd.ms-playready.media.pya base64
mxmf audio/vnd.nokia.mobile-xmf base64
vbk audio/vnd.nortel.vbk base64
ecelp4800 audio/vnd.nuera.ecelp4800 base64
ecelp7470 audio/vnd.nuera.ecelp7470 base64
ecelp9600 audio/vnd.nuera.ecelp9600 base64
qcp audio/vnd.qcelp base64
rip audio/vnd.rip base64
smp3 audio/vnd.sealedmedia.softseal.mpeg base64
wav audio/vnd.wave base64
weba audio/webm base64
aif audio/x-aiff base64
caf audio/x-caf base64
mod audio/x-mod base64
m3u audio/x-mpegurl base64
wax audio/x-ms-wax base64
wma audio/x-ms-wma base64
wmv audio/x-ms-wmv base64
ra audio/x-pn-realaudio base64
rmp audio/x-pn-realaudio-plugin base64
psf1 audio/x-psf base64
sap audio/x-sap base64
xm audio/xm base64
cdx chemical/x-cdx base64
cif chemical/x-cif base64
cmdf chemical/x-cmdf base64
cml chemical/x-cml base64
csml chemical/x-csml base64
ttc font/collection base64
otf font/otf base64
ttf font/ttf base64
woff font/woff base64
woff2 font/woff2 base64
exr image/aces base64
avif image/avif base64
bmp image/bmp base64
cgm image/cgm base64
emf image/emf base64
g3 image/g3fax base64
gif image/gif base64
heic image/heic base64
heics image/heic-sequence base64
heif image/heif base64
heifs image/heif-sequence base64
icns image/icns base64
ief image/ief base64
jp2 image/jp2 base64
jpeg image/jpeg base64
jpm image/jpm base64
jpx image/jpx base64
jxl image/jxl base64
ktx image/ktx base64
png image/png base64
btif image/prs.btif base64
sgi image/sgi base64
svg image/svg+xml 8bit
tiff image/tiff base64
psd image/vnd.adobe.photoshop base64
ppj image/vnd.adobe.premiere base64
uvg image/vnd.dece.graphic base64
dgn image/vnd.dgn base64
djvu image/vnd.djvu base64
sub image/vnd.dvb.subtitle base64
dwg image/vnd.dwg base64
dxb image/vnd.dxb base64
dxf image/vnd.dxf base64
fbs image/vnd.fastbidsheet base64
fpx image/vnd.fpx base64
fst image/vnd.fst base64
mmr image/vnd.fujixerox.edmics-mmr base64
rlc image/vnd.fujixerox.edmics-rlc base64
pgb image/vnd.globalgraphics.pgb base64
ico image/vnd.microsoft.icon base64
mdi image/vnd.ms-modi base64
wdp image/vnd.ms-photo base64
npx image/vnd.net-fpx base64
wbmp image/vnd.wap.wbmp base64
xif image/vnd.xiff base64
dcx image/vnd.zbrush.dcx base64
pcx image/vnd.zbrush.pcx base64
webp image/webp base64
wmf image/wmf base64
3ds image/x-3ds base64
dng image/x-adobe-dng base64
bpg image/x-bpg base64
cr2 image/x-canon-cr2 base64
cr3 image/x-canon-cr3 base64
crw image/x-canon-crw base64
ras image/x-cmu-raster base64
cmx image/x-cmx base64
xcfbz2 image/x-compressed-xcf base64
dpx image/x-dpx base64
erf image/x-epson-erf base64
fh image/x-freehand base64
raf image/x-fuji-raf base64
3fr image/x-hasselblad-3fr base64
jb2 image/x-jbig2 base64
j2c image/x-jp2-codestream base64
mrw image/x-minolta-mrw base64
sid image/x-mrsid-image base64
orf image/x-olympus-orf base64
psp image/x-paintshoppro base64
pct image/x-pict base64
pnm image/x-portable-anymap base64
pam image/x-portable-arbitrarymap base64
pbm image/x-portable-bitmap base64
pgm image/x-portable-graymap base64
ppm image/x-portable-pixmap base64
bay image/x-raw-casio base64
fff image/x-raw-imacon base64
k25 image/x-raw-kodak base64
mos image/x-raw-leaf base64
pxn image/x-raw-logitech base64
mef image/x-raw-mamiya base64
nef image/x-raw-nikon base64
raw image/x-raw-panasonic base64
pef image/x-raw-pentax base64
iiq image/x-raw-phaseone base64
rwz image/x-raw-rawzor base64
r3d image/x-raw-red base64
x3f image/x-raw-sigma base64
arw image/x-raw-sony base64
rgb image/x-rgb base64
tga image/x-tga base64
dgn image/x-vnd.dgn base64
xbm image/x-xbitmap 7bit
xcf image/x-xcf base64
xpm image/x-xpixmap 8bit
xwd image/x-xwindowdump base64
eml message/rfc822 8bit
emlx message/x-emlx base64
e57 model/e57 base64
igs model/iges base64
msh model/mesh base64
dae model/vnd.collada+xml base64
dwf model/vnd.dwf base64
dwfx model/vnd.dwfx+xps base64
gdl model/vnd.gdl base64
gtw model/vnd.gtw base64
x_b model/vnd.parasolid.transmit.binary base64
x_t model/vnd.parasolid.transmit.text quoted-printable
vtu model/vnd.vtu base64
wrl model/vrml base64
x3db model/x3d+binary base64
x3dv model/x3d+vrml base64
x3d model/x3d+xml base64
mht multipart/related base64
asp text/asp quoted-printable
aspx text/aspdotnet quoted-printable
appcache text/cache-manifest quoted-printable
ics text/calendar quoted-printable
css text/css 8bit
csv text/csv 8bit
html text/html 8bit
iso19139 text/iso19139+xml quoted-printable
js text/javascript quoted-printable
markdown text/markdown quoted-printable
.htaccess text/plain quoted-printable
dsc text/prs.lines.tag quoted-printable
rtx text/richtext 8bit
sgml text/sgml quoted-printable
tsv text/tab-separated-values quoted-printable
t text/troff 8bit
ttl text/turtle quoted-printable
uri text/uri-list quoted-printable
vcard text/vcard quoted-printable
dcurl text/vnd.curl.dcurl quoted-printable
mcurl text/vnd.curl.mcurl quoted-printable
scurl text/vnd.curl.scurl quoted-printable
fly text/vnd.fly quoted-printable
flx text/vnd.fmi.flexstor quoted-printable
gv text/vnd.graphviz quoted-printable
3dml text/vnd.in3d.3dml quoted-printable
spot text/vnd.in3d.spot quoted-printable
anpa text/vnd.iptc.anpa quoted-printable
ccc text/vnd.net2phone.commcenter.command quoted-printable
jad text/vnd.sun.j2me.app-descriptor 8bit
si text/vnd.wap.si quoted-printable
sl text/vnd.wap.sl quoted-printable
wml text/vnd.wap.wml quoted-printable
wmls text/vnd.wap.wmlscript quoted-printable
vtt text/vtt quoted-printable
as text/x-actionscript quoted-printable
ada text/x-ada quoted-printable
applescript text/x-applescript quoted-printable
asciidoc text/x-asciidoc quoted-printable
asm text/x-asm quoted-printable
aj text/x-aspectj quoted-printable
awk text/x-awk quoted-printable
bas text/x-basic quoted-printable
c text/x-c quoted-printable
hpp text/x-c++hdr quoted-printable
cpp text/x-c++src quoted-printable
cgi text/x-cgi quoted-printable
clj text/x-clojure quoted-printable
cbl text/x-cobol quoted-printable
coffee text/x-coffeescript quoted-printable
cfm text/x-coldfusion quoted-printable
cl text/x-common-lisp quoted-printable
config text/x-config quoted-printable
cs text/x-csharp quoted-printable
d text/x-d quoted-printable
diff text/x-diff quoted-printable
e text/x-eiffel quoted-printable
el text/x-emacs-lisp quoted-printable
erl text/x-erlang quoted-printable
exp text/x-expect quoted-printable
4th text/x-forth quoted-printable
f text/x-fortran quoted-printable
go text/x-go quoted-printable
groovy text/x-groovy quoted-printable
haml text/x-haml quoted-printable
hs text/x-haskell quoted-printable
hx text/x-haxe quoted-printable
idl text/x-idl quoted-printable
ini text/x-ini quoted-printable
properties text/x-java-properties quoted-printable
java text/x-java-source quoted-printable
jsp text/x-jsp quoted-printable
less text/x-less quoted-printable
l text/x-lex quoted-printable
lua text/x-lua quoted-printable
makefile text/x-makefile quoted-printable
ml text/x-ml quoted-printable
m3 text/x-modula quoted-printable
nfo text/x-nfo quoted-printable
m text/x-objcsrc quoted-printable
ocaml text/x-ocaml quoted-printable
opml text/x-opml quoted-printable
p text/x-pascal quoted-printable
pl text/x-perl quoted-printable
php text/x-php quoted-printable
pro text/x-prolog quoted-printable
rexx text/x-rexx quoted-printable
r text/x-rsrc quoted-printable
rest text/x-rst quoted-printable
scala text/x-scala quoted-printable
sed text/x-sed quoted-printable
etx text/x-setext quoted-printable
sfv text/x-sfv quoted-printable
itk text/x-tcl quoted-printable
uu text/x-uuencode quoted-printable
cls text/x-vbasic quoted-printable
vb text/x-vbdotnet quoted-printable
vcs text/x-vcalendar 8bit
vcf text/x-vcard 8bit
v text/x-verilog quoted-printable
vhd text/x-vhdl quoted-printable
md text/x-web-markdown quoted-printable
y text/x-yacc quoted-printable
yaml text/x-yaml 8bit
dtd text/xml 8bit
3gp video/3gpp base64
3g2 video/3gpp2 base64
dv video/DV base64
h261 video/H261 base64
h263 video/H263 base64
h264 video/H264 base64
jpgv video/JPEG base64
mj2 video/MJ2 base64
bdm video/MP2T base64
m4s video/iso.segment base64
mp4 video/mp4 base64
mp2 video/mpeg base64
ogg video/ogg base64
qt video/quicktime base64
uvh video/vnd.dece.hd base64
uvm video/vnd.dece.mobile base64
uvp video/vnd.dece.pd base64
uvs video/vnd.dece.sd base64
uvv video/vnd.dece.video base64
dvb video/vnd.dvb.file base64
fvt video/vnd.fvt base64
mxu video/vnd.mpegurl 8bit
pyv video/vnd.ms-playready.media.pyv base64
nim video/vnd.nokia.interleaved-multimedia base64
mp4 video/vnd.objectvideo base64
s11 video/vnd.sealed.mpeg1 base64
smpg video/vnd.sealed.mpeg4 base64
sswf video/vnd.sealed.swf base64
smov video/vnd.sealedmedia.softseal.mov base64
uvu video/vnd.uvvu.mp4 base64
viv video/vnd.vivo base64
drc video/x-dirac base64
dl video/x-dl base64
flc video/x-flc base64
fli video/x-fli base64
flv video/x-flv base64
gl video/x-gl base64
ivf video/x-ivf base64
jng video/x-jng base64
mk3d video/x-matroska base64
mng video/x-mng base64
mjpg video/x-motion-jpeg base64
asx video/x-ms-asf base64
vob video/x-ms-vob base64
wm video/x-ms-wm base64
wmx video/x-ms-wmx base64
wvx video/x-ms-wvx base64
avi video/x-msvideo base64
ogm video/x-ogm base64
movie video/x-sgi-movie base64
xyz x-chemical/x-xyz base64
ice x-conference/x-cooltalk base64
mime-types-mime-types-data-618ae00/data/ext_mime.db 0000664 0000000 0000000 00000512303 15167513557 0022201 0 ustar 00root root 0000000 0000000 .htaccess text/plain quoted-printable
123 application/vnd.lotus-1-2-3 base64
3dml text/vnd.in3d.3dml quoted-printable
3ds image/x-3ds base64
3fr image/x-hasselblad-3fr base64
3g2 video/3gpp2 base64
3gp video/3gpp base64
3gpp video/3gpp base64
3gpp2 video/3gpp2 base64
3mf application/vnd.ms-package.3dmanufacturing-3dmodel+xml base64
4th text/x-forth quoted-printable
7z application/x-7z-compressed base64
@dir application/x-director base64
@dxr application/x-director base64
a application/x-archive base64
aab application/x-authorware-bin base64
aac audio/aac base64
aam application/x-authorware-map base64
aart text/plain quoted-printable
aas application/x-authorware-seg base64
abs-linkmap text/plain quoted-printable
abs-menulinks text/plain quoted-printable
abw application/x-abiword base64
ac text/plain quoted-printable
ac3 audio/ac3 base64
acc application/vnd.americandynamics.acc base64
accdb application/x-msaccess base64
ace application/x-ace-compressed base64
acfm application/x-font-adobe-metric base64
acu application/vnd.acucobol base64
acutc application/vnd.acucorp 7bit
ad text/x-asciidoc quoted-printable
ad.txt text/x-asciidoc quoted-printable
ada text/x-ada quoted-printable
adb text/x-ada quoted-printable
adf application/x-amiga-disk-format base64
adoc text/x-asciidoc quoted-printable
adoc.txt text/x-asciidoc quoted-printable
adp audio/adpcm base64
ads text/x-ada quoted-printable
aep application/vnd.audiograph base64
aet application/vnd.adobe.aftereffects.template base64
afm application/x-font-type1 base64
afp application/vnd.ibm.modcap base64
ahead application/vnd.ahead.space base64
ai application/postscript 8bit
aif audio/x-aiff base64
aifc audio/x-aiff base64
aiff audio/x-aiff base64
air application/vnd.adobe.air-application-installer-package+zip base64
ait application/vnd.dvb.ait base64
aj text/x-aspectj quoted-printable
al text/x-perl quoted-printable
am text/plain quoted-printable
amf application/x-amf base64
amfm application/x-font-adobe-metric base64
ami application/vnd.amiga.ami base64
amr audio/AMR base64
ani application/octet-stream base64
anpa text/vnd.iptc.anpa quoted-printable
apk application/vnd.android.package-archive base64
appcache text/cache-manifest quoted-printable
applescript text/x-applescript quoted-printable
application application/x-ms-application base64
apr application/vnd.lotus-approach base64
apt text/plain quoted-printable
ar application/x-archive base64
arc application/x-freearc base64
arj application/x-arj base64
arw image/x-raw-sony base64
as text/x-actionscript quoted-printable
asc text/plain quoted-printable
asciidoc text/x-asciidoc quoted-printable
asf application/vnd.ms-asf base64
asice application/vnd.etsi.asic-e+zip base64
asics application/vnd.etsi.asic-s+zip base64
asm text/x-asm quoted-printable
asnd audio/vnd.adobe.soundbooth base64
aso application/vnd.accpac.simply.aso base64
asp text/asp quoted-printable
aspx text/aspdotnet quoted-printable
asx video/x-ms-asf base64
atc application/vnd.acucorp 7bit
atom application/atom+xml 8bit
atomcat application/atomcat+xml 8bit
atomsvc application/atomsvc+xml 8bit
atx application/vnd.antix.game-component base64
au audio/basic base64
avi video/x-msvideo base64
avif image/avif base64
aw application/applixware base64
awb audio/AMR-WB base64
awk text/x-awk quoted-printable
axx application/x-axcrypt base64
azf application/vnd.airzip.filesecure.azf base64
azs application/vnd.airzip.filesecure.azs base64
azw application/vnd.amazon.ebook base64
bas text/x-basic quoted-printable
bash application/x-sh 8bit
bat application/x-msdownload base64
bau application/vnd.openofficeorg.autotext base64
bay image/x-raw-casio base64
bck application/x-VMSBACKUP base64
bcpio application/x-bcpio base64
bdf application/x-font-bdf base64
bdm video/MP2T base64
bed application/vnd.realvnc.bed base64
bh2 application/vnd.fujitsu.oasysprs base64
bib application/x-bibtex-text-file base64
bibtex application/x-bibtex-text-file base64
bin application/octet-stream base64
bkm application/vnd.nervana base64
blb application/x-blorb base64
bleep application/x-bleeper base64
blorb application/x-blorb base64
bmi application/vnd.bmi base64
bmp image/bmp base64
book application/vnd.framemaker base64
box application/vnd.previewsystems.box base64
boz application/x-bzip2 base64
bpd application/vnd.hbci base64
bpg image/x-bpg base64
bpk application/octet-stream base64
bpm application/bizagi-modeler base64
br application/x-brotli base64
brotli application/x-brotli base64
bsh text/plain quoted-printable
btif image/prs.btif base64
bup application/x-dvd-ifo base64
bz application/x-bzip base64
bz2 application/x-bzip2 base64
c text/plain quoted-printable
c++ text/x-c++src quoted-printable
c11amc application/vnd.cluetrust.cartomobile-config base64
c11amz application/vnd.cluetrust.cartomobile-config-pkg base64
c4d application/vnd.clonk.c4group base64
c4f application/vnd.clonk.c4group base64
c4g application/vnd.clonk.c4group base64
c4p application/vnd.clonk.c4group base64
c4u application/vnd.clonk.c4group base64
cab application/vnd.ms-cab-compressed base64
caf audio/x-caf base64
cap application/vnd.tcpdump.pcap base64
car application/vnd.curl.car base64
cat application/vnd.ms-pki.seccat base64
cb7 application/x-cbr base64
cba application/x-cbr base64
cbl text/x-cobol quoted-printable
cbor application/cbor base64
cbr application/x-cbr base64
cbt application/x-cbr base64
cbz application/x-cbr base64
cc text/plain quoted-printable
ccc text/vnd.net2phone.commcenter.command quoted-printable
cct application/x-director base64
ccxml application/ccxml+xml base64
cda application/x-cdf base64
cdbcmsg application/vnd.contact.cmsg base64
cdf application/x-netcdf base64
cdkey application/vnd.mediastation.cdkey base64
cdmia application/cdmi-capability base64
cdmic application/cdmi-container base64
cdmid application/cdmi-domain base64
cdmio application/cdmi-object base64
cdmiq application/cdmi-queue base64
cdr application/coreldraw base64
cdx chemical/x-cdx base64
cdxml application/vnd.chemdraw+xml base64
cdy application/vnd.cinderella base64
cel image/vnd.dgn base64
cer application/pkix-cert base64
cfc text/x-coldfusion quoted-printable
cfg text/x-config quoted-printable
cfm text/x-coldfusion quoted-printable
cfml text/x-coldfusion quoted-printable
cfs application/x-cfs-compressed base64
cgi text/x-cgi quoted-printable
cgm image/cgm base64
chat application/x-chat base64
chm application/vnd.ms-htmlhelp base64
chrt application/vnd.kde.kchart base64
cif chemical/x-cif base64
cii application/vnd.anser-web-certificate-issue-initiation base64
cil application/vnd.ms-artgalry base64
cjs text/javascript quoted-printable
cl text/x-common-lisp quoted-printable
cla application/vnd.claymore base64
class application/octet-stream base64
classpath text/plain quoted-printable
clj text/x-clojure quoted-printable
clkk application/vnd.crick.clicker.keyboard base64
clkp application/vnd.crick.clicker.palette base64
clkt application/vnd.crick.clicker.template base64
clkw application/vnd.crick.clicker.wordbank base64
clkx application/vnd.crick.clicker base64
clp application/x-msclip base64
clpi video/MP2T base64
cls text/x-vbasic quoted-printable
cmc application/vnd.cosmocaller base64
cmd application/x-msdownload base64
cmdf chemical/x-cmdf base64
cml chemical/x-cml base64
cmp application/vnd.yellowriver-custom-menu base64
cmx image/x-cmx base64
cnd text/plain quoted-printable
cob text/x-cobol quoted-printable
cod application/vnd.rim.cod base64
coffee text/x-coffeescript quoted-printable
com application/x-msdownload base64
conf text/plain quoted-printable
config text/x-config quoted-printable
cpi video/MP2T base64
cpio application/x-cpio base64
cpp text/plain quoted-printable
cpt application/x-mac-compactpro base64
cr2 image/x-canon-cr2 base64
cr3 image/x-canon-cr3 base64
crd application/x-mscardfile base64
crl application/pkix-crl base64
crt application/x-x509-ca-cert base64
crw image/x-canon-crw base64
crx application/x-chrome-extension base64
cryptonote application/vnd.rig.cryptonote base64
cs text/x-csharp quoted-printable
csh application/x-csh 8bit
csm application/x-cu-seeme base64
csml chemical/x-csml base64
csp application/vnd.commonspace base64
css text/css 8bit
cst application/x-director base64
csv text/csv 8bit
cu application/x-cu-seeme base64
curl application/vnd.curl base64
cw application/prs.cww base64
cwiki text/plain quoted-printable
cwk application/x-appleworks base64
cww application/prs.cww base64
cxt application/x-director base64
cxx text/x-c quoted-printable
d text/x-d quoted-printable
dae model/vnd.collada+xml base64
daf application/vnd.Mobius.DAF base64
dart application/vnd.dart base64
dat text/plain quoted-printable
data text/plain quoted-printable
dataless application/vnd.fdsn.seed base64
davmount application/davmount+xml base64
dbase application/x-dbf base64
dbase3 application/x-dbf base64
dbf application/x-dbf base64
dbk application/docbook+xml base64
dcl text/plain quoted-printable
dcm application/dicom base64
dcr application/x-director base64
dcs image/x-raw-kodak base64
dcurl text/vnd.curl.dcurl quoted-printable
dcx image/vnd.zbrush.dcx base64
dd2 application/vnd.oma.dd2+xml base64
ddd application/vnd.fujixerox.ddd base64
deb application/x-debian-package base64
def text/plain quoted-printable
deploy application/octet-stream base64
der application/x-x509-ca-cert base64
dex application/x-dex base64
dfac application/vnd.dreamfactory base64
dgc application/x-dgc-compressed base64
dgn image/x-vnd.dgn base64
dgnlib image/vnd.dgn base64
dib image/bmp base64
dic text/x-c quoted-printable
dif application/dif+xml base64
diff text/x-diff quoted-printable
dir application/x-director base64
dis application/vnd.Mobius.DIS base64
dist application/octet-stream base64
distz application/octet-stream base64
djv image/vnd.djvu base64
djvu image/vnd.djvu base64
dl video/x-dl base64
dll application/octet-stream base64
dmg application/x-apple-diskimage base64
dmp application/vnd.tcpdump.pcap base64
dms application/octet-stream base64
dna application/vnd.dna base64
dng image/x-adobe-dng base64
do application/x-stata-do base64
doc application/msword base64
docm application/vnd.ms-word.document.macroEnabled.12 base64
docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64
dot application/msword base64
dotm application/vnd.ms-word.template.macroEnabled.12 base64
dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template base64
dp application/vnd.osgi.dp base64
dpg application/vnd.dpgraph base64
dpr text/x-pascal quoted-printable
dpx image/x-dpx base64
dra audio/vnd.dra base64
drc video/x-dirac base64
drf image/x-raw-kodak base64
dsc text/prs.lines.tag quoted-printable
dsp text/plain quoted-printable
dssc application/dssc+der base64
dsw text/plain quoted-printable
dta application/x-stata-dta base64
dtb application/x-dtbook+xml base64
dtd text/xml 8bit
dts audio/vnd.dts base64
dtshd audio/vnd.dts.hd base64
dump application/octet-stream base64
dv video/DV base64
dvb video/vnd.dvb.file base64
dvi application/x-dvi base64
dwf model/vnd.dwf base64
dwfx model/vnd.dwfx+xps base64
dwg image/vnd.dwg base64
dxb image/vnd.dxb base64
dxf image/vnd.dxf base64
dxp application/vnd.spotfire.dxp base64
dxr application/x-director base64
dylib application/octet-stream base64
e text/x-eiffel quoted-printable
e57 model/e57 base64
ear application/x-tika-java-enterprise-archive base64
ecelp4800 audio/vnd.nuera.ecelp4800 base64
ecelp7470 audio/vnd.nuera.ecelp7470 base64
ecelp9600 audio/vnd.nuera.ecelp9600 base64
ecma application/ecmascript base64
edm application/vnd.novadigm.EDM base64
edx application/vnd.novadigm.EDX base64
efif application/vnd.picsel base64
egrm text/plain quoted-printable
ei6 application/vnd.pg.osasli base64
el text/x-emacs-lisp quoted-printable
elc application/octet-stream base64
emf image/emf base64
eml message/rfc822 8bit
emlx message/x-emlx base64
emm application/vnd.ibm.electronic-media base64
emma application/emma+xml base64
emz application/x-msmetafile base64
enr application/x-endnote-refer base64
ens application/x-endnote-style base64
ent text/plain quoted-printable
entity application/vnd.nervana base64
enw application/x-endnote-refer base64
eol audio/vnd.digital-winds 7bit
eot application/vnd.ms-fontobject base64
eps application/postscript 8bit
epsf application/postscript 8bit
epsi application/postscript 8bit
epub application/epub+zip base64
erf image/x-epson-erf base64
erl text/x-erlang quoted-printable
es application/ecmascript base64
es3 application/vnd.eszigno3+xml base64
esa application/vnd.osgi.subsystem base64
esf application/vnd.epson.esf base64
et3 application/vnd.eszigno3+xml base64
etx text/x-setext quoted-printable
eva application/x-eva base64
evc audio/EVRC base64
evy application/x-envoy base64
exe application/x-msdownload base64
exi application/exi base64
exp text/x-expect quoted-printable
exr image/aces base64
ext application/vnd.novadigm.EXT base64
ez application/andrew-inset base64
ez2 application/vnd.ezpix-album base64
ez3 application/vnd.ezpix-package base64
f text/x-fortran quoted-printable
f4a audio/mp4 base64
f4b audio/mp4 base64
f4p video/mp4 base64
f4v video/mp4 base64
f77 text/x-fortran quoted-printable
f90 text/x-fortran quoted-printable
fb application/vnd.framemaker base64
fb2 application/x-fictionbook+xml base64
fbdoc application/vnd.framemaker base64
fbs image/vnd.fastbidsheet base64
fcdt application/vnd.adobe.formscentral.fcdt base64
fcs application/vnd.isac.fcs base64
fdf application/vnd.fdf base64
fe_launch application/vnd.denovo.fcselayout-link base64
fff image/x-raw-imacon base64
fg5 application/vnd.fujitsu.oasysgp base64
fgd application/x-director base64
fh image/x-freehand base64
fh10 image/x-freehand base64
fh11 image/x-freehand base64
fh12 image/x-freehand base64
fh4 image/x-freehand base64
fh40 image/x-freehand base64
fh5 image/x-freehand base64
fh50 image/x-freehand base64
fh7 image/x-freehand base64
fh8 image/x-freehand base64
fh9 image/x-freehand base64
fhc image/x-freehand base64
fig application/x-xfig base64
fit application/fits base64
fits application/fits base64
flac audio/flac base64
flc video/x-flc base64
fli video/x-fli base64
flo application/vnd.micrografx.flo base64
flv video/x-flv base64
flw application/vnd.kde.kivio base64
flx text/vnd.fmi.flexstor quoted-printable
fly text/vnd.fly quoted-printable
fm application/vnd.framemaker base64
fn text/plain quoted-printable
fnc application/vnd.frogans.fnc base64
fo application/xslfo+xml base64
fodp application/vnd.oasis.opendocument.flat.presentation base64
fods application/vnd.oasis.opendocument.flat.spreadsheet base64
fodt application/vnd.oasis.opendocument.flat.text base64
for text/x-fortran quoted-printable
fp7 application/x-filemaker base64
fpx image/vnd.fpx base64
frame application/vnd.framemaker base64
frm application/vnd.framemaker base64
fsc application/vnd.fsc.weblaunch 7bit
fst image/vnd.fst base64
ft text/plain quoted-printable
ft10 image/x-freehand base64
ft11 image/x-freehand base64
ft12 image/x-freehand base64
ft7 image/x-freehand base64
ft8 image/x-freehand base64
ft9 image/x-freehand base64
ftc application/vnd.fluxtime.clip base64
fti application/vnd.anser-web-funds-transfer-initiation base64
fts application/fits base64
fv text/plain quoted-printable
fvt video/vnd.fvt base64
fxp application/vnd.adobe.fxp base64
fxpl application/vnd.adobe.fxp base64
fzs application/vnd.fuzzysheet base64
g text/plain quoted-printable
g2w application/vnd.geoplan base64
g3 image/g3fax base64
g3w application/vnd.geospace base64
gac application/vnd.groove-account base64
gam application/x-tads base64
gbr application/rpki-ghostbusters base64
gca application/x-gca-compressed base64
gdl model/vnd.gdl base64
geo application/vnd.dynageo base64
gex application/vnd.geometry-explorer base64
ggb application/vnd.geogebra.file base64
ggs application/vnd.geogebra.slides base64
ggt application/vnd.geogebra.tool base64
ghf application/vnd.groove-help base64
gif image/gif base64
gim application/vnd.groove-identity-message base64
gl video/x-gl base64
gml application/gml+xml base64
gmx application/vnd.gmx base64
gnucash application/x-gnucash base64
gnumakefile text/x-makefile quoted-printable
gnumeric application/x-gnumeric base64
go text/x-go quoted-printable
gp4 application/x-guitar-pro base64
gpg application/octet-stream base64
gph application/vnd.FloGraphIt base64
gpkg application/x-geopackage base64
gpx application/gpx+xml base64
gqf application/vnd.grafeq base64
gqs application/vnd.grafeq base64
gram application/srgs base64
gramps application/x-gramps-xml base64
grb application/x-grib base64
grb1 application/x-grib base64
grb2 application/x-grib base64
gre application/vnd.geometry-explorer base64
grm text/plain quoted-printable
groovy text/x-groovy quoted-printable
grv application/vnd.groove-injector base64
grxml application/srgs+xml base64
gsf application/x-font-ghostscript base64
gslib audio/x-psf base64
gtar application/x-gtar base64
gtm application/vnd.groove-tool-message base64
gtw model/vnd.gtw base64
gv text/vnd.graphviz quoted-printable
gxf application/gxf base64
gxt application/vnd.geonext base64
gz application/gzip base64
h text/plain quoted-printable
h++ text/x-c++hdr quoted-printable
h261 video/H261 base64
h263 video/H263 base64
h264 video/H264 base64
h5 application/x-hdf base64
hal application/vnd.hal+xml base64
haml text/x-haml quoted-printable
handlers text/plain quoted-printable
hbc application/vnd.hbci base64
hbci application/vnd.hbci base64
hdf application/x-hdf base64
hdr application/envi.hdr base64
he5 application/x-hdf base64
heic image/heic base64
heics image/heic-sequence base64
heif image/heif base64
heifs image/heif-sequence base64
hep application/x-hep base64
hfa application/x-erdas-hfa base64
hh text/plain quoted-printable
hif image/heic base64
hlp text/plain quoted-printable
hp text/x-c++hdr quoted-printable
hpgl application/vnd.hp-HPGL base64
hpid application/vnd.hp-hpid base64
hpp text/plain quoted-printable
hprof application/vnd.java.hprof base64
hprof.txt application/vnd.java.hprof.text base64
hps application/vnd.hp-hps base64
hqx application/mac-binhex40 8bit
hs text/x-haskell quoted-printable
htc text/plain quoted-printable
htke application/vnd.kenameaapp base64
htm text/html 8bit
html text/html 8bit
htmlx text/html 8bit
htx text/html 8bit
hvd application/vnd.yamaha.hv-dic base64
hvp application/vnd.yamaha.hv-voice base64
hvs application/vnd.yamaha.hv-script base64
hwpx application/hwp+zip base64
hx text/x-haxe quoted-printable
hxx text/x-c++hdr quoted-printable
i2g application/vnd.intergeo base64
i3 text/x-modula quoted-printable
ibooks application/x-ibooks+zip base64
ica application/x-ica base64
icb image/x-tga base64
icc application/vnd.iccprofile base64
ice x-conference/x-cooltalk base64
icm application/vnd.iccprofile base64
icns image/icns base64
ico image/vnd.microsoft.icon base64
ics text/calendar quoted-printable
idl text/x-idl quoted-printable
idml application/vnd.adobe.indesign-idml-package base64
ief image/ief base64
ifb text/calendar quoted-printable
ifm application/vnd.shana.informed.formdata base64
ifo application/x-dvd-ifo base64
ig text/x-modula quoted-printable
iges model/iges base64
igl application/vnd.igloader base64
igm application/vnd.insors.igm base64
igs model/iges base64
igx application/vnd.micrografx.igx base64
ihtml text/plain quoted-printable
iif application/vnd.shana.informed.interchange base64
iiq image/x-raw-phaseone base64
imagemap application/x-imagemap 8bit
imap application/x-imagemap 8bit
imp application/vnd.accpac.simply.imp base64
ims application/vnd.ms-ims base64
in text/plain quoted-printable
indd application/x-adobe-indesign base64
ini text/x-ini quoted-printable
ink application/inkml+xml base64
inkml application/inkml+xml base64
install text/plain quoted-printable
inx application/x-adobe-indesign-interchange base64
iota application/vnd.astraea-software.iota base64
ipa application/octet-stream base64
ipfix application/ipfix base64
ipk application/vnd.shana.informed.package base64
irm application/vnd.ibm.rights-management base64
irp application/vnd.irepository.package+xml base64
iso application/x-iso9660-image base64
iso19139 text/iso19139+xml quoted-printable
itk text/x-tcl quoted-printable
itp application/vnd.shana.informed.formtemplate base64
ivf video/x-ivf base64
ivp application/vnd.immervision-ivp base64
ivu application/vnd.immervision-ivu base64
j2c image/x-jp2-codestream base64
jad text/vnd.sun.j2me.app-descriptor 8bit
jam application/vnd.jam base64
jar application/java-archive base64
java text/x-java-source quoted-printable
jb2 image/x-jbig2 base64
jbig2 image/x-jbig2 base64
jdf application/x-jeol-jdf base64
jfi image/jpeg base64
jfif image/jpeg base64
jif image/jpeg base64
jisp application/vnd.jisp base64
jks application/x-java-keystore base64
jl text/x-common-lisp quoted-printable
jlt application/vnd.hp-jlyt base64
jmx text/plain quoted-printable
jng video/x-jng base64
jnilib application/x-java-jnilib base64
jnlp application/x-java-jnlp-file base64
joda application/vnd.joost.joda-archive base64
jp2 image/jp2 base64
jpe image/jpeg base64
jpeg image/jpeg base64
jpf image/jpx base64
jpg image/jpeg base64
jpg2 image/jp2 base64
jpgm image/jpm base64
jpgv video/JPEG base64
jpm image/jpm base64
jpx image/jpx base64
js text/javascript quoted-printable
json application/json 8bit
jsonml application/jsonml+json base64
jsp text/x-jsp quoted-printable
junit text/plain quoted-printable
jx text/plain quoted-printable
jxl image/jxl base64
k25 image/x-raw-kodak base64
kar audio/midi base64
karbon application/vnd.kde.karbon base64
kcm application/vnd.nervana base64
kdc image/x-raw-kodak base64
key application/vnd.apple.keynote base64
keys text/plain quoted-printable
kfo application/vnd.kde.kformula base64
kia application/vnd.kidspiration base64
kil application/x-killustrator base64
kml application/vnd.google-earth.kml+xml 8bit
kmz application/vnd.google-earth.kmz 8bit
kne application/vnd.Kinar base64
knp application/vnd.Kinar base64
kom application/vnd.hbci base64
kon application/vnd.kde.kontour base64
kpr application/vnd.kde.kpresenter base64
kpt application/vnd.kde.kpresenter base64
kpxx application/vnd.ds-keypoint base64
ksp application/vnd.kde.kspread base64
ktr application/vnd.kahootz base64
ktx image/ktx base64
ktz application/vnd.kahootz base64
kwd application/vnd.kde.kword base64
kwt application/vnd.kde.kword base64
l text/x-lex quoted-printable
l16 audio/L16 base64
las application/x-asprs base64
lasxml application/vnd.las.las+xml base64
latex application/x-latex 8bit
laz application/x-asprs base64
lbd application/vnd.llamagraphics.life-balance.desktop base64
lbe application/vnd.llamagraphics.life-balance.exchange+xml base64
les application/vnd.hhe.lesson-player base64
less text/x-less quoted-printable
lha application/octet-stream base64
lhs text/x-haskell quoted-printable
license text/plain quoted-printable
link66 application/vnd.route66.link66+xml base64
lisp text/x-common-lisp quoted-printable
list text/plain quoted-printable
list3820 application/vnd.ibm.modcap base64
listafp application/vnd.ibm.modcap base64
lnk application/x-ms-shortcut base64
log text/plain quoted-printable
lostxml application/lost+xml base64
lrf application/octet-stream base64
lrm application/vnd.ms-lrm base64
lsp text/x-common-lisp quoted-printable
ltf application/vnd.frogans.ltf base64
ltx application/x-latex 8bit
lua text/x-lua quoted-printable
lvp audio/vnd.lucent.voice base64
lwp application/vnd.lotus-wordpro base64
lyr application/x-esri-layer base64
lz application/x-lzip base64
lz4 application/x-lz4 base64
lzh application/octet-stream base64
lzma application/x-lzma base64
m text/x-objcsrc quoted-printable
m13 application/x-msmediaview base64
m14 application/x-msmediaview base64
m1v video/mpeg base64
m21 application/mp21 base64
m2a audio/mpeg base64
m2t video/MP2T base64
m2ts video/MP2T base64
m2v video/mpeg base64
m3 text/x-modula quoted-printable
m3a audio/mpeg base64
m3u audio/x-mpegurl base64
m3u8 application/vnd.apple.mpegurl base64
m4 text/plain quoted-printable
m4a audio/mp4 base64
m4b audio/mp4 base64
m4s video/iso.segment base64
m4u video/vnd.mpegurl 8bit
m4v video/vnd.objectvideo base64
ma application/mathematica base64
mads application/mads+xml base64
mag application/vnd.ecowin.chart base64
makefile text/x-makefile quoted-printable
maker application/vnd.framemaker base64
man text/troff 8bit
manifest text/plain quoted-printable
mar application/octet-stream base64
markdown text/markdown quoted-printable
mat application/x-matlab-data base64
mathml application/mathml+xml base64
mb application/mathematica base64
mbk application/vnd.Mobius.MBK base64
mbox application/mbox base64
mc1 application/vnd.medcalcdata base64
mcd application/vnd.mcd base64
mcurl text/vnd.curl.mcurl quoted-printable
md text/markdown quoted-printable
mda application/x-msaccess base64
mdb application/x-msaccess base64
mde application/x-msaccess base64
mdf application/x-msaccess base64
mdi image/vnd.ms-modi base64
mdo text/plain quoted-printable
mdtext text/x-web-markdown quoted-printable
me text/troff 8bit
mef image/x-raw-mamiya base64
memgraph application/x-memgraph base64
mesh model/mesh base64
meta text/plain quoted-printable
meta4 application/metalink4+xml base64
metalink application/metalink+xml base64
mets application/mets+xml base64
mf text/plain quoted-printable
mfm application/vnd.mfmp base64
mft application/rpki-manifest base64
mg text/x-modula quoted-printable
mgp application/vnd.osgeo.mapguide.package base64
mgz application/vnd.proteus.magazine base64
mht multipart/related base64
mhtml multipart/related base64
mid audio/midi base64
midi audio/midi base64
mie application/x-mie base64
mif application/vnd.mif base64
mime message/rfc822 8bit
minigsf audio/x-psf base64
minipsf audio/x-psf base64
minipsf1 audio/x-psf base64
mj2 video/MJ2 base64
mjp2 video/MJ2 base64
mjpeg video/x-motion-jpeg base64
mjpg video/x-motion-jpeg base64
mjs text/javascript quoted-printable
mk3d video/x-matroska base64
mka audio/matroska base64
mkd text/markdown quoted-printable
mks video/x-matroska base64
mkv video/x-matroska base64
ml text/x-ml quoted-printable
mli text/x-ocaml quoted-printable
mlp application/vnd.dolby.mlp base64
mmap application/vnd.mindjet.mindmanager base64
mmas application/vnd.mindjet.mindmanager base64
mmat application/vnd.mindjet.mindmanager base64
mmd application/vnd.chipnuts.karaoke-mmd base64
mmf application/vnd.smaf base64
mmmp application/vnd.mindjet.mindmanager base64
mmp application/vnd.mindjet.mindmanager base64
mmpt application/vnd.mindjet.mindmanager base64
mmr image/vnd.fujixerox.edmics-mmr base64
mng video/x-mng base64
mny application/x-msmoney base64
mobi application/x-mobipocket-ebook base64
mod audio/x-mod base64
mods application/mods+xml base64
mos image/x-raw-leaf base64
mov video/quicktime base64
movie video/x-sgi-movie base64
mp2 video/mpeg base64
mp21 application/mp21 base64
mp2a audio/mpeg base64
mp3 audio/mpeg base64
mp3g video/mpeg base64
mp4 audio/mp4 base64
mp4a audio/mp4 base64
mp4s application/mp4 base64
mp4v video/mp4 base64
mpc application/vnd.mophun.certificate base64
mpd application/dash+xml base64
mpe video/mpeg base64
mpeg video/mpeg base64
mpg video/mpeg base64
mpg4 audio/mp4 base64
mpga audio/mpeg base64
mpkg application/vnd.apple.installer+xml base64
mpl video/MP2T base64
mpls video/MP2T base64
mpm application/vnd.blueice.multipass base64
mpn application/vnd.mophun.application base64
mpp application/vnd.ms-project base64
mpt application/vnd.ms-project base64
mpx application/x-project base64
mpy application/vnd.ibm.MiniPay base64
mqy application/vnd.Mobius.MQY base64
mrc application/marc base64
mrcx application/marcxml+xml base64
mrw image/x-minolta-mrw base64
ms text/troff 8bit
msa application/vnd.msa-disk-image base64
mscml application/mediaservercontrol+xml base64
mseed application/vnd.fdsn.mseed base64
mseq application/vnd.mseq base64
msf application/vnd.epson.msf base64
msg application/vnd.ms-outlook base64
msh model/mesh base64
msi application/x-msdownload base64
msl application/vnd.Mobius.MSL base64
msp application/x-ms-installer base64
mst application/x-ms-installer base64
msty application/vnd.muvee.style base64
mts video/MP2T base64
mus application/vnd.musician base64
musicxml application/vnd.recordare.musicxml+xml base64
mvb application/x-msmediaview base64
mwf application/vnd.MFER base64
mxf application/mxf base64
mxl application/vnd.recordare.musicxml base64
mxmf audio/vnd.nokia.mobile-xmf base64
mxml application/xv+xml base64
mxs application/vnd.triscape.mxs base64
mxu video/vnd.mpegurl 8bit
myd application/x-mysql-misam-data base64
myi application/x-mysql-misam-compressed-index base64
n-gage application/vnd.nokia.n-gage.symbian.install base64
n3 text/plain quoted-printable
nar application/vnd.iptc.g2.newsmessage+xml base64
nb application/mathematica base64
nbp application/vnd.wolfram.player base64
nc application/x-netcdf base64
ncx application/x-dtbncx+xml base64
nef image/x-raw-nikon base64
nes application/x-nesrom base64
nfo text/x-nfo quoted-printable
ngdat application/vnd.nokia.n-gage.data base64
nim video/vnd.nokia.interleaved-multimedia base64
nitf application/vnd.nitf base64
nlu application/vnd.neurolanguage.nlu base64
nml application/vnd.enliven base64
nnd application/vnd.noblenet-directory base64
nns application/vnd.noblenet-sealer base64
nnw application/vnd.noblenet-web base64
notebook application/x-smarttech-notebook base64
notice text/plain quoted-printable
npx image/vnd.net-fpx base64
nroff text/troff 8bit
nrw image/x-raw-nikon base64
nsc application/x-conference base64
nsf application/vnd.lotus-notes base64
ntf application/vnd.nitf base64
numbers application/vnd.apple.numbers base64
nzb application/x-nzb base64
oa2 application/vnd.fujitsu.oasys2 base64
oa3 application/vnd.fujitsu.oasys3 base64
oas application/vnd.fujitsu.oasys base64
obd application/x-msbinder base64
obj application/x-tgif base64
ocaml text/x-ocaml quoted-printable
oda application/oda base64
odb application/vnd.oasis.opendocument.base base64
odc application/vnd.oasis.opendocument.chart-template base64
odf application/vnd.oasis.opendocument.formula-template base64
odft application/vnd.oasis.opendocument.formula-template base64
odg application/vnd.oasis.opendocument.graphics base64
odi application/vnd.oasis.opendocument.image-template base64
odm application/vnd.oasis.opendocument.text-master base64
odp application/vnd.oasis.opendocument.presentation base64
ods application/vnd.oasis.opendocument.spreadsheet base64
odt application/vnd.oasis.opendocument.text base64
oex application/x-opera-extension base64
oga audio/ogg base64
ogg audio/ogg base64
ogm video/x-ogm base64
ogv video/ogg base64
ogx application/ogg base64
omdoc application/omdoc+xml base64
onepkg application/onenote base64
onetmp application/onenote base64
onetoc application/onenote base64
onetoc2 application/onenote base64
opf application/oebps-package+xml base64
opml text/x-opml quoted-printable
oprc application/vnd.palm base64
opus audio/ogg base64
orf image/x-olympus-orf base64
org application/vnd.lotus-organizer base64
osf application/vnd.yamaha.openscoreformat base64
osfpvg application/vnd.yamaha.openscoreformat.osfpvg+xml base64
ost application/vnd.ms-outlook-pst base64
otc application/vnd.oasis.opendocument.chart-template base64
otf font/otf base64
otg application/vnd.oasis.opendocument.graphics-template base64
oth application/vnd.oasis.opendocument.text-web base64
oti application/vnd.oasis.opendocument.image-template base64
otm application/vnd.oasis.opendocument.text-master base64
otp application/vnd.oasis.opendocument.presentation-template base64
ots application/vnd.oasis.opendocument.spreadsheet-template base64
ott application/vnd.oasis.opendocument.text-template base64
owl application/rdf+xml 8bit
oxps application/vnd.ms-xpsdocument 8bit
oxt application/vnd.openofficeorg.extension base64
p text/x-pascal quoted-printable
p10 application/pkcs10 base64
p12 application/x-pkcs12 base64
p7b application/x-pkcs7-certificates base64
p7c application/pkcs7-mime base64
p7m application/pkcs7-mime base64
p7r application/x-pkcs7-certreqresp base64
p7s application/pkcs7-signature base64
p8 application/pkcs8 base64
pac application/x-ns-proxy-autoconfig base64
pack application/x-java-pack200 base64
pages application/vnd.apple.pages base64
pam image/x-portable-arbitrarymap base64
parquet application/vnd.apache.parquet base64
pas text/x-pascal quoted-printable
patch text/x-diff quoted-printable
paw application/vnd.pawaafile base64
pbd application/vnd.powerbuilder6 base64
pbm image/x-portable-bitmap base64
pcap application/vnd.tcpdump.pcap base64
pcapng application/vnd.tcpdump.pcapng base64
pcf application/x-font-pcf base64
pcl application/vnd.hp-PCL base64
pclxl application/vnd.hp-PCLXL base64
pct image/x-pict base64
pcurl application/vnd.curl.pcurl base64
pcx image/vnd.zbrush.pcx base64
pdb application/vnd.palm base64
pdf application/pdf base64
pef image/x-raw-pentax base64
pen text/plain quoted-printable
perl text/x-perl quoted-printable
pfa application/x-font-type1 base64
pfb application/x-font-type1 base64
pfm application/x-font-type1 base64
pfr application/font-tdpfr base64
pfx application/x-pkcs12 base64
pgb image/vnd.globalgraphics.pgb base64
pgm image/x-portable-graymap base64
pgn application/x-chess-pgn base64
pgp application/octet-stream base64
php application/x-httpd-php 8bit
php3 text/x-php quoted-printable
php4 text/x-php quoted-printable
pht application/x-httpd-php 8bit
phtml application/x-httpd-php 8bit
pic image/x-pict base64
pict image/x-pict base64
pkd application/vnd.hbci base64
pkg application/octet-stream base64
pki application/pkixcmp base64
pkipath application/pkix-pkipath base64
pkpass application/vnd.apple.pkpass base64
pl text/x-perl quoted-printable
plb application/vnd.3gpp.pic-bw-large base64
plc application/vnd.Mobius.PLC base64
plf application/vnd.pocketlearn base64
plj audio/vnd.everad.plj base64
pls application/pls+xml base64
plt application/vnd.hp-HPGL base64
pm text/x-perl quoted-printable
pm5 application/x-pagemaker base64
pml application/vnd.ctc-posml base64
png image/png base64
pnm image/x-portable-anymap base64
pod text/plain quoted-printable
pom text/plain quoted-printable
portpkg application/vnd.macports.portpkg base64
pot application/vnd.ms-powerpoint base64
potm application/vnd.ms-powerpoint.template.macroEnabled.12 base64
potx application/vnd.openxmlformats-officedocument.presentationml.template base64
pp text/x-pascal quoted-printable
ppa application/vnd.ms-powerpoint base64
ppam application/vnd.ms-powerpoint.addin.macroEnabled.12 base64
ppd application/vnd.cups-ppd base64
ppj image/vnd.adobe.premiere base64
ppm image/x-portable-pixmap base64
pps application/vnd.ms-powerpoint base64
ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12 base64
ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow base64
ppt application/vnd.ms-powerpoint base64
pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12 base64
pptx application/vnd.openxmlformats-officedocument.presentationml.presentation base64
ppz application/vnd.ms-powerpoint base64
pqa application/vnd.palm base64
prc application/vnd.palm base64
pre application/vnd.lotus-freelance base64
prf application/pics-rules base64
pro text/x-prolog quoted-printable
project text/plain quoted-printable
properties text/x-java-properties quoted-printable
prql application/prql base64
prt application/x-prt base64
ps application/postscript 8bit
ps1 application/x-msdownload base64
psb application/vnd.3gpp.pic-bw-small base64
psd image/vnd.adobe.photoshop base64
psf application/x-font-linux-psf base64
psf1 audio/x-psf base64
psflib audio/x-psf base64
pskcxml application/pskc+xml base64
psp image/x-paintshoppro base64
pspimage image/x-paintshoppro base64
pst application/vnd.ms-outlook-pst base64
pt5 application/x-pagemaker base64
pti application/vnd.pvi.ptid1 base64
ptid application/vnd.pvi.ptid1 base64
ptx image/x-raw-pentax base64
pub application/x-mspublisher base64
pvb application/vnd.3gpp.pic-bw-var base64
pwn application/vnd.3M.Post-it-Notes base64
pxn image/x-raw-logitech base64
py application/x-python 8bit
pya audio/vnd.ms-playready.media.pya base64
pyv video/vnd.ms-playready.media.pyv base64
qam application/vnd.epson.quickanime base64
qbo application/vnd.intu.qbo base64
qcp audio/vnd.qcelp base64
qfx application/vnd.intu.qfx base64
qps application/vnd.publishare-delta-tree base64
qpw application/x-quattro-pro base64
qt video/quicktime base64
qtl application/x-quicktimeplayer base64
qwd application/vnd.Quark.QuarkXPress 8bit
qwt application/vnd.Quark.QuarkXPress 8bit
qxb application/vnd.Quark.QuarkXPress 8bit
qxd application/vnd.Quark.QuarkXPress 8bit
qxl application/vnd.Quark.QuarkXPress 8bit
qxt application/vnd.Quark.QuarkXPress 8bit
r text/x-rsrc quoted-printable
r3d image/x-raw-red base64
ra audio/x-pn-realaudio base64
raf image/x-fuji-raf base64
ram audio/x-pn-realaudio base64
rar application/x-rar-compressed base64
ras image/x-cmu-raster base64
raw image/x-raw-panasonic base64
rb application/x-ruby 8bit
rbw application/x-ruby 8bit
rcprofile application/vnd.ipunplugged.rcprofile base64
rct application/prs.nprend base64
rdf application/rdf+xml 8bit
rdz application/vnd.data-vision.rdz base64
readme text/plain quoted-printable
reg application/x-msdownload base64
rep application/vnd.businessobjects base64
req application/vnd.nervana base64
request application/vnd.nervana base64
res application/x-dtbresource+xml base64
rest text/x-rst quoted-printable
restx text/x-rst quoted-printable
rexx text/x-rexx quoted-printable
rgb image/x-rgb base64
rhtml application/x-html+ruby 8bit
rif application/reginfo+xml base64
rip audio/vnd.rip base64
ris application/x-research-info-systems base64
rl application/resource-lists+xml base64
rlc image/vnd.fujixerox.edmics-rlc base64
rld application/resource-lists-diff+xml base64
rm application/vnd.rn-realmedia base64
rmi audio/midi base64
rmp audio/x-pn-realaudio-plugin base64
rms application/vnd.jcp.javame.midlet-rms base64
rmvb application/vnd.rn-realmedia-vbr base64
rnc application/relax-ng-compact-syntax base64
rnd application/prs.nprend base64
rng text/plain quoted-printable
rnx text/plain quoted-printable
roa application/rpki-roa base64
roff text/troff 8bit
roles text/plain quoted-printable
rp9 application/vnd.cloanto.rp9 base64
rpm audio/x-pn-realaudio-plugin base64
rpss application/vnd.nokia.radio-presets base64
rpst application/vnd.nokia.radio-preset base64
rq application/sparql-query base64
rs application/rls-services+xml base64
rsd application/rsd+xml base64
rss application/rss+xml base64
rst text/plain quoted-printable
rtf application/rtf base64
rtx text/richtext 8bit
rw2 image/x-raw-panasonic base64
rwz image/x-raw-rawzor base64
s text/x-asm quoted-printable
s11 video/vnd.sealed.mpeg1 base64
s14 video/vnd.sealed.mpeg4 base64
s1a application/vnd.sealedmedia.softseal.pdf base64
s1e application/vnd.sealed.xls base64
s1h application/vnd.sealedmedia.softseal.html base64
s1m audio/vnd.sealedmedia.softseal.mpeg base64
s1p application/vnd.sealed.ppt base64
s1q video/vnd.sealedmedia.softseal.mov base64
s1w application/vnd.sealed.doc base64
s3m audio/s3m base64
s7m application/x-sas-dmdb base64
sa7 application/x-sas-access base64
saf application/vnd.yamaha.smaf-audio base64
sap audio/x-sap base64
sas application/x-sas base64
sas7bacs application/x-sas-access base64
sas7baud application/x-sas-audit base64
sas7bbak application/x-sas-backup base64
sas7bcat application/x-sas-catalog base64
sas7bdat application/x-sas-data base64
sas7bdmd application/x-sas-dmdb base64
sas7bfdb application/x-sas-fdb base64
sas7bitm application/x-sas-itemstor base64
sas7bmdb application/x-sas-mddb base64
sas7bndx application/x-sas-data-index base64
sas7bpgm application/x-sas-program-data base64
sas7bput application/x-sas-putility base64
sas7butl application/x-sas-utility base64
sas7bvew application/x-sas-view base64
sav application/x-spss base64
sbml application/sbml+xml base64
sbs application/x-spss base64
sc application/vnd.ibm.secure-container base64
sc7 application/x-sas-catalog base64
scad application/x-openscad base64
scala text/x-scala quoted-printable
scd application/x-msschedule base64
schemas text/plain quoted-printable
scm application/vnd.lotus-screencam base64
scq application/scvp-cv-request base64
scs application/scvp-cv-response base64
scurl text/vnd.curl.scurl quoted-printable
sd2 application/x-sas-data-v6 base64
sd7 application/x-sas-data base64
sda application/vnd.stardivision.draw base64
sdc application/vnd.stardivision.calc base64
sdd application/vnd.stardivision.impress base64
sdf application/vnd.Kinar base64
sdkd application/vnd.solent.sdkm+xml base64
sdkm application/vnd.solent.sdkm+xml base64
sdo application/vnd.sealed.doc base64
sdoc application/vnd.sealed.doc base64
sdp application/sdp base64
sds application/vnd.stardivision.chart base64
sdw application/vnd.stardivision.writer base64
sed text/x-sed quoted-printable
see application/vnd.seemail base64
seed application/vnd.fdsn.seed base64
sem application/vnd.sealed.eml base64
sema application/vnd.sema base64
semd application/vnd.semd base64
semf application/vnd.semf base64
seml application/vnd.sealed.eml base64
ser application/java-serialized-object base64
setpay application/set-payment-initiation base64
setreg application/set-registration-initiation base64
sf7 application/x-sas-fdb base64
sfd-hdstx application/vnd.hydrostatix.sof-data base64
sfdu application/x-sfdu base64
sfs application/vnd.spotfire.sfs base64
sfv text/x-sfv quoted-printable
sgi image/sgi base64
sgl application/vnd.stardivision.writer-global base64
sgm text/sgml quoted-printable
sgml text/sgml quoted-printable
sh application/x-sh 8bit
shar application/x-shar 8bit
shf application/shf+xml base64
shp application/x-shapefile base64
shtml text/html 8bit
shw application/x-corelpresentations base64
si text/vnd.wap.si quoted-printable
si7 application/x-sas-data-index base64
sib application/x-sibelius base64
sic application/vnd.wap.sic base64
sid image/x-mrsid-image base64
sig application/pgp-signature base64
sil audio/silk base64
silo model/mesh base64
sis application/vnd.symbian.install base64
sisx application/vnd.symbian.install base64
sit application/x-stuffit base64
sitx application/x-stuffitx base64
siv application/sieve base64
sj application/javascript 8bit
skd application/vnd.koan base64
skm application/vnd.koan base64
skp application/vnd.koan base64
skt application/vnd.koan base64
sl text/vnd.wap.sl quoted-printable
slc application/vnd.wap.slc base64
sldasm application/sldworks base64
slddrw application/sldworks base64
sldm application/vnd.ms-powerpoint.slide.macroEnabled.12 base64
sldprt application/sldworks base64
sldx application/vnd.openxmlformats-officedocument.presentationml.slide base64
slt application/vnd.epson.salt base64
sm application/vnd.stepmania.stepchart base64
sm7 application/x-sas-mddb base64
smf application/vnd.stardivision.math base64
smh application/vnd.sealed.mht base64
smht application/vnd.sealed.mht base64
smi application/smil+xml 8bit
smil application/smil+xml 8bit
sml application/smil+xml 8bit
smo video/vnd.sealedmedia.softseal.mov base64
smov video/vnd.sealedmedia.softseal.mov base64
smp audio/vnd.sealedmedia.softseal.mpeg base64
smp3 audio/vnd.sealedmedia.softseal.mpeg base64
smpg video/vnd.sealed.mpeg4 base64
sms application/vnd.3gpp.sms base64
smv audio/SMV base64
smzip application/vnd.stepmania.package base64
snd audio/basic base64
snf application/x-font-snf base64
so application/octet-stream base64
soc application/sgml-open-catalog base64
sp7 application/x-sas-putility base64
spc application/x-pkcs7-certificates base64
spd application/vnd.sealedmedia.softseal.pdf base64
spdf application/vnd.sealedmedia.softseal.pdf base64
spf application/vnd.yamaha.smaf-phrase base64
spl application/x-futuresplash base64
spo application/x-spss base64
spot text/vnd.in3d.spot quoted-printable
spp application/vnd.sealed.ppt base64
sppt application/vnd.sealed.ppt base64
spq application/scvp-vp-request base64
sps application/x-spss base64
spx audio/ogg base64
sql application/x-sql base64
sr2 image/x-raw-sony base64
sr7 application/x-sas-itemstor base64
src application/x-wais-source base64
srf image/x-raw-sony base64
srl application/sereal base64
srt application/x-subrip base64
sru application/sru+xml base64
srx application/sparql-results+xml base64
ss7 application/x-sas-program-data base64
ssdl application/ssdl+xml base64
sse application/vnd.kodak-descriptor base64
ssf application/vnd.epson.ssf base64
ssml application/ssml+xml base64
ssw video/vnd.sealed.swf base64
sswf video/vnd.sealed.swf base64
st application/vnd.sailingtracker.track base64
st7 application/x-sas-audit base64
stc application/vnd.sun.xml.calc.template base64
std application/vnd.sun.xml.draw.template base64
stf application/vnd.wt.stf base64
sti application/vnd.sun.xml.impress.template base64
stk application/hyperstudio base64
stl application/vnd.ms-pki.stl base64
stm application/vnd.sealedmedia.softseal.html base64
stml application/vnd.sealedmedia.softseal.html base64
str application/vnd.pg.format base64
stw application/vnd.sun.xml.writer.template base64
stx application/x-sas-transport base64
su7 application/x-sas-utility base64
sub image/vnd.dvb.subtitle base64
sus application/vnd.sus-calendar base64
susp application/vnd.sus-calendar base64
sv4cpio application/x-sv4cpio base64
sv4crc application/x-sv4crc base64
sv7 application/x-sas-view base64
svc application/vnd.dvb.service base64
svd application/vnd.svd base64
svg image/svg+xml 8bit
svgz image/svg+xml 8bit
swa application/x-director base64
swf application/x-shockwave-flash base64
swi application/vnd.aristanetworks.swi base64
sxc application/vnd.sun.xml.calc base64
sxd application/vnd.sun.xml.draw base64
sxg application/vnd.sun.xml.writer.global base64
sxi application/vnd.sun.xml.impress base64
sxl application/vnd.sealed.xls base64
sxls application/vnd.sealed.xls base64
sxm application/vnd.sun.xml.math base64
sxw application/vnd.sun.xml.writer base64
sz application/x-snappy-framed base64
t text/troff 8bit
t3 application/x-t3vm-image base64
taglet application/vnd.mynfc base64
tao application/vnd.tao.intent-module-archive base64
tar application/x-tar base64
tbk application/x-toolbook base64
tbz application/x-gtar base64
tbz2 application/x-gtar base64
tcap application/vnd.3gpp2.tcap base64
tcl text/x-tcl quoted-printable
tcsh application/x-csh 8bit
teacher application/vnd.smart.teacher base64
tei application/tei+xml base64
teicorpus application/tei+xml base64
tex application/x-tex 8bit
texi application/x-texinfo 8bit
texinfo application/x-texinfo 8bit
text text/plain quoted-printable
textile text/plain quoted-printable
tfi application/thraud+xml base64
tfm application/x-tex-tfm base64
tga image/x-tga base64
tgz application/gzip base64
thmx application/vnd.openxmlformats-officedocument.presentationml.presentation base64
tif image/tiff base64
tiff image/tiff base64
tk text/x-tcl quoted-printable
tld text/plain quoted-printable
tmo application/vnd.tmobile-livetv base64
tmx application/x-tmx base64
toast application/x-roxio-toast base64
torrent application/x-bittorrent base64
tpl application/vnd.groove-tool-template base64
tpt application/vnd.trid.tpt base64
tr text/troff 8bit
tra application/vnd.trueapp base64
trm application/x-msterminal base64
troff text/troff 8bit
ts video/MP2T base64
tsd application/timestamped-data base64
tsv text/tab-separated-values quoted-printable
ttc font/collection base64
ttf font/ttf base64
ttl text/turtle quoted-printable
ttml application/ttml+xml base64
twd application/vnd.SimTech-MindMapper base64
twds application/vnd.SimTech-MindMapper base64
txd application/vnd.genomatix.tuxedo base64
txf application/vnd.Mobius.TXF base64
txt text/plain quoted-printable
types text/plain quoted-printable
tzx application/x-spectrum-tzx base64
u32 application/x-authorware-bin base64
uc2 application/x-uc2-compressed base64
udeb application/x-debian-package base64
ufd application/vnd.ufdl base64
ufdl application/vnd.ufdl base64
ulx application/x-glulx base64
umj application/vnd.umajin base64
unityweb application/vnd.unity base64
uoml application/vnd.uoml+xml base64
upa application/vnd.hbci base64
uri text/uri-list quoted-printable
uris text/uri-list quoted-printable
urls text/uri-list quoted-printable
ustar application/x-ustar base64
utz application/vnd.uiq.theme base64
uu text/x-uuencode quoted-printable
uva audio/vnd.dece.audio base64
uvd application/vnd.dece.data base64
uvf application/vnd.dece.data base64
uvg image/vnd.dece.graphic base64
uvh video/vnd.dece.hd base64
uvi image/vnd.dece.graphic base64
uvm video/vnd.dece.mobile base64
uvp video/vnd.dece.pd base64
uvs video/vnd.dece.sd base64
uvt application/vnd.dece.ttml+xml base64
uvu video/vnd.uvvu.mp4 base64
uvv video/vnd.dece.video base64
uvva audio/vnd.dece.audio base64
uvvd application/vnd.dece.data base64
uvvf application/vnd.dece.data base64
uvvg image/vnd.dece.graphic base64
uvvh video/vnd.dece.hd base64
uvvi image/vnd.dece.graphic base64
uvvm video/vnd.dece.mobile base64
uvvp video/vnd.dece.pd base64
uvvs video/vnd.dece.sd base64
uvvt application/vnd.dece.ttml+xml base64
uvvu video/vnd.uvvu.mp4 base64
uvvv video/vnd.dece.video base64
uvvx application/vnd.dece.unspecified base64
uvvz application/vnd.dece.zip base64
uvx application/vnd.dece.unspecified base64
uvz application/vnd.dece.zip base64
v text/x-verilog quoted-printable
vb text/x-vbdotnet quoted-printable
vbk audio/vnd.nortel.vbk base64
vbs application/x-msdownload base64
vcard text/vcard quoted-printable
vcd application/x-cdlink base64
vcf text/x-vcard 8bit
vcg application/vnd.groove-vcard base64
vcs text/x-vcalendar 8bit
vcx application/vnd.vcx base64
vda image/x-tga base64
vf application/x-tex-virtual-font base64
vhd text/x-vhdl quoted-printable
vhdl text/x-vhdl quoted-printable
vis application/vnd.visionary base64
viv video/vnd.vivo base64
vivo video/vnd.vivo base64
vm text/plain quoted-printable
vmdk application/x-vmdk base64
vob video/x-ms-vob base64
vor application/vnd.stardivision.writer base64
vox application/x-authorware-bin base64
vrml model/vrml base64
vsc application/vnd.vidsoft.vidconference 8bit
vsd application/vnd.visio base64
vsdm application/vnd.ms-visio.drawing.macroEnabled.12 base64
vsdx application/vnd.ms-visio.drawing base64
vsf application/vnd.vsf base64
vsl text/plain quoted-printable
vss application/vnd.visio base64
vssm application/vnd.ms-visio.stencil.macroEnabled.12 base64
vssx application/vnd.ms-visio.stencil base64
vst application/vnd.visio base64
vstm application/vnd.ms-visio.template.macroEnabled.12 base64
vstx application/vnd.ms-visio.template base64
vsw application/vnd.visio base64
vtt text/vtt quoted-printable
vtu model/vnd.vtu base64
vxml application/voicexml+xml base64
w3d application/x-director base64
w60 application/vnd.wordperfect base64
wad application/x-doom base64
war application/x-tika-java-web-archive base64
warc application/warc base64
warc.gz application/warc+gz base64
wasm application/wasm 8bit
wav audio/vnd.wave base64
wax audio/x-ms-wax base64
wb1 application/x-quattro-pro base64
wb2 application/x-quattro-pro base64
wb3 application/x-quattro-pro base64
wbmp image/vnd.wap.wbmp base64
wbs application/vnd.criticaltools.wbs+xml base64
wbxml application/vnd.wap.wbxml base64
wcm application/vnd.ms-works base64
wdb application/vnd.ms-works base64
wdp image/vnd.ms-photo base64
weba audio/webm base64
webapp application/x-web-app-manifest+json base64
webarchive application/x-webarchive base64
webm audio/webm base64
webmanifest application/manifest+json base64
webp image/webp base64
wg application/vnd.pmi.widget base64
wgt application/widget base64
wif application/watcherinfo+xml base64
wk application/x-123 base64
wk1 application/vnd.lotus-1-2-3 base64
wk2 application/vnd.lotus-1-2-3 base64
wk3 application/vnd.lotus-1-2-3 base64
wk4 application/vnd.lotus-1-2-3 base64
wkq application/x-quattro-pro base64
wks application/vnd.lotus-1-2-3 base64
wkz application/x-Wingz base64
wl application/vnd.wolfram.wl base64
wm video/x-ms-wm base64
wma audio/x-ms-wma base64
wmd application/x-ms-wmd base64
wmf image/wmf base64
wml text/vnd.wap.wml quoted-printable
wmlc application/vnd.wap.wmlc base64
wmls text/vnd.wap.wmlscript quoted-printable
wmlsc application/vnd.wap.wmlscriptc base64
wmv audio/x-ms-wmv base64
wmx video/x-ms-wmx base64
wmz application/x-msmetafile base64
woff font/woff base64
woff2 font/woff2 base64
wp application/vnd.wordperfect base64
wp5 application/vnd.wordperfect base64
wp6 application/vnd.wordperfect base64
wp61 application/vnd.wordperfect base64
wpd application/vnd.wordperfect base64
wpl application/vnd.ms-wpl base64
wps application/vnd.ms-works base64
wpt application/vnd.wordperfect base64
wq1 application/x-quattro-pro base64
wq2 application/x-quattro-pro base64
wqd application/vnd.wqd base64
wrd application/msword base64
wri application/x-mswrite base64
wrl model/vrml base64
wsdd text/plain quoted-printable
wsdl application/wsdl+xml base64
wspolicy application/wspolicy+xml base64
wtb application/vnd.webturbo base64
wv application/vnd.wv.csp+wbxml base64
wvx video/x-ms-wvx base64
wz application/x-Wingz base64
x32 application/x-authorware-bin base64
x3d model/x3d+xml base64
x3db model/x3d+binary base64
x3dbz model/x3d+binary base64
x3dv model/x3d+vrml base64
x3dvz model/x3d+vrml base64
x3dz model/x3d+xml base64
x3f image/x-raw-sigma base64
x_b model/vnd.parasolid.transmit.binary base64
x_t model/vnd.parasolid.transmit.text quoted-printable
xaml application/xaml+xml base64
xap application/x-silverlight-app base64
xar application/vnd.xara base64
xargs text/plain quoted-printable
xbap application/x-ms-xbap base64
xbd application/vnd.fujixerox.docuworks.binder base64
xbm image/x-xbitmap 7bit
xcat text/plain quoted-printable
xcf image/x-xcf base64
xcfbz2 image/x-compressed-xcf base64
xcfgz image/x-compressed-xcf base64
xconf text/x-config quoted-printable
xdf application/xcap-diff+xml base64
xdm application/vnd.syncml.dm+xml base64
xdp application/vnd.adobe.xdp+xml base64
xdssc application/dssc+xml base64
xdw application/vnd.fujixerox.docuworks base64
xegrm text/plain quoted-printable
xenc application/xenc+xml base64
xer application/patch-ops-error+xml base64
xfdf application/vnd.adobe.xfdf base64
xfdl application/vnd.xfdl base64
xgrm text/plain quoted-printable
xht application/xhtml+xml 8bit
xhtml application/xhtml+xml 8bit
xhtml2 application/xhtml+xml 8bit
xhvml application/xv+xml base64
xif image/vnd.xiff base64
xla application/vnd.ms-excel base64
xlam application/vnd.ms-excel.addin.macroEnabled.12 base64
xlc application/vnd.ms-excel base64
xld application/vnd.ms-excel base64
xlex text/plain quoted-printable
xlf application/x-xliff+xml base64
xliff application/x-xliff+xml base64
xll application/vnd.ms-excel base64
xlm application/vnd.ms-excel base64
xlog text/plain quoted-printable
xlr application/x-tika-msworks-spreadsheet base64
xls application/vnd.ms-excel base64
xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 base64
xlsm application/vnd.ms-excel.sheet.macroEnabled.12 base64
xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet base64
xlt application/vnd.ms-excel base64
xltm application/vnd.ms-excel.template.macroEnabled.12 base64
xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64
xlw application/vnd.ms-excel base64
xlz application/x-xliff+zip base64
xm audio/xm base64
xmap text/plain quoted-printable
xmind application/x-xmind base64
xml application/xml 8bit
xmp application/rdf+xml 8bit
xmt_bin model/vnd.parasolid.transmit.binary base64
xmt_txt model/vnd.parasolid.transmit.text quoted-printable
xo application/vnd.olpc-sugar base64
xop application/xop+xml base64
xpi application/x-xpinstall base64
xpl application/xproc+xml base64
xpm image/x-xpixmap 8bit
xport application/x-sas-xport base64
xpr application/vnd.is-xpr base64
xps application/vnd.ms-xpsdocument 8bit
xpt application/x-sas-xport base64
xpw application/vnd.intercon.formnet base64
xpx application/vnd.intercon.formnet base64
xq application/xquery base64
xquery application/xquery base64
xroles text/plain quoted-printable
xsamples text/plain quoted-printable
xsd application/xml 8bit
xsl application/xml 8bit
xslfo application/xslfo+xml base64
xslt application/xslt+xml base64
xsm application/vnd.syncml+xml base64
xsp text/plain quoted-printable
xspf application/xspf+xml base64
xtest text/plain quoted-printable
xul application/vnd.mozilla.xul+xml base64
xvm application/xv+xml base64
xvml application/xv+xml base64
xwd image/x-xwindowdump base64
xweb text/plain quoted-printable
xwelcome text/plain quoted-printable
xyz x-chemical/x-xyz base64
xz application/x-xz base64
y text/x-yacc quoted-printable
yaml text/x-yaml 8bit
yang application/yang base64
yin application/yin+xml base64
yml text/x-yaml 8bit
z application/x-compressed base64
z1 application/x-zmachine base64
z2 application/x-zmachine base64
z3 application/x-zmachine base64
z4 application/x-zmachine base64
z5 application/x-zmachine base64
z6 application/x-zmachine base64
z7 application/x-zmachine base64
z8 application/x-zmachine base64
zaz application/vnd.zzazz.deck+xml base64
zip application/zip base64
zipx application/zip base64
zir application/vnd.zul base64
zirz application/vnd.zul base64
zmm application/vnd.HandHeld-Entertainment+xml base64
zoo application/x-zoo base64
zst application/zstd base64
mime-types-mime-types-data-618ae00/data/mime-types.json 0000664 0000000 0000000 00002146432 15167513557 0023057 0 ustar 00root root 0000000 0000000 [{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["application/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"application/1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/3gpdash-qoe-report+xml","encoding":"base64","xrefs":{"person":["Ozgur_Oyman","_3GPP"],"template":["application/3gpdash-qoe-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/3gpp-ims+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP"],"template":["application/3gpp-ims+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/3gpp-mbs-object-manifest+json","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_TSG_SA_WG4"],"template":["application/3gpp-mbs-object-manifest+json"]},"registered":true,"sort-priority":16},{"content-type":"application/3gpp-mbs-user-service-descriptions+json","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_TSG_SA_WG4"],"template":["application/3gpp-mbs-user-service-descriptions+json"]},"registered":true,"sort-priority":16},{"content-type":"application/3gpp-media-delivery-metrics-report+json","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_TSG_SA_WG4"],"template":["application/3gpp-media-delivery-metrics-report+json"]},"registered":true,"sort-priority":16},{"content-type":"application/3gppHal+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHal+json"]},"registered":true,"sort-priority":16},{"content-type":"application/3gppHalForms+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHalForms+json"]},"registered":true,"sort-priority":16},{"content-type":"application/A2L","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/A2L"]},"registered":true,"sort-priority":16},{"content-type":"application/aas+zip","encoding":"base64","xrefs":{"person":["Industrial_Digital_Twin_Association","Sandeep_Rudra"],"template":["application/aas+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/acad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false,"sort-priority":172},{"content-type":"application/ace+cbor","encoding":"base64","xrefs":{"rfc":["rfc9200"],"template":["application/ace+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/ace+json","encoding":"base64","xrefs":{"rfc":["rfc9431"],"template":["application/ace+json"]},"registered":true,"sort-priority":16},{"content-type":"application/ace-groupcomm+cbor","encoding":"base64","xrefs":{"rfc":["rfc9594"],"template":["application/ace-groupcomm+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/ace-trl+cbor","encoding":"base64","xrefs":{"rfc":["rfc9770"],"template":["application/ace-trl+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/activemessage","encoding":"base64","xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true,"sort-priority":16},{"content-type":"application/activity+json","encoding":"base64","xrefs":{"person":["Benjamin_Goering","W3C"],"template":["application/activity+json"]},"registered":true,"sort-priority":16},{"content-type":"application/aif+cbor","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/aif+json","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+json"]},"registered":true,"sort-priority":16},{"content-type":"application/akn+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/alto-cdni+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdni+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-cdnifilter+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdnifilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-costmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-costmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmapfilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-directory+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-directory+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointcost+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcost+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointcostparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcostparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointprop+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointprop+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointpropparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointpropparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-error+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-error+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-networkmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-networkmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmapfilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-propmap+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-propmapparams+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmapparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-tips+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tips+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-tipsparams+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tipsparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-updatestreamcontrol+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamcontrol+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-updatestreamparams+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/AML","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/AML"]},"registered":true,"sort-priority":16},{"content-type":"application/andrew-inset","friendly":{"en":"Andrew Toolkit"},"encoding":"base64","extensions":["ez"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true,"sort-priority":15},{"content-type":"application/appledouble","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/applefile","encoding":"base64","xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true,"sort-priority":16},{"content-type":"application/application/jwk-set+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/application/jwk-set+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/applixware","friendly":{"en":"Applixware"},"encoding":"base64","extensions":["aw"],"registered":false,"sort-priority":47},{"content-type":"application/asyncapi+json","encoding":"base64","xrefs":{"person":["AsyncAPI_Initiative","Linux_Foundation"],"template":["application/asyncapi+json"]},"registered":true,"sort-priority":16},{"content-type":"application/asyncapi+yaml","encoding":"base64","xrefs":{"person":["AsyncAPI_Initiative","Linux_Foundation"],"template":["application/asyncapi+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/at+jwt","encoding":"base64","xrefs":{"rfc":["rfc9068"],"template":["application/at+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/ATF","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/ATF"]},"registered":true,"sort-priority":16},{"content-type":"application/ATFX","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/ATFX"]},"registered":true,"sort-priority":16},{"content-type":"application/atom+xml","friendly":{"en":"Atom Syndication Format"},"encoding":"8bit","extensions":["atom"],"xrefs":{"rfc":["rfc4287","rfc5023"],"template":["application/atom+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/atomcat+xml","friendly":{"en":"Atom Publishing Protocol"},"encoding":"8bit","extensions":["atomcat"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomcat+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/atomdeleted+xml","encoding":"8bit","xrefs":{"rfc":["rfc6721"],"template":["application/atomdeleted+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atomicmail","encoding":"base64","xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true,"sort-priority":16},{"content-type":"application/atomsvc+xml","friendly":{"en":"Atom Publishing Protocol Service Document"},"encoding":"8bit","extensions":["atomsvc"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomsvc+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/atsc-dwd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dwd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-dynamic-event-message","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dynamic-event-message"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-held+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-held+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-rdt+json","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rdt+json"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-rsat+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rsat+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ATXML","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/ATXML"]},"registered":true,"sort-priority":16},{"content-type":"application/auth-policy+xml","encoding":"8bit","xrefs":{"rfc":["rfc4745"],"template":["application/auth-policy+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/automationml-aml+xml","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-aml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/automationml-amlx+zip","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-amlx+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/batch-SMTP","encoding":"base64","xrefs":{"rfc":["rfc2442"],"template":["application/batch-SMTP"]},"registered":true,"sort-priority":16},{"content-type":"application/beep+xml","encoding":"base64","xrefs":{"rfc":["rfc3080"],"template":["application/beep+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/bizagi-modeler","encoding":"base64","extensions":["bpm"],"registered":false,"sort-priority":47},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":"application/x-bleeper","registered":false,"sort-priority":175},{"content-type":"application/bufr","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/bufr"]},"registered":true,"sort-priority":16},{"content-type":"application/c2pa","encoding":"base64","xrefs":{"person":["C2PA","Leonard_Rosenthol"],"template":["application/c2pa"]},"registered":true,"sort-priority":16},{"content-type":"application/calendar+json","encoding":"base64","xrefs":{"rfc":["rfc7265"],"template":["application/calendar+json"]},"registered":true,"sort-priority":16},{"content-type":"application/calendar+xml","encoding":"base64","xrefs":{"rfc":["rfc6321"],"template":["application/calendar+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/call-completion","encoding":"base64","xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true,"sort-priority":16},{"content-type":"application/cals-1840","encoding":"base64","xrefs":{"rfc":["rfc1895"],"template":["application/CALS-1840"]},"registered":true,"sort-priority":16},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":"application/cals-1840","registered":false,"sort-priority":176},{"content-type":"application/cap+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-data-only-ea-22"],"template":["application/cap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/captive+json","encoding":"base64","xrefs":{"rfc":["rfc8908"],"template":["application/captive+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cbor","encoding":"base64","extensions":["cbor"],"xrefs":{"rfc":["rfc8949"],"template":["application/cbor"]},"registered":true,"sort-priority":15},{"content-type":"application/cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc8742"],"template":["application/cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/cccex","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/cccex"]},"registered":true,"sort-priority":16},{"content-type":"application/ccmp+xml","encoding":"base64","xrefs":{"rfc":["rfc6503"],"template":["application/ccmp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ccxml+xml","friendly":{"en":"Voice Browser Call Control"},"encoding":"base64","extensions":["ccxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ccxml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/cda+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/cda+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/CDFX+XML","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/CDFX+XML"]},"registered":true,"sort-priority":16},{"content-type":"application/cdmi-capability","friendly":{"en":"Cloud Data Management Interface (CDMI) - Capability"},"encoding":"base64","extensions":["cdmia"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-capability"]},"registered":true,"sort-priority":15},{"content-type":"application/cdmi-container","friendly":{"en":"Cloud Data Management Interface (CDMI) - Contaimer"},"encoding":"base64","extensions":["cdmic"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-container"]},"registered":true,"sort-priority":15},{"content-type":"application/cdmi-domain","friendly":{"en":"Cloud Data Management Interface (CDMI) - Domain"},"encoding":"base64","extensions":["cdmid"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-domain"]},"registered":true,"sort-priority":15},{"content-type":"application/cdmi-object","friendly":{"en":"Cloud Data Management Interface (CDMI) - Object"},"encoding":"base64","extensions":["cdmio"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-object"]},"registered":true,"sort-priority":15},{"content-type":"application/cdmi-queue","friendly":{"en":"Cloud Data Management Interface (CDMI) - Queue"},"encoding":"base64","extensions":["cdmiq"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-queue"]},"registered":true,"sort-priority":15},{"content-type":"application/cdni","encoding":"base64","xrefs":{"rfc":["rfc7736"],"template":["application/cdni"]},"registered":true,"sort-priority":16},{"content-type":"application/ce+cbor","encoding":"base64","xrefs":{"uri":["https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf"],"person":["Ned_M._Smith","TCG_DICE_WG"],"template":["application/ce+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/CEA","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/CEA"]},"registered":true,"sort-priority":16},{"content-type":"application/cea-2018+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cellml+xml","encoding":"base64","xrefs":{"rfc":["rfc4708"],"template":["application/cellml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cert-chain+cbor","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses-07"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/CESR","encoding":"base64","xrefs":{"person":["Samuel_M._Smith"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true,"sort-priority":16},{"content-type":"application/cid","encoding":"base64","xrefs":{"person":["Michael_B_Jones","W3C_Verifiable_Credentials_WG"],"template":["application/cid"]},"registered":true,"sort-priority":16},{"content-type":"application/cid-edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/cid-edhoc+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/city+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/city+json"]},"registered":true,"sort-priority":16},{"content-type":"application/city+json-seq","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/city+json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/clariscad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/clf+xml","encoding":"base64","xrefs":{"person":["Frederick_Walls"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/clr","encoding":"base64","xrefs":{"person":["Andy_Miller","IMS_Global"],"template":["application/clr"]},"registered":true,"sort-priority":16},{"content-type":"application/clue+xml","encoding":"base64","xrefs":{"rfc":["rfc8847"],"template":["application/clue+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/clue_info+xml","encoding":"base64","xrefs":{"rfc":["rfc8846"],"template":["application/clue_info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cms","encoding":"base64","xrefs":{"rfc":["rfc7193"],"template":["application/cms"]},"registered":true,"sort-priority":16},{"content-type":"application/cmw+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-msg-wrap-22"],"template":["application/cmw+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/cmw+cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-msg-wrap-22"],"template":["application/cmw+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/cmw+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-msg-wrap-22"],"template":["application/cmw+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cmw+jws","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-msg-wrap-22"],"template":["application/cmw+jws"]},"registered":true,"sort-priority":16},{"content-type":"application/cnrp+xml","encoding":"base64","xrefs":{"rfc":["rfc3367"],"template":["application/cnrp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/coap-eap","encoding":"base64","xrefs":{"rfc":["rfc9820"],"template":["application/coap-eap"]},"registered":true,"sort-priority":16},{"content-type":"application/coap-group+json","encoding":"base64","xrefs":{"rfc":["rfc7390"],"template":["application/coap-group+json"]},"registered":true,"sort-priority":16},{"content-type":"application/coap-payload","encoding":"base64","xrefs":{"rfc":["rfc8075"],"template":["application/coap-payload"]},"registered":true,"sort-priority":16},{"content-type":"application/commonground","encoding":"base64","xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true,"sort-priority":16},{"content-type":"application/concise-problem-details+cbor","encoding":"base64","xrefs":{"rfc":["rfc9290"],"template":["application/concise-problem-details+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4575"],"template":["application/conference-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/coreldraw","encoding":"base64","extensions":["cdr"],"registered":false,"sort-priority":47},{"content-type":"application/cose","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-key","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-key-set","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key-set"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-x509","encoding":"base64","xrefs":{"rfc":["rfc9360"],"template":["application/cose-x509"]},"registered":true,"sort-priority":16},{"content-type":"application/cpl+xml","encoding":"base64","xrefs":{"rfc":["rfc3880"],"template":["application/cpl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/csrattrs","encoding":"base64","xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true,"sort-priority":16},{"content-type":"application/csta+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/CSTAdata+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/csvm+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/csvm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cu-seeme","friendly":{"en":"CU-SeeMe"},"encoding":"base64","extensions":["cu"],"registered":false,"sort-priority":47},{"content-type":"application/cwl","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl"]},"registered":true,"sort-priority":16},{"content-type":"application/cwl+json","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cwl+yaml","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/cwt","encoding":"base64","xrefs":{"rfc":["rfc8392"],"template":["application/cwt"]},"registered":true,"sort-priority":16},{"content-type":"application/cybercash","encoding":"base64","xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true,"sort-priority":16},{"content-type":"application/dash+xml","encoding":"base64","extensions":["mpd"],"xrefs":{"person":["ISO-IEC_JTC_1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/dash-patch+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["application/dash-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dashdelta","encoding":"base64","xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true,"sort-priority":16},{"content-type":"application/davmount+xml","friendly":{"en":"Web Distributed Authoring and Versioning"},"encoding":"base64","extensions":["davmount"],"xrefs":{"rfc":["rfc4709"],"template":["application/davmount+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/dca-rft","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true,"sort-priority":16},{"content-type":"application/DCD","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/DCD"]},"registered":true,"sort-priority":16},{"content-type":"application/dec-dx","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true,"sort-priority":16},{"content-type":"application/deflate","encoding":"base64","obsolete":true,"xrefs":{"person":["David_Clunie"]},"registered":true,"sort-priority":144},{"content-type":"application/dialog-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4235"],"template":["application/dialog-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"xrefs":{"rfc":["rfc3240"],"template":["application/dicom"]},"registered":true,"sort-priority":15},{"content-type":"application/dicom+json","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["application/dicom+json"]},"registered":true,"sort-priority":16},{"content-type":"application/dicom+xml","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["application/dicom+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/did","encoding":"base64","xrefs":{"person":["W3C_DID_WG"],"template":["application/did"]},"registered":true,"sort-priority":16},{"content-type":"application/dif+xml","encoding":"base64","extensions":["dif"],"registered":false,"sort-priority":47},{"content-type":"application/DII","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/DII"]},"registered":true,"sort-priority":16},{"content-type":"application/DIT","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/DIT"]},"registered":true,"sort-priority":16},{"content-type":"application/dita+xml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/dns","encoding":"base64","xrefs":{"rfc":["rfc4027"],"template":["application/dns"]},"registered":true,"sort-priority":16},{"content-type":"application/dns+json","encoding":"base64","xrefs":{"rfc":["rfc8427"],"template":["application/dns+json"]},"registered":true,"sort-priority":16},{"content-type":"application/dns-message","encoding":"base64","xrefs":{"rfc":["rfc8484"],"template":["application/dns-message"]},"registered":true,"sort-priority":16},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false,"sort-priority":47},{"content-type":"application/dots+cbor","encoding":"base64","xrefs":{"rfc":["rfc9132"],"template":["application/dots+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/dpop+jwt","encoding":"base64","xrefs":{"rfc":["rfc9449"],"template":["application/dpop+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/drafting","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/dskpp+xml","encoding":"base64","xrefs":{"rfc":["rfc6063"],"template":["application/dskpp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dssc+der","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["dssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+der"]},"registered":true,"sort-priority":15},{"content-type":"application/dssc+xml","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["xdssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/dvcs","encoding":"base64","xrefs":{"rfc":["rfc3029"],"template":["application/dvcs"]},"registered":true,"sort-priority":16},{"content-type":"application/dxf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/eat+cwt","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat+cwt"]},"registered":true,"sort-priority":16},{"content-type":"application/eat+jwt","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/eat-bun+cbor","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat-bun+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/eat-bun+json","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat-bun+json"]},"registered":true,"sort-priority":16},{"content-type":"application/eat-ucs+cbor","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat-ucs+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/eat-ucs+json","encoding":"base64","xrefs":{"rfc":["rfc9782"],"template":["application/eat-ucs+json"]},"registered":true,"sort-priority":16},{"content-type":"application/ecmascript","friendly":{"en":"ECMAScript"},"encoding":"base64","extensions":["ecma","es"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":142},{"content-type":"application/edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/edhoc+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/EDI-consent","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-consent"]},"registered":true,"sort-priority":16},{"content-type":"application/EDI-X12","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-X12"]},"registered":true,"sort-priority":16},{"content-type":"application/EDIFACT","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDIFACT"]},"registered":true,"sort-priority":16},{"content-type":"application/efi","encoding":"base64","xrefs":{"person":["Samer_El-Haj-Mahmoud","UEFI_Forum"],"template":["application/efi"]},"registered":true,"sort-priority":16},{"content-type":"application/elm+json","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/elm+xml","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.cap+xml","encoding":"base64","xrefs":{"rfc":["rfc8876"],"template":["application/EmergencyCallData.cap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.Comment+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.Comment+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.Control+xml","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.Control+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.DeviceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.DeviceInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.eCall.MSD","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.eCall.MSD"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.LegacyESN+json","encoding":"base64","xrefs":{"person":["NENA","Randall_Gellens"],"template":["application/EmergencyCallData.LegacyESN+json"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.ProviderInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ProviderInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.ServiceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ServiceInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.SubscriberInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.SubscriberInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.VEDS+xml","encoding":"base64","xrefs":{"rfc":["rfc8148"],"rfc-errata":["6500"],"template":["application/EmergencyCallData.VEDS+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/emma+xml","friendly":{"en":"Extensible MultiModal Annotation"},"encoding":"base64","extensions":["emma"],"xrefs":{"person":["ISO-IEC_JTC_1","W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"template":["application/emma+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/emotionml+xml","encoding":"base64","xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"application/entity-statement+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/entity-statement+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/envi.hdr","encoding":"base64","extensions":["hdr"],"registered":false,"sort-priority":47},{"content-type":"application/epp+xml","encoding":"base64","xrefs":{"rfc":["rfc5730"],"template":["application/epp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/epub+zip","friendly":{"en":"Electronic Publication"},"encoding":"base64","extensions":["epub"],"xrefs":{"person":["EPUB_3_WG","W3C"],"template":["application/epub+zip"]},"registered":true,"sort-priority":15},{"content-type":"application/eshop","encoding":"base64","xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true,"sort-priority":16},{"content-type":"application/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["application/example"]},"registered":true,"sort-priority":16},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false,"sort-priority":174},{"content-type":"application/exi","friendly":{"en":"Efficient XML Interchange"},"encoding":"base64","extensions":["exi"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"],"template":["application/exi"]},"registered":true,"sort-priority":15},{"content-type":"application/expect-ct-report+json","encoding":"base64","xrefs":{"rfc":["rfc9163"],"template":["application/expect-ct-report+json"]},"registered":true,"sort-priority":16},{"content-type":"application/explicit-registration-response+jwt","encoding":"base64","xrefs":{"person":["Michael_B_Jones","OpenID_Foundation_Artifact_Binding_WG"],"template":["application/explicit-registration-response+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/express","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/express"]},"registered":true,"sort-priority":16},{"content-type":"application/fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true,"sort-priority":16},{"content-type":"application/fdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/fdf"]},"registered":true,"sort-priority":16},{"content-type":"application/fdt+xml","encoding":"base64","xrefs":{"rfc":["rfc6726"],"template":["application/fdt+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/fhir+json","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+json"]},"registered":true,"sort-priority":16},{"content-type":"application/fhir+xml","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/fits","encoding":"base64","extensions":["fits","fit","fts"],"xrefs":{"rfc":["rfc4047"],"template":["application/fits"]},"registered":true,"sort-priority":13},{"content-type":"application/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["application/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"application/font-sfnt","encoding":"base64","extensions":["otf","ttf"],"obsolete":true,"use-instead":"font/sfnt","xrefs":{"person":["ISO-IEC_JTC_1","Levantovsky"],"rfc":["rfc8081"],"template":["application/font-sfnt"],"notes":["- DEPRECATED in favor of font/sfnt"]},"registered":true,"sort-priority":142},{"content-type":"application/font-tdpfr","friendly":{"en":"Portable Font Resource"},"encoding":"base64","extensions":["pfr"],"xrefs":{"rfc":["rfc3073"],"template":["application/font-tdpfr"]},"registered":true,"sort-priority":15},{"content-type":"application/font-woff","friendly":{"en":"Web Open Font Format"},"encoding":"base64","extensions":["woff","woff2"],"obsolete":true,"use-instead":"font/woff","xrefs":{"person":["W3C"],"rfc":["rfc8081"],"template":["application/font-woff"],"notes":["- DEPRECATED in favor of font/woff"]},"registered":true,"sort-priority":142},{"content-type":"application/fractals","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/framework-attributes+xml","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/framework-attributes+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":"application/x-futuresplash","registered":false,"sort-priority":175},{"content-type":"application/geo+json","encoding":"base64","xrefs":{"rfc":["rfc7946"],"template":["application/geo+json"]},"registered":true,"sort-priority":16},{"content-type":"application/geo+json-seq","encoding":"base64","xrefs":{"rfc":["rfc8142"],"template":["application/geo+json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/geofeed+csv","encoding":"base64","xrefs":{"rfc":["rfc9877"],"template":["application/geofeed+csv"]},"registered":true,"sort-priority":16},{"content-type":"application/geopackage+sqlite3","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopackage+sqlite3"]},"registered":true,"sort-priority":16},{"content-type":"application/geopose+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopose+json"]},"registered":true,"sort-priority":16},{"content-type":"application/geoxacml+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/geoxacml+xml","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":"application/x-ghostview","registered":false,"sort-priority":176},{"content-type":"application/gltf-buffer","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["application/gltf-buffer"]},"registered":true,"sort-priority":16},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"xrefs":{"person":["Clemens_Portele","OGC"],"template":["application/gml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/gnap-binding-jws","encoding":"base64","xrefs":{"rfc":["rfc9635"],"template":["application/gnap-binding-jws"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-jwsd","encoding":"base64","xrefs":{"rfc":["rfc9635"],"template":["application/gnap-binding-jwsd"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-rotation-jws","encoding":"base64","xrefs":{"rfc":["rfc9635"],"template":["application/gnap-binding-rotation-jws"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-rotation-jwsd","encoding":"base64","xrefs":{"rfc":["rfc9635"],"template":["application/gnap-binding-rotation-jwsd"]},"registered":true,"sort-priority":16},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false,"sort-priority":47},{"content-type":"application/grib","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/grib"]},"registered":true,"sort-priority":16},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false,"sort-priority":47},{"content-type":"application/gzip","encoding":"base64","extensions":["gz","tgz"],"xrefs":{"rfc":["rfc6713"],"template":["application/gzip"]},"registered":true,"sort-priority":14},{"content-type":"application/H224","encoding":"base64","xrefs":{"rfc":["rfc4573"],"template":["application/H224"]},"registered":true,"sort-priority":16},{"content-type":"application/held+xml","encoding":"base64","xrefs":{"rfc":["rfc5985"],"template":["application/held+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":"application/x-hep","registered":false,"sort-priority":175},{"content-type":"application/hl7v2+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/hl7v2+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/http","encoding":"base64","xrefs":{"rfc":["rfc9112"],"template":["application/http"]},"registered":true,"sort-priority":16},{"content-type":"application/hwp+zip","encoding":"base64","extensions":["hwpx"],"registered":false,"sort-priority":47},{"content-type":"application/hyperstudio","friendly":{"en":"Hyperstudio"},"encoding":"base64","extensions":["stk"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true,"sort-priority":15},{"content-type":"application/i-deas","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/ibe-key-request+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-key-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pkg-reply+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ibe-pp-data","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pp-data"]},"registered":true,"sort-priority":16},{"content-type":"application/iges","encoding":"base64","xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true,"sort-priority":16},{"content-type":"application/illustrator","encoding":"base64","extensions":["ai"],"registered":false,"sort-priority":47},{"content-type":"application/illustrator+ps","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/im-iscomposing+xml","encoding":"base64","xrefs":{"rfc":["rfc3994"],"template":["application/im-iscomposing+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":"application/x-imagemap","registered":false,"sort-priority":174},{"content-type":"application/index","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index"]},"registered":true,"sort-priority":16},{"content-type":"application/index.cmd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.cmd"]},"registered":true,"sort-priority":16},{"content-type":"application/index.obj","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.obj"]},"registered":true,"sort-priority":16},{"content-type":"application/index.response","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.response"]},"registered":true,"sort-priority":16},{"content-type":"application/index.vnd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.vnd"]},"registered":true,"sort-priority":16},{"content-type":"application/inf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/ion","encoding":"base64","xrefs":{"person":["Jonathan_Hohle"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/iotp","encoding":"base64","xrefs":{"rfc":["rfc2935"],"template":["application/IOTP"]},"registered":true,"sort-priority":16},{"content-type":"application/ipfix","friendly":{"en":"Internet Protocol Flow Information Export"},"encoding":"base64","extensions":["ipfix"],"xrefs":{"rfc":["rfc5655"],"template":["application/ipfix"]},"registered":true,"sort-priority":15},{"content-type":"application/ipp","encoding":"base64","xrefs":{"rfc":["rfc8010"],"template":["application/ipp"]},"registered":true,"sort-priority":16},{"content-type":"application/isup","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/ISUP"]},"registered":true,"sort-priority":16},{"content-type":"application/its+xml","encoding":"base64","xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/java-archive","friendly":{"en":"Java Archive"},"encoding":"base64","extensions":["jar"],"xrefs":{"person":["Iris_Clark","JCP"],"template":["application/java-archive"]},"registered":true,"sort-priority":15},{"content-type":"application/java-serialized-object","friendly":{"en":"Java Serialized Object"},"encoding":"base64","extensions":["ser"],"registered":false,"sort-priority":47},{"content-type":"application/java-vm","friendly":{"en":"Java Bytecode File"},"encoding":"base64","extensions":["class"],"registered":false,"sort-priority":47},{"content-type":"application/javascript","friendly":{"en":"JavaScript"},"encoding":"8bit","extensions":["js","mjs","sj"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/javascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":141},{"content-type":"application/jcr-sql2","encoding":"base64","xrefs":{"person":["Julian_Reschke"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/jcr-xpath","encoding":"base64","xrefs":{"person":["Julian_Reschke"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/jf2feed+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/jf2feed+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jose","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose"]},"registered":true,"sort-priority":16},{"content-type":"application/jose+json","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jrd+json","encoding":"base64","xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jscalendar+json","encoding":"base64","xrefs":{"rfc":["rfc8984"],"template":["application/jscalendar+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jscontact+json","encoding":"base64","xrefs":{"rfc":["rfc9553"],"template":["application/jscontact+json"]},"registered":true,"sort-priority":16},{"content-type":"application/json","friendly":{"en":"JavaScript Object Notation (JSON)"},"encoding":"8bit","extensions":["json"],"xrefs":{"rfc":["rfc8259"],"template":["application/json"]},"registered":true,"sort-priority":15},{"content-type":"application/json-nd","encoding":"base64","xrefs":{"person":["Glen_Kleidon"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/json-patch+json","encoding":"base64","xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/json-patch-query+json","encoding":"base64","xrefs":{"person":["Lorna_Mitchell","TM_Forum"],"template":["application/json-patch-query+json"]},"registered":true,"sort-priority":16},{"content-type":"application/json-seq","encoding":"base64","xrefs":{"rfc":["rfc7464"],"template":["application/json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false,"sort-priority":47},{"content-type":"application/jsonpath","encoding":"base64","xrefs":{"rfc":["rfc9535"],"template":["application/jsonpath"]},"registered":true,"sort-priority":16},{"content-type":"application/jwk+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jwk-set+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk-set+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jwk-set+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/jwk-set+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/jwt","encoding":"base64","xrefs":{"rfc":["rfc7519"],"template":["application/jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/kate","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/kb+cwt","encoding":"base64","xrefs":{"draft":["draft-ietf-spice-sd-cwt-06"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/kb+jwt","encoding":"base64","xrefs":{"rfc":["rfc9901"],"template":["application/kb+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/kbl+xml","encoding":"base64","xrefs":{"person":["Nora_Tazir","prostep_ivip"],"template":["application/kbl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/kpml-request+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/kpml-response+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ld+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true,"sort-priority":16},{"content-type":"application/lgr+xml","encoding":"base64","xrefs":{"rfc":["rfc7940"],"template":["application/lgr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/link-format","encoding":"base64","xrefs":{"rfc":["rfc6690"],"template":["application/link-format"]},"registered":true,"sort-priority":16},{"content-type":"application/linkset","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset"]},"registered":true,"sort-priority":16},{"content-type":"application/linkset+json","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset+json"]},"registered":true,"sort-priority":16},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/logout+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/logout+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"xrefs":{"rfc":["rfc5222"],"template":["application/lost+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/lostsync+xml","encoding":"base64","xrefs":{"rfc":["rfc6739"],"template":["application/lostsync+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/lpf+zip","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/lpf+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/LXF","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/LXF"]},"registered":true,"sort-priority":16},{"content-type":"application/mac-binhex40","friendly":{"en":"Macintosh BinHex 4.0"},"encoding":"8bit","extensions":["hqx"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/mac-binhex40"]},"registered":true,"sort-priority":15},{"content-type":"application/mac-compactpro","friendly":{"en":"Compact Pro"},"encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":"application/x-mac-compactpro","registered":false,"sort-priority":175},{"content-type":"application/macbinary","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/macwriteii","encoding":"base64","xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true,"sort-priority":16},{"content-type":"application/mads+xml","friendly":{"en":"Metadata Authority Description Schema"},"encoding":"base64","extensions":["mads"],"xrefs":{"rfc":["rfc6207"],"template":["application/mads+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/manifest+json","encoding":"base64","extensions":["webmanifest"],"xrefs":{"person":["Marcos_Caceres","W3C"],"template":["application/manifest+json"]},"registered":true,"sort-priority":15},{"content-type":"application/marc","friendly":{"en":"MARC Formats"},"encoding":"base64","extensions":["mrc"],"xrefs":{"rfc":["rfc2220"],"template":["application/marc"]},"registered":true,"sort-priority":15},{"content-type":"application/marcxml+xml","friendly":{"en":"MARC21 XML Schema"},"encoding":"base64","extensions":["mrcx"],"xrefs":{"rfc":["rfc6207"],"template":["application/marcxml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false,"sort-priority":175},{"content-type":"application/mathematica","friendly":{"en":"Mathematica Notebooks"},"encoding":"base64","extensions":["ma","mb","nb"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true,"sort-priority":13},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":"application/x-mathematica-old","registered":false,"sort-priority":176},{"content-type":"application/mathml+xml","friendly":{"en":"Mathematical Markup Language"},"encoding":"base64","extensions":["mathml"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/mathml-content+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-content+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mathml-presentation+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-presentation+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-deregister+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-deregister+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-envelope+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-envelope+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-msk+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-protection-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-reception-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-register+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-register-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-schedule+xml","encoding":"base64","xrefs":{"person":["Eric_Turcotte","_3GPP"],"template":["application/mbms-schedule+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbox","friendly":{"en":"Mbox database files"},"encoding":"base64","extensions":["mbox"],"xrefs":{"rfc":["rfc4155"],"template":["application/mbox"]},"registered":true,"sort-priority":15},{"content-type":"application/measured-component+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-eat-measured-component-12"],"template":["application/measured-component+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/measured-component+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-rats-eat-measured-component-12"],"template":["application/measured-component+json"]},"registered":true,"sort-priority":16},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","xrefs":{"rfc":["rfc6796"],"template":["application/media-policy-dataset+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/media_control+xml","encoding":"base64","xrefs":{"rfc":["rfc5168"],"template":["application/media_control+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mediaservercontrol+xml","friendly":{"en":"Media Server Control Markup Language"},"encoding":"base64","extensions":["mscml"],"xrefs":{"rfc":["rfc5022"],"template":["application/mediaservercontrol+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/merge-patch+json","encoding":"base64","xrefs":{"rfc":["rfc7396"],"template":["application/merge-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false,"sort-priority":47},{"content-type":"application/metalink4+xml","friendly":{"en":"Metalink"},"encoding":"base64","extensions":["meta4"],"xrefs":{"rfc":["rfc5854"],"template":["application/metalink4+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/mets+xml","friendly":{"en":"Metadata Encoding and Transmission Standard"},"encoding":"base64","extensions":["mets"],"xrefs":{"rfc":["rfc6207"],"template":["application/mets+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/MF4","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/MF4"]},"registered":true,"sort-priority":16},{"content-type":"application/microdata+json","encoding":"8bit","xrefs":{"url":["https://html.spec.whatwg.org/multipage/iana.html#application/microdata+json"]},"registered":false,"sort-priority":48},{"content-type":"application/mikey","encoding":"base64","xrefs":{"rfc":["rfc3830"],"template":["application/mikey"]},"registered":true,"sort-priority":16},{"content-type":"application/mipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/mipc"]},"registered":true,"sort-priority":16},{"content-type":"application/missing-blocks+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9177"],"template":["application/missing-blocks+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/mmt-aei+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-aei+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mmt-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-usd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mods+xml","friendly":{"en":"Metadata Object Description Schema"},"encoding":"base64","extensions":["mods"],"xrefs":{"rfc":["rfc6207"],"template":["application/mods+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/moss-keys","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-keys"]},"registered":true,"sort-priority":16},{"content-type":"application/moss-signature","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-signature"]},"registered":true,"sort-priority":16},{"content-type":"application/mosskey-data","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-data"]},"registered":true,"sort-priority":16},{"content-type":"application/mosskey-request","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-request"]},"registered":true,"sort-priority":16},{"content-type":"application/mp21","friendly":{"en":"MPEG-21"},"encoding":"base64","extensions":["m21","mp21"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true,"sort-priority":14},{"content-type":"application/mp4","friendly":{"en":"MPEG4"},"encoding":"base64","extensions":["mp4","mpg4","mp4s"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["application/mp4"]},"registered":true,"sort-priority":13},{"content-type":"application/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["application/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"application/mpeg4-iod","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod"]},"registered":true,"sort-priority":16},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod-xmt"]},"registered":true,"sort-priority":16},{"content-type":"application/mrb-consumer+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mrb-publish+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msc-ivr+xml","encoding":"base64","xrefs":{"rfc":["rfc6231"],"template":["application/msc-ivr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msc-mixer+xml","encoding":"base64","xrefs":{"rfc":["rfc6505"],"template":["application/msc-mixer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msword","friendly":{"en":"Microsoft Word"},"encoding":"base64","extensions":["doc","dot","wrd"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true,"sort-priority":13},{"content-type":"application/msword2","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/msword5","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/mud+json","encoding":"base64","xrefs":{"rfc":["rfc8520"],"template":["application/mud+json"]},"registered":true,"sort-priority":16},{"content-type":"application/multipart-core","encoding":"base64","xrefs":{"rfc":["rfc8710"],"template":["application/multipart-core"]},"registered":true,"sort-priority":16},{"content-type":"application/mxf","friendly":{"en":"Material Exchange Format"},"encoding":"base64","extensions":["mxf"],"xrefs":{"rfc":["rfc4539"],"template":["application/mxf"]},"registered":true,"sort-priority":15},{"content-type":"application/n-quads","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-quads"]},"registered":true,"sort-priority":16},{"content-type":"application/n-triples","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-triples"]},"registered":true,"sort-priority":16},{"content-type":"application/nasdata","encoding":"base64","xrefs":{"rfc":["rfc4707"],"template":["application/nasdata"]},"registered":true,"sort-priority":16},{"content-type":"application/netcdf","encoding":"base64","extensions":["nc","cdf"],"xrefs":{"person":["Ethan_Davis"]},"registered":true,"provisional":true,"sort-priority":78},{"content-type":"application/news-checkgroups","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-checkgroups"]},"registered":true,"sort-priority":16},{"content-type":"application/news-groupinfo","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-groupinfo"]},"registered":true,"sort-priority":16},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"registered":false,"sort-priority":176},{"content-type":"application/news-transmission","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-transmission"]},"registered":true,"sort-priority":16},{"content-type":"application/nlsml+xml","encoding":"base64","xrefs":{"rfc":["rfc6787"],"template":["application/nlsml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/node","encoding":"base64","xrefs":{"person":["Node.js_TSC"],"template":["application/node"]},"registered":true,"sort-priority":16},{"content-type":"application/nss","encoding":"base64","xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true,"sort-priority":16},{"content-type":"application/oauth-authz-req+jwt","encoding":"base64","xrefs":{"rfc":["rfc9101"],"template":["application/oauth-authz-req+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/oblivious-dns-message","encoding":"base64","xrefs":{"rfc":["rfc9230"],"template":["application/oblivious-dns-message"]},"registered":true,"sort-priority":16},{"content-type":"application/ocsp-request","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-request"]},"registered":true,"sort-priority":16},{"content-type":"application/ocsp-response","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-response"]},"registered":true,"sort-priority":16},{"content-type":"application/octet-stream","friendly":{"en":"Binary Data"},"encoding":"base64","extensions":["bin","dms","lha","lzh","class","ani","pgp","gpg","so","dll","dylib","bpk","deploy","dist","distz","dump","elc","lrf","mar","pkg","ipa"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/octet-stream"]},"registered":true,"sort-priority":0},{"content-type":"application/oda","friendly":{"en":"Office Document Architecture"},"encoding":"base64","extensions":["oda"],"xrefs":{"rfc":["rfc1494"],"template":["application/ODA"]},"registered":true,"sort-priority":15},{"content-type":"application/odm+json","encoding":"base64","xrefs":{"person":["Sam_Hume"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/odm+xml","encoding":"base64","xrefs":{"person":["CDISC","Sam_Hume"],"template":["application/odm+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ODX","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/ODX"]},"registered":true,"sort-priority":16},{"content-type":"application/oebps-package+xml","friendly":{"en":"Open eBook Publication Structure"},"encoding":"base64","extensions":["opf"],"xrefs":{"person":["EPUB_3_WG","W3C"],"template":["application/oebps-package+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/ogg","friendly":{"en":"Ogg"},"encoding":"base64","extensions":["ogx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["application/ogg"]},"registered":true,"sort-priority":15},{"content-type":"application/ohttp-keys","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["application/ohttp-keys"]},"registered":true,"sort-priority":16},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false,"sort-priority":47},{"content-type":"application/onenote","friendly":{"en":"Microsoft OneNote"},"encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false,"sort-priority":44},{"content-type":"application/onix-message+xml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/onix-message-short+xml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/opc-nodeset+xml","encoding":"base64","xrefs":{"person":["OPC_Foundation"],"template":["application/opc-nodeset+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/oscore","encoding":"base64","xrefs":{"rfc":["rfc8613"],"template":["application/oscore"]},"registered":true,"sort-priority":16},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true,"sort-priority":15},{"content-type":"application/p21","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21"]},"registered":true,"sort-priority":16},{"content-type":"application/p21+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/p2p-overlay+xml","encoding":"base64","xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["application/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"application/passport","encoding":"base64","xrefs":{"rfc":["rfc8225"],"template":["application/passport"]},"registered":true,"sort-priority":16},{"content-type":"application/patch-ops-error+xml","friendly":{"en":"XML Patch Framework"},"encoding":"base64","extensions":["xer"],"xrefs":{"rfc":["rfc5261"],"template":["application/patch-ops-error+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/pdf","friendly":{"en":"Adobe Portable Document Format"},"encoding":"base64","extensions":["pdf","ai"],"xrefs":{"rfc":["rfc8118"],"template":["application/pdf"]},"registered":true,"sort-priority":14},{"content-type":"application/PDX","encoding":"base64","xrefs":{"person":["ASAM","Bernd_Wenzel"],"template":["application/PDX"]},"registered":true,"sort-priority":16},{"content-type":"application/pem-certificate-chain","encoding":"base64","xrefs":{"rfc":["rfc8555"],"template":["application/pem-certificate-chain"]},"registered":true,"sort-priority":16},{"content-type":"application/pgp-encrypted","friendly":{"en":"Pretty Good Privacy"},"encoding":"7bit","extensions":["pgp","gpg"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-encrypted"]},"registered":true,"sort-priority":14},{"content-type":"application/pgp-keys","encoding":"7bit","xrefs":{"rfc":["rfc3156"],"template":["application/pgp-keys"]},"registered":true,"signature":true,"sort-priority":16},{"content-type":"application/pgp-signature","friendly":{"en":"Pretty Good Privacy - Signature"},"encoding":"base64","extensions":["asc","sig"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-signature"]},"registered":true,"signature":true,"sort-priority":14},{"content-type":"application/pics-rules","friendly":{"en":"PICSRules"},"encoding":"base64","extensions":["prf"],"registered":false,"sort-priority":47},{"content-type":"application/pidf+xml","encoding":"base64","xrefs":{"rfc":["rfc3863"],"template":["application/pidf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/pidf-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc5262"],"template":["application/pidf-diff+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/pkcs10","friendly":{"en":"PKCS #10 - Certification Request Standard"},"encoding":"base64","extensions":["p10"],"xrefs":{"rfc":["rfc5967"],"template":["application/pkcs10"]},"registered":true,"signature":true,"sort-priority":15},{"content-type":"application/pkcs12","encoding":"base64","xrefs":{"person":["IETF"],"template":["application/pkcs12"]},"registered":true,"sort-priority":16},{"content-type":"application/pkcs7-mime","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7m","p7c"],"xrefs":{"rfc":["rfc7114","rfc8551"],"template":["application/pkcs7-mime"]},"registered":true,"signature":true,"sort-priority":14},{"content-type":"application/pkcs7-signature","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7s"],"xrefs":{"rfc":["rfc8551"],"template":["application/pkcs7-signature"]},"registered":true,"signature":true,"sort-priority":15},{"content-type":"application/pkcs8","friendly":{"en":"PKCS #8 - Private-Key Information Syntax Standard"},"encoding":"base64","extensions":["p8"],"xrefs":{"rfc":["rfc5958"],"template":["application/pkcs8"]},"registered":true,"sort-priority":15},{"content-type":"application/pkcs8-encrypted","encoding":"base64","xrefs":{"rfc":["rfc8351"],"template":["application/pkcs8-encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/pkix-attr-cert","friendly":{"en":"Attribute Certificate"},"encoding":"base64","extensions":["ac"],"xrefs":{"rfc":["rfc5877"],"template":["application/pkix-attr-cert"]},"registered":true,"sort-priority":15},{"content-type":"application/pkix-cert","friendly":{"en":"Internet Public Key Infrastructure - Certificate"},"encoding":"base64","extensions":["cer"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-cert"]},"registered":true,"sort-priority":15},{"content-type":"application/pkix-crl","friendly":{"en":"Internet Public Key Infrastructure - Certificate Revocation Lists"},"encoding":"base64","extensions":["crl"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-crl"]},"registered":true,"sort-priority":15},{"content-type":"application/pkix-keyinfo","encoding":"base64","xrefs":{"draft":["draft-hallambaker-mesh-udf-05"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/pkix-pkipath","friendly":{"en":"Internet Public Key Infrastructure - Certification Path"},"encoding":"base64","extensions":["pkipath"],"xrefs":{"rfc":["rfc6066"],"template":["application/pkix-pkipath"]},"registered":true,"sort-priority":15},{"content-type":"application/pkixcmp","friendly":{"en":"Internet Public Key Infrastructure - Certificate Management Protocole"},"encoding":"base64","extensions":["pki"],"xrefs":{"rfc":["rfc9811"],"template":["application/pkixcmp"]},"registered":true,"sort-priority":15},{"content-type":"application/pls+xml","friendly":{"en":"Pronunciation Lexicon Specification"},"encoding":"base64","extensions":["pls"],"xrefs":{"rfc":["rfc4267"],"template":["application/pls+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/poc-settings+xml","encoding":"base64","xrefs":{"rfc":["rfc4354"],"template":["application/poc-settings+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/postscript","friendly":{"en":"PostScript"},"encoding":"8bit","extensions":["eps","ps","ai","epsf","epsi"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/postscript"]},"registered":true,"sort-priority":11},{"content-type":"application/powerpoint","encoding":"base64","extensions":["ppt","pps","pot"],"registered":false,"sort-priority":45},{"content-type":"application/ppsp-tracker+json","encoding":"base64","xrefs":{"rfc":["rfc7846"],"template":["application/ppsp-tracker+json"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-issuer-directory","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-issuer-directory"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-request","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-request"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-response","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-response"]},"registered":true,"sort-priority":16},{"content-type":"application/pro_eng","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc9457"],"template":["application/problem+json"]},"registered":true,"sort-priority":16},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc9457"],"template":["application/problem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/protobuf","encoding":"base64","xrefs":{"draft":["RFC-ietf-dispatch-mime-protobuf-06"],"template":["application/protobuf"]},"registered":true,"sort-priority":16},{"content-type":"application/protobuf+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-dispatch-mime-protobuf-06"],"template":["application/protobuf+json"]},"registered":true,"sort-priority":16},{"content-type":"application/provenance+xml","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/provided-claims+jwt","encoding":"base64","xrefs":{"person":["Daniel_Fett","OpenID_Foundation_eKYC_and_IDA_WG"],"template":["application/provided-claims+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/prql","friendly":{"en":"Pipelined Relational Query Language"},"encoding":"base64","extensions":["prql"],"registered":false,"sort-priority":47},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.bwtc32key","encoding":"base64","xrefs":{"person":["Raja_Fjords"],"template":["application/prs.bwtc32key"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.cww","friendly":{"en":"CU-Writer"},"encoding":"base64","extensions":["cw","cww"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true,"sort-priority":14},{"content-type":"application/prs.cyn","encoding":"base64","xrefs":{"person":["Cynthia_Revström"],"template":["application/prs.cyn"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.hpub+zip","encoding":"base64","xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-document+xml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-document+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-executable","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-executable"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+json","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+json-seq","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+yaml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-structure","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-structure"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.mayfile","encoding":"base64","xrefs":{"person":["Azalea_Gardenia"],"template":["application/prs.mayfile"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rnd","rct"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true,"sort-priority":14},{"content-type":"application/prs.plucker","encoding":"base64","xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.sclt","encoding":"base64","xrefs":{"person":["Sambhav_Aryal"],"template":["application/prs.sclt"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.vcfbzip2","encoding":"base64","xrefs":{"person":["Paolo_Marcheschi"],"template":["application/prs.vcfbzip2"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.xsf+xml","encoding":"base64","xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/pskc+xml","friendly":{"en":"Portable Symmetric Key Container"},"encoding":"base64","extensions":["pskcxml"],"xrefs":{"rfc":["rfc6030"],"template":["application/pskc+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/pvd+json","encoding":"base64","xrefs":{"rfc":["rfc8801"],"template":["application/pvd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/qsig","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/QSIG"]},"registered":true,"sort-priority":16},{"content-type":"application/quicktime","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":"application/x-quicktimeplayer","registered":false,"sort-priority":175},{"content-type":"application/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["application/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"application/rdap+json","encoding":"base64","xrefs":{"rfc":["rfc9083"],"template":["application/rdap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/rdf+xml","friendly":{"en":"Resource Description Framework"},"encoding":"8bit","extensions":["rdf","owl","xmp"],"xrefs":{"rfc":["rfc3870"],"template":["application/rdf+xml"]},"registered":true,"sort-priority":13},{"content-type":"application/reginfo+xml","friendly":{"en":"IMS Networks"},"encoding":"base64","extensions":["rif"],"xrefs":{"rfc":["rfc3680"],"template":["application/reginfo+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/relax-ng-compact-syntax","friendly":{"en":"Relax NG Compact Syntax"},"encoding":"base64","extensions":["rnc"],"xrefs":{"uri":["http://www.JTC_1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true,"sort-priority":15},{"content-type":"application/remote-printing","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"uri":["https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic"],"template":["application/remote-printing"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":144},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":"application/remote-printing","registered":false,"sort-priority":176},{"content-type":"application/reports+json","encoding":"base64","xrefs":{"person":["Douglas_Creager"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/reputon+json","encoding":"base64","xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true,"sort-priority":16},{"content-type":"application/resolve-response+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/resolve-response+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/resource-lists+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rl"],"xrefs":{"rfc":["rfc4826"],"template":["application/resource-lists+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/resource-lists-diff+xml","friendly":{"en":"XML Resource Lists Diff"},"encoding":"base64","extensions":["rld"],"xrefs":{"rfc":["rfc5362"],"template":["application/resource-lists-diff+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/rfc+xml","encoding":"base64","xrefs":{"rfc":["rfc7991"],"template":["application/rfc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rif+xml","encoding":"base64","xrefs":{"person":["Sandro_Hawke"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/riscos","encoding":"base64","xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true,"sort-priority":16},{"content-type":"application/rlmi+xml","encoding":"base64","xrefs":{"rfc":["rfc4662"],"template":["application/rlmi+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rls-services+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rs"],"xrefs":{"rfc":["rfc4826"],"template":["application/rls-services+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/roughtime-malfeasance+json","encoding":"base64","xrefs":{"draft":["draft-ietf-ntp-roughtime-16"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/roughtime-server+json","encoding":"base64","xrefs":{"draft":["draft-ietf-ntp-roughtime-16"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/route-apd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-apd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/route-s-tsid+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-s-tsid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/route-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-usd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-checklist","encoding":"base64","xrefs":{"rfc":["rfc9323"],"template":["application/rpki-checklist"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"obsolete":true,"xrefs":{"rfc":["rfc6493"],"uri":["https://datatracker.ietf.org/doc/status-change-rpki-ghostbusters-record-to-historic/"],"template":["application/rpki-ghostbusters"],"notes":["(DEPRECATED)"]},"registered":true,"sort-priority":143},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-manifest"]},"registered":true,"sort-priority":15},{"content-type":"application/rpki-publication","encoding":"base64","xrefs":{"rfc":["rfc8181"],"template":["application/rpki-publication"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"xrefs":{"rfc":["rfc9582"],"template":["application/rpki-roa"]},"registered":true,"sort-priority":15},{"content-type":"application/rpki-signed-tal","encoding":"base64","xrefs":{"rfc":["rfc9691"],"template":["application/rpki-signed-tal"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-updown","encoding":"base64","xrefs":{"rfc":["rfc6492"],"template":["application/rpki-updown"]},"registered":true,"sort-priority":16},{"content-type":"application/rs-metadata+xml","encoding":"base64","xrefs":{"rfc":["rfc7865","rfc9806"],"template":["application/rs-metadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rsd+xml","friendly":{"en":"Really Simple Discovery"},"encoding":"base64","extensions":["rsd"],"registered":false,"sort-priority":47},{"content-type":"application/rss+xml","friendly":{"en":"RSS - Really Simple Syndication"},"encoding":"base64","extensions":["rss"],"registered":false,"sort-priority":47},{"content-type":"application/rtf","friendly":{"en":"Rich Text Format"},"encoding":"base64","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true,"sort-priority":15},{"content-type":"application/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"application/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["application/rtx"]},"registered":true,"sort-priority":16},{"content-type":"application/samlassertion+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/samlmetadata+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sarif+json","encoding":"base64","xrefs":{"person":["Laurence_J._Golding","Michael_C._Fanning","OASIS"],"template":["application/sarif+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sarif-external-properties+json","encoding":"base64","xrefs":{"person":["David_Keaton","Michael_C._Fanning","OASIS"],"template":["application/sarif-external-properties+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sbe","encoding":"base64","xrefs":{"person":["Donald_L._Mendelson","FIX_Trading_Community"],"template":["application/sbe"]},"registered":true,"sort-priority":16},{"content-type":"application/sbml+xml","friendly":{"en":"Systems Biology Markup Language"},"encoding":"base64","extensions":["sbml"],"xrefs":{"rfc":["rfc3823"],"template":["application/sbml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/scaip+xml","encoding":"base64","xrefs":{"person":["Oskar_Jonsson","SIS"],"template":["application/scaip+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/scim+json","encoding":"base64","xrefs":{"rfc":["rfc7644"],"template":["application/scim+json"]},"registered":true,"sort-priority":16},{"content-type":"application/scitt-receipt+cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-scitt-architecture-21"],"template":["application/scitt-receipt+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/scitt-statement+cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-scitt-architecture-21"],"template":["application/scitt-statement+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/scvp-cv-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Request"},"encoding":"base64","extensions":["scq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-request"]},"registered":true,"sort-priority":15},{"content-type":"application/scvp-cv-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Response"},"encoding":"base64","extensions":["scs"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-response"]},"registered":true,"sort-priority":15},{"content-type":"application/scvp-vp-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Request"},"encoding":"base64","extensions":["spq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-request"]},"registered":true,"sort-priority":15},{"content-type":"application/scvp-vp-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Response"},"encoding":"base64","extensions":["spp"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-response"]},"registered":true,"sort-priority":15},{"content-type":"application/sd-cwt","encoding":"base64","xrefs":{"draft":["draft-ietf-spice-sd-cwt-06"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/sd-jwt","encoding":"base64","xrefs":{"rfc":["rfc9901"],"template":["application/sd-jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/sd-jwt+json","encoding":"base64","xrefs":{"rfc":["rfc9901"],"template":["application/sd-jwt+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sdf+json","encoding":"base64","xrefs":{"rfc":["rfc9880"],"template":["application/sdf+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sdp","friendly":{"en":"Session Description Protocol"},"encoding":"base64","extensions":["sdp"],"xrefs":{"rfc":["rfc8866"],"template":["application/sdp"]},"registered":true,"sort-priority":15},{"content-type":"application/secevent+jwt","encoding":"base64","xrefs":{"rfc":["rfc8417"],"template":["application/secevent+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-etch+cbor","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-etch+json","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/sep+xml","encoding":"base64","xrefs":{"person":["IEEE","Robby_Simpson"],"template":["application/sep+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["IEEE","Robby_Simpson"],"template":["application/sep-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/sereal","encoding":"base64","extensions":["srl"],"registered":false,"sort-priority":47},{"content-type":"application/session-info","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP"],"template":["application/session-info"]},"registered":true,"sort-priority":16},{"content-type":"application/set","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/set-payment","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true,"sort-priority":16},{"content-type":"application/set-payment-initiation","friendly":{"en":"Secure Electronic Transaction - Payment"},"encoding":"base64","extensions":["setpay"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment-initiation"]},"registered":true,"sort-priority":15},{"content-type":"application/set-registration","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true,"sort-priority":16},{"content-type":"application/set-registration-initiation","friendly":{"en":"Secure Electronic Transaction - Registration"},"encoding":"base64","extensions":["setreg"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration-initiation"]},"registered":true,"sort-priority":15},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"xrefs":{"rfc":["rfc1874"],"template":["application/SGML"]},"registered":true,"sort-priority":15},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true,"sort-priority":15},{"content-type":"application/shf+xml","friendly":{"en":"S Hexdump Format"},"encoding":"base64","extensions":["shf"],"xrefs":{"rfc":["rfc4194"],"template":["application/shf+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"xrefs":{"rfc":["rfc5228"],"template":["application/sieve"]},"registered":true,"sort-priority":15},{"content-type":"application/signed-exchange","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses-07"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/simple-filter+xml","encoding":"base64","xrefs":{"rfc":["rfc4661"],"template":["application/simple-filter+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/simple-message-summary","encoding":"base64","xrefs":{"rfc":["rfc3842"],"template":["application/simple-message-summary"]},"registered":true,"sort-priority":16},{"content-type":"application/simpleSymbolContainer","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/simpleSymbolContainer"]},"registered":true,"sort-priority":16},{"content-type":"application/sipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/sipc"]},"registered":true,"sort-priority":16},{"content-type":"application/SLA","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/slate","encoding":"base64","xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true,"sort-priority":16},{"content-type":"application/sldworks","encoding":"base64","extensions":["sldprt","sldasm","slddrw"],"registered":false,"sort-priority":45},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":"application/smil+xml","xrefs":{"rfc":["rfc4536"],"template":["application/smil"],"notes":["(OBSOLETED in favor of application/smil+xml)"]},"registered":true,"sort-priority":142},{"content-type":"application/smil+xml","friendly":{"en":"Synchronized Multimedia Integration Language"},"encoding":"8bit","extensions":["smi","smil","sml"],"xrefs":{"rfc":["rfc4536"],"template":["application/smil+xml"]},"registered":true,"sort-priority":13},{"content-type":"application/smpte336m","encoding":"base64","xrefs":{"rfc":["rfc6597"],"template":["application/smpte336m"]},"registered":true,"sort-priority":16},{"content-type":"application/soap+fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"application/soap+xml","encoding":"base64","xrefs":{"rfc":["rfc3902"],"template":["application/soap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/solids","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/sparql-query","friendly":{"en":"SPARQL - Query"},"encoding":"base64","extensions":["rq"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"],"template":["application/sparql-query"]},"registered":true,"sort-priority":15},{"content-type":"application/sparql-results+xml","friendly":{"en":"SPARQL - Results"},"encoding":"base64","extensions":["srx"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"],"template":["application/sparql-results+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/spdx+json","encoding":"base64","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["application/spdx+json"]},"registered":true,"sort-priority":16},{"content-type":"application/speculationrules+json","encoding":"8bit","xrefs":{"url":["https://html.spec.whatwg.org/multipage/iana.html#application/speculationrules+json"]},"registered":false,"sort-priority":48},{"content-type":"application/spirits-event+xml","encoding":"base64","xrefs":{"rfc":["rfc3910"],"template":["application/spirits-event+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sql","encoding":"base64","xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true,"sort-priority":16},{"content-type":"application/srgs","friendly":{"en":"Speech Recognition Grammar Specification"},"encoding":"base64","extensions":["gram"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs"]},"registered":true,"sort-priority":15},{"content-type":"application/srgs+xml","friendly":{"en":"Speech Recognition Grammar Specification - XML"},"encoding":"base64","extensions":["grxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/sru+xml","friendly":{"en":"Search/Retrieve via URL Response Format"},"encoding":"base64","extensions":["sru"],"xrefs":{"rfc":["rfc6207"],"template":["application/sru+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false,"sort-priority":47},{"content-type":"application/sslkeylogfile","encoding":"base64","xrefs":{"draft":["RFC-ietf-tls-keylogfile-05"],"template":["application/sslkeylogfile"]},"registered":true,"sort-priority":16},{"content-type":"application/ssml+xml","friendly":{"en":"Speech Synthesis Markup Language"},"encoding":"base64","extensions":["ssml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ssml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/ST2110-41","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["application/ST2110-41"]},"registered":true,"sort-priority":16},{"content-type":"application/STEP","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/stix+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/stix+json"]},"registered":true,"sort-priority":16},{"content-type":"application/stratum","encoding":"base64","xrefs":{"person":["Ben_van_Hartingsveldt"],"note":["1"],"template":["application/stratum"]},"registered":true,"sort-priority":16},{"content-type":"application/suit-envelope+cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-suit-manifest-34"],"template":["application/suit-envelope+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/suit-report+cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-suit-report-19"],"template":["application/suit-report+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/swid+cbor","encoding":"base64","xrefs":{"rfc":["rfc9393"],"template":["application/swid+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/swid+xml","encoding":"base64","xrefs":{"person":["David_Waltermire","ISO-IEC_JTC_1","Ron_Brill"],"template":["application/swid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-apex-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-community-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-error","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-error"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-status-query","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-query"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-status-response","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-response"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/taxii+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/taxii+json"]},"registered":true,"sort-priority":16},{"content-type":"application/td+json","encoding":"base64","xrefs":{"person":["Matthias_Kovatsch","W3C"],"template":["application/td+json"]},"registered":true,"sort-priority":16},{"content-type":"application/teep+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-teep-protocol-26"],"template":["application/teep+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/tei+xml","friendly":{"en":"Text Encoding and Interchange"},"encoding":"base64","extensions":["tei","teicorpus"],"xrefs":{"rfc":["rfc6129"],"template":["application/tei+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/TETRA_ISI","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["application/TETRA_ISI"]},"registered":true,"sort-priority":16},{"content-type":"application/texinfo","encoding":"base64","xrefs":{"person":["Simon_Josefsson"],"note":["3"],"template":["application/texinfo"]},"registered":true,"sort-priority":16},{"content-type":"application/thraud+xml","friendly":{"en":"Sharing Transaction Fraud Data"},"encoding":"base64","extensions":["tfi"],"xrefs":{"rfc":["rfc5941"],"template":["application/thraud+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/timestamp-query","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-query"]},"registered":true,"sort-priority":16},{"content-type":"application/timestamp-reply","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-reply"]},"registered":true,"sort-priority":16},{"content-type":"application/timestamped-data","friendly":{"en":"Time Stamped Data Envelope"},"encoding":"base64","extensions":["tsd"],"xrefs":{"rfc":["rfc5955"],"template":["application/timestamped-data"]},"registered":true,"sort-priority":15},{"content-type":"application/tlsrpt+gzip","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+gzip"]},"registered":true,"sort-priority":16},{"content-type":"application/tlsrpt+json","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+json"]},"registered":true,"sort-priority":16},{"content-type":"application/tm+json","encoding":"base64","xrefs":{"person":["Sebastian_Kaebisch","W3C"],"template":["application/tm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/tnauthlist","encoding":"base64","xrefs":{"rfc":["rfc8226"],"template":["application/tnauthlist"]},"registered":true,"sort-priority":16},{"content-type":"application/toc+cbor","encoding":"base64","xrefs":{"uri":["https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf"],"person":["Ned_M._Smith","TCG_DICE_WG"],"template":["application/toc+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/token-introspection+jwt","encoding":"base64","xrefs":{"rfc":["rfc9701"],"template":["application/token-introspection+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/toml","encoding":"base64","xrefs":{"person":["Ben_van_Hartingsveldt"],"uri":["https://github.com/toml-lang/toml/issues/870"],"note":["2"],"template":["application/toml"]},"registered":true,"sort-priority":16},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":"application/x-toolbook","registered":false,"sort-priority":175},{"content-type":"application/trickle-ice-sdpfrag","encoding":"base64","xrefs":{"rfc":["rfc8840"],"template":["application/trickle-ice-sdpfrag"]},"registered":true,"sort-priority":16},{"content-type":"application/trig","encoding":"base64","xrefs":{"person":["W3C","W3C_RDF_WG"],"template":["application/trig"]},"registered":true,"sort-priority":16},{"content-type":"application/trust-chain+json","encoding":"base64","xrefs":{"person":["Michael_B_Jones","OpenID_Foundation_Artifact_Binding_WG"],"template":["application/trust-chain+json"]},"registered":true,"sort-priority":16},{"content-type":"application/trust-mark+jwt","encoding":"base64","xrefs":{"person":["Michael_B_Jones","OpenID_Foundation_Artifact_Binding_WG"],"template":["application/trust-mark+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/trust-mark-delegation+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG","Roland_Hedberg"],"template":["application/trust-mark-delegation+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/trust-mark-status-response+jwt","encoding":"base64","xrefs":{"person":["Michael_B_Jones","OpenID_Foundation_Artifact_Binding_WG"],"template":["application/trust-mark-status-response+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/ttml+xml","encoding":"base64","extensions":["ttml"],"xrefs":{"person":["W3C","W3C_Timed_Text_WG"],"template":["application/ttml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/tve-trigger","encoding":"base64","xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true,"sort-priority":16},{"content-type":"application/tzif","encoding":"base64","xrefs":{"rfc":["rfc9636"],"template":["application/tzif"]},"registered":true,"sort-priority":16},{"content-type":"application/tzif-leap","encoding":"base64","xrefs":{"rfc":["rfc9636"],"template":["application/tzif-leap"]},"registered":true,"sort-priority":16},{"content-type":"application/uccs+cbor","encoding":"base64","xrefs":{"rfc":["rfc9781"],"template":["application/uccs+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/ujcs+json","encoding":"base64","xrefs":{"rfc":["rfc9781"],"template":["application/ujcs+json"]},"registered":true,"sort-priority":16},{"content-type":"application/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["application/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-grpsheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-ressheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-targetdesc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/v3c","encoding":"base64","xrefs":{"draft":["RFC-ietf-avtcore-rtp-v3c-17"],"template":["application/v3c"]},"registered":true,"sort-priority":16},{"content-type":"application/vc","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vc"]},"registered":true,"sort-priority":16},{"content-type":"application/vc+cose","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vc+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/vc+jwt","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vc+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vc+sd-jwt","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vc+sd-jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vcard+json","encoding":"base64","xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vcard+xml","encoding":"base64","xrefs":{"rfc":["rfc6351"],"template":["application/vcard+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vda","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vec+xml","encoding":"base64","xrefs":{"person":["Nora_Tazir","prostep_ivip"],"template":["application/vec+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vec-package","encoding":"base64","obsolete":true,"xrefs":{"person":["Nora_Tazir"]},"registered":true,"sort-priority":144},{"content-type":"application/vec-package+gzip","encoding":"base64","xrefs":{"person":["Nora_Tazir","prostep_ivip"],"template":["application/vec-package+gzip"]},"registered":true,"sort-priority":16},{"content-type":"application/vec-package+zip","encoding":"base64","xrefs":{"person":["Nora_Tazir","prostep_ivip"],"template":["application/vec-package+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vemmi","encoding":"base64","xrefs":{"rfc":["rfc2122"],"template":["application/vemmi"]},"registered":true,"sort-priority":16},{"content-type":"application/vividence.scriptfile","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":"application/x-VMSBACKUP","registered":false,"sort-priority":175},{"content-type":"application/vnd.1000minds.decision-model+xml","encoding":"base64","xrefs":{"person":["Franz_Ombler"],"template":["application/vnd.1000minds.decision-model+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"],"template":["application/vnd.1ob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp-prose+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3a+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3a+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3ach+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3ach+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3ch+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp-prose-pc3ch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc8+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc8+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-v2x-local-service-information","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp-v2x-local-service-information"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gnas","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.5gnas"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsa2x","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsa2x-local-service-information","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x-local-service-information"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsv2x","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsv2x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsv2x-local-service-information","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsv2x-local-service-information"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.access-transfer-events+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.access-transfer-events+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.crs+xml","encoding":"base64","xrefs":{"person":["Xu_Chen"],"template":["application/vnd.3gpp.crs+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.current-location-discovery+xml","encoding":"base64","xrefs":{"person":["Peter_Leis"],"template":["application/vnd.3gpp.current-location-discovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.GMOP+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.GMOP+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.gtpc","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.gtpc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.interworking-data","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.interworking-data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.lpp","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.lpp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mc-signalling-ear","encoding":"base64","xrefs":{"person":["Tim_Woodward"],"template":["application/vnd.3gpp.mc-signalling-ear"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-affiliation-command+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-payload","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-payload"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-regroup+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-service-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-service-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-signalling","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-signalling"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-ue-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-ue-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-user-profile+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcdata-user-profile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-affiliation-command+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-floor-request+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-floor-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-location-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-location-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-mbms-usage-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcptt-regroup+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-service-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-service-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-signed+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-signed+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-ue-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-ue-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-ue-init-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-ue-init-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-user-profile+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcptt-user-profile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcs-location-user-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcs-location-user-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-affiliation-command+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-info+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.3gpp.mcvideo-info+xml","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-affiliation-info+xml"],"notes":["(OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.3gpp.mcvideo-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-location-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-location-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-mbms-usage-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcvideo-regroup+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-service-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-service-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-transmission-request+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-transmission-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-ue-config+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-ue-config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-user-profile+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mcvideo-user-profile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mid-call+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.mid-call+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.ngap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.ngap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.pfcp","encoding":"base64","xrefs":{"person":["Bruno_Landais","_3GPP"],"template":["application/vnd.3gpp.pfcp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.pic-bw-large","friendly":{"en":"3rd Generation Partnership Project - Pic Large"},"encoding":"base64","extensions":["plb"],"xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3gpp.pic-bw-small","friendly":{"en":"3rd Generation Partnership Project - Pic Small"},"encoding":"base64","extensions":["psb"],"xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3gpp.pic-bw-var","friendly":{"en":"3rd Generation Partnership Project - Pic Var"},"encoding":"base64","extensions":["pvb"],"xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3gpp.pinapp-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.pinapp-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.s1ap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.s1ap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-app-comm-requirements-info+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-app-comm-requirements-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-data-delivery-info+cbor","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-data-delivery-info+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-data-delivery-info+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-data-delivery-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-group-doc+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-group-doc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-location-info+cbor","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-location-info+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-location-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-location-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-mbms-usage-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-mbs-usage-info+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-mbs-usage-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-network-QoS-management-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-network-QoS-management-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-network-resource-info+cbor","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/vnd.3gpp.seal-network-resource-info+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-ue-config-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-ue-config-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-unicast-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-unicast-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-user-profile-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-user-profile-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.sms"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3gpp.sms+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.sms+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.srvcc-ext+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.srvcc-ext+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.SRVCC-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.SRVCC-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.state-and-event-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.state-and-event-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.ussd+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim"],"template":["application/vnd.3gpp.ussd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.v2x","encoding":"base64","xrefs":{"person":["Sang_Min_Park"],"template":["application/vnd.3gpp.v2x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.vae-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.vae-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp2.tcap","friendly":{"en":"3rd Generation Partnership Project - Transaction Capabilities Application Part"},"encoding":"base64","extensions":["tcap"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3lightssoftware.imagescal","encoding":"base64","xrefs":{"person":["Gus_Asadi"],"template":["application/vnd.3lightssoftware.imagescal"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3M.Post-it-Notes","friendly":{"en":"3M Post It Notes"},"encoding":"base64","extensions":["pwn"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.accpac.simply.aso","friendly":{"en":"Simply Accounting"},"encoding":"base64","extensions":["aso"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.accpac.simply.imp","friendly":{"en":"Simply Accounting - Data Import"},"encoding":"base64","extensions":["imp"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.acm.addressxfer+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.addressxfer+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.acm.chatbot+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.chatbot+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.acucobol","friendly":{"en":"ACU Cobol"},"encoding":"base64","extensions":["acu"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucobol"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.acucorp","friendly":{"en":"ACU Cobol"},"encoding":"7bit","extensions":["atc","acutc"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.adobe.aftereffects.project","encoding":"base64","extensions":["aep"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.adobe.aftereffects.template","encoding":"base64","extensions":["aet"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","friendly":{"en":"Adobe AIR Application"},"encoding":"base64","extensions":["air"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash.movie"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.adobe.fxp","friendly":{"en":"Adobe Flex Project"},"encoding":"base64","extensions":["fxp","fxpl"],"xrefs":{"person":["Steven_Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.adobe.indesign-idml-package","encoding":"base64","extensions":["idml"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.adobe.xdp+xml","friendly":{"en":"Adobe XML Data Package"},"encoding":"base64","extensions":["xdp"],"xrefs":{"person":["John_Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.adobe.xfdf","friendly":{"en":"Adobe XML Forms Data Format"},"encoding":"base64","extensions":["xfdf"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.aether.imp","encoding":"base64","xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.afplinedata","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.afplinedata-pagedef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata-pagedef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.cmoca-cmresource","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.cmoca-cmresource"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-charset","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-charset"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-codedfont","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codedfont"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-codepage","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codepage"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-cmtable","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-cmtable"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-formdef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-formdef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-mediummap","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-mediummap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-objectcontainer","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-objectcontainer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-overlay","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-overlay"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-pagesegment","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-pagesegment"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.age","encoding":"base64","xrefs":{"person":["Filippo_Valsorda"],"template":["application/vnd.age"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ah-barcode","encoding":"base64","xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ahead.space","friendly":{"en":"Ahead AIR Application"},"encoding":"base64","extensions":["ahead"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.aia","encoding":"base64","xrefs":{"person":["Alan_Johnson"],"template":["application/vnd.aia"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.airzip.filesecure.azf","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azf"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.airzip.filesecure.azs","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azs"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.amadeus+json","encoding":"base64","xrefs":{"person":["Patrick_Brosse"],"template":["application/vnd.amadeus+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.amazon.ebook","friendly":{"en":"Amazon Kindle eBook format"},"encoding":"base64","extensions":["azw"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.amazon.mobi8-ebook","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.amazon.mobi8-ebook"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.americandynamics.acc","friendly":{"en":"Active Content Compression"},"encoding":"base64","extensions":["acc"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.amiga.ami","friendly":{"en":"AmigaDE"},"encoding":"base64","extensions":["ami"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.android.ota","encoding":"base64","xrefs":{"person":["Greg_Kaiser"],"template":["application/vnd.android.ota"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.android.package-archive","friendly":{"en":"Android Package Archive"},"encoding":"base64","extensions":["apk"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.anki","encoding":"base64","xrefs":{"person":["Kerrick_Staley"],"template":["application/vnd.anki"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Certificate Issue"},"encoding":"base64","extensions":["cii"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Web Funds Transfer"},"encoding":"base64","extensions":["fti"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.antix.game-component","friendly":{"en":"Antix Game Player"},"encoding":"base64","extensions":["atx"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apache.arrow.file","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.file"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.arrow.stream","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.parquet","encoding":"base64","extensions":["parquet"],"xrefs":{"person":["Apache_Parquet_Project"],"template":["application/vnd.apache.parquet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apache.thrift.binary","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.binary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.thrift.compact","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.compact"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.thrift.json","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apexlang","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.apexlang"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.api+json","encoding":"base64","xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.aplextor.warrp+json","encoding":"base64","xrefs":{"person":["Oleg_Uryutin"],"template":["application/vnd.aplextor.warrp+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apothekende.reservation+json","encoding":"base64","xrefs":{"person":["Adrian_Föder"],"template":["application/vnd.apothekende.reservation+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apple.installer+xml","friendly":{"en":"Apple Installer Package"},"encoding":"base64","extensions":["mpkg"],"xrefs":{"person":["Peter_Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apple.iwork","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.apple.keynote","encoding":"base64","extensions":["key"],"xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.keynote"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apple.mpegurl","friendly":{"en":"Multimedia Playlist Unicode"},"encoding":"base64","extensions":["m3u8"],"xrefs":{"rfc":["rfc8216"],"template":["application/vnd.apple.mpegurl"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apple.numbers","encoding":"base64","extensions":["numbers"],"xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.numbers"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apple.pages","encoding":"base64","extensions":["pages"],"xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.pages"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.apple.unknown.13","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.arastra.swi","encoding":"base64","extensions":["swi"],"obsolete":true,"use-instead":"application/vnd.aristanetworks.swi","xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.arastra.swi"],"notes":["(OBSOLETED in favor of application/vnd.aristanetworks.swi)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.aristanetworks.swi","friendly":{"en":"Arista Networks Software Image"},"encoding":"base64","extensions":["swi"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.artisan+json","encoding":"base64","xrefs":{"person":["Brad_Turner"],"template":["application/vnd.artisan+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.artsquare","encoding":"base64","xrefs":{"person":["Christopher_Smith"],"template":["application/vnd.artsquare"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.as207960.vas.config+jer","encoding":"base64","xrefs":{"person":["AS207960_Cyfyngedig"],"template":["application/vnd.as207960.vas.config+jer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.as207960.vas.config+uper","encoding":"base64","xrefs":{"person":["AS207960_Cyfyngedig"],"template":["application/vnd.as207960.vas.config+uper"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.as207960.vas.tap+jer","encoding":"base64","xrefs":{"person":["AS207960_Cyfyngedig"],"template":["application/vnd.as207960.vas.tap+jer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.as207960.vas.tap+uper","encoding":"base64","xrefs":{"person":["AS207960_Cyfyngedig"],"template":["application/vnd.as207960.vas.tap+uper"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.audiograph","friendly":{"en":"Audiograph"},"encoding":"base64","extensions":["aep"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.autopackage","encoding":"base64","xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.avalon+json","encoding":"base64","xrefs":{"person":["Ben_Hinman"],"template":["application/vnd.avalon+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.avistar+xml","encoding":"base64","xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.balsamiq.bmpr","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmpr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.banana-accounting","encoding":"base64","xrefs":{"person":["José_Del_Romano"],"template":["application/vnd.banana-accounting"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.error","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.error"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.msg","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.msg+json","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.belightsoft.lhzd+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.belightsoft.lhzl+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzl+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bint.med-content","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["application/vnd.bint.med-content"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.biopax.rdf+xml","encoding":"base64","xrefs":{"person":["Pathway_Commons"],"template":["application/vnd.biopax.rdf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.blink-idb-value-wrapper","encoding":"base64","xrefs":{"person":["Victor_Costan"],"template":["application/vnd.blink-idb-value-wrapper"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.blueice.multipass","friendly":{"en":"Blueice Research Multipass"},"encoding":"base64","extensions":["mpm"],"xrefs":{"person":["Thomas_Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bmi","friendly":{"en":"BMI Drawing Data Interchange"},"encoding":"base64","extensions":["bmi"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.bmi"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.bpf","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bpf3","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.businessobjects","friendly":{"en":"BusinessObjects"},"encoding":"base64","extensions":["rep"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.byu.uapi+json","encoding":"base64","xrefs":{"person":["Brent_Moore"],"template":["application/vnd.byu.uapi+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bzip3","encoding":"base64","xrefs":{"person":["Kamila_Szewczyk"],"template":["application/vnd.bzip3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.c3voc.schedule+xml","encoding":"base64","xrefs":{"person":["Andreas_Hubel"],"template":["application/vnd.c3voc.schedule+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cab-jscript","encoding":"base64","xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.canon-lips","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.capasystems-pg+json","encoding":"base64","xrefs":{"person":["Yüksel_Aydemir"],"template":["application/vnd.capasystems-pg+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cel","encoding":"base64","xrefs":{"person":["Tristan_Swadell"],"template":["application/vnd.cel"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.chemdraw+xml","friendly":{"en":"CambridgeSoft Chem Draw"},"encoding":"base64","extensions":["cdxml"],"xrefs":{"person":["Glenn_Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.chess-pgn","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.chess-pgn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.chipnuts.karaoke-mmd","friendly":{"en":"Karaoke on Chipnuts Chipsets"},"encoding":"base64","extensions":["mmd"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ciedi","encoding":"base64","xrefs":{"person":["Hidekazu_Enjo"],"template":["application/vnd.ciedi"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cinderella","friendly":{"en":"Interactive Geometry Software Cinderella"},"encoding":"base64","extensions":["cdy"],"xrefs":{"person":["Ulrich_Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.citationstyles.style+xml","encoding":"base64","xrefs":{"person":["Rintze_M._Zelle"],"template":["application/vnd.citationstyles.style+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.claymore","friendly":{"en":"Claymore Data Files"},"encoding":"base64","extensions":["cla"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cloanto.rp9","friendly":{"en":"RetroPlatform Player"},"encoding":"base64","extensions":["rp9"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.clonk.c4group","friendly":{"en":"Clonk Game"},"encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"xrefs":{"person":["Guenther_Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true,"sort-priority":11},{"content-type":"application/vnd.cluetrust.cartomobile-config","friendly":{"en":"ClueTrust CartoMobile - Config"},"encoding":"base64","extensions":["c11amc"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","friendly":{"en":"ClueTrust CartoMobile - Config Package"},"encoding":"base64","extensions":["c11amz"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cmmf-configuration-information+json","encoding":"base64","xrefs":{"person":["Jason_Cloud"],"template":["application/vnd.cmmf-configuration-information+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cmmf-efd+xml","encoding":"base64","xrefs":{"person":["Jason_Cloud"],"template":["application/vnd.cmmf-efd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cmmf-encoder-configuration+json","encoding":"base64","xrefs":{"person":["Jason_Cloud"],"template":["application/vnd.cmmf-encoder-configuration+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cncf.helm.chart.content.v1.tar+gzip","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.content.v1.tar+gzip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cncf.helm.chart.provenance.v1.prov","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.provenance.v1.prov"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cncf.helm.config.v1+json","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.config.v1+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.coffeescript","encoding":"base64","xrefs":{"person":["Devyn_Collier_Johnson"],"template":["application/vnd.coffeescript"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.document","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.document-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.presentation","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.presentation-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection+json","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection.next+json","encoding":"base64","xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.comicbook+zip","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.comicbook-rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook-rar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.commonspace","friendly":{"en":"Sixth Floor Media - CommonSpace"},"encoding":"base64","extensions":["csp"],"xrefs":{"person":["Ravinder_Chandhok"],"template":["application/vnd.commonspace"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.contact.cmsg","friendly":{"en":"CIM Database"},"encoding":"base64","extensions":["cdbcmsg"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.coreos.ignition+json","encoding":"base64","xrefs":{"person":["Alex_Crawford"],"template":["application/vnd.coreos.ignition+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cosmocaller","friendly":{"en":"CosmoCaller"},"encoding":"base64","extensions":["cmc"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.crick.clicker","friendly":{"en":"CrickSoftware - Clicker"},"encoding":"base64","extensions":["clkx"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.crick.clicker.keyboard","friendly":{"en":"CrickSoftware - Clicker - Keyboard"},"encoding":"base64","extensions":["clkk"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.crick.clicker.palette","friendly":{"en":"CrickSoftware - Clicker - Palette"},"encoding":"base64","extensions":["clkp"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.crick.clicker.template","friendly":{"en":"CrickSoftware - Clicker - Template"},"encoding":"base64","extensions":["clkt"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.crick.clicker.wordbank","friendly":{"en":"CrickSoftware - Clicker - Wordbank"},"encoding":"base64","extensions":["clkw"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.criticaltools.wbs+xml","friendly":{"en":"Critical Tools - PERT Chart EXPERT"},"encoding":"base64","extensions":["wbs"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cryptii.pipe+json","encoding":"base64","xrefs":{"person":["Fränz_Friederes"],"template":["application/vnd.cryptii.pipe+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.crypto-shade-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.crypto-shade-file"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cryptomator.encrypted","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cryptomator.vault","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.vault"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ctc-posml","friendly":{"en":"PosML"},"encoding":"base64","extensions":["pml"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-pdf","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-postscript","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-ppd","friendly":{"en":"Adobe PostScript Printer Description File Format"},"encoding":"base64","extensions":["ppd"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.cups-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-raw","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd.curl"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.curl.car","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["car"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.curl.pcurl","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["pcurl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cybank","encoding":"base64","xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cyclonedx+json","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cyclonedx+xml","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d2l.coursepackage1p0+zip","encoding":"base64","xrefs":{"person":["Viktor_Haag"],"template":["application/vnd.d2l.coursepackage1p0+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d3m-dataset","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-dataset"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d3m-problem","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-problem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd.dart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.data-vision.rdz","friendly":{"en":"RemoteDocs R-Viewer"},"encoding":"base64","extensions":["rdz"],"xrefs":{"person":["James_Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.datalog","encoding":"base64","xrefs":{"person":["Simon_Johnston"],"template":["application/vnd.datalog"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.datapackage+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.datapackage+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dataresource+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.dataresource+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dbf","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.dbf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dcmp+xml","encoding":"base64","xrefs":{"person":["Jan_Boström"],"template":["application/vnd.dcmp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.debian.binary-package","encoding":"base64","xrefs":{"person":["Debian_Policy_mailing_list"],"template":["application/vnd.debian.binary-package"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.data"]},"registered":true,"sort-priority":12},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.zip"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.denovo.fcselayout-link","friendly":{"en":"FCS Express Layout Link"},"encoding":"base64","extensions":["fe_launch"],"xrefs":{"person":["Michael_Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.desmume.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume.movie"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.deut+json","encoding":"base64","xrefs":{"person":["Deut.li"],"template":["application/vnd.deut+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.digilite.prolights","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dna","friendly":{"en":"New Moon Liftoff/DNA"},"encoding":"base64","extensions":["dna"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.document+json","encoding":"base64","xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dolby.mlp","friendly":{"en":"Dolby Meridian Lossless Packing"},"encoding":"base64","extensions":["mlp"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.doremir.scorecloud-binary-document","encoding":"base64","xrefs":{"person":["Erik_Ronström"],"template":["application/vnd.doremir.scorecloud-binary-document"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dpgraph","friendly":{"en":"DPGraph"},"encoding":"base64","extensions":["dpg"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dreamfactory","friendly":{"en":"DreamFactory"},"encoding":"base64","extensions":["dfac"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.drive+json","encoding":"base64","xrefs":{"person":["Keith_Kester"],"template":["application/vnd.drive+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.dtg.local","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ait","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["ait"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dvb.dvbisl+xml","encoding":"base64","xrefs":{"person":["Emily_DUBS"],"template":["application/vnd.dvb.dvbisl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.service","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["svc"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.service"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dxr","encoding":"base64","xrefs":{"person":["Michael_Duffy"],"template":["application/vnd.dxr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dynageo","friendly":{"en":"DynaGeo"},"encoding":"base64","extensions":["geo"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dzr","encoding":"base64","xrefs":{"person":["Carl_Anderson"],"template":["application/vnd.dzr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecdis-update","encoding":"base64","xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecip.rlp","encoding":"base64","xrefs":{"person":["Wei_Tang"],"template":["application/vnd.ecip.rlp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eclipse.ditto+json","encoding":"base64","xrefs":{"person":["Eclipse_Ditto_developers"],"template":["application/vnd.eclipse.ditto+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.chart","friendly":{"en":"EcoWin Chart"},"encoding":"base64","extensions":["mag"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.series","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.edulith.edux+json","encoding":"base64","xrefs":{"person":["Heike_Håland_Østensen"],"template":["application/vnd.edulith.edux+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.efi.img","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.img"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.efi.iso","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.iso"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eln+zip","encoding":"base64","xrefs":{"person":["Nicolas_CARPI"],"template":["application/vnd.eln+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.enliven","friendly":{"en":"Enliven Viewer"},"encoding":"base64","extensions":["nml"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.enphase.envoy","encoding":"base64","xrefs":{"person":["Chris_Eich"],"template":["application/vnd.enphase.envoy"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.epson.esf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["esf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.epson.msf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["msf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.epson.quickanime","friendly":{"en":"QuickAnime Player"},"encoding":"base64","extensions":["qam"],"xrefs":{"person":["Yu_Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.epson.salt","friendly":{"en":"SimpleAnimeLite Player"},"encoding":"base64","extensions":["slt"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.epson.ssf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["ssf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.erofs","encoding":"base64","xrefs":{"person":["Xiang_Gao"],"template":["application/vnd.erofs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.espass-espass+zip","encoding":"base64","xrefs":{"person":["Marcus_Ligi_Büschleb"],"template":["application/vnd.espass-espass+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eszigno3+xml","friendly":{"en":"MICROSEC e-Szign¢"},"encoding":"base64","extensions":["es3","et3"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","extensions":["asice"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","extensions":["asics"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eu.kasparian.car+json","encoding":"base64","xrefs":{"person":["Hervé_Kasparian"],"template":["application/vnd.eu.kasparian.car+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eudora.data","encoding":"base64","xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.profile","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.profile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.settings","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.settings"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.theme","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.theme"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.exstream-empower+zip","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-empower+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.exstream-package","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-package"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ezpix-album","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez2"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ezpix-package","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez3"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.faf+yaml","encoding":"base64","xrefs":{"person":["James_Wolfe"],"template":["application/vnd.faf+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.familysearch.gedcom+zip","encoding":"base64","xrefs":{"person":["Gordon_Clarke"],"template":["application/vnd.familysearch.gedcom+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fastcopy-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.fastcopy-disk-image"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fdf","friendly":{"en":"Forms Data Format"},"encoding":"base64","extensions":["fdf"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd.fdf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"xrefs":{"person":["International_FDSN"],"template":["application/vnd.fdsn.mseed"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fdsn.seed","friendly":{"en":"Digital Siesmograph Networks - SEED Datafiles"},"encoding":"base64","extensions":["dataless","seed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.fdsn.stationxml+xml","encoding":"base64","xrefs":{"person":["International_FDSN"],"template":["application/vnd.fdsn.stationxml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ffsns","encoding":"base64","xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fgb","encoding":"base64","xrefs":{"person":["Björn_Harrtell"],"template":["application/vnd.fgb"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ficlab.flb+zip","encoding":"base64","xrefs":{"person":["Steve_Gilberd"],"template":["application/vnd.ficlab.flb+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.filmit.zfc","encoding":"base64","xrefs":{"person":["Harms_Moeller"],"template":["application/vnd.filmit.zfc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fints","encoding":"base64","xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.firemonkeys.cloudcell","encoding":"base64","xrefs":{"person":["Alex_Dubov"],"template":["application/vnd.firemonkeys.cloudcell"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.FloGraphIt","friendly":{"en":"NpGraphIt"},"encoding":"base64","extensions":["gph"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fluxtime.clip","friendly":{"en":"FluxTime Clip"},"encoding":"base64","extensions":["ftc"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.framemaker","friendly":{"en":"FrameMaker Normal Format"},"encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true,"sort-priority":9},{"content-type":"application/vnd.freelog.comic","encoding":"base64","xrefs":{"person":["Liu_Qiancen"],"template":["application/vnd.freelog.comic"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.frogans.fnc","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["fnc"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.fnc"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.frogans.ltf","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["ltf"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.ltf"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.fsc.weblaunch","friendly":{"en":"Friendly Software Corporation"},"encoding":"7bit","extensions":["fsc"],"xrefs":{"person":["Derek_Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujifilm.fb.docuworks","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.docuworks.binder","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.binder"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.docuworks.container","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.container"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.jfi+xml","encoding":"base64","xrefs":{"person":["Keitaro_Ishida"],"template":["application/vnd.fujifilm.fb.jfi+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujitsu.oasys","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oas"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujitsu.oasys2","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa2"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujitsu.oasys3","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa3"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujitsu.oasysgp","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["fg5"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujitsu.oasysprs","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["bh2"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujixerox.ddd","friendly":{"en":"Fujitsu - Xerox 2D CAD Data"},"encoding":"base64","extensions":["ddd"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujixerox.docuworks","friendly":{"en":"Fujitsu - Xerox DocuWorks"},"encoding":"base64","extensions":["xdw"],"xrefs":{"person":["Takatomo_Wakibayashi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujixerox.docuworks.binder","friendly":{"en":"Fujitsu - Xerox DocuWorks Binder"},"encoding":"base64","extensions":["xbd"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fut-misnet","encoding":"base64","xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.futoin+cbor","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.futoin+json","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fuzzysheet","friendly":{"en":"FuzzySheet"},"encoding":"base64","extensions":["fzs"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.g3pix.g3fc","encoding":"base64","xrefs":{"person":["Lucas_Guimarães"],"template":["application/vnd.g3pix.g3fc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ga4gh.passport+jwt","encoding":"base64","xrefs":{"person":["GA4GH_Secretariat"],"template":["application/vnd.ga4gh.passport+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.genomatix.tuxedo","friendly":{"en":"Genomatix Tuxedo Framework"},"encoding":"base64","extensions":["txd"],"xrefs":{"person":["Torben_Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.genozip","encoding":"base64","xrefs":{"person":["Divon_Lan"],"template":["application/vnd.genozip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentics.grd+json","encoding":"base64","xrefs":{"person":["Philipp_Gortan"],"template":["application/vnd.gentics.grd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.catmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.catmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.ebuild","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.ebuild"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.eclass","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.eclass"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.gpkg","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.gpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.manifest","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.manifest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.pkgmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.pkgmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.xpak","encoding":"base64","xrefs":{"person":["Gentoo_Portage_Project"],"template":["application/vnd.gentoo.xpak"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.geo+json","encoding":"base64","obsolete":true,"use-instead":"application/geo+json","xrefs":{"rfc":["rfc7946"],"person":["Sean_Gillies"],"template":["application/vnd.geo+json"],"notes":["(OBSOLETED by in favor of application/geo+json)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"],"notes":["(OBSOLETED by request)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.geogebra.file","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggb"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geogebra.pinboard","encoding":"base64","xrefs":{"person":["GeoGebra","Michael_Borcherds"],"template":["application/vnd.geogebra.pinboard"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.geogebra.slides","encoding":"base64","extensions":["ggs"],"xrefs":{"person":["GeoGebra","Markus_Hohenwarter","Michael_Borcherds"],"template":["application/vnd.geogebra.slides"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geogebra.tool","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggt"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geometry-explorer","friendly":{"en":"GeoMetry Explorer"},"encoding":"base64","extensions":["gex","gre"],"xrefs":{"person":["Michael_Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.geonext","friendly":{"en":"GEONExT and JSXGraph"},"encoding":"base64","extensions":["gxt"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geoplan","friendly":{"en":"GeoplanW"},"encoding":"base64","extensions":["g2w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geospace","friendly":{"en":"GeospacW"},"encoding":"base64","extensions":["g3w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.gerber","encoding":"base64","xrefs":{"person":["Thomas_Weyn"],"template":["application/vnd.gerber"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gmx","friendly":{"en":"GameMaker ActiveX"},"encoding":"base64","extensions":["gmx"],"obsolete":true,"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"],"notes":["- DEPRECATED"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.gnu.taler.exchange+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.exchange+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gnu.taler.merchant+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.merchant+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.google-earth.kml+xml","friendly":{"en":"Google Earth - KML"},"encoding":"8bit","extensions":["kml"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.google-earth.kmz","friendly":{"en":"Google Earth - Zipped KML"},"encoding":"8bit","extensions":["kmz"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.gov.sk.e-form+xml","encoding":"base64","obsolete":true,"xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"],"notes":["(OBSOLETED by request)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gp3","encoding":"base64","xrefs":{"person":["Robert_Clausing"],"template":["application/vnd.gp3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gpxsee.map+xml","encoding":"base64","xrefs":{"person":["Martin_Tůma"],"template":["application/vnd.gpxsee.map+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.grafeq","friendly":{"en":"GrafEq"},"encoding":"base64","extensions":["gqf","gqs"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.gridmp","encoding":"base64","xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.groove-account","friendly":{"en":"Groove - Account"},"encoding":"base64","extensions":["gac"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-account"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-help","friendly":{"en":"Groove - Help"},"encoding":"base64","extensions":["ghf"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-help"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-identity-message","friendly":{"en":"Groove - Identity Message"},"encoding":"base64","extensions":["gim"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-injector","friendly":{"en":"Groove - Injector"},"encoding":"base64","extensions":["grv"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-injector"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-tool-message","friendly":{"en":"Groove - Tool Message"},"encoding":"base64","extensions":["gtm"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-tool-template","friendly":{"en":"Groove - Tool Template"},"encoding":"base64","extensions":["tpl"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.groove-vcard","friendly":{"en":"Groove - Vcard"},"encoding":"base64","extensions":["vcg"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hal+json","encoding":"base64","xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hal+xml","friendly":{"en":"Hypertext Application Language"},"encoding":"base64","extensions":["hal"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.HandHeld-Entertainment+xml","friendly":{"en":"ZVUE Media Manager"},"encoding":"base64","extensions":["zmm"],"xrefs":{"person":["Eric_Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hbci","friendly":{"en":"Homebanking Computer Interface (HBCI)"},"encoding":"base64","extensions":["hbci","hbc","kom","upa","pkd","bpd"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.hbci"]},"registered":true,"sort-priority":10},{"content-type":"application/vnd.hc+json","encoding":"base64","xrefs":{"person":["Jan_Schütze"],"template":["application/vnd.hc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hdfgroup.hdf4","encoding":"base64","xrefs":{"person":["HDF_Group"],"template":["application/vnd.hdfgroup.hdf4"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hdfgroup.hdf5","encoding":"base64","xrefs":{"person":["HDF_Group"],"template":["application/vnd.hdfgroup.hdf5"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hdt","encoding":"base64","xrefs":{"person":["Javier_D._Fernández"],"template":["application/vnd.hdt"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.heroku+json","encoding":"base64","xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hhe.lesson-player","friendly":{"en":"Archipelago Lesson Player"},"encoding":"base64","extensions":["les"],"xrefs":{"person":["Randy_Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hl7cda+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7cda+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hl7v2+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7v2+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hp-HPGL","friendly":{"en":"HP-GL/2 and HP RTL"},"encoding":"base64","extensions":["plt","hpgl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.hp-hpid","friendly":{"en":"Hewlett Packard Instant Delivery"},"encoding":"base64","extensions":["hpid"],"xrefs":{"person":["Aloke_Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hp-hps","friendly":{"en":"Hewlett-Packard's WebPrintSmart"},"encoding":"base64","extensions":["hps"],"xrefs":{"person":["Steve_Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hp-jlyt","friendly":{"en":"HP Indigo Digital Press - Job Layout Languate"},"encoding":"base64","extensions":["jlt"],"xrefs":{"person":["Amir_Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hp-PCL","friendly":{"en":"HP Printer Command Language"},"encoding":"base64","extensions":["pcl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hp-PCLXL","friendly":{"en":"PCL 6 Enhanced (Formely PCL XL)"},"encoding":"base64","extensions":["pclxl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hsl","encoding":"base64","xrefs":{"person":["Heungsub_Lee"],"template":["application/vnd.hsl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.httphone","encoding":"base64","xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hydrostatix.sof-data","friendly":{"en":"Hydrostatix Master Suite"},"encoding":"base64","extensions":["sfd-hdstx"],"xrefs":{"person":["Allen_Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.hyper+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.hyper+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hyper-item+json","encoding":"base64","xrefs":{"person":["Mario_Demuth"],"template":["application/vnd.hyper-item+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hyperdrive+json","encoding":"base64","xrefs":{"person":["Daniel_Sims"],"template":["application/vnd.hyperdrive+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hzn-3d-crossword","friendly":{"en":"3D Crossword Plugin"},"encoding":"base64","extensions":["x3d"],"xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","obsolete":true,"use-instead":"vnd.afpc.afplinedata","xrefs":{"person":["Roger_Buis"],"template":["application/vnd.ibm.afplinedata"],"notes":["(OBSOLETED in favor of vnd.afpc.afplinedata)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ibm.MiniPay","friendly":{"en":"MiniPay"},"encoding":"base64","extensions":["mpy"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ibm.modcap","friendly":{"en":"MO:DCA-P"},"encoding":"base64","extensions":["afp","list3820","listafp"],"obsolete":true,"use-instead":"application/vnd.afpc.modca","xrefs":{"person":["Reinhard_Hohensee"],"template":["application/vnd.ibm.modcap"],"notes":["(OBSOLETED in favor of application/vnd.afpc.modca)"]},"registered":true,"sort-priority":141},{"content-type":"application/vnd.ibm.rights-management","friendly":{"en":"IBM DB2 Rights Manager"},"encoding":"base64","extensions":["irm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ibm.secure-container","friendly":{"en":"IBM Electronic Media Management System - Secure Container"},"encoding":"base64","extensions":["sc"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.iccprofile","friendly":{"en":"ICC profile"},"encoding":"base64","extensions":["icc","icm"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.ieee.1905","encoding":"base64","xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.igloader","friendly":{"en":"igLoader"},"encoding":"base64","extensions":["igl"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.imagemeter.folder+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.folder+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.imagemeter.image+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.image+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.immervision-ivp","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivp"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.immervision-ivu","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivu"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ims.imsccv1p1","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p1"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.imsccv1p2","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.imsccv1p3","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lis.v2.result+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lis.v2.result+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lti.v2.toolconsumerprofile+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolconsumerprofile+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lti.v2.toolproxy+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lti.v2.toolproxy.id+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy.id+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lti.v2.toolsettings+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.lti.v2.toolsettings.simple+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings.simple+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.informix-visionary","encoding":"base64","obsolete":true,"use-instead":"application/vnd.visionary","xrefs":{"person":["Christopher_Gales"],"template":["application/vnd.informix-visionary"],"notes":["(OBSOLETED in favor of application/vnd.visionary)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.infotech.project","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.insors.igm","friendly":{"en":"IOCOM Visimeet"},"encoding":"base64","extensions":["igm"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.intercon.formnet","friendly":{"en":"Intercon FormNet"},"encoding":"base64","extensions":["xpw","xpx"],"xrefs":{"person":["Tom_Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.intergeo","friendly":{"en":"Interactive Geometry Software"},"encoding":"base64","extensions":["i2g"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.intu.qbo","friendly":{"en":"Open Financial Exchange"},"encoding":"base64","extensions":["qbo"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.intu.qfx","friendly":{"en":"Quicken"},"encoding":"base64","extensions":["qfx"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ipfs.ipns-record","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipfs.ipns-record"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.car","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.car"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.dag-cbor","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.dag-json","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.raw","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.raw"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","extensions":["nar"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipunplugged.rcprofile","friendly":{"en":"IP Unplugged Roaming Client"},"encoding":"base64","extensions":["rcprofile"],"xrefs":{"person":["Per_Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.irepository.package+xml","friendly":{"en":"iRepository / Lucidoc Editor"},"encoding":"base64","extensions":["irp"],"xrefs":{"person":["Martin_Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.is-xpr","friendly":{"en":"Express by Infoseek"},"encoding":"base64","extensions":["xpr"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.isac.fcs","friendly":{"en":"International Society for Advancement of Cytometry"},"encoding":"base64","extensions":["fcs"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.iso11783-10+zip","encoding":"base64","xrefs":{"person":["Frank_Wiebeler"],"template":["application/vnd.iso11783-10+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.jam","friendly":{"en":"Lightspeed Audio Lab"},"encoding":"base64","extensions":["jam"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-registration","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-verification","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.java.hprof ","encoding":"base64","extensions":["hprof"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.java.hprof.text","encoding":"base64","extensions":["hprof.txt"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.jcp.javame.midlet-rms","friendly":{"en":"Mobile Information Device Profile"},"encoding":"base64","extensions":["rms"],"xrefs":{"person":["Mikhail_Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.jisp","friendly":{"en":"RhymBox"},"encoding":"base64","extensions":["jisp"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.joost.joda-archive","friendly":{"en":"Joda Archive"},"encoding":"base64","extensions":["joda"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.kahootz","friendly":{"en":"Kahootz"},"encoding":"base64","extensions":["ktr","ktz"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.kde.karbon","friendly":{"en":"KDE KOffice Office Suite - Karbon"},"encoding":"base64","extensions":["karbon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.karbon"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kchart","friendly":{"en":"KDE KOffice Office Suite - KChart"},"encoding":"base64","extensions":["chrt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kchart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kformula","friendly":{"en":"KDE KOffice Office Suite - Kformula"},"encoding":"base64","extensions":["kfo"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kformula"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kivio","friendly":{"en":"KDE KOffice Office Suite - Kivio"},"encoding":"base64","extensions":["flw"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kivio"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kontour","friendly":{"en":"KDE KOffice Office Suite - Kontour"},"encoding":"base64","extensions":["kon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kontour"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kpresenter","friendly":{"en":"KDE KOffice Office Suite - Kpresenter"},"encoding":"base64","extensions":["kpr","kpt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.kde.kspread","friendly":{"en":"KDE KOffice Office Suite - Kspread"},"encoding":"base64","extensions":["ksp"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kspread"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.kde.kword","friendly":{"en":"KDE KOffice Office Suite - Kword"},"encoding":"base64","extensions":["kwd","kwt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kword"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.kdl","encoding":"base64","xrefs":{"person":["Katerina_Zoé_Marchán_Salvá"],"template":["application/vnd.kdl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.kenameaapp","friendly":{"en":"Kenamea App"},"encoding":"base64","extensions":["htke"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.keyman.kmp+zip","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmp+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.keyman.kmx","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.kidspiration","friendly":{"en":"Kidspiration"},"encoding":"base64","extensions":["kia"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Kinar","friendly":{"en":"Kinar Applications"},"encoding":"base64","extensions":["kne","knp","sdf"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.koan","friendly":{"en":"SSEYO Koan Play File"},"encoding":"base64","extensions":["skd","skm","skp","skt"],"xrefs":{"person":["Pete_Cole"],"template":["application/vnd.koan"]},"registered":true,"sort-priority":12},{"content-type":"application/vnd.kodak-descriptor","friendly":{"en":"Kodak Storyshare"},"encoding":"base64","extensions":["sse"],"xrefs":{"person":["Michael_J._Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.las","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.las"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.las.las+json","encoding":"base64","xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.las.las+xml","friendly":{"en":"Laser App Enterprise"},"encoding":"base64","extensions":["lasxml"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.laszip","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.laszip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ldev.productlicensing","encoding":"base64","xrefs":{"person":["L.development_Polska"],"template":["application/vnd.ldev.productlicensing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.leap+json","encoding":"base64","xrefs":{"person":["Mark_C_Fralick"],"template":["application/vnd.leap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","friendly":{"en":"Life Balance - Desktop Edition"},"encoding":"base64","extensions":["lbd"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","friendly":{"en":"Life Balance - Exchange Format"},"encoding":"base64","extensions":["lbe"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.logipipe.circuit+zip","encoding":"base64","xrefs":{"person":["Victor_Kuchynsky"],"template":["application/vnd.logipipe.circuit+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.loom","encoding":"base64","xrefs":{"person":["Sten_Linnarsson"],"template":["application/vnd.loom"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.lotus-1-2-3","friendly":{"en":"Lotus 1-2-3"},"encoding":"base64","extensions":["wks","123","wk1","wk2","wk3","wk4"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true,"sort-priority":10},{"content-type":"application/vnd.lotus-approach","friendly":{"en":"Lotus Approach"},"encoding":"base64","extensions":["apr"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.lotus-freelance","friendly":{"en":"Lotus Freelance"},"encoding":"base64","extensions":["pre"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.lotus-notes","friendly":{"en":"Lotus Notes"},"encoding":"base64","extensions":["nsf"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.lotus-organizer","friendly":{"en":"Lotus Organizer"},"encoding":"base64","extensions":["org"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.lotus-screencam","friendly":{"en":"Lotus Screencam"},"encoding":"base64","extensions":["scm"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.lotus-wordpro","friendly":{"en":"Lotus Wordpro"},"encoding":"base64","extensions":["lwp"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.macports.portpkg","friendly":{"en":"MacPorts Port System"},"encoding":"base64","extensions":["portpkg"],"xrefs":{"person":["James_Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.majikah.bundle","encoding":"base64","xrefs":{"person":["Josef_Elijah_Fabian"],"template":["application/vnd.majikah.bundle"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.maml","encoding":"base64","xrefs":{"person":["Anton_Medvedev"],"template":["application/vnd.maml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mapbox-vector-tile","encoding":"base64","xrefs":{"person":["Blake_Thompson"],"template":["application/vnd.mapbox-vector-tile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mason+json","encoding":"base64","xrefs":{"person":["Jorn_Wildt"],"template":["application/vnd.mason+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.maxar.archive.3tz+zip","encoding":"base64","xrefs":{"person":["Erik_Dahlström"],"template":["application/vnd.maxar.archive.3tz+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.maxmind.maxmind-db","encoding":"base64","xrefs":{"person":["William_Stevenson"],"template":["application/vnd.maxmind.maxmind-db"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mcd","friendly":{"en":"Micro CADAM Helix D&D"},"encoding":"base64","extensions":["mcd"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.mcd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mdl","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mdl-mbsdf","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl-mbsdf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.medcalcdata","friendly":{"en":"MedCalc"},"encoding":"base64","extensions":["mc1"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mediastation.cdkey","friendly":{"en":"MediaRemote"},"encoding":"base64","extensions":["cdkey"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.medicalholodeck.recordxr","encoding":"base64","xrefs":{"person":["Dominique_Sandoz"],"template":["application/vnd.medicalholodeck.recordxr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mermaid","encoding":"base64","xrefs":{"person":["Sidharth_Vinod"],"template":["application/vnd.mermaid"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.MFER","friendly":{"en":"Medical Waveform Encoding Format"},"encoding":"base64","extensions":["mwf"],"xrefs":{"person":["Masaaki_Hirai"],"template":["application/vnd.MFER"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mfmp","friendly":{"en":"Melody Format for Mobile Platform"},"encoding":"base64","extensions":["mfm"],"xrefs":{"person":["Yukari_Ikeda"],"template":["application/vnd.mfmp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.micro+json","encoding":"base64","xrefs":{"person":["Dali_Zheng"],"template":["application/vnd.micro+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.micrografx.flo","friendly":{"en":"Micrografx"},"encoding":"base64","extensions":["flo"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.micrografx.igx","friendly":{"en":"Micrografx iGrafx Professional"},"encoding":"base64","extensions":["igx"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.igx"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.microsoft.portable-executable","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.portable-executable"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.microsoft.windows.thumbnail-cache","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.windows.thumbnail-cache"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.miele+json","encoding":"base64","xrefs":{"person":["Nils_Langhammer"],"template":["application/vnd.miele+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mif","friendly":{"en":"FrameMaker Interchange Format"},"encoding":"base64","extensions":["mif"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.mif"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mindjet.mindmanager","encoding":"base64","extensions":["mmp","mmap","mmpt","mmat","mmmp","mmas"],"registered":false,"sort-priority":42},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.Mobius.DAF","friendly":{"en":"Mobius Management Systems - UniversalArchive"},"encoding":"base64","extensions":["daf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.DIS","friendly":{"en":"Mobius Management Systems - Distribution Database"},"encoding":"base64","extensions":["dis"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.MBK","friendly":{"en":"Mobius Management Systems - Basket file"},"encoding":"base64","extensions":["mbk"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.MQY","friendly":{"en":"Mobius Management Systems - Query File"},"encoding":"base64","extensions":["mqy"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.MSL","friendly":{"en":"Mobius Management Systems - Script Language"},"encoding":"base64","extensions":["msl"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.PLC","friendly":{"en":"Mobius Management Systems - Policy Definition Language File"},"encoding":"base64","extensions":["plc"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.Mobius.TXF","friendly":{"en":"Mobius Management Systems - Topic Index File"},"encoding":"base64","extensions":["txf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.modl","encoding":"base64","xrefs":{"person":["Elliott_Brown"],"template":["application/vnd.modl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mophun.application","friendly":{"en":"Mophun VM"},"encoding":"base64","extensions":["mpn"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mophun.certificate","friendly":{"en":"Mophun Certificate"},"encoding":"base64","extensions":["mpc"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mozilla.xul+xml","friendly":{"en":"XUL - XML User Interface Language"},"encoding":"base64","extensions":["xul"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-3mfdocument","encoding":"base64","xrefs":{"person":["Shawn_Maloney"],"template":["application/vnd.ms-3mfdocument"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-artgalry","friendly":{"en":"Microsoft Artgalry"},"encoding":"base64","extensions":["cil"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-cab-compressed","friendly":{"en":"Microsoft Cabinet File"},"encoding":"base64","extensions":["cab"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-excel","friendly":{"en":"Microsoft Excel"},"encoding":"base64","extensions":["xls","xlt","xla","xlc","xlm","xlw","xll","xld"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-excel"]},"registered":true,"sort-priority":8},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","friendly":{"en":"Microsoft Excel - Add-In File"},"encoding":"base64","extensions":["xlam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-excel.sheet.2","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-excel.sheet.3","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-excel.sheet.4","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","friendly":{"en":"Microsoft Excel - Binary Workbook"},"encoding":"base64","extensions":["xlsb"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Workbook"},"encoding":"base64","extensions":["xlsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Template File"},"encoding":"base64","extensions":["xltm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-excel.workspace.3","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-excel.workspace.4","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-fontobject","friendly":{"en":"Microsoft Embedded OpenType"},"encoding":"base64","extensions":["eot"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-htmlhelp","friendly":{"en":"Microsoft Html Help File"},"encoding":"base64","extensions":["chm"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-ims","friendly":{"en":"Microsoft Class Server"},"encoding":"base64","extensions":["ims"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-lrm","friendly":{"en":"Microsoft Learning Resource Module"},"encoding":"base64","extensions":["lrm"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-officetheme","friendly":{"en":"Microsoft Office System Release Theme"},"encoding":"base64","extensions":["thmx"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-outlook","encoding":"base64","extensions":["msg"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-outlook-pst","encoding":"base64","extensions":["pst","ost"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.ms-package.3dmanufacturing-3dmodel+xml","encoding":"base64","extensions":["3mf"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-pki.seccat","friendly":{"en":"Microsoft Trust UI Provider - Security Catalog"},"encoding":"base64","extensions":["cat"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-pki.stl","friendly":{"en":"Microsoft Trust UI Provider - Certificate Trust Link"},"encoding":"base64","extensions":["stl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-powerpoint","friendly":{"en":"Microsoft PowerPoint"},"encoding":"base64","extensions":["ppt","pps","pot","ppz","ppa"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true,"sort-priority":11},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Add-in file"},"encoding":"base64","extensions":["ppam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Presentation File"},"encoding":"base64","extensions":["pptm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Open XML Slide"},"encoding":"base64","extensions":["sldm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Slide Show File"},"encoding":"base64","extensions":["ppsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","friendly":{"en":"Micosoft PowerPoint - Macro-Enabled Template File"},"encoding":"base64","extensions":["potm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-PrintDeviceCapabilities+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintDeviceCapabilities+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-PrintSchemaTicket+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintSchemaTicket+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-project","friendly":{"en":"Microsoft Project"},"encoding":"base64","extensions":["mpp","mpt"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-project"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.ms-spreadsheetml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-tnef","encoding":"base64","xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-visio.drawing","encoding":"base64","extensions":["vsdx"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-visio.drawing.macroEnabled.12","encoding":"base64","extensions":["vsdm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-visio.stencil","encoding":"base64","extensions":["vssx"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-visio.stencil.macroEnabled.12","encoding":"base64","extensions":["vssm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-visio.template","encoding":"base64","extensions":["vstx"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-visio.template.macroEnabled.12","encoding":"base64","extensions":["vstm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-windows.devicepairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.devicepairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.nwprinting.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.nwprinting.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.wsd.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.wsd.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Document"},"encoding":"base64","extensions":["docm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Template"},"encoding":"base64","extensions":["dotm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-word2006ml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-wordml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.ms-works","friendly":{"en":"Microsoft Works"},"encoding":"base64","extensions":["wcm","wdb","wks","wps"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-works"]},"registered":true,"sort-priority":12},{"content-type":"application/vnd.ms-wpl","friendly":{"en":"Microsoft Windows Media Player Playlist"},"encoding":"base64","extensions":["wpl"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ms-xpsdocument","friendly":{"en":"Microsoft XML Paper Specification"},"encoding":"8bit","extensions":["xps","oxps"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.msa-disk-image","encoding":"base64","extensions":["msa"],"xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.msa-disk-image"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mseq","friendly":{"en":"3GPP MSEQ File"},"encoding":"base64","extensions":["mseq"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.msgpack","encoding":"base64","xrefs":{"person":["Alexander_Ivanov"],"template":["application/vnd.msgpack"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.msign","encoding":"base64","xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.multiad.creator","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.music-niff","encoding":"base64","xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.musician","friendly":{"en":"MUsical Score Interpreted Code Invented for the ASCII designation of Notation"},"encoding":"base64","extensions":["mus"],"xrefs":{"person":["Greg_Adams"],"template":["application/vnd.musician"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.muvee.style","friendly":{"en":"Muvee Automatic Video Editing"},"encoding":"base64","extensions":["msty"],"xrefs":{"person":["Chandrashekhara_Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nacamar.ybrid+json","encoding":"base64","xrefs":{"person":["Sebastian_A._Weiss"],"template":["application/vnd.nacamar.ybrid+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+cbor","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+json","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+xml","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.openxmlformats-package.iepd+zip","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.openxmlformats-package.iepd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ncd.control","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ncd.reference","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nearst.inv+json","encoding":"base64","xrefs":{"person":["Thomas_Schoffelen"],"template":["application/vnd.nearst.inv+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nebumind.line","encoding":"base64","xrefs":{"person":["Andreas_Molzer"],"template":["application/vnd.nebumind.line"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["ent","entity","req","request","bkm","kcm"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true,"sort-priority":10},{"content-type":"application/vnd.netfpx","encoding":"base64","xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.neurolanguage.nlu","friendly":{"en":"neuroLanguage"},"encoding":"base64","extensions":["nlu"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nimn","encoding":"base64","xrefs":{"person":["Amit_Kumar_Gupta"],"template":["application/vnd.nimn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.noblenet-directory","friendly":{"en":"NobleNet Directory"},"encoding":"base64","extensions":["nnd"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.noblenet-sealer","friendly":{"en":"NobleNet Sealer"},"encoding":"base64","extensions":["nns"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.noblenet-web","friendly":{"en":"NobleNet Web"},"encoding":"base64","extensions":["nnw"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.n-gage.data","friendly":{"en":"N-Gage Game Data"},"encoding":"base64","extensions":["ngdat"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nokia.n-gage.symbian.install","friendly":{"en":"N-Gage Game Installer"},"encoding":"base64","extensions":["n-gage"],"obsolete":true,"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"],"notes":["(OBSOLETE; no replacement given)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.nokia.ncd","registered":true,"sort-priority":144},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.radio-preset","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpst"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nokia.radio-presets","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpss"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.novadigm.EDM","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edm"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.novadigm.EDX","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edx"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.novadigm.EXT","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["ext"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ntt-local.ogw_remote-access","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.ogw_remote-access"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nubaltec.nudoku-game","encoding":"base64","xrefs":{"person":["Peter_Koellner"],"template":["application/vnd.nubaltec.nudoku-game"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oai.workflows","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oai.workflows+json","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oai.workflows+yaml","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oasis.opendocument.base","encoding":"base64","extensions":["odb"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.base"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.chart-template","friendly":{"en":"OpenDocument Chart Template"},"encoding":"base64","extensions":["odc","otc"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"obsolete":true,"use-instead":"application/vnd.oasis.opendocument.base","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.database"],"notes":["(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.oasis.opendocument.flat.presentation","encoding":"base64","extensions":["fodp"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.oasis.opendocument.flat.spreadsheet","encoding":"base64","extensions":["fods"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.oasis.opendocument.flat.text","encoding":"base64","extensions":["fodt"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.formula-template","friendly":{"en":"OpenDocument Formula Template"},"encoding":"base64","extensions":["odf","odft"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.graphics","friendly":{"en":"OpenDocument Graphics"},"encoding":"base64","extensions":["odg"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.graphics-template","friendly":{"en":"OpenDocument Graphics Template"},"encoding":"base64","extensions":["otg"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.image","friendly":{"en":"OpenDocument Image"},"encoding":"base64","extensions":["odi"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.image-template","friendly":{"en":"OpenDocument Image Template"},"encoding":"base64","extensions":["odi","oti"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.presentation","friendly":{"en":"OpenDocument Presentation"},"encoding":"base64","extensions":["odp"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.presentation-template","friendly":{"en":"OpenDocument Presentation Template"},"encoding":"base64","extensions":["otp"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","friendly":{"en":"OpenDocument Spreadsheet"},"encoding":"base64","extensions":["ods"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","friendly":{"en":"OpenDocument Spreadsheet Template"},"encoding":"base64","extensions":["ots"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text","friendly":{"en":"OpenDocument Text"},"encoding":"base64","extensions":["odt"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text-master","friendly":{"en":"OpenDocument Text Master"},"encoding":"base64","extensions":["odm","otm"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.text-master-template","encoding":"base64","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text-web","friendly":{"en":"Open Document Text Web"},"encoding":"base64","extensions":["oth"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.tika.flat.document","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vnd.obn","encoding":"base64","xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ocf+cbor","encoding":"base64","xrefs":{"person":["Michael_Koster"],"template":["application/vnd.ocf+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oci.image.manifest.v1+json","encoding":"base64","xrefs":{"person":["Steven_Lasker"],"template":["application/vnd.oci.image.manifest.v1+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.olpc-sugar","friendly":{"en":"Sugar Linux Application Bundle"},"encoding":"base64","extensions":["xo"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.dcd","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.dd2+xml","friendly":{"en":"OMA Download Agents"},"encoding":"base64","extensions":["dd2"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_WG"],"template":["application/vnd.oma.dd2+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_WG","Sean_Kelley"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.lwm2m+cbor","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.lwm2m+json","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.lwm2m+tlv","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+tlv"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","xrefs":{"person":["Brian_McColgan","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG","Sean_Kelley"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.push","encoding":"base64","xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_WG","Sean_Kelley"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_WG"],"template":["application/vnd.omads-email+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_WG"],"template":["application/vnd.omads-file+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_WG"],"template":["application/vnd.omads-folder+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oms.cellular-cose-content+cbor","encoding":"base64","xrefs":{"person":["OMS-Group_e._V.","Torben_Markussen"],"template":["application/vnd.oms.cellular-cose-content+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepager","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepager"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertamp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertamx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertat","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertat"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertatp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertatx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onvif.metadata","encoding":"base64","xrefs":{"person":["Hans_Busch"],"template":["application/vnd.onvif.metadata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openblox.game+xml","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openblox.game-binary","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game-binary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openofficeorg.autotext","encoding":"base64","extensions":["bau"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.openofficeorg.extension","friendly":{"en":"Open Office Extension"},"encoding":"base64","extensions":["oxt"],"registered":true,"sort-priority":15},{"content-type":"application/vnd.openprinttag","encoding":"base64","xrefs":{"person":["Daniel_Čejchan"],"template":["application/vnd.openprinttag"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openstreetmap.data+xml","encoding":"base64","xrefs":{"person":["Paul_Norman"],"template":["application/vnd.openstreetmap.data+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.opentimestamps.ots","encoding":"base64","xrefs":{"person":["Peter_Todd"],"template":["application/vnd.opentimestamps.ots"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openvpi.dspx+json","encoding":"base64","xrefs":{"person":["Crindzebra_Sjimo"],"template":["application/vnd.openvpi.dspx+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","friendly":{"en":"Microsoft Office - OOXML - Presentation"},"encoding":"base64","extensions":["pptx","thmx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slide)"},"encoding":"base64","extensions":["sldx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slideshow)"},"encoding":"base64","extensions":["ppsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","friendly":{"en":"Microsoft Office - OOXML - Presentation Template"},"encoding":"base64","extensions":["potx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet"},"encoding":"base64","extensions":["xlsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet Teplate"},"encoding":"base64","extensions":["xltx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","friendly":{"en":"Microsoft Office - OOXML - Word Document"},"encoding":"base64","extensions":["docx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","friendly":{"en":"Microsoft Office - OOXML - Word Document Template"},"encoding":"base64","extensions":["dotx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oracle.resource+json","encoding":"base64","xrefs":{"person":["Ning_Dong"],"template":["application/vnd.oracle.resource+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.orange.indata","encoding":"base64","xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.osgeo.mapguide.package","friendly":{"en":"MapGuide DBXML"},"encoding":"base64","extensions":["mgp"],"xrefs":{"person":["Jason_Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.osgi.dp","friendly":{"en":"OSGi Deployment Package"},"encoding":"base64","extensions":["dp"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oxli.countgraph","encoding":"base64","xrefs":{"person":["C._Titus_Brown"],"template":["application/vnd.oxli.countgraph"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pagerduty+json","encoding":"base64","xrefs":{"person":["Steve_Rice"],"template":["application/vnd.pagerduty+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.palm","friendly":{"en":"PalmOS Data"},"encoding":"base64","extensions":["prc","pdb","pqa","oprc"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true,"sort-priority":12},{"content-type":"application/vnd.panoply","encoding":"base64","xrefs":{"person":["Natarajan_Balasundara"],"template":["application/vnd.panoply"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.paos.xml","encoding":"base64","xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos.xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.patentdive","encoding":"base64","xrefs":{"person":["Christian_Trosclair"],"template":["application/vnd.patentdive"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.patientecommsdoc","encoding":"base64","xrefs":{"person":["Andrew_David_Kendall"],"template":["application/vnd.patientecommsdoc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pawaafile","friendly":{"en":"PawaaFILE"},"encoding":"base64","extensions":["paw"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pcos","encoding":"base64","xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pg.format","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["str"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.format"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pg.osasli","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["ei6"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.phbk+xml","encoding":"base64","xrefs":{"person":["Lost_Idea_Experiments"],"template":["application/vnd.phbk+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.picsel","friendly":{"en":"Pcsel eFIF File"},"encoding":"base64","extensions":["efif"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pmi.widget","friendly":{"en":"Qualcomm's Plaza Mobile Internet"},"encoding":"base64","extensions":["wg"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pmtiles","encoding":"base64","xrefs":{"person":["Sascha_Brawer"],"template":["application/vnd.pmtiles"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_WG","Sean_Kelley"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pocketlearn","friendly":{"en":"PocketLearn Viewers"},"encoding":"base64","extensions":["plf"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.powerbuilder6","friendly":{"en":"PowerBuilder"},"encoding":"base64","extensions":["pbd"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pp.systemverify+xml","encoding":"base64","xrefs":{"person":["Graham_Leggett"],"template":["application/vnd.pp.systemverify+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.preminet","encoding":"base64","xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.previewsystems.box","friendly":{"en":"Preview Systems ZipLock/VBox"},"encoding":"base64","extensions":["box"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.project-graph","encoding":"base64","xrefs":{"person":["Tianyu_Zhang"],"template":["application/vnd.project-graph"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.proteus.magazine","friendly":{"en":"EFI Proteus"},"encoding":"base64","extensions":["mgz"],"xrefs":{"person":["Pete_Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.psfs","encoding":"base64","xrefs":{"person":["Kristopher_Durski"],"template":["application/vnd.psfs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pt.mundusmundi","encoding":"base64","xrefs":{"person":["Igor_Lima_Bolacha_Severino"],"template":["application/vnd.pt.mundusmundi"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.publishare-delta-tree","friendly":{"en":"PubliShare Objects"},"encoding":"base64","extensions":["qps"],"xrefs":{"person":["Oren_Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pvi.ptid1","friendly":{"en":"Princeton Video Image"},"encoding":"base64","extensions":["pti","ptid"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","xrefs":{"rfc":["rfc3391"],"template":["application/vnd.pwg-multiplexed"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pyon+json","encoding":"base64","xrefs":{"person":["Eduardo_Rodrigues"],"template":["application/vnd.pyon+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.quarantainenet","encoding":"base64","xrefs":{"person":["Casper_Joost_Eyckelhof"],"template":["application/vnd.quarantainenet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.Quark.QuarkXPress","friendly":{"en":"QuarkXPress"},"encoding":"8bit","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true,"sort-priority":10},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.R74n.sandboxels+json","encoding":"base64","xrefs":{"person":["R74n"],"template":["application/vnd.R74n.sandboxels+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.moml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conn+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-dialog+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-stream+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-conf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-base+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-detect+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-sendrecv+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-group+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-speech+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-transform+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rainstor.data","encoding":"base64","xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rapid","encoding":"base64","xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.rar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.realvnc.bed","friendly":{"en":"RealVNC"},"encoding":"base64","extensions":["bed"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.recordare.musicxml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["mxl"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.recordare.musicxml+xml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["musicxml"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.relpipe","encoding":"base64","xrefs":{"person":["Frantisek_Kucera"],"template":["application/vnd.relpipe"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","xrefs":{"person":["James_Wick"],"template":["application/vnd.RenLearn.rlprint"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.resilient.logic","encoding":"base64","xrefs":{"person":["Benedikt_Muessig"],"template":["application/vnd.resilient.logic"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.restful+json","encoding":"base64","xrefs":{"person":["Stephen_Mizell"],"template":["application/vnd.restful+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rig.cryptonote","friendly":{"en":"CryptoNote"},"encoding":"base64","extensions":["cryptonote"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.rim.cod","friendly":{"en":"Blackberry COD File"},"encoding":"base64","extensions":["cod"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.rn-realmedia","friendly":{"en":"RealMedia"},"encoding":"base64","extensions":["rm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.route66.link66+xml","friendly":{"en":"ROUTE 66 Location Based Services"},"encoding":"base64","extensions":["link66"],"xrefs":{"person":["Sybren_Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.rs-274x","encoding":"base64","xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ruckus.download","encoding":"base64","xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.s3sms","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sailingtracker.track","friendly":{"en":"SailingTracker"},"encoding":"base64","extensions":["st"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.sar","encoding":"base64","xrefs":{"person":["Markus_Strehle"],"template":["application/vnd.sar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sbm.cid","encoding":"base64","xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.scribus","encoding":"base64","xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.3df","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.csf","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["sdoc","sdo","s1w"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.doc"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["seml","sem"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.eml"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smht","smh"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.mht"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.sealed.net","encoding":"base64","xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["sppt","spp","s1p"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.ppt"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed.tiff"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["sxls","sxl","s1e"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.xls"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["stml","stm","s1h"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.html"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["spdf","spd","s1a"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.pdf"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.seemail","friendly":{"en":"SeeMail"},"encoding":"base64","extensions":["see"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.seis+json","encoding":"base64","xrefs":{"person":["ICT_Manager"],"template":["application/vnd.seis+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sema","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["sema"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.sema"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.semd","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semd"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.semf","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semf"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shade-save-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.shade-save-file"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shana.informed.formdata","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ifm"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shana.informed.formtemplate","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["itp"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shana.informed.interchange","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["iif"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shana.informed.package","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ipk"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shootproof+json","encoding":"base64","xrefs":{"person":["Ben_Ramsey"],"template":["application/vnd.shootproof+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shopkick+json","encoding":"base64","xrefs":{"person":["Ronald_Jacobs"],"template":["application/vnd.shopkick+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shp","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shx","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sigrok.session","encoding":"base64","xrefs":{"person":["Uwe_Hermann"],"template":["application/vnd.sigrok.session"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.SimTech-MindMapper","friendly":{"en":"SimTech MindMapper"},"encoding":"base64","extensions":["twd","twds"],"xrefs":{"person":["Patrick_Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.siren+json","encoding":"base64","xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sirtx.vmv0","encoding":"base64","xrefs":{"person":["Philipp_Schafft"],"template":["application/vnd.sirtx.vmv0"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sketchometry","encoding":"base64","xrefs":{"person":["Center_for_Mobile_Learning_with_Digital_Technology"],"template":["application/vnd.sketchometry"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.smaf","friendly":{"en":"SMAF File"},"encoding":"base64","extensions":["mmf"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.smart.notebook","encoding":"base64","xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.smart.teacher","friendly":{"en":"SMART Technologies Apps"},"encoding":"base64","extensions":["teacher"],"xrefs":{"person":["Michael_Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.smintio.portals.archive","encoding":"base64","xrefs":{"person":["Reinhard_Holzner"],"template":["application/vnd.smintio.portals.archive"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.snesdev-page-table","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.snesdev-page-table"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.solent.sdkm+xml","friendly":{"en":"SudokuMagic"},"encoding":"base64","extensions":["sdkd","sdkm"],"xrefs":{"person":["Cliff_Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.spotfire.dxp","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["dxp"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.spotfire.sfs","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["sfs"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.sqlite3","encoding":"base64","xrefs":{"person":["Clemens_Ladisch"],"template":["application/vnd.sqlite3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-cod","encoding":"base64","xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-dtf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-ntf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.stardivision.calc","friendly":{"en":"StarOffice - Calc"},"encoding":"base64","extensions":["sdc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.draw","friendly":{"en":"StarOffice - Draw"},"encoding":"base64","extensions":["sda"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.impress","friendly":{"en":"StarOffice - Impress"},"encoding":"base64","extensions":["sdd"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.math","friendly":{"en":"StarOffice - Math"},"encoding":"base64","extensions":["sdf","smf"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.stardivision.writer","friendly":{"en":"StarOffice - Writer"},"encoding":"base64","extensions":["sdw","vor"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.stardivision.writer-global","friendly":{"en":"StarOffice - Writer (Global)"},"encoding":"base64","extensions":["sgl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.stepmania.stepchart","friendly":{"en":"StepMania"},"encoding":"base64","extensions":["sm"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.street-stream","encoding":"base64","xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sun.xml.calc","friendly":{"en":"OpenOffice - Calc (Spreadsheet)"},"encoding":"base64","extensions":["sxc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.calc.template","friendly":{"en":"OpenOffice - Calc Template (Spreadsheet)"},"encoding":"base64","extensions":["stc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.draw","friendly":{"en":"OpenOffice - Draw (Graphics)"},"encoding":"base64","extensions":["sxd"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.draw.template","friendly":{"en":"OpenOffice - Draw Template (Graphics)"},"encoding":"base64","extensions":["std"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.impress","friendly":{"en":"OpenOffice - Impress (Presentation)"},"encoding":"base64","extensions":["sxi"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.impress.template","friendly":{"en":"OpenOffice - Impress Template (Presentation)"},"encoding":"base64","extensions":["sti"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.math","friendly":{"en":"OpenOffice - Math (Formula)"},"encoding":"base64","extensions":["sxm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxw"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer.global","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxg"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer.template","friendly":{"en":"OpenOffice - Writer Template (Text - HTML)"},"encoding":"base64","extensions":["stw"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.superfile.super","encoding":"base64","xrefs":{"person":["Shane_Valdez"],"template":["application/vnd.superfile.super"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sus-calendar","friendly":{"en":"ScheduleUs"},"encoding":"base64","extensions":["sus","susp"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.svd","friendly":{"en":"SourceView Document"},"encoding":"base64","extensions":["svd"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sybyl.mol2","encoding":"base64","xrefs":{"person":["Finn_Rayk_Gärtner"],"template":["application/vnd.sybyl.mol2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sycle+xml","encoding":"base64","xrefs":{"person":["Johann_Terblanche"],"template":["application/vnd.sycle+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syft+json","encoding":"base64","xrefs":{"person":["Dan_Nurmi"],"template":["application/vnd.syft+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.symbian.install","friendly":{"en":"Symbian Install Package"},"encoding":"base64","extensions":["sis","sisx"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.syncml+xml","friendly":{"en":"SyncML"},"encoding":"base64","extensions":["xsm"],"xrefs":{"person":["OMA_Data_Synchronization_WG"],"template":["application/vnd.syncml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.syncml.dm+wbxml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["bdm"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.syncml.dm+xml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["xdm"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_WG"],"template":["application/vnd.syncml.ds.notification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tableschema+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.tableschema+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tao.intent-module-archive","friendly":{"en":"Tao Intent"},"encoding":"base64","extensions":["tao"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"xrefs":{"person":["Glen_Turner","Guy_Harris"],"template":["application/vnd.tcpdump.pcap"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.tcpdump.pcapng","encoding":"base64","extensions":["pcapng"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.think-cell.ppttc+json","encoding":"base64","xrefs":{"person":["Arno_Schoedl"],"template":["application/vnd.think-cell.ppttc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tmd.mediaflex.api+xml","encoding":"base64","xrefs":{"person":["Alex_Sibilev"],"template":["application/vnd.tmd.mediaflex.api+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tml","encoding":"base64","xrefs":{"person":["Joey_Smith"],"template":["application/vnd.tml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tmobile-livetv","friendly":{"en":"MobileTV"},"encoding":"base64","extensions":["tmo"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.tri.onesource","encoding":"base64","xrefs":{"person":["Rick_Rupp"],"template":["application/vnd.tri.onesource"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.trid.tpt","friendly":{"en":"TRI Systems Config"},"encoding":"base64","extensions":["tpt"],"xrefs":{"person":["Frank_Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.triscape.mxs","friendly":{"en":"Triscape Map Explorer"},"encoding":"base64","extensions":["mxs"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.trueapp","friendly":{"en":"True BASIC"},"encoding":"base64","extensions":["tra"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.truedoc","encoding":"base64","xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ufdl","friendly":{"en":"Universal Forms Description Language"},"encoding":"base64","extensions":["ufd","ufdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.uic.dosipas.v1","encoding":"base64","xrefs":{"person":["Union_Internationale_des_Chemins_de_fer"],"template":["application/vnd.uic.dosipas.v1"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uic.dosipas.v2","encoding":"base64","xrefs":{"person":["Union_Internationale_des_Chemins_de_fer"],"template":["application/vnd.uic.dosipas.v2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uic.osdm+json","encoding":"base64","xrefs":{"person":["David_Sarfatti"],"template":["application/vnd.uic.osdm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uic.tlb-fcb","encoding":"base64","xrefs":{"person":["Union_Internationale_des_Chemins_de_fer"],"template":["application/vnd.uic.tlb-fcb"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uiq.theme","friendly":{"en":"User Interface Quartz - Theme (Symbian)"},"encoding":"base64","extensions":["utz"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.umajin","friendly":{"en":"UMAJIN"},"encoding":"base64","extensions":["umj"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.unity","friendly":{"en":"Unity 3d"},"encoding":"base64","extensions":["unityweb"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.uoml+xml","friendly":{"en":"Unique Object Markup Language"},"encoding":"base64","extensions":["uoml"],"xrefs":{"person":["Arne_Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.list","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uri-map","encoding":"base64","xrefs":{"person":["Sebastian_Baer"],"template":["application/vnd.uri-map"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.valve.source.material","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.valve.source.material"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vcx","friendly":{"en":"VirtualCatalog"},"encoding":"base64","extensions":["vcx"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.vd-study","encoding":"base64","xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vectorworks","encoding":"base64","xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vel+json","encoding":"base64","xrefs":{"person":["James_Wigger"],"template":["application/vnd.vel+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veraison.tsm-report+cbor","encoding":"base64","xrefs":{"person":["Thomas_Fossati"],"template":["application/vnd.veraison.tsm-report+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veraison.tsm-report+json","encoding":"base64","xrefs":{"person":["Thomas_Fossati"],"template":["application/vnd.veraison.tsm-report+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.verifier-attestation+jwt","encoding":"base64","xrefs":{"person":["Oliver_Terbu","OpenID_Foundation_Digital_Credentials_Protocols_WG"],"template":["application/vnd.verifier-attestation+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veritone.aion+json","encoding":"base64","xrefs":{"person":["Al_Brown"],"template":["application/vnd.veritone.aion+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veryant.thin","encoding":"base64","xrefs":{"person":["Massimo_Bertoli"],"template":["application/vnd.veryant.thin"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ves.encrypted","encoding":"base64","xrefs":{"person":["Jim_Zubov"],"template":["application/vnd.ves.encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.visio","friendly":{"en":"Microsoft Visio"},"encoding":"base64","extensions":["vsd","vst","vsw","vss"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true,"sort-priority":12},{"content-type":"application/vnd.visionary","friendly":{"en":"Visionary"},"encoding":"base64","extensions":["vis"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vocalshaper.vsp4","encoding":"base64","xrefs":{"person":["Wu_Chang"],"template":["application/vnd.vocalshaper.vsp4"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vsf","friendly":{"en":"Viewport+"},"encoding":"base64","extensions":["vsf"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.vuq","encoding":"base64","xrefs":{"person":["Phillip_Gimmi"],"template":["application/vnd.vuq"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wantverse","encoding":"base64","xrefs":{"person":["John_J_Kolb_V"],"template":["application/vnd.wantverse"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.slc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.wbxml","friendly":{"en":"WAP Binary XML (WBXML)"},"encoding":"base64","extensions":["wbxml"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wbxml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.wmlc","friendly":{"en":"Compiled Wireless Markup Language (WMLC)"},"encoding":"base64","extensions":["wmlc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.wmlscriptc","friendly":{"en":"WMLScript"},"encoding":"base64","extensions":["wmlsc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wasmflow.wafl","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.wasmflow.wafl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.webturbo","friendly":{"en":"WebTurbo"},"encoding":"base64","extensions":["wtb"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wfa.dpp","encoding":"base64","xrefs":{"person":["Dr._Jun_Tian","Wi-Fi_Alliance"],"template":["application/vnd.wfa.dpp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wmap","encoding":"base64","xrefs":{"person":["Rubén_Fabián_Beltrán_del_Río_Vara"],"template":["application/vnd.wmap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wmc","encoding":"base64","xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wolfram.player","friendly":{"en":"Mathematica Notebook Player"},"encoding":"base64","extensions":["nbp"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wolfram.wl","encoding":"base64","extensions":["wl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.wordlift","encoding":"base64","xrefs":{"person":["David_Riccitelli"],"template":["application/vnd.wordlift"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wordperfect","friendly":{"en":"Wordperfect"},"encoding":"base64","extensions":["wpd","wp","wp5","wp6","w60","wp61","wpt"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true,"sort-priority":9},{"content-type":"application/vnd.wqd","friendly":{"en":"SundaHus WQ"},"encoding":"base64","extensions":["wqd"],"xrefs":{"person":["Jan_Boström"],"template":["application/vnd.wqd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wt.stf","friendly":{"en":"Worldtalk"},"encoding":"base64","extensions":["stf"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xacml+json","encoding":"base64","xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xara","friendly":{"en":"CorelXARA"},"encoding":"base64","extensions":["xar"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.xarin.cpj","encoding":"base64","xrefs":{"person":["Ben_Brown"],"template":["application/vnd.xarin.cpj"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xcdn","encoding":"base64","xrefs":{"person":["Gioele_Stefano_Luca_Fierro"],"template":["application/vnd.xcdn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xecrets-encrypted","encoding":"base64","xrefs":{"person":["Svante_Seleborg"],"template":["application/vnd.xecrets-encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xfdl","friendly":{"en":"Extensible Forms Description Language"},"encoding":"base64","extensions":["xfdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmi+xml","encoding":"base64","xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yamaha.hv-dic","friendly":{"en":"HV Voice Dictionary"},"encoding":"base64","extensions":["hvd"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.hv-script","friendly":{"en":"HV Script"},"encoding":"base64","extensions":["hvs"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.hv-voice","friendly":{"en":"HV Voice Parameter"},"encoding":"base64","extensions":["hvp"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.openscoreformat","friendly":{"en":"Open Score Format"},"encoding":"base64","extensions":["osf"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","friendly":{"en":"OSFPVG"},"encoding":"base64","extensions":["osfpvg"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yamaha.smaf-audio","friendly":{"en":"SMAF Audio"},"encoding":"base64","extensions":["saf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.smaf-phrase","friendly":{"en":"SMAF Phrase"},"encoding":"base64","extensions":["spf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yaoweme","encoding":"base64","xrefs":{"person":["Jens_Jorgensen"],"template":["application/vnd.yaoweme"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yellowriver-custom-menu","friendly":{"en":"CustomMenu"},"encoding":"base64","extensions":["cmp"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.youtube.yt","encoding":"base64","obsolete":true,"use-instead":"video/vnd.youtube.yt","xrefs":{"person":["Laura_Wood"],"template":["application/vnd.youtube.yt"],"notes":["(OBSOLETED in favor of video/vnd.youtube.yt)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.zoho-document.writer","encoding":"base64","xrefs":{"person":["Ganeshprabhu_Rajendran"],"template":["application/vnd.zoho-document.writer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.zoho-presentation.show","encoding":"base64","xrefs":{"person":["Manivannan_Subburaj"],"template":["application/vnd.zoho-presentation.show"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.zoho.spreadsheetml.sheet","encoding":"base64","xrefs":{"person":["Srikanth_Sankar"],"template":["application/vnd.zoho.spreadsheetml.sheet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.zul","friendly":{"en":"Z.U.L. Geometry"},"encoding":"base64","extensions":["zir","zirz"],"xrefs":{"person":["Rene_Grothmann"],"template":["application/vnd.zul"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.zzazz.deck+xml","friendly":{"en":"Zzazz Deck"},"encoding":"base64","extensions":["zaz"],"xrefs":{"person":["Micheal_Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/voicexml+xml","friendly":{"en":"VoiceXML"},"encoding":"base64","extensions":["vxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/voicexml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/voucher+cose","encoding":"base64","xrefs":{"draft":["draft-ietf-anima-constrained-voucher-23"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/voucher-cms+json","encoding":"base64","xrefs":{"rfc":["rfc8366"],"template":["application/voucher-cms+json"]},"registered":true,"sort-priority":16},{"content-type":"application/voucher-cose+cbor","encoding":"base64","obsolete":true,"xrefs":{"draft":["draft-ietf-anima-constrained-voucher-17"]},"registered":true,"sort-priority":144},{"content-type":"application/voucher-jws+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-anima-jws-voucher-16"],"template":["application/voucher-jws+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vp","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vp"]},"registered":true,"sort-priority":16},{"content-type":"application/vp+cose","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vp+cose"]},"registered":true,"sort-priority":16},{"content-type":"application/vp+jwt","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vp+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vp+sd-jwt","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C_Verifiable_Credentials_WG"],"template":["application/vp+sd-jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/vq-rtcpxr","encoding":"base64","xrefs":{"rfc":["rfc6035"],"template":["application/vq-rtcpxr"]},"registered":true,"sort-priority":16},{"content-type":"application/warc","encoding":"base64","extensions":["warc"],"registered":false,"sort-priority":47},{"content-type":"application/warc+gz","encoding":"base64","extensions":["warc.gz"],"registered":false,"sort-priority":47},{"content-type":"application/wasm","friendly":{"en":"WebAssembly"},"encoding":"8bit","extensions":["wasm"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/wasm"]},"registered":true,"sort-priority":15},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"xrefs":{"rfc":["rfc3858"],"template":["application/watcherinfo+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/webbundle","encoding":"base64","xrefs":{"draft":["draft-yasskin-wpack-bundled-exchanges-02"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/webpush-options+json","encoding":"base64","xrefs":{"rfc":["rfc8292"],"template":["application/webpush-options+json"]},"registered":true,"sort-priority":16},{"content-type":"application/whoispp-query","encoding":"base64","xrefs":{"rfc":["rfc2957"],"template":["application/whoispp-query"]},"registered":true,"sort-priority":16},{"content-type":"application/whoispp-response","encoding":"base64","xrefs":{"rfc":["rfc2958"],"template":["application/whoispp-response"]},"registered":true,"sort-priority":16},{"content-type":"application/widget","friendly":{"en":"Widget Packaging and XML Configuration"},"encoding":"base64","extensions":["wgt"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget"],"template":["application/widget"]},"registered":true,"sort-priority":15},{"content-type":"application/winhlp","friendly":{"en":"WinHelp"},"encoding":"base64","extensions":["hlp"],"registered":false,"sort-priority":47},{"content-type":"application/wita","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true,"sort-priority":16},{"content-type":"application/won","encoding":"base64","xrefs":{"person":["Roy_T._Fielding"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false,"sort-priority":46},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp5","wp"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true,"sort-priority":14},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":"application/x-wordperfect6.1","registered":false,"sort-priority":175},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/wsdl+xml","friendly":{"en":"WSDL - Web Services Description Language"},"encoding":"base64","extensions":["wsdl"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/wspolicy+xml","friendly":{"en":"Web Services Policy"},"encoding":"base64","extensions":["wspolicy"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/x-7z-compressed","friendly":{"en":"7-Zip"},"encoding":"base64","extensions":["7z"],"registered":false,"sort-priority":47},{"content-type":"application/x-abiword","friendly":{"en":"AbiWord"},"encoding":"base64","extensions":["abw"],"registered":false,"sort-priority":47},{"content-type":"application/x-access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false,"sort-priority":172},{"content-type":"application/x-ace-compressed","friendly":{"en":"Ace Archive"},"encoding":"base64","extensions":["ace"],"registered":false,"sort-priority":47},{"content-type":"application/x-activemime","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-adobe-indesign","encoding":"base64","extensions":["indd"],"registered":false,"sort-priority":47},{"content-type":"application/x-adobe-indesign-interchange","encoding":"base64","extensions":["inx"],"registered":false,"sort-priority":47},{"content-type":"application/x-amf","encoding":"base64","extensions":["amf"],"registered":false,"sort-priority":47},{"content-type":"application/x-amiga-disk-format","encoding":"base64","extensions":["adf"],"registered":false,"sort-priority":47},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false,"sort-priority":47},{"content-type":"application/x-appleworks","encoding":"base64","extensions":["cwk"],"registered":false,"sort-priority":47},{"content-type":"application/x-archive","encoding":"base64","extensions":["ar","a"],"registered":false,"sort-priority":46},{"content-type":"application/x-arj","encoding":"base64","extensions":["arj"],"registered":false,"sort-priority":47},{"content-type":"application/x-asprs","encoding":"base64","extensions":["las","laz"],"registered":false,"sort-priority":46},{"content-type":"application/x-atari-floppy-disk-image","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-authorware-bin","friendly":{"en":"Adobe (Macropedia) Authorware - Binary File"},"encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false,"sort-priority":44},{"content-type":"application/x-authorware-map","friendly":{"en":"Adobe (Macropedia) Authorware - Map"},"encoding":"base64","extensions":["aam"],"registered":false,"sort-priority":47},{"content-type":"application/x-authorware-seg","friendly":{"en":"Adobe (Macropedia) Authorware - Segment File"},"encoding":"base64","extensions":["aas"],"registered":false,"sort-priority":47},{"content-type":"application/x-axcrypt","encoding":"base64","extensions":["axx"],"registered":false,"sort-priority":47},{"content-type":"application/x-bat","encoding":"base64","extensions":["bat","cmd"],"registered":false,"sort-priority":46},{"content-type":"application/x-bcpio","friendly":{"en":"Binary CPIO Archive"},"encoding":"base64","extensions":["bcpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-bentley-besqlite","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-bentley-localization","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-berkeley-db","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-bibtex-text-file","encoding":"base64","extensions":["bib","bibtex"],"registered":false,"sort-priority":46},{"content-type":"application/x-bittorrent","friendly":{"en":"BitTorrent"},"encoding":"base64","extensions":["torrent"],"registered":false,"sort-priority":47},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false,"sort-priority":47},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false,"sort-priority":46},{"content-type":"application/x-bplist","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-brotli","encoding":"base64","extensions":["br","brotli"],"registered":false,"sort-priority":46},{"content-type":"application/x-bzip","friendly":{"en":"Bzip Archive"},"encoding":"base64","extensions":["bz","tbz"],"registered":false,"sort-priority":46},{"content-type":"application/x-bzip2","friendly":{"en":"Bzip2 Archive"},"encoding":"base64","extensions":["boz","bz2","tbz2"],"registered":false,"sort-priority":45},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false,"sort-priority":43},{"content-type":"application/x-cdf","encoding":"base64","extensions":["cda"],"registered":false,"sort-priority":47},{"content-type":"application/x-cdlink","friendly":{"en":"Video CD"},"encoding":"base64","extensions":["vcd"],"registered":false,"sort-priority":47},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false,"sort-priority":47},{"content-type":"application/x-chat","friendly":{"en":"pIRCh"},"encoding":"base64","extensions":["chat"],"registered":false,"sort-priority":47},{"content-type":"application/x-chess-pgn","friendly":{"en":"Portable Game Notation (Chess Games)"},"encoding":"base64","extensions":["pgn"],"registered":false,"sort-priority":47},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false,"sort-priority":47},{"content-type":"application/x-chrome-package","encoding":"base64","extensions":["crx"],"registered":false,"sort-priority":47},{"content-type":"application/x-clariscad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-compress","encoding":"base64","extensions":["z","Z"],"obsolete":true,"use-instead":"application/x-compressed","registered":false,"sort-priority":174},{"content-type":"application/x-compressed","encoding":"base64","extensions":["z","Z"],"registered":false,"sort-priority":46},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false,"sort-priority":47},{"content-type":"application/x-coredump","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-corelpresentations","encoding":"base64","extensions":["shw"],"registered":false,"sort-priority":47},{"content-type":"application/x-cpio","friendly":{"en":"CPIO Archive"},"encoding":"base64","extensions":["cpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-csh","friendly":{"en":"C Shell Script"},"encoding":"8bit","extensions":["csh","tcsh"],"registered":false,"sort-priority":46},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false,"sort-priority":46},{"content-type":"application/x-dbf","encoding":"base64","extensions":["dbf","dbase","dbase3"],"registered":false,"sort-priority":45},{"content-type":"application/x-debian-package","friendly":{"en":"Debian Package"},"encoding":"base64","extensions":["deb","udeb"],"registered":false,"sort-priority":46},{"content-type":"application/x-dex","encoding":"base64","extensions":["dex"],"registered":false,"sort-priority":47},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false,"sort-priority":47},{"content-type":"application/x-director","friendly":{"en":"Adobe Shockwave Player"},"encoding":"base64","extensions":["dcr","@dir","@dxr","cct","cst","cxt","dir","dxr","fgd","swa","w3d"],"registered":false,"sort-priority":37},{"content-type":"application/x-doom","friendly":{"en":"Doom Video Game"},"encoding":"base64","extensions":["wad"],"registered":false,"sort-priority":47},{"content-type":"application/x-dosexec","encoding":"base64","extensions":["exe"],"registered":false,"sort-priority":47},{"content-type":"application/x-drafting","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-dtbncx+xml","friendly":{"en":"Navigation Control file for XML (for ePub)"},"encoding":"base64","extensions":["ncx"],"registered":false,"sort-priority":47},{"content-type":"application/x-dtbook+xml","friendly":{"en":"Digital Talking Book"},"encoding":"base64","extensions":["dtb"],"registered":false,"sort-priority":47},{"content-type":"application/x-dtbresource+xml","friendly":{"en":"Digital Talking Book - Resource File"},"encoding":"base64","extensions":["res"],"registered":false,"sort-priority":47},{"content-type":"application/x-dvd-ifo","encoding":"base64","extensions":["ifo","bup"],"registered":false,"sort-priority":46},{"content-type":"application/x-dvi","friendly":{"en":"Device Independent File Format (DVI)"},"encoding":"base64","extensions":["dvi"],"registered":false,"sort-priority":47},{"content-type":"application/x-dxf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ebu-stl","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ecmascript","encoding":"8bit","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"application/x-elc","encoding":"base64","extensions":["elc"],"registered":false,"sort-priority":47},{"content-type":"application/x-elf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-endnote-refer","encoding":"base64","extensions":["enw","enr"],"registered":false,"sort-priority":46},{"content-type":"application/x-endnote-style","encoding":"base64","extensions":["ens"],"registered":false,"sort-priority":47},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false,"sort-priority":47},{"content-type":"application/x-erdas-hfa","encoding":"base64","extensions":["hfa"],"registered":false,"sort-priority":47},{"content-type":"application/x-esri-layer","encoding":"base64","extensions":["lyr"],"registered":false,"sort-priority":47},{"content-type":"application/x-esri-spatially-enabled-db","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false,"sort-priority":47},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false,"sort-priority":176},{"content-type":"application/x-executable","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fat-diskimage","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fictionbook+xml","encoding":"base64","extensions":["fb2"],"registered":false,"sort-priority":47},{"content-type":"application/x-filemaker","encoding":"base64","extensions":["fp7"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-adobe-metric","encoding":"base64","extensions":["afm","acfm","amfm"],"registered":false,"sort-priority":45},{"content-type":"application/x-font-bdf","friendly":{"en":"Glyph Bitmap Distribution Format"},"encoding":"base64","extensions":["bdf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-dos","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-font-framemaker","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-font-ghostscript","friendly":{"en":"Ghostscript Font"},"encoding":"base64","extensions":["gsf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-libgrx","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-font-linux-psf","friendly":{"en":"PSF Fonts"},"encoding":"base64","extensions":["psf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-otf","friendly":{"en":"OpenType Font File"},"encoding":"base64","extensions":["otf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-pcf","friendly":{"en":"Portable Compiled Format"},"encoding":"base64","extensions":["pcf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-printer-metric","encoding":"base64","extensions":["pfm"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-snf","friendly":{"en":"Server Normal Format"},"encoding":"base64","extensions":["snf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-speedo","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-font-sunos-news","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-ttf","friendly":{"en":"TrueType Font"},"encoding":"base64","extensions":["ttc","ttf"],"registered":false,"sort-priority":46},{"content-type":"application/x-font-type1","friendly":{"en":"PostScript Fonts"},"encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false,"sort-priority":44},{"content-type":"application/x-font-vfont","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fossil-checkout","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fossil-global-conf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fossil-repository","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-foxmail","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-fractals","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false,"sort-priority":47},{"content-type":"application/x-futuresplash","friendly":{"en":"FutureSplash Animator"},"encoding":"base64","extensions":["spl"],"registered":false,"sort-priority":47},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false,"sort-priority":47},{"content-type":"application/x-geopackage","encoding":"base64","extensions":["gpkg"],"registered":false,"sort-priority":47},{"content-type":"application/x-ghostview","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false,"sort-priority":47},{"content-type":"application/x-gnucash","encoding":"base64","extensions":["gnucash"],"registered":false,"sort-priority":47},{"content-type":"application/x-gnumeric","friendly":{"en":"Gnumeric"},"encoding":"base64","extensions":["gnumeric"],"registered":false,"sort-priority":47},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false,"sort-priority":47},{"content-type":"application/x-grib","encoding":"base64","extensions":["grb","grb1","grb2"],"registered":false,"sort-priority":45},{"content-type":"application/x-gtar","friendly":{"en":"GNU Tar Files"},"encoding":"base64","extensions":["gtar","tgz","tbz2","tbz"],"registered":false,"sort-priority":44},{"content-type":"application/x-guitar-pro","encoding":"base64","extensions":["gp4"],"registered":false,"sort-priority":47},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":"application/gzip","registered":false,"sort-priority":175},{"content-type":"application/x-hdf","friendly":{"en":"Hierarchical Data Format"},"encoding":"base64","extensions":["hdf","he5","h5"],"registered":false,"sort-priority":45},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false,"sort-priority":47},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false,"sort-priority":47},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["phtml","pht","php"],"registered":false,"sort-priority":45},{"content-type":"application/x-httpresponse","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-hwp","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-hwp-v5","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false,"sort-priority":47},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false,"sort-priority":47},{"content-type":"application/x-ideas","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-idl-save-file","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false,"sort-priority":46},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false,"sort-priority":47},{"content-type":"application/x-internet-archive","encoding":"base64","extensions":["arc"],"registered":false,"sort-priority":47},{"content-type":"application/x-isatab","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-isatab-assay","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-isatab-investigation","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false,"sort-priority":47},{"content-type":"application/x-itunes-bplist","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-itunes-ipa","encoding":"base64","extensions":["ipa"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-jnilib","encoding":"base64","extensions":["jnilib"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-jnlp-file","friendly":{"en":"Java Network Launching Protocol"},"encoding":"base64","extensions":["jnlp"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-keystore","encoding":"base64","extensions":["jks"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-pack200","encoding":"base64","extensions":["pack"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false,"sort-priority":47},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js","mjs"],"obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":174},{"content-type":"application/x-jeol-jdf","encoding":"base64","extensions":["jdf"],"registered":false,"sort-priority":47},{"content-type":"application/x-jigdo","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-kdelnk","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-killustrator","encoding":"base64","extensions":["kil"],"registered":false,"sort-priority":47},{"content-type":"application/x-koan","encoding":"base64","extensions":["skp","skd","skt","skm"],"registered":false,"sort-priority":44},{"content-type":"application/x-latex","friendly":{"en":"LaTeX"},"encoding":"8bit","extensions":["ltx","latex"],"registered":false,"sort-priority":46},{"content-type":"application/x-lha","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-lharc","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/x-lz4","encoding":"base64","extensions":["lz4"],"registered":false,"sort-priority":47},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false,"sort-priority":46},{"content-type":"application/x-lzip","encoding":"base64","extensions":["lz"],"registered":false,"sort-priority":47},{"content-type":"application/x-lzma","encoding":"base64","extensions":["lzma"],"registered":false,"sort-priority":47},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false,"sort-priority":47},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false,"sort-priority":47},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false,"sort-priority":47},{"content-type":"application/x-macbinary","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-bundle","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-core","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-dsym","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-dylib","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-dylib-stub","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-dylinker","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-executable","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-fvmlib","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-kext-bundle","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-object","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-preload","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mach-o-universal","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-maker","encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"obsolete":true,"use-instead":"application/vnd.framemaker","registered":false,"sort-priority":169},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false,"sort-priority":175},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-matlab-data","encoding":"base64","extensions":["mat"],"registered":false,"sort-priority":47},{"content-type":"application/x-matroska","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mbtiles","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-memgraph","encoding":"base64","extensions":["memgraph"],"registered":false,"sort-priority":47},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false,"sort-priority":47},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false,"sort-priority":47},{"content-type":"application/x-mmm-digisonde","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mobipocket-ebook","friendly":{"en":"Mobipocket"},"encoding":"base64","extensions":["mobi","prc"],"registered":false,"sort-priority":46},{"content-type":"application/x-monotone-source-repo","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ms-application","friendly":{"en":"Microsoft ClickOnce"},"encoding":"base64","extensions":["application"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-asx","encoding":"base64","extensions":["asx"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-compress-szdd","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ms-dos-executable","encoding":"base64","extensions":["exe"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-installer","encoding":"base64","extensions":["msi","msp","mst"],"registered":false,"sort-priority":45},{"content-type":"application/x-ms-nls","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ms-owner","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-wmd","friendly":{"en":"Microsoft Windows Media Player Download Package"},"encoding":"base64","extensions":["wmd"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-wmz","friendly":{"en":"Microsoft Windows Media Player Skin Package"},"encoding":"base64","extensions":["wmz"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-xbap","friendly":{"en":"Microsoft XAML Browser Application"},"encoding":"base64","extensions":["xbap"],"registered":false,"sort-priority":47},{"content-type":"application/x-msaccess","friendly":{"en":"Microsoft Access"},"encoding":"base64","extensions":["mda","mdb","mde","mdf","accdb"],"registered":false,"sort-priority":43},{"content-type":"application/x-msbinder","friendly":{"en":"Microsoft Office Binder"},"encoding":"base64","extensions":["obd"],"registered":false,"sort-priority":47},{"content-type":"application/x-mscardfile","friendly":{"en":"Microsoft Information Card"},"encoding":"base64","extensions":["crd"],"registered":false,"sort-priority":47},{"content-type":"application/x-msclip","friendly":{"en":"Microsoft Clipboard Clip"},"encoding":"base64","extensions":["clp"],"registered":false,"sort-priority":47},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["cmd","bat","com","exe","reg","ps1","vbs"],"registered":false,"sort-priority":41},{"content-type":"application/x-msdownload","friendly":{"en":"Microsoft Application"},"encoding":"base64","extensions":["exe","com","cmd","bat","dll","msi","reg","ps1","vbs"],"registered":false,"sort-priority":39},{"content-type":"application/x-msmediaview","friendly":{"en":"Microsoft MediaView"},"encoding":"base64","extensions":["m13","m14","mvb"],"registered":false,"sort-priority":45},{"content-type":"application/x-msmetafile","friendly":{"en":"Microsoft Windows Metafile"},"encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false,"sort-priority":44},{"content-type":"application/x-msmoney","friendly":{"en":"Microsoft Money"},"encoding":"base64","extensions":["mny"],"registered":false,"sort-priority":47},{"content-type":"application/x-mspublisher","friendly":{"en":"Microsoft Publisher"},"encoding":"base64","extensions":["pub"],"registered":false,"sort-priority":47},{"content-type":"application/x-msschedule","friendly":{"en":"Microsoft Schedule+"},"encoding":"base64","extensions":["scd"],"registered":false,"sort-priority":47},{"content-type":"application/x-msterminal","friendly":{"en":"Microsoft Windows Terminal Services"},"encoding":"base64","extensions":["trm"],"registered":false,"sort-priority":47},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":"application/msword","registered":false,"sort-priority":173},{"content-type":"application/x-mswrite","friendly":{"en":"Microsoft Wordpad"},"encoding":"base64","extensions":["wri"],"registered":false,"sort-priority":47},{"content-type":"application/x-mysql-db","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mysql-misam-compressed-index","encoding":"base64","extensions":["myi"],"registered":false,"sort-priority":47},{"content-type":"application/x-mysql-misam-data","encoding":"base64","extensions":["myd"],"registered":false,"sort-priority":47},{"content-type":"application/x-mysql-misam-index","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mysql-table-definition","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-nesrom","encoding":"base64","extensions":["nes"],"registered":false,"sort-priority":47},{"content-type":"application/x-netcdf","friendly":{"en":"Network Common Data Form (NetCDF)"},"encoding":"base64","extensions":["nc","cdf"],"registered":false,"sort-priority":46},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false,"sort-priority":47},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false,"sort-priority":47},{"content-type":"application/x-object","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-openscad","encoding":"base64","extensions":["scad"],"registered":false,"sort-priority":47},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false,"sort-priority":47},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false,"sort-priority":45},{"content-type":"application/x-parquet","encoding":"base64","extensions":["parquet"],"registered":false,"sort-priority":47},{"content-type":"application/x-pds","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false,"sort-priority":46},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true,"sort-priority":48},{"content-type":"application/x-pkcs12","friendly":{"en":"PKCS #12 - Personal Information Exchange Syntax Standard"},"encoding":"base64","extensions":["p12","pfx"],"registered":false,"sort-priority":46},{"content-type":"application/x-pkcs7-certificates","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificates)"},"encoding":"base64","extensions":["p7b","spc"],"registered":false,"sort-priority":46},{"content-type":"application/x-pkcs7-certreqresp","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)"},"encoding":"base64","extensions":["p7r"],"registered":false,"sort-priority":47},{"content-type":"application/x-pki-message","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-pki-message"]},"registered":true,"sort-priority":16},{"content-type":"application/x-plist","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-project","encoding":"base64","extensions":["mpx"],"registered":false,"sort-priority":47},{"content-type":"application/x-prt","encoding":"base64","extensions":["prt"],"registered":false,"sort-priority":47},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false,"sort-priority":47},{"content-type":"application/x-quattro-pro","encoding":"base64","extensions":["wq1","wq2","wkq","qpw","wb1","wb2","wb3"],"registered":false,"sort-priority":41},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false,"sort-priority":47},{"content-type":"application/x-rar-compressed","friendly":{"en":"RAR Archive"},"encoding":"base64","extensions":["rar"],"registered":false,"sort-priority":47},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false,"sort-priority":47},{"content-type":"application/x-roxio-toast","encoding":"base64","extensions":["toast"],"registered":false,"sort-priority":47},{"content-type":"application/x-rpm","encoding":"base64","extensions":["rpm"],"registered":false,"sort-priority":47},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":"application/rtf","registered":false,"sort-priority":175},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas","encoding":"base64","extensions":["sas"],"registered":false,"sort-priority":47},{"content-type":"application/x-sas-access","encoding":"base64","extensions":["sa7","sas7bacs"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-audit","encoding":"base64","extensions":["st7","sas7baud"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-backup","encoding":"base64","extensions":["sas7bbak"],"registered":false,"sort-priority":47},{"content-type":"application/x-sas-catalog","encoding":"base64","extensions":["sc7","sas7bcat"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-data","encoding":"base64","extensions":["sd7","sas7bdat"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-data-index","encoding":"base64","extensions":["si7","sas7bndx"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-data-v6","encoding":"base64","extensions":["sd2"],"registered":false,"sort-priority":47},{"content-type":"application/x-sas-dmdb","encoding":"base64","extensions":["s7m","sas7bdmd"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-fdb","encoding":"base64","extensions":["sf7","sas7bfdb"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-itemstor","encoding":"base64","extensions":["sr7","sas7bitm"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-mddb","encoding":"base64","extensions":["sm7","sas7bmdb"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-program-data","encoding":"base64","extensions":["ss7","sas7bpgm"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-putility","encoding":"base64","extensions":["sp7","sas7bput"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-transport","encoding":"base64","extensions":["stx"],"registered":false,"sort-priority":47},{"content-type":"application/x-sas-utility","encoding":"base64","extensions":["su7","sas7butl"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-view","encoding":"base64","extensions":["sv7","sas7bvew"],"registered":false,"sort-priority":46},{"content-type":"application/x-sas-xport","encoding":"base64","extensions":["xpt","xport"],"registered":false,"sort-priority":46},{"content-type":"application/x-sc","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-set","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-sfdu","encoding":"base64","extensions":["sfdu"],"registered":false,"sort-priority":47},{"content-type":"application/x-sh","friendly":{"en":"Bourne Shell Script"},"encoding":"8bit","extensions":["sh","bash"],"registered":false,"sort-priority":46},{"content-type":"application/x-shapefile","encoding":"base64","extensions":["shp"],"registered":false,"sort-priority":47},{"content-type":"application/x-shar","friendly":{"en":"Shell Archive"},"encoding":"8bit","extensions":["shar"],"registered":false,"sort-priority":47},{"content-type":"application/x-sharedlib","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-shockwave-flash","friendly":{"en":"Adobe Flash"},"encoding":"base64","extensions":["swf"],"registered":false,"sort-priority":47},{"content-type":"application/x-sibelius","encoding":"base64","extensions":["sib"],"registered":false,"sort-priority":47},{"content-type":"application/x-silverlight-app","friendly":{"en":"Microsoft Silverlight"},"encoding":"base64","extensions":["xap"],"registered":false,"sort-priority":47},{"content-type":"application/x-SLA","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-smarttech-notebook","encoding":"base64","extensions":["notebook"],"registered":false,"sort-priority":47},{"content-type":"application/x-snappy-framed","encoding":"base64","extensions":["sz"],"registered":false,"sort-priority":47},{"content-type":"application/x-solids","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-spectrum-tzx","encoding":"base64","extensions":["tzx"],"registered":false,"sort-priority":47},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","sps","spo","spp"],"registered":false,"sort-priority":43},{"content-type":"application/x-spss-sav","encoding":"base64","extensions":["sav"],"registered":false,"sort-priority":47},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false,"sort-priority":47},{"content-type":"application/x-sqlite3","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-staroffice-template","encoding":"base64","extensions":["vor"],"registered":false,"sort-priority":47},{"content-type":"application/x-stata-do","encoding":"base64","extensions":["do"],"registered":false,"sort-priority":47},{"content-type":"application/x-stata-dta","encoding":"base64","extensions":["dta"],"registered":false,"sort-priority":47},{"content-type":"application/x-STEP","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-stuffit","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sit"],"registered":false,"sort-priority":47},{"content-type":"application/x-stuffitx","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sitx"],"registered":false,"sort-priority":47},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false,"sort-priority":47},{"content-type":"application/x-sv4cpio","friendly":{"en":"System V Release 4 CPIO Archive"},"encoding":"base64","extensions":["sv4cpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-sv4crc","friendly":{"en":"System V Release 4 CPIO Checksum Data"},"encoding":"base64","extensions":["sv4crc"],"registered":false,"sort-priority":47},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false,"sort-priority":47},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false,"sort-priority":47},{"content-type":"application/x-tar","friendly":{"en":"Tar File (Tape Archive)"},"encoding":"base64","extensions":["tar"],"registered":false,"sort-priority":47},{"content-type":"application/x-tcl","friendly":{"en":"Tcl Script"},"encoding":"8bit","extensions":["tcl"],"registered":false,"sort-priority":47},{"content-type":"application/x-tex","friendly":{"en":"TeX"},"encoding":"8bit","extensions":["tex"],"registered":false,"sort-priority":47},{"content-type":"application/x-tex-tfm","friendly":{"en":"TeX Font Metric"},"encoding":"base64","extensions":["tfm"],"registered":false,"sort-priority":47},{"content-type":"application/x-tex-virtual-font","encoding":"base64","extensions":["vf"],"registered":false,"sort-priority":47},{"content-type":"application/x-texinfo","friendly":{"en":"GNU Texinfo Document"},"encoding":"8bit","extensions":["texinfo","texi"],"registered":false,"sort-priority":46},{"content-type":"application/x-texnicard","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false,"sort-priority":47},{"content-type":"application/x-tika-iworks-protected","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-java-enterprise-archive","encoding":"base64","extensions":["ear"],"registered":false,"sort-priority":47},{"content-type":"application/x-tika-java-web-archive","encoding":"base64","extensions":["war"],"registered":false,"sort-priority":47},{"content-type":"application/x-tika-msoffice","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-msoffice-embedded","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-msworks-spreadsheet","encoding":"base64","extensions":["xlr"],"registered":false,"sort-priority":47},{"content-type":"application/x-tika-old-excel","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-ooxml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-ooxml-protected","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-staroffice","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-unix-dump","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tika-visio-ooxml","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-tmx","encoding":"base64","extensions":["tmx"],"registered":false,"sort-priority":47},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false,"sort-priority":47},{"content-type":"application/x-touhou","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-troff","encoding":"base64","extensions":["t","tr","roff"],"obsolete":true,"use-instead":"text/troff","registered":false,"sort-priority":173},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false,"sort-priority":47},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false,"sort-priority":47},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false,"sort-priority":47},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":"application/x-ustar","registered":false,"sort-priority":176},{"content-type":"application/x-uc2-compressed","encoding":"base64","extensions":["uc2"],"registered":false,"sort-priority":47},{"content-type":"application/x-ustar","friendly":{"en":"Ustar (Uniform Standard Tape Archive)"},"encoding":"base64","extensions":["ustar"],"registered":false,"sort-priority":47},{"content-type":"application/x-vhd","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-vmdk","encoding":"base64","extensions":["vmdk"],"registered":false,"sort-priority":47},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false,"sort-priority":47},{"content-type":"application/x-vnd.datapackage+gz","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-vnd.datapackage+json","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-vnd.datapackage+zip","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-wacz","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-wais-source","friendly":{"en":"WAIS Source"},"encoding":"base64","extensions":["src"],"registered":false,"sort-priority":47},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false,"sort-priority":47},{"content-type":"application/x-webarchive","encoding":"base64","extensions":["webarchive"],"registered":false,"sort-priority":47},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz","wkz"],"registered":false,"sort-priority":46},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":"application/msword","registered":false,"sort-priority":174},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false,"sort-priority":47},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","xrefs":{"person":["Anne_van_Kesteren","WHATWG"],"template":["application/x-www-form-urlencoded"]},"registered":true,"sort-priority":16},{"content-type":"application/x-x509-ca-cert","friendly":{"en":"X.509 Certificate"},"encoding":"base64","extensions":["crt","der"],"xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-cert"]},"registered":true,"sort-priority":14},{"content-type":"application/x-x509-ca-ra-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-ra-cert"]},"registered":true,"sort-priority":16},{"content-type":"application/x-x509-cert","encoding":"base64","extensions":["crt"],"registered":false,"sort-priority":47},{"content-type":"application/x-x509-dsa-parameters","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-x509-ec-parameters","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-x509-key","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-x509-next-ca-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-next-ca-cert"]},"registered":true,"sort-priority":16},{"content-type":"application/x-xfig","friendly":{"en":"Xfig"},"encoding":"base64","extensions":["fig"],"registered":false,"sort-priority":47},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf","xliff"],"registered":false,"sort-priority":46},{"content-type":"application/x-xliff+zip","encoding":"base64","extensions":["xlz"],"registered":false,"sort-priority":47},{"content-type":"application/x-xmind","encoding":"base64","extensions":["xmind"],"registered":false,"sort-priority":47},{"content-type":"application/x-xpinstall","friendly":{"en":"XPInstall - Mozilla"},"encoding":"base64","extensions":["xpi"],"registered":false,"sort-priority":47},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false,"sort-priority":47},{"content-type":"application/x-zim","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-zip-compressed","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"registered":false,"sort-priority":47},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false,"sort-priority":40},{"content-type":"application/x-zoo","encoding":"base64","extensions":["zoo"],"registered":false,"sort-priority":47},{"content-type":"application/x400-bp","encoding":"base64","xrefs":{"rfc":["rfc1494"],"template":["application/x400-bp"]},"registered":true,"sort-priority":16},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":"application/x400-bp","registered":false,"sort-priority":176},{"content-type":"application/xacml+xml","encoding":"base64","xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false,"sort-priority":47},{"content-type":"application/xcap-att+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-att+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-caps+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-caps+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-diff+xml","friendly":{"en":"XML Configuration Access Protocol - XCAP Diff"},"encoding":"base64","extensions":["xdf"],"xrefs":{"rfc":["rfc5874"],"template":["application/xcap-diff+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/xcap-el+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-el+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-error+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-error+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-ns+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-ns+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info-diff+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xenc+xml","friendly":{"en":"XML Encryption Syntax and Processing"},"encoding":"base64","extensions":["xenc"],"xrefs":{"person":["Joseph_Reagle","XENC_WG"],"template":["application/xenc+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/xfdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/xfdf"]},"registered":true,"sort-priority":16},{"content-type":"application/xhtml+xml","friendly":{"en":"XHTML - The Extensible HyperText Markup Language"},"encoding":"8bit","extensions":["xht","xhtml","xhtml2"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["application/xhtml+xml"]},"registered":true,"sort-priority":13},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"xrefs":{"draft":["draft-mccobb-xplusv-media-type"],"template":["application/xhtml-voice+xml"],"notes":["- OBSOLETE; no replacement given"]},"registered":true,"sort-priority":144},{"content-type":"application/xliff+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/xliff+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xml","friendly":{"en":"XML - Extensible Markup Language"},"encoding":"8bit","extensions":["xml","xsl","xsd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml"]},"registered":true,"sort-priority":13},{"content-type":"application/xml-dtd","friendly":{"en":"Document Type Definition"},"encoding":"8bit","extensions":["dtd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml-dtd"]},"registered":true,"sort-priority":15},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","xrefs":{"rfc":["rfc7303"],"template":["application/xml-external-parsed-entity"]},"registered":true,"sort-priority":16},{"content-type":"application/xml-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc7351"],"template":["application/xml-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xmpp+xml","encoding":"base64","xrefs":{"rfc":["rfc3923"],"template":["application/xmpp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xop+xml","friendly":{"en":"XML-Binary Optimized Packaging"},"encoding":"base64","extensions":["xop"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false,"sort-priority":47},{"content-type":"application/xquery","encoding":"base64","extensions":["xq","xquery"],"registered":false,"sort-priority":46},{"content-type":"application/xslfo+xml","encoding":"base64","extensions":["xslfo","fo"],"registered":false,"sort-priority":46},{"content-type":"application/xslt+xml","friendly":{"en":"XML Transformations"},"encoding":"base64","extensions":["xslt"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"],"template":["application/xslt+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/xspf+xml","friendly":{"en":"XSPF - XML Shareable Playlist Format"},"encoding":"base64","extensions":["xspf"],"registered":false,"sort-priority":47},{"content-type":"application/xv+xml","friendly":{"en":"MXML"},"encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"xrefs":{"rfc":["rfc4374"],"template":["application/xv+xml"]},"registered":true,"sort-priority":12},{"content-type":"application/yaml","encoding":"base64","xrefs":{"uri":["https://yaml.org/spec/1.2.2/"],"rfc":["rfc9512"],"template":["application/yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang","friendly":{"en":"YANG Data Modeling Language"},"encoding":"base64","extensions":["yang"],"xrefs":{"rfc":["rfc6020"],"template":["application/yang"]},"registered":true,"sort-priority":15},{"content-type":"application/yang-data+cbor","encoding":"base64","xrefs":{"rfc":["rfc9254"],"template":["application/yang-data+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-data+json","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-data+xml","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-patch+json","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-sid+json","encoding":"base64","xrefs":{"rfc":["rfc9595"],"template":["application/yang-sid+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yin+xml","friendly":{"en":"YIN (YANG - XML)"},"encoding":"base64","extensions":["yin"],"xrefs":{"rfc":["rfc6020"],"template":["application/yin+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/zip","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip","zipx"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true,"sort-priority":14},{"content-type":"application/zlib","encoding":"base64","xrefs":{"rfc":["rfc6713"],"template":["application/zlib"]},"registered":true,"sort-priority":16},{"content-type":"application/zstd","encoding":"base64","extensions":["zst"],"xrefs":{"rfc":["rfc8878"],"template":["application/zstd"]},"registered":true,"sort-priority":15},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["audio/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/32kadpcm","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc3802"],"template":["audio/32kadpcm"]},"registered":true,"sort-priority":16},{"content-type":"audio/3gpp","encoding":"base64","xrefs":{"rfc":["rfc3839","rfc6381"],"template":["audio/3gpp"]},"registered":true,"sort-priority":16},{"content-type":"audio/3gpp2","encoding":"base64","xrefs":{"rfc":["rfc4393","rfc6381"],"template":["audio/3gpp2"]},"registered":true,"sort-priority":16},{"content-type":"audio/aac","encoding":"base64","extensions":["aac"],"xrefs":{"person":["ISO-IEC_JTC_1","Max_Neuendorf"],"template":["audio/aac"]},"registered":true,"sort-priority":15},{"content-type":"audio/ac3","encoding":"base64","extensions":["ac3"],"xrefs":{"rfc":["rfc4184"],"template":["audio/ac3"]},"registered":true,"sort-priority":15},{"content-type":"audio/adpcm","friendly":{"en":"Adaptive differential pulse-code modulation"},"encoding":"base64","extensions":["adp"],"registered":false,"sort-priority":47},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR"]},"registered":true,"sort-priority":15},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR-WB"]},"registered":true,"sort-priority":15},{"content-type":"audio/amr-wb+","encoding":"base64","xrefs":{"rfc":["rfc4352"],"template":["audio/amr-wb+"]},"registered":true,"sort-priority":16},{"content-type":"audio/aptx","encoding":"base64","xrefs":{"rfc":["rfc7310"],"template":["audio/aptx"]},"registered":true,"sort-priority":16},{"content-type":"audio/asc","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/asc"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-ADVANCED-LOSSLESS"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC-X","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-X"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC3","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC3"]},"registered":true,"sort-priority":16},{"content-type":"audio/basic","friendly":{"en":"Sun Audio - Au file format"},"encoding":"base64","extensions":["au","snd"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["audio/basic"]},"registered":true,"sort-priority":14},{"content-type":"audio/BV16","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV16"]},"registered":true,"sort-priority":16},{"content-type":"audio/BV32","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV32"]},"registered":true,"sort-priority":16},{"content-type":"audio/clearmode","encoding":"base64","xrefs":{"rfc":["rfc4040"],"template":["audio/clearmode"]},"registered":true,"sort-priority":16},{"content-type":"audio/CN","encoding":"base64","xrefs":{"rfc":["rfc3389"],"template":["audio/CN"]},"registered":true,"sort-priority":16},{"content-type":"audio/DAT12","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/DAT12"]},"registered":true,"sort-priority":16},{"content-type":"audio/dls","encoding":"base64","xrefs":{"rfc":["rfc4613"],"template":["audio/dls"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es201108","encoding":"base64","xrefs":{"rfc":["rfc3557"],"template":["audio/dsr-es201108"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202050","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202050"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202211","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202211"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202212","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202212"]},"registered":true,"sort-priority":16},{"content-type":"audio/DV","encoding":"base64","xrefs":{"rfc":["rfc6469"],"template":["audio/DV"]},"registered":true,"sort-priority":16},{"content-type":"audio/DVI4","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/DVI4"]},"registered":true,"sort-priority":16},{"content-type":"audio/eac3","encoding":"base64","xrefs":{"rfc":["rfc4598"],"template":["audio/eac3"]},"registered":true,"sort-priority":16},{"content-type":"audio/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC"]},"registered":true,"sort-priority":15},{"content-type":"audio/EVRC-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/EVRC-QCP"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC0","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRCB1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW0","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW1","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB1","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVS","encoding":"base64","xrefs":{"person":["Kyunghun_Jung","_3GPP"],"template":["audio/EVS"]},"registered":true,"sort-priority":16},{"content-type":"audio/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["audio/example"]},"registered":true,"sort-priority":16},{"content-type":"audio/flac","encoding":"base64","extensions":["flac"],"xrefs":{"rfc":["rfc9639"],"template":["audio/flac"]},"registered":true,"sort-priority":15},{"content-type":"audio/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["audio/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/fwdred","encoding":"base64","xrefs":{"rfc":["rfc6354"],"template":["audio/fwdred"]},"registered":true,"sort-priority":16},{"content-type":"audio/G711-0","encoding":"base64","xrefs":{"rfc":["rfc7655"],"template":["audio/G711-0"]},"registered":true,"sort-priority":16},{"content-type":"audio/G719","encoding":"base64","xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"],"template":["audio/G719"]},"registered":true,"sort-priority":16},{"content-type":"audio/G722","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G722"]},"registered":true,"sort-priority":16},{"content-type":"audio/G7221","encoding":"base64","xrefs":{"rfc":["rfc5577"],"template":["audio/G7221"]},"registered":true,"sort-priority":16},{"content-type":"audio/G723","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G723"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-16","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-16"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-24","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-24"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-32","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-32"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-40","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-40"]},"registered":true,"sort-priority":16},{"content-type":"audio/G728","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G728"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729"]},"registered":true,"sort-priority":16},{"content-type":"audio/G7291","encoding":"base64","xrefs":{"rfc":["rfc4749","rfc5459"],"template":["audio/G7291"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729D","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729D"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729E","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729E"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM-EFR","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM-EFR"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM-HR-08","encoding":"base64","xrefs":{"rfc":["rfc5993"],"template":["audio/GSM-HR-08"]},"registered":true,"sort-priority":16},{"content-type":"audio/iLBC","encoding":"base64","xrefs":{"rfc":["rfc3952"],"template":["audio/iLBC"]},"registered":true,"sort-priority":16},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","xrefs":{"rfc":["rfc6262"],"template":["audio/ip-mr_v2.5"]},"registered":true,"sort-priority":16},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"xrefs":{"rfc":["rfc4856"],"template":["audio/L16"]},"registered":true,"sort-priority":15},{"content-type":"audio/L20","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L20"]},"registered":true,"sort-priority":16},{"content-type":"audio/L24","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L24"]},"registered":true,"sort-priority":16},{"content-type":"audio/L8","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/L8"]},"registered":true,"sort-priority":16},{"content-type":"audio/LPC","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/LPC"]},"registered":true,"sort-priority":16},{"content-type":"audio/matroska","encoding":"base64","extensions":["mka"],"xrefs":{"rfc":["rfc9559"],"template":["audio/matroska"]},"registered":true,"sort-priority":15},{"content-type":"audio/MELP","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP1200","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP1200"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP2400","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP2400"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP600","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP600"]},"registered":true,"sort-priority":16},{"content-type":"audio/mhas","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","Ingo_Hofmann","Nils_Peters"],"template":["audio/mhas"]},"registered":true,"sort-priority":16},{"content-type":"audio/midi","friendly":{"en":"MIDI - Musical Instrument Digital Interface"},"encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false,"sort-priority":44},{"content-type":"audio/midi-clip","encoding":"base64","xrefs":{"person":["Benjamin_Israel","MIDI_Association"],"template":["audio/midi-clip"]},"registered":true,"sort-priority":16},{"content-type":"audio/mobile-xmf","encoding":"base64","xrefs":{"rfc":["rfc4723"],"template":["audio/mobile-xmf"]},"registered":true,"sort-priority":16},{"content-type":"audio/mp4","friendly":{"en":"MPEG-4 Audio"},"encoding":"base64","extensions":["mp4","mpg4","f4a","f4b","mp4a","m4a","m4b"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["audio/mp4"]},"registered":true,"sort-priority":9},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"xrefs":{"rfc":["rfc6416"],"template":["audio/MP4A-LATM"]},"registered":true,"sort-priority":15},{"content-type":"audio/MPA","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/MPA"]},"registered":true,"sort-priority":16},{"content-type":"audio/mpa-robust","encoding":"base64","xrefs":{"rfc":["rfc5219"],"template":["audio/mpa-robust"]},"registered":true,"sort-priority":16},{"content-type":"audio/mpeg","friendly":{"en":"MPEG Audio"},"encoding":"base64","extensions":["mpga","mp2","mp3","m2a","m3a","mp2a"],"xrefs":{"rfc":["rfc3003"],"template":["audio/mpeg"]},"registered":true,"sort-priority":10},{"content-type":"audio/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"],"template":["audio/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"audio/ogg","friendly":{"en":"Ogg Audio"},"encoding":"base64","extensions":["oga","ogg","spx","opus"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["audio/ogg"]},"registered":true,"sort-priority":12},{"content-type":"audio/opus","encoding":"base64","extensions":["opus"],"xrefs":{"rfc":["rfc7587"],"template":["audio/opus"]},"registered":true,"sort-priority":15},{"content-type":"audio/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["audio/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMA","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMA"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMA-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMA-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMU","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMU"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMU-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMU-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/prs.sid","encoding":"base64","xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true,"sort-priority":16},{"content-type":"audio/QCELP","encoding":"base64","xrefs":{"rfc":["rfc3555","rfc3625"],"template":["audio/QCELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["audio/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/RED","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/RED"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtp-midi","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/rtp-midi"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["audio/rtx"]},"registered":true,"sort-priority":16},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false,"sort-priority":47},{"content-type":"audio/scip","encoding":"base64","xrefs":{"rfc":["rfc9607"],"template":["audio/scip"]},"registered":true,"sort-priority":16},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false,"sort-priority":47},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"xrefs":{"rfc":["rfc3558"],"template":["audio/SMV"]},"registered":true,"sort-priority":15},{"content-type":"audio/SMV-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/SMV-QCP"]},"registered":true,"sort-priority":16},{"content-type":"audio/SMV0","encoding":"base64","xrefs":{"rfc":["rfc3558"],"template":["audio/SMV0"]},"registered":true,"sort-priority":16},{"content-type":"audio/sofa","encoding":"base64","xrefs":{"person":["AES","Piotr_Majdak"],"template":["audio/sofa"]},"registered":true,"sort-priority":16},{"content-type":"audio/soundfont","encoding":"base64","xrefs":{"person":["Aria_Barak"],"note":["5"],"template":["audio/soundfont"]},"registered":true,"sort-priority":16},{"content-type":"audio/sp-midi","encoding":"base64","xrefs":{"person":["Athan_Billias","MIDI_Association"],"template":["audio/sp-midi"]},"registered":true,"sort-priority":16},{"content-type":"audio/speex","encoding":"base64","extensions":["spx"],"xrefs":{"rfc":["rfc5574"],"template":["audio/speex"]},"registered":true,"sort-priority":15},{"content-type":"audio/t140c","encoding":"base64","xrefs":{"rfc":["rfc4351"],"template":["audio/t140c"]},"registered":true,"sort-priority":16},{"content-type":"audio/t38","encoding":"base64","xrefs":{"rfc":["rfc4612"],"template":["audio/t38"]},"registered":true,"sort-priority":16},{"content-type":"audio/telephone-event","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/telephone-event"]},"registered":true,"sort-priority":16},{"content-type":"audio/TETRA_ACELP","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/TETRA_ACELP_BB","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP_BB"]},"registered":true,"sort-priority":16},{"content-type":"audio/tone","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/tone"]},"registered":true,"sort-priority":16},{"content-type":"audio/TSVCIS","encoding":"base64","xrefs":{"rfc":["rfc8817"],"template":["audio/TSVCIS"]},"registered":true,"sort-priority":16},{"content-type":"audio/UEMCLIP","encoding":"base64","xrefs":{"rfc":["rfc5686"],"template":["audio/UEMCLIP"]},"registered":true,"sort-priority":16},{"content-type":"audio/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["audio/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/usac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","Max_Neuendorf"],"template":["audio/usac"]},"registered":true,"sort-priority":16},{"content-type":"audio/VDVI","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/VDVI"]},"registered":true,"sort-priority":16},{"content-type":"audio/VMR-WB","encoding":"base64","xrefs":{"rfc":["rfc4348","rfc4424"],"template":["audio/VMR-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.4SB","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.adobe.soundbooth","encoding":"base64","extensions":["asnd"],"registered":false,"sort-priority":47},{"content-type":"audio/vnd.audiokoz","encoding":"base64","xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.blockfact.facta","encoding":"base64","xrefs":{"person":["Egbert_von_Frankenberg"],"template":["audio/vnd.blockfact.facta"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.CELP","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dece.audio","friendly":{"en":"DECE Audio"},"encoding":"base64","extensions":["uva","uvva"],"xrefs":{"person":["Michael_A_Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true,"sort-priority":14},{"content-type":"audio/vnd.digital-winds","friendly":{"en":"Digital Winds Music"},"encoding":"7bit","extensions":["eol"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dra","friendly":{"en":"DRA Audio"},"encoding":"base64","extensions":["dra"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.dts","friendly":{"en":"DTS Audio"},"encoding":"base64","extensions":["dts"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.dts.hd","friendly":{"en":"DTS High Definition Audio"},"encoding":"base64","extensions":["dtshd"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.dts.uhd","encoding":"base64","xrefs":{"person":["Phillip_Maness"],"template":["audio/vnd.dts.uhd"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dvb.file","encoding":"base64","xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.hns.audio","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.lucent.voice","friendly":{"en":"Lucent Voice"},"encoding":"base64","extensions":["lvp"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.ms-playready.media.pya","friendly":{"en":"Microsoft PlayReady Ecosystem"},"encoding":"base64","extensions":["pya"],"xrefs":{"person":["Steve_DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nuera.ecelp4800","friendly":{"en":"Nuera ECELP 4800"},"encoding":"base64","extensions":["ecelp4800"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nuera.ecelp7470","friendly":{"en":"Nuera ECELP 7470"},"encoding":"base64","extensions":["ecelp7470"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nuera.ecelp9600","friendly":{"en":"Nuera ECELP 9600"},"encoding":"base64","extensions":["ecelp9600"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.presonus.multitrack","encoding":"base64","xrefs":{"person":["Matthias_Juwan"],"template":["audio/vnd.presonus.multitrack"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"],"notes":["- DEPRECATED in favor of audio/qcelp"]},"registered":true,"sort-priority":143},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.rip","friendly":{"en":"Hit'n'Mix"},"encoding":"base64","extensions":["rip"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["smp3","smp","s1m"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal.mpeg"]},"registered":true,"sort-priority":13},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.wave","encoding":"base64","extensions":["wav"],"registered":false,"sort-priority":47},{"content-type":"audio/vorbis","encoding":"base64","extensions":["ogg"],"xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis"]},"registered":true,"sort-priority":15},{"content-type":"audio/vorbis-config","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis-config"]},"registered":true,"sort-priority":16},{"content-type":"audio/wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false,"sort-priority":47},{"content-type":"audio/webm","friendly":{"en":"Open Web Media Project - Audio"},"encoding":"base64","extensions":["weba","webm"],"registered":false,"sort-priority":46},{"content-type":"audio/x-aac","friendly":{"en":"Advanced Audio Coding (AAC)"},"encoding":"base64","extensions":["aac"],"obsolete":true,"use-instead":"audio/aac","registered":false,"sort-priority":175},{"content-type":"audio/x-adpcm","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-aiff","friendly":{"en":"Audio Interchange File Format"},"encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false,"sort-priority":45},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false,"sort-priority":47},{"content-type":"audio/x-dec-adpcm","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-dec-basic","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"obsolete":true,"use-instead":"audio/flac","registered":false,"sort-priority":175},{"content-type":"audio/x-m4a","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"obsolete":true,"use-instead":"audio/matroska","registered":false,"sort-priority":175},{"content-type":"audio/x-midi","encoding":"base64","extensions":["mid","midi","kar"],"registered":false,"sort-priority":45},{"content-type":"audio/x-mod","encoding":"base64","extensions":["mod"],"registered":false,"sort-priority":47},{"content-type":"audio/x-mpegurl","friendly":{"en":"M3U (Multimedia Playlist)"},"encoding":"base64","extensions":["m3u"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wax","friendly":{"en":"Microsoft Windows Media Audio Redirector"},"encoding":"base64","extensions":["wax"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wma","friendly":{"en":"Microsoft Windows Media Audio"},"encoding":"base64","extensions":["wma"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false,"sort-priority":47},{"content-type":"audio/x-oggflac","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-oggpcm","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-pn-realaudio","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["ra","ram"],"registered":false,"sort-priority":46},{"content-type":"audio/x-pn-realaudio-plugin","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["rmp","rpm"],"registered":false,"sort-priority":46},{"content-type":"audio/x-psf","encoding":"base64","extensions":["psf1","psflib","minipsf","minipsf1","gslib","minigsf"],"registered":false,"sort-priority":42},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false,"sort-priority":47},{"content-type":"audio/x-sap","encoding":"base64","extensions":["sap"],"registered":false,"sort-priority":47},{"content-type":"audio/x-wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false,"sort-priority":47},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cdx","friendly":{"en":"ChemDraw eXchange file"},"encoding":"base64","extensions":["cdx"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cif","friendly":{"en":"Crystallographic Interchange Format"},"encoding":"base64","extensions":["cif"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cmdf","friendly":{"en":"CrystalMaker Data Format"},"encoding":"base64","extensions":["cmdf"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cml","friendly":{"en":"Chemical Markup Language"},"encoding":"base64","extensions":["cml"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-csml","friendly":{"en":"Chemical Style Markup Language"},"encoding":"base64","extensions":["csml"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":"x-chemical/x-pdb","registered":false,"sort-priority":175},{"content-type":"chemical/x-xyz","friendly":{"en":"XYZ File Format"},"encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":"x-chemical/x-xyz","registered":false,"sort-priority":175},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":"x-drawing/dwf","registered":false,"sort-priority":175},{"content-type":"font/collection","encoding":"base64","extensions":["ttc"],"xrefs":{"rfc":["rfc8081"],"template":["font/collection"]},"registered":true,"sort-priority":15},{"content-type":"font/otf","encoding":"base64","extensions":["otf"],"xrefs":{"rfc":["rfc8081"],"template":["font/otf"]},"registered":true,"sort-priority":15},{"content-type":"font/sfnt","encoding":"base64","xrefs":{"rfc":["rfc8081"],"template":["font/sfnt"]},"registered":true,"sort-priority":16},{"content-type":"font/ttf","encoding":"base64","extensions":["ttf"],"xrefs":{"rfc":["rfc8081"],"template":["font/ttf"]},"registered":true,"sort-priority":15},{"content-type":"font/woff","encoding":"base64","extensions":["woff"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff"]},"registered":true,"sort-priority":15},{"content-type":"font/woff2","encoding":"base64","extensions":["woff2"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff2"]},"registered":true,"sort-priority":15},{"content-type":"haptics/hjif","encoding":"base64","xrefs":{"rfc":["rfc9695"],"template":["haptics/hjif"]},"registered":true,"sort-priority":16},{"content-type":"haptics/hmpg","encoding":"base64","xrefs":{"rfc":["rfc9695"],"draft":["RFC-ietf-avtcore-rtp-haptics-13"],"template":["haptics/hmpg"]},"registered":true,"sort-priority":16},{"content-type":"haptics/ivs","encoding":"base64","xrefs":{"rfc":["rfc9695"],"template":["haptics/ivs"]},"registered":true,"sort-priority":16},{"content-type":"image/aces","encoding":"base64","extensions":["exr"],"xrefs":{"person":["Howard_Lukk","SMPTE"],"template":["image/aces"]},"registered":true,"sort-priority":15},{"content-type":"image/apng","encoding":"base64","xrefs":{"person":["W3C","W3C_PNG_WG"],"template":["image/apng"]},"registered":true,"sort-priority":16},{"content-type":"image/avci","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/avci"]},"registered":true,"sort-priority":16},{"content-type":"image/avcs","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/avcs"]},"registered":true,"sort-priority":16},{"content-type":"image/avif","encoding":"base64","extensions":["avif"],"xrefs":{"person":["Alliance_for_Open_Media","Cyril_Concolato"],"template":["image/avif"]},"registered":true,"sort-priority":15},{"content-type":"image/bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp","dib"],"xrefs":{"rfc":["rfc7903"],"template":["image/bmp"]},"registered":true,"sort-priority":14},{"content-type":"image/cgm","friendly":{"en":"Computer Graphics Metafile"},"encoding":"base64","extensions":["cgm"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true,"sort-priority":15},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":"image/x-cmu-raster","registered":false,"sort-priority":176},{"content-type":"image/dicom-rle","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["image/dicom-rle"]},"registered":true,"sort-priority":16},{"content-type":"image/dpx","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["image/dpx"]},"registered":true,"sort-priority":16},{"content-type":"image/emf","encoding":"base64","extensions":["emf"],"xrefs":{"rfc":["rfc7903"],"template":["image/emf"]},"registered":true,"sort-priority":15},{"content-type":"image/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["image/example"]},"registered":true,"sort-priority":16},{"content-type":"image/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["image/fits"]},"registered":true,"sort-priority":16},{"content-type":"image/g3fax","friendly":{"en":"G3 Fax Image"},"encoding":"base64","extensions":["g3"],"xrefs":{"rfc":["rfc1494"],"template":["image/g3fax"]},"registered":true,"sort-priority":15},{"content-type":"image/gif","friendly":{"en":"Graphics Interchange Format"},"encoding":"base64","extensions":["gif"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["image/gif"]},"registered":true,"sort-priority":15},{"content-type":"image/heic","encoding":"base64","extensions":["heic","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic"]},"registered":true,"sort-priority":14},{"content-type":"image/heic-sequence","encoding":"base64","extensions":["heics","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic-sequence"]},"registered":true,"sort-priority":14},{"content-type":"image/heif","encoding":"base64","extensions":["heif","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif"]},"registered":true,"sort-priority":14},{"content-type":"image/heif-sequence","encoding":"base64","extensions":["heifs","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif-sequence"]},"registered":true,"sort-priority":14},{"content-type":"image/hej2k","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hej2k"]},"registered":true,"sort-priority":16},{"content-type":"image/hsj2","encoding":"base64","obsolete":true,"xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hsj2"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":144},{"content-type":"image/icns","encoding":"base64","extensions":["icns"],"registered":false,"sort-priority":47},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"],"template":["image/ief"]},"registered":true,"sort-priority":15},{"content-type":"image/j2c","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1","ITU-T"],"template":["image/j2c"]},"registered":true,"sort-priority":16},{"content-type":"image/j2is","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1-SC_29-WG_1_Convenor"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"image/jaii","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_29_WG_1","Ye-Kui_Wang"],"template":["image/jaii"]},"registered":true,"sort-priority":16},{"content-type":"image/jais","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_29_WG_1","Ye-Kui_Wang"],"template":["image/jais"]},"registered":true,"sort-priority":16},{"content-type":"image/jls","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["image/jls"]},"registered":true,"sort-priority":16},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true,"sort-priority":14},{"content-type":"image/jpeg","friendly":{"en":"JPEG Image"},"encoding":"base64","extensions":["jpeg","jpg","jpe","jfif","jif","jfi"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["image/jpeg"]},"registered":true,"sort-priority":10},{"content-type":"image/jph","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jph"]},"registered":true,"sort-priority":16},{"content-type":"image/jphc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jphc"]},"registered":true,"sort-priority":16},{"content-type":"image/jpm","encoding":"base64","extensions":["jpm","jpgm"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true,"sort-priority":14},{"content-type":"image/jpx","encoding":"base64","extensions":["jpx","jpf"],"xrefs":{"rfc":["rfc3745"],"person":["ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jpx"]},"registered":true,"sort-priority":14},{"content-type":"image/jxl","encoding":"base64","extensions":["jxl"],"xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jxl"]},"registered":true,"sort-priority":15},{"content-type":"image/jxr","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxr"]},"registered":true,"sort-priority":16},{"content-type":"image/jxrA","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrA"]},"registered":true,"sort-priority":16},{"content-type":"image/jxrS","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrS"]},"registered":true,"sort-priority":16},{"content-type":"image/jxs","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxs"]},"registered":true,"sort-priority":16},{"content-type":"image/jxsc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsc"]},"registered":true,"sort-priority":16},{"content-type":"image/jxsi","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsi"]},"registered":true,"sort-priority":16},{"content-type":"image/jxss","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxss"]},"registered":true,"sort-priority":16},{"content-type":"image/ktx","friendly":{"en":"OpenGL Textures (KTX)"},"encoding":"base64","extensions":["ktx"],"xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx"]},"registered":true,"sort-priority":15},{"content-type":"image/ktx2","encoding":"base64","xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx2"]},"registered":true,"sort-priority":16},{"content-type":"image/naplps","encoding":"base64","xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true,"sort-priority":16},{"content-type":"image/nitf","encoding":"base64","extensions":["ntf","nitf"],"registered":false,"sort-priority":46},{"content-type":"image/pdc","encoding":"base64","obsolete":true,"xrefs":{"person":["Pierre-Anthony_Lemieux"]},"registered":true,"sort-priority":144},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"image/png","friendly":{"en":"Portable Network Graphics (PNG)"},"encoding":"base64","extensions":["png"],"xrefs":{"person":["PNG_WG","W3C"],"uri":["https://www.w3.org/TR/PNG/"],"template":["image/png"]},"registered":true,"sort-priority":15},{"content-type":"image/prs.btif","friendly":{"en":"BTIF"},"encoding":"base64","extensions":["btif"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true,"sort-priority":15},{"content-type":"image/prs.pti","encoding":"base64","xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true,"sort-priority":16},{"content-type":"image/pwg-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true,"sort-priority":16},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false,"sort-priority":47},{"content-type":"image/svg+xml","friendly":{"en":"Scalable Vector Graphics (SVG)"},"encoding":"8bit","extensions":["svg","svgz"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"],"template":["image/svg+xml"]},"registered":true,"sort-priority":14},{"content-type":"image/t38","encoding":"base64","xrefs":{"rfc":["rfc3362"],"template":["image/t38"]},"registered":true,"sort-priority":16},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":"image/x-targa","registered":false,"sort-priority":175},{"content-type":"image/tiff","friendly":{"en":"Tagged Image File Format"},"encoding":"base64","extensions":["tiff","tif"],"xrefs":{"rfc":["rfc3302"],"template":["image/tiff"]},"registered":true,"sort-priority":14},{"content-type":"image/tiff-fx","encoding":"base64","xrefs":{"rfc":["rfc3950"],"template":["image/tiff-fx"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.adobe.photoshop","friendly":{"en":"Photoshop Document"},"encoding":"base64","extensions":["psd"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.adobe.premiere","encoding":"base64","extensions":["ppj"],"registered":false,"sort-priority":47},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.blockfact.facti","encoding":"base64","xrefs":{"person":["Egbert_von_Frankenberg"],"template":["image/vnd.blockfact.facti"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.clip","encoding":"base64","xrefs":{"person":["Ryo_Inaba"],"template":["image/vnd.clip"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.cns.inf2","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.dece.graphic","friendly":{"en":"DECE Graphic"},"encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"xrefs":{"person":["Michael_A_Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true,"sort-priority":12},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn","dgnlib","cel"],"obsolete":true,"use-instead":"image/x-vnd.dgn","registered":false,"sort-priority":173},{"content-type":"image/vnd.djvu","friendly":{"en":"DjVu"},"encoding":"base64","extensions":["djvu","djv"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd.djvu"]},"registered":true,"sort-priority":14},{"content-type":"image/vnd.dvb.subtitle","friendly":{"en":"Close Captioning - Subtitle"},"encoding":"base64","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.dwg","friendly":{"en":"DWG Drawing"},"encoding":"base64","extensions":["dwg"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.dxb","encoding":"base64","extensions":["dxb"],"registered":false,"sort-priority":47},{"content-type":"image/vnd.dxf","friendly":{"en":"AutoCAD DXF"},"encoding":"base64","extensions":["dxf"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fastbidsheet","friendly":{"en":"FastBid Sheet"},"encoding":"base64","extensions":["fbs"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["fpx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fst","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fst"],"xrefs":{"person":["Arild_Fuldseth"],"template":["image/vnd.fst"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fujixerox.edmics-mmr","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["mmr"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fujixerox.edmics-rlc","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["rlc"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.mix","encoding":"base64","xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.mozilla.apng","encoding":"base64","xrefs":{"person":["Stuart_Parmenter"],"template":["image/vnd.mozilla.apng"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.ms-modi","friendly":{"en":"Microsoft Document Imaging Format"},"encoding":"base64","extensions":["mdi"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false,"sort-priority":47},{"content-type":"image/vnd.net-fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["npx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":"image/vnd.net-fpx","registered":false,"sort-priority":176},{"content-type":"image/vnd.pco.b16","encoding":"base64","xrefs":{"person":["Jan_Zeman","PCO_AG"],"template":["image/vnd.pco.b16"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.radiance","encoding":"base64","xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealed.png","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed.png"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.gif"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.jpg"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.svf","encoding":"base64","xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.svf"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.tencent.tap","encoding":"base64","xrefs":{"person":["Ni_Hui"],"template":["image/vnd.tencent.tap"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.valve.source.texture","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["image/vnd.valve.source.texture"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.wap.wbmp","friendly":{"en":"WAP Bitamp (WBMP)"},"encoding":"base64","extensions":["wbmp"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd.wap.wbmp"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.xiff","friendly":{"en":"eXtended Image File Format (XIFF)"},"encoding":"base64","extensions":["xif"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.zbrush.dcx","encoding":"base64","extensions":["dcx"],"registered":false,"sort-priority":47},{"content-type":"image/vnd.zbrush.pcx","encoding":"base64","extensions":["pcx"],"xrefs":{"person":["Chris_Charabaruk"],"template":["image/vnd.zbrush.pcx"]},"registered":true,"sort-priority":15},{"content-type":"image/webp","friendly":{"en":"WebP Image"},"encoding":"base64","extensions":["webp"],"xrefs":{"rfc":["rfc9649"],"template":["image/webp"]},"registered":true,"sort-priority":15},{"content-type":"image/wmf","encoding":"base64","extensions":["wmf"],"xrefs":{"rfc":["rfc7903"],"template":["image/wmf"]},"registered":true,"sort-priority":15},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false,"sort-priority":47},{"content-type":"image/x-adobe-dng","friendly":{"en":"Adobe Digital Negative"},"encoding":"base64","extensions":["dng"],"registered":false,"sort-priority":47},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":"image/bmp","registered":false,"sort-priority":175},{"content-type":"image/x-bpg","encoding":"base64","extensions":["bpg"],"registered":false,"sort-priority":47},{"content-type":"image/x-canon-cr2","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["cr2"],"registered":false,"sort-priority":47},{"content-type":"image/x-canon-cr3","encoding":"base64","extensions":["cr3"],"registered":false,"sort-priority":47},{"content-type":"image/x-canon-crw","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["crw"],"registered":false,"sort-priority":47},{"content-type":"image/x-cmu-raster","friendly":{"en":"CMU Image"},"encoding":"base64","extensions":["ras"],"registered":false,"sort-priority":47},{"content-type":"image/x-cmx","friendly":{"en":"Corel Metafile Exchange (CMX)"},"encoding":"base64","extensions":["cmx"],"registered":false,"sort-priority":47},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false,"sort-priority":46},{"content-type":"image/x-dpx","encoding":"base64","extensions":["dpx"],"registered":false,"sort-priority":47},{"content-type":"image/x-emf","encoding":"base64","obsolete":true,"use-instead":"image/emf","xrefs":{"rfc":["rfc7903"],"template":["image/emf"],"notes":["- DEPRECATED in favor of image/emf"]},"registered":true,"sort-priority":144},{"content-type":"image/x-emf-compressed","encoding":"base64","extensions":["emz"],"registered":false,"sort-priority":47},{"content-type":"image/x-epson-erf","friendly":{"en":"Epson Raw Image"},"encoding":"base64","extensions":["erf"],"registered":false,"sort-priority":47},{"content-type":"image/x-freehand","friendly":{"en":"FreeHand MX"},"encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc","fh40","fh50","fh8","fh9","fh10","fh11","fh12","ft7","ft8","ft9","ft10","ft11","ft12"],"registered":false,"sort-priority":32},{"content-type":"image/x-fuji-raf","friendly":{"en":"Fuji Raw Image"},"encoding":"base64","extensions":["raf"],"registered":false,"sort-priority":47},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false,"sort-priority":47},{"content-type":"image/x-icon","friendly":{"en":"Icon Image"},"encoding":"base64","extensions":["ico"],"registered":false,"sort-priority":47},{"content-type":"image/x-jbig2","encoding":"base64","extensions":["jb2","jbig2"],"registered":false,"sort-priority":46},{"content-type":"image/x-jp2-codestream","encoding":"base64","extensions":["j2c"],"registered":false,"sort-priority":47},{"content-type":"image/x-jp2-container","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"image/x-kodak-dcr","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["dcr"],"registered":false,"sort-priority":47},{"content-type":"image/x-kodak-k25","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["k25"],"registered":false,"sort-priority":47},{"content-type":"image/x-kodak-kdc","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["kdc"],"registered":false,"sort-priority":47},{"content-type":"image/x-minolta-mrw","friendly":{"en":"Minolta Raw Image"},"encoding":"base64","extensions":["mrw"],"registered":false,"sort-priority":47},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false,"sort-priority":47},{"content-type":"image/x-ms-bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"registered":false,"sort-priority":175},{"content-type":"image/x-niff","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"image/x-nikon-nef","friendly":{"en":"Nikon Raw Image"},"encoding":"base64","extensions":["nef"],"registered":false,"sort-priority":47},{"content-type":"image/x-olympus-orf","friendly":{"en":"Olympus Raw Image"},"encoding":"base64","extensions":["orf"],"registered":false,"sort-priority":47},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false,"sort-priority":46},{"content-type":"image/x-panasonic-raw","friendly":{"en":"Panasonic Raw Image"},"encoding":"base64","extensions":["raw"],"registered":false,"sort-priority":47},{"content-type":"image/x-pcx","friendly":{"en":"PCX Image"},"encoding":"base64","extensions":["pcx"],"registered":false,"sort-priority":47},{"content-type":"image/x-pentax-pef","friendly":{"en":"Pentax Raw Image"},"encoding":"base64","extensions":["pef"],"registered":false,"sort-priority":47},{"content-type":"image/x-pict","friendly":{"en":"PICT Image"},"encoding":"base64","extensions":["pct","pic","pict"],"registered":false,"sort-priority":45},{"content-type":"image/x-portable-anymap","friendly":{"en":"Portable Anymap Image"},"encoding":"base64","extensions":["pnm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-arbitrarymap","encoding":"base64","extensions":["pam"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-bitmap","friendly":{"en":"Portable Bitmap Format"},"encoding":"base64","extensions":["pbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-graymap","friendly":{"en":"Portable Graymap Format"},"encoding":"base64","extensions":["pgm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-pixmap","friendly":{"en":"Portable Pixmap Format"},"encoding":"base64","extensions":["ppm"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-adobe","encoding":"base64","extensions":["dng"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-canon","encoding":"base64","extensions":["crw"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-casio","encoding":"base64","extensions":["bay"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-epson","encoding":"base64","extensions":["erf"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-fuji","encoding":"base64","extensions":["raf"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-hasselblad","encoding":"base64","extensions":["3fr"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-imacon","encoding":"base64","extensions":["fff"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-kodak","encoding":"base64","extensions":["k25","kdc","dcs","drf"],"registered":false,"sort-priority":44},{"content-type":"image/x-raw-leaf","encoding":"base64","extensions":["mos"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-logitech","encoding":"base64","extensions":["pxn"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-mamiya","encoding":"base64","extensions":["mef"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-minolta","encoding":"base64","extensions":["mrw"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-nikon","encoding":"base64","extensions":["nef","nrw"],"registered":false,"sort-priority":46},{"content-type":"image/x-raw-olympus","encoding":"base64","extensions":["orf"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-panasonic","encoding":"base64","extensions":["raw","rw2"],"registered":false,"sort-priority":46},{"content-type":"image/x-raw-pentax","encoding":"base64","extensions":["ptx","pef"],"registered":false,"sort-priority":46},{"content-type":"image/x-raw-phaseone","encoding":"base64","extensions":["iiq"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-rawzor","encoding":"base64","extensions":["rwz"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-red","encoding":"base64","extensions":["r3d"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-sigma","encoding":"base64","extensions":["x3f"],"registered":false,"sort-priority":47},{"content-type":"image/x-raw-sony","encoding":"base64","extensions":["arw","srf","sr2"],"registered":false,"sort-priority":45},{"content-type":"image/x-rgb","friendly":{"en":"Silicon Graphics RGB Bitmap"},"encoding":"base64","extensions":["rgb"],"registered":false,"sort-priority":47},{"content-type":"image/x-sigma-x3f","friendly":{"en":"Sigma Raw Image"},"encoding":"base64","extensions":["x3f"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-arw","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["arw"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-sr2","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["sr2"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-srf","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["srf"],"registered":false,"sort-priority":47},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false,"sort-priority":47},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga","icb","vda"],"registered":false,"sort-priority":45},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false,"sort-priority":47},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"image/x-wmf","encoding":"base64","obsolete":true,"use-instead":"image/wmf","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"],"notes":["- DEPRECATED in favor of image/wmf"]},"registered":true,"sort-priority":144},{"content-type":"image/x-xbitmap","friendly":{"en":"X BitMap"},"encoding":"7bit","extensions":["xbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"registered":false,"sort-priority":47},{"content-type":"image/x-xpixmap","friendly":{"en":"X PixMap"},"encoding":"8bit","extensions":["xpm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xwindowdump","friendly":{"en":"X Window Dump"},"encoding":"base64","extensions":["xwd"],"registered":false,"sort-priority":47},{"content-type":"message/bhttp","encoding":"base64","xrefs":{"rfc":["rfc9292"],"template":["message/bhttp"]},"registered":true,"sort-priority":16},{"content-type":"message/CPIM","encoding":"base64","xrefs":{"rfc":["rfc3862"],"template":["message/CPIM"]},"registered":true,"sort-priority":16},{"content-type":"message/delivery-status","encoding":"base64","xrefs":{"rfc":["rfc1894"],"template":["message/delivery-status"]},"registered":true,"sort-priority":16},{"content-type":"message/disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc8098"],"template":["message/disposition-notification"]},"registered":true,"sort-priority":16},{"content-type":"message/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["message/example"]},"registered":true,"sort-priority":16},{"content-type":"message/external-body","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/external-body"]},"registered":true,"sort-priority":16},{"content-type":"message/feedback-report","encoding":"base64","xrefs":{"rfc":["rfc5965"],"template":["message/feedback-report"]},"registered":true,"sort-priority":16},{"content-type":"message/global","encoding":"base64","xrefs":{"rfc":["rfc6532"],"template":["message/global"]},"registered":true,"sort-priority":16},{"content-type":"message/global-delivery-status","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-delivery-status"]},"registered":true,"sort-priority":16},{"content-type":"message/global-disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-disposition-notification"]},"registered":true,"sort-priority":16},{"content-type":"message/global-headers","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-headers"]},"registered":true,"sort-priority":16},{"content-type":"message/http","encoding":"base64","xrefs":{"rfc":["rfc9112"],"template":["message/http"]},"registered":true,"sort-priority":16},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true,"sort-priority":16},{"content-type":"message/mls","encoding":"base64","xrefs":{"rfc":["rfc9420"],"template":["message/mls"]},"registered":true,"sort-priority":16},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["(OBSOLETED by )"]},"registered":true,"sort-priority":144},{"content-type":"message/ohttp-chunked-req","encoding":"base64","xrefs":{"draft":["RFC-ietf-ohai-chunked-ohttp-08"],"template":["message/ohttp-chunked-req"]},"registered":true,"sort-priority":16},{"content-type":"message/ohttp-chunked-res","encoding":"base64","xrefs":{"draft":["RFC-ietf-ohai-chunked-ohttp-08"],"template":["message/ohttp-chunked-res"]},"registered":true,"sort-priority":16},{"content-type":"message/ohttp-req","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-req"]},"registered":true,"sort-priority":16},{"content-type":"message/ohttp-res","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-res"]},"registered":true,"sort-priority":16},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/partial"]},"registered":true,"sort-priority":16},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/rfc822"]},"registered":true,"sort-priority":14},{"content-type":"message/s-http","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc2660"],"uri":["https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic"],"template":["message/s-http"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":144},{"content-type":"message/sip","encoding":"base64","xrefs":{"rfc":["rfc3261"],"template":["message/sip"]},"registered":true,"sort-priority":16},{"content-type":"message/sipfrag","encoding":"base64","xrefs":{"rfc":["rfc3420"],"template":["message/sipfrag"]},"registered":true,"sort-priority":16},{"content-type":"message/tracking-status","encoding":"base64","xrefs":{"rfc":["rfc3886"],"template":["message/tracking-status"]},"registered":true,"sort-priority":16},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"],"notes":["(OBSOLETED by request)"]},"registered":true,"sort-priority":144},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true,"sort-priority":16},{"content-type":"message/x-emlx","encoding":"base64","extensions":["emlx"],"registered":false,"sort-priority":47},{"content-type":"model/3mf","encoding":"base64","xrefs":{"uri":["http://www.3mf.io/specification"],"person":["Michael_Sweet","_3MF"],"template":["model/3mf"]},"registered":true,"sort-priority":16},{"content-type":"model/e57","encoding":"base64","extensions":["e57"],"xrefs":{"person":["ASTM"],"template":["model/e57"]},"registered":true,"sort-priority":15},{"content-type":"model/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["model/example"]},"registered":true,"sort-priority":16},{"content-type":"model/gltf+json","encoding":"base64","xrefs":{"person":["Khronos","Uli_Klumpp"],"template":["model/gltf+json"]},"registered":true,"sort-priority":16},{"content-type":"model/gltf-binary","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["model/gltf-binary"]},"registered":true,"sort-priority":16},{"content-type":"model/iges","friendly":{"en":"Initial Graphics Exchange Specification (IGES)"},"encoding":"base64","extensions":["igs","iges"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true,"sort-priority":14},{"content-type":"model/JT","encoding":"base64","xrefs":{"person":["ISO-TC_184-SC_4","Michael_Zink"],"template":["model/JT"]},"registered":true,"sort-priority":16},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"],"template":["model/mesh"]},"registered":true,"sort-priority":13},{"content-type":"model/mtl","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/mtl"]},"registered":true,"sort-priority":16},{"content-type":"model/obj","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/obj"]},"registered":true,"sort-priority":16},{"content-type":"model/prc","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["model/prc"]},"registered":true,"sort-priority":16},{"content-type":"model/step","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step"]},"registered":true,"sort-priority":16},{"content-type":"model/step+xml","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+xml"]},"registered":true,"sort-priority":16},{"content-type":"model/step+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/step-xml+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step-xml+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/stl","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/stl"]},"registered":true,"sort-priority":16},{"content-type":"model/u3d","encoding":"base64","xrefs":{"person":["PDF_Association","Peter_Wyatt"],"template":["model/u3d"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.bary","encoding":"base64","xrefs":{"person":["Displaced_Micro-Mesh_SDK_Support"],"template":["model/vnd.bary"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.cld","encoding":"base64","xrefs":{"person":["Robert_Monaghan"],"template":["model/vnd.cld"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.collada+xml","friendly":{"en":"COLLADA"},"encoding":"base64","extensions":["dae"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.dwf","friendly":{"en":"Autodesk Design Web Format (DWF)"},"encoding":"base64","extensions":["dwf"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd.dwf"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.dwfx+xps","encoding":"base64","extensions":["dwfx"],"registered":false,"sort-priority":47},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.gdl","friendly":{"en":"Geometric Description Language (GDL)"},"encoding":"base64","extensions":["gdl"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gdl"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.gs-gdl","encoding":"base64","xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.gs.gdl","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"model/vnd.gtw","friendly":{"en":"Gen-Trix Studio"},"encoding":"base64","extensions":["gtw"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.moml+xml","encoding":"base64","xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.mts","friendly":{"en":"Virtue MTS"},"encoding":"base64","extensions":["mts"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.opengex","encoding":"base64","xrefs":{"person":["Eric_Lengyel"],"template":["model/vnd.opengex"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.binary"]},"registered":true,"sort-priority":14},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.text"]},"registered":true,"sort-priority":14},{"content-type":"model/vnd.pytha.pyox","encoding":"base64","xrefs":{"person":["Daniel_Flassig"],"template":["model/vnd.pytha.pyox"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.rosette.annotated-data-model","encoding":"base64","xrefs":{"person":["Benson_Margulies"],"template":["model/vnd.rosette.annotated-data-model"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.sap.vds","encoding":"base64","xrefs":{"person":["Igor_Afanasyev","SAP_SE"],"template":["model/vnd.sap.vds"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.usda","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usda"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.usdz+zip","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usdz+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.valve.source.compiled-map","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["model/vnd.valve.source.compiled-map"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.vtu","friendly":{"en":"Virtue VTU"},"encoding":"base64","extensions":["vtu"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true,"sort-priority":15},{"content-type":"model/vrml","friendly":{"en":"Virtual Reality Modeling Language"},"encoding":"base64","extensions":["wrl","vrml"],"xrefs":{"rfc":["rfc2077"],"template":["model/vrml"]},"registered":true,"sort-priority":14},{"content-type":"model/x.stl-ascii","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"model/x.stl-binary","encoding":"base64","extensions":["stl"],"registered":false,"sort-priority":47},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false,"sort-priority":46},{"content-type":"model/x3d+fastinfoset","encoding":"base64","xrefs":{"person":["Web3D_X3D"],"template":["model/x3d+fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false,"sort-priority":46},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d+xml"]},"registered":true,"sort-priority":14},{"content-type":"model/x3d-vrml","encoding":"base64","xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d-vrml"]},"registered":true,"sort-priority":16},{"content-type":"multipart/alternative","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/alternative"]},"registered":true,"sort-priority":16},{"content-type":"multipart/appledouble","encoding":"8bit","xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true,"sort-priority":16},{"content-type":"multipart/byteranges","encoding":"base64","xrefs":{"rfc":["rfc9110"],"template":["multipart/byteranges"]},"registered":true,"sort-priority":16},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/digest"]},"registered":true,"sort-priority":16},{"content-type":"multipart/encrypted","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/encrypted"]},"registered":true,"sort-priority":16},{"content-type":"multipart/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["multipart/example"]},"registered":true,"sort-priority":16},{"content-type":"multipart/form-data","encoding":"base64","xrefs":{"rfc":["rfc7578"],"template":["multipart/form-data"]},"registered":true,"sort-priority":16},{"content-type":"multipart/header-set","encoding":"base64","xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true,"sort-priority":16},{"content-type":"multipart/mixed","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/mixed"]},"registered":true,"sort-priority":16},{"content-type":"multipart/multilingual","encoding":"base64","xrefs":{"rfc":["rfc8255"],"template":["multipart/multilingual"]},"registered":true,"sort-priority":16},{"content-type":"multipart/parallel","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/parallel"]},"registered":true,"sort-priority":16},{"content-type":"multipart/related","encoding":"base64","extensions":["mht","mhtml"],"xrefs":{"rfc":["rfc2387"],"template":["multipart/related"]},"registered":true,"sort-priority":14},{"content-type":"multipart/report","encoding":"base64","xrefs":{"rfc":["rfc6522"],"template":["multipart/report"]},"registered":true,"sort-priority":16},{"content-type":"multipart/signed","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/signed"]},"registered":true,"sort-priority":16},{"content-type":"multipart/vnd.bint.med-plus","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["multipart/vnd.bint.med-plus"]},"registered":true,"sort-priority":16},{"content-type":"multipart/voice-message","encoding":"base64","xrefs":{"rfc":["rfc3801"],"template":["multipart/voice-message"]},"registered":true,"sort-priority":16},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-mixed-replace","encoding":"base64","xrefs":{"person":["Robin_Berjon","W3C"],"template":["multipart/x-mixed-replace"]},"registered":true,"sort-priority":16},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":"multipart/parallel","registered":false,"sort-priority":176},{"content-type":"multipart/x-tar","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false,"sort-priority":176},{"content-type":"multipart/x-zip","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6015"],"template":["text/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"text/asciidoc","encoding":"quoted-printable","xrefs":{"person":["Frédéric_Desbiens"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"text/asp","encoding":"quoted-printable","extensions":["asp"],"registered":false,"sort-priority":47},{"content-type":"text/aspdotnet","encoding":"quoted-printable","extensions":["aspx"],"registered":false,"sort-priority":47},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/cache-manifest"]},"registered":true,"sort-priority":14},{"content-type":"text/calendar","friendly":{"en":"iCalendar"},"encoding":"quoted-printable","extensions":["ics","ifb"],"xrefs":{"rfc":["rfc5545"],"template":["text/calendar"]},"registered":true,"sort-priority":14},{"content-type":"text/cmcd","encoding":"quoted-printable","xrefs":{"person":["Alex_Giladi"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":"text/csv","registered":false,"sort-priority":175},{"content-type":"text/cql","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql"]},"registered":true,"sort-priority":16},{"content-type":"text/cql-expression","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-expression"]},"registered":true,"sort-priority":16},{"content-type":"text/cql-identifier","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-identifier"]},"registered":true,"sort-priority":16},{"content-type":"text/css","friendly":{"en":"Cascading Style Sheets (CSS)"},"encoding":"8bit","extensions":["css"],"xrefs":{"rfc":["rfc2318"],"template":["text/css"]},"registered":true,"sort-priority":15},{"content-type":"text/csv","friendly":{"en":"Comma-Separated Values"},"encoding":"8bit","extensions":["csv"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true,"sort-priority":15},{"content-type":"text/csv-schema","encoding":"quoted-printable","xrefs":{"person":["David_Underdown","National_Archives_UK"],"template":["text/csv-schema"]},"registered":true,"sort-priority":16},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"xrefs":{"rfc":["rfc2425","rfc6350"],"template":["text/directory"],"notes":["- DEPRECATED by RFC6350"]},"registered":true,"sort-priority":144},{"content-type":"text/dns","encoding":"quoted-printable","xrefs":{"rfc":["rfc4027"],"template":["text/dns"]},"registered":true,"sort-priority":16},{"content-type":"text/ecmascript","encoding":"quoted-printable","extensions":["es","ecma"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc9239"],"template":["text/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":142},{"content-type":"text/encaprtp","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"text/enriched","encoding":"quoted-printable","xrefs":{"rfc":["rfc1896"],"template":["text/enriched"]},"registered":true,"sort-priority":16},{"content-type":"text/event-stream","encoding":"8bit","xrefs":{"url":["https://html.spec.whatwg.org/multipage/iana.html#text/event-stream"]},"registered":false,"sort-priority":48},{"content-type":"text/example","encoding":"quoted-printable","xrefs":{"rfc":["rfc4735"],"template":["text/example"]},"registered":true,"sort-priority":16},{"content-type":"text/fhirpath","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/fhirpath"]},"registered":true,"sort-priority":16},{"content-type":"text/flexfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc8627"],"template":["text/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"text/fwdred","encoding":"quoted-printable","xrefs":{"rfc":["rfc6354"],"template":["text/fwdred"]},"registered":true,"sort-priority":16},{"content-type":"text/gff3","encoding":"quoted-printable","xrefs":{"person":["Sequence_Ontology"],"template":["text/gff3"]},"registered":true,"sort-priority":16},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","xrefs":{"rfc":["rfc6787"],"template":["text/grammar-ref-list"]},"registered":true,"sort-priority":16},{"content-type":"text/hl7v2","encoding":"quoted-printable","xrefs":{"person":["HL7","Marc_Duteau"],"template":["text/hl7v2"]},"registered":true,"sort-priority":16},{"content-type":"text/html","friendly":{"en":"HyperText Markup Language (HTML)"},"encoding":"8bit","extensions":["html","htm","htmlx","shtml","htx"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/html"]},"registered":true,"sort-priority":11},{"content-type":"text/iso19139+xml","encoding":"quoted-printable","extensions":["iso19139"],"registered":false,"sort-priority":47},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js","mjs","cjs"],"xrefs":{"rfc":["rfc9239"],"template":["text/javascript"]},"registered":true,"sort-priority":13},{"content-type":"text/javascript1.0","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.1","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.2","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.3","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.4","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true,"sort-priority":16},{"content-type":"text/jscript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/livescript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/markdown","encoding":"quoted-printable","extensions":["markdown","md","mkd"],"xrefs":{"rfc":["rfc7763"],"template":["text/markdown"]},"registered":true,"sort-priority":13},{"content-type":"text/mizar","encoding":"quoted-printable","xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true,"sort-priority":16},{"content-type":"text/n3","friendly":{"en":"Notation3"},"encoding":"quoted-printable","extensions":["n3"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true,"sort-priority":15},{"content-type":"text/nfo","encoding":"quoted-printable","xrefs":{"person":["Sean_Leonard"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"text/org","encoding":"quoted-printable","xrefs":{"person":["Jeffrey_Gipson","Org_Mode"],"note":["4"],"template":["text/org"]},"registered":true,"sort-priority":16},{"content-type":"text/parameters","encoding":"quoted-printable","xrefs":{"rfc":["rfc7826"],"template":["text/parameters"]},"registered":true,"sort-priority":16},{"content-type":"text/parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc3009"],"template":["text/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"text/ping","encoding":"8bit","xrefs":{"url":["https://html.spec.whatwg.org/multipage/iana.html#text/ping"]},"registered":false,"sort-priority":48},{"content-type":"text/plain","friendly":{"en":"Text File"},"encoding":"quoted-printable","extensions":["txt","asc","c","cc","h","hh","cpp","hpp","dat","hlp","conf","def","in","list","log","rst","text","textile","install","keys","license","notice","readme","abs-linkmap","abs-menulinks","aart","ac","am","apt","bsh","classpath","cnd","cwiki","data","dcl","dsp","dsw","egrm","ent","ft","fn","fv","grm","g",".htaccess","handlers","htc","ihtml","jmx","junit","jx","manifest","m4","mf","meta","mdo","n3","pen","pod","pom","project","rng","rnx","roles","schemas","tld","types","vm","vsl","wsdd","xargs","xcat","xegrm","xgrm","xlex","xlog","xmap","xroles","xsamples","xsp","xtest","xweb","xwelcome"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"],"template":["text/plain"]},"registered":true,"sort-priority":0},{"content-type":"text/provenance-notation","encoding":"quoted-printable","xrefs":{"person":["Ivan_Herman","W3C"],"template":["text/provenance-notation"]},"registered":true,"sort-priority":16},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true,"sort-priority":15},{"content-type":"text/prs.lines.tag","friendly":{"en":"PRS Lines Tag"},"encoding":"quoted-printable","extensions":["dsc"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true,"sort-priority":15},{"content-type":"text/prs.prop.logic","encoding":"quoted-printable","xrefs":{"person":["Hans-Dieter_A._Hiep"],"template":["text/prs.prop.logic"]},"registered":true,"sort-priority":16},{"content-type":"text/prs.texi","encoding":"quoted-printable","xrefs":{"person":["Matin_Bavardi"],"template":["text/prs.texi"]},"registered":true,"sort-priority":16},{"content-type":"text/raptorfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6682"],"template":["text/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"text/RED","encoding":"quoted-printable","xrefs":{"rfc":["rfc4102"],"template":["text/RED"]},"registered":true,"sort-priority":16},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","xrefs":{"rfc":["rfc6522"],"template":["text/rfc822-headers"]},"registered":true,"sort-priority":16},{"content-type":"text/richtext","friendly":{"en":"Rich Text Format (RTF)"},"encoding":"8bit","extensions":["rtx"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["text/richtext"]},"registered":true,"sort-priority":15},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true,"sort-priority":15},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","xrefs":{"person":["_3GPP"],"template":["text/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"text/rtploopback","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"text/rtx","encoding":"quoted-printable","xrefs":{"rfc":["rfc4588"],"template":["text/rtx"]},"registered":true,"sort-priority":16},{"content-type":"text/sgml","friendly":{"en":"Standard Generalized Markup Language (SGML)"},"encoding":"quoted-printable","extensions":["sgml","sgm"],"xrefs":{"rfc":["rfc1874"],"template":["text/SGML"]},"registered":true,"sort-priority":14},{"content-type":"text/shaclc","encoding":"quoted-printable","xrefs":{"person":["Vladimir_Alexiev","W3C_SHACL_Community_Group"],"template":["text/shaclc"]},"registered":true,"sort-priority":16},{"content-type":"text/shex","encoding":"quoted-printable","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/shex"]},"registered":true,"sort-priority":16},{"content-type":"text/spdx","encoding":"quoted-printable","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["text/spdx"]},"registered":true,"sort-priority":16},{"content-type":"text/strings","encoding":"quoted-printable","xrefs":{"person":["IEEE-ISTO-PWG-PPP"],"template":["text/strings"]},"registered":true,"sort-priority":16},{"content-type":"text/t140","encoding":"quoted-printable","xrefs":{"rfc":["rfc4103"],"template":["text/t140"]},"registered":true,"sort-priority":16},{"content-type":"text/tab-separated-values","friendly":{"en":"Tab Separated Values"},"encoding":"quoted-printable","extensions":["tsv"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true,"sort-priority":15},{"content-type":"text/troff","friendly":{"en":"troff"},"encoding":"8bit","extensions":["t","tr","roff","troff","man","me","ms","nroff"],"xrefs":{"rfc":["rfc4263"],"template":["text/troff"]},"registered":true,"sort-priority":8},{"content-type":"text/turtle","friendly":{"en":"Turtle (Terse RDF Triple Language)"},"encoding":"quoted-printable","extensions":["ttl"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true,"sort-priority":15},{"content-type":"text/ulpfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"],"template":["text/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"text/uri-list","friendly":{"en":"URI Resolution Services"},"encoding":"quoted-printable","extensions":["uri","uris","urls"],"xrefs":{"rfc":["rfc2483"],"template":["text/uri-list"]},"registered":true,"sort-priority":13},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"xrefs":{"rfc":["rfc6350"],"template":["text/vcard"]},"registered":true,"signature":true,"sort-priority":15},{"content-type":"text/vnd.a","encoding":"quoted-printable","xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd.a"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.abc","encoding":"quoted-printable","xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ascii-art","encoding":"quoted-printable","xrefs":{"person":["Kim_Scarborough"],"template":["text/vnd.ascii-art"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.curl","friendly":{"en":"Curl - Applet"},"encoding":"quoted-printable","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd.curl"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.curl.dcurl","friendly":{"en":"Curl - Detached Applet"},"encoding":"quoted-printable","extensions":["dcurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.curl.mcurl","friendly":{"en":"Curl - Manifest File"},"encoding":"quoted-printable","extensions":["mcurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.curl.scurl","friendly":{"en":"Curl - Source Code"},"encoding":"quoted-printable","extensions":["scurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.exchangeable","encoding":"quoted-printable","xrefs":{"person":["Martin_Cizek"],"template":["text/vnd.exchangeable"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.familysearch.gedcom","encoding":"quoted-printable","xrefs":{"person":["Gordon_Clarke"],"template":["text/vnd.familysearch.gedcom"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ficlab.flt","encoding":"quoted-printable","xrefs":{"person":["Steve_Gilberd"],"template":["text/vnd.ficlab.flt"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false,"sort-priority":176},{"content-type":"text/vnd.fly","friendly":{"en":"mod_fly / fly.cgi"},"encoding":"quoted-printable","extensions":["fly"],"xrefs":{"person":["John-Mark_Gurney"],"template":["text/vnd.fly"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.fmi.flexstor","friendly":{"en":"FLEXSTOR"},"encoding":"quoted-printable","extensions":["flx"],"xrefs":{"person":["Kari_E._Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.gml","encoding":"quoted-printable","xrefs":{"person":["Mi_Tar"],"template":["text/vnd.gml"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.graphviz","friendly":{"en":"Graphviz"},"encoding":"quoted-printable","extensions":["gv"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.hans","encoding":"quoted-printable","xrefs":{"person":["Hill_Hanxv"],"template":["text/vnd.hans"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.hgl","encoding":"quoted-printable","xrefs":{"person":["Heungsub_Lee"],"template":["text/vnd.hgl"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.in3d.3dml","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["3dml"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.in3d.spot","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["spot"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.iptc.anpa","encoding":"quoted-printable","extensions":["anpa"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","xrefs":{"rfc":["rfc5707"],"template":["text/vnd.radisys.msml-basic-layout"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.senx.warpscript","encoding":"quoted-printable","xrefs":{"person":["Pierre_Papin"],"template":["text/vnd.senx.warpscript"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"],"notes":["(OBSOLETED by request)"]},"registered":true,"sort-priority":144},{"content-type":"text/vnd.sosi","encoding":"quoted-printable","xrefs":{"person":["Petter_Reinholdtsen"],"template":["text/vnd.sosi"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.sun.j2me.app-descriptor","friendly":{"en":"J2ME App Descriptor"},"encoding":"8bit","extensions":["jad"],"xrefs":{"person":["Gary_Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.tps","encoding":"quoted-printable","xrefs":{"person":["Konstantin_Semenenko"],"template":["text/vnd.tps"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.typst","encoding":"quoted-printable","xrefs":{"person":["Martin_Haug"],"template":["text/vnd.typst"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.vcf","encoding":"quoted-printable","xrefs":{"person":["Anand_Jahagirdar"],"template":["text/vnd.vcf"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.wap.wml","friendly":{"en":"Wireless Markup Language (WML)"},"encoding":"quoted-printable","extensions":["wml"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wml"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.wap.wmlscript","friendly":{"en":"Wireless Markup Language Script (WMLScript)"},"encoding":"quoted-printable","extensions":["wmls"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.zoo.kcl","encoding":"quoted-printable","xrefs":{"person":["Jessie_Frazelle"],"template":["text/vnd.zoo.kcl"]},"registered":true,"sort-priority":16},{"content-type":"text/vtt","encoding":"quoted-printable","extensions":["vtt"],"xrefs":{"person":["Silvia_Pfeiffer","W3C"],"template":["text/vtt"]},"registered":true,"sort-priority":15},{"content-type":"text/wgsl","encoding":"quoted-printable","xrefs":{"person":["David_Neto","W3C"],"template":["text/wgsl"]},"registered":true,"sort-priority":16},{"content-type":"text/x-actionscript","encoding":"quoted-printable","extensions":["as"],"registered":false,"sort-priority":47},{"content-type":"text/x-ada","encoding":"quoted-printable","extensions":["ada","adb","ads"],"registered":false,"sort-priority":45},{"content-type":"text/x-applescript","encoding":"quoted-printable","extensions":["applescript"],"registered":false,"sort-priority":47},{"content-type":"text/x-asciidoc","encoding":"quoted-printable","extensions":["asciidoc","adoc","ad","ad.txt","adoc.txt"],"registered":false,"sort-priority":43},{"content-type":"text/x-asm","friendly":{"en":"Assembler Source File"},"encoding":"quoted-printable","extensions":["asm","s"],"registered":false,"sort-priority":46},{"content-type":"text/x-aspectj","encoding":"quoted-printable","extensions":["aj"],"registered":false,"sort-priority":47},{"content-type":"text/x-assembly","encoding":"quoted-printable","extensions":["s","asm"],"registered":false,"sort-priority":46},{"content-type":"text/x-awk","encoding":"quoted-printable","extensions":["awk"],"registered":false,"sort-priority":47},{"content-type":"text/x-basic","encoding":"quoted-printable","extensions":["bas"],"registered":false,"sort-priority":47},{"content-type":"text/x-c","friendly":{"en":"C Source File"},"encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false,"sort-priority":41},{"content-type":"text/x-c++hdr","encoding":"quoted-printable","extensions":["hpp","hxx","hh","h","h++","hp"],"registered":false,"sort-priority":42},{"content-type":"text/x-c++src","encoding":"quoted-printable","extensions":["cpp","cxx","cc","c","c++"],"registered":false,"sort-priority":43},{"content-type":"text/x-cgi","encoding":"quoted-printable","extensions":["cgi"],"registered":false,"sort-priority":47},{"content-type":"text/x-chdr","encoding":"quoted-printable","extensions":["h"],"registered":false,"sort-priority":47},{"content-type":"text/x-clojure","encoding":"quoted-printable","extensions":["clj"],"registered":false,"sort-priority":47},{"content-type":"text/x-cobol","encoding":"quoted-printable","extensions":["cbl","cob"],"registered":false,"sort-priority":46},{"content-type":"text/x-coffeescript","encoding":"quoted-printable","extensions":["coffee"],"registered":false,"sort-priority":47},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false,"sort-priority":47},{"content-type":"text/x-coldfusion","encoding":"quoted-printable","extensions":["cfm","cfml","cfc"],"registered":false,"sort-priority":45},{"content-type":"text/x-common-lisp","encoding":"quoted-printable","extensions":["cl","jl","lisp","lsp"],"registered":false,"sort-priority":44},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false,"sort-priority":47},{"content-type":"text/x-config","encoding":"quoted-printable","extensions":["config","conf","cfg","xconf"],"registered":false,"sort-priority":44},{"content-type":"text/x-csharp","encoding":"quoted-printable","extensions":["cs"],"registered":false,"sort-priority":47},{"content-type":"text/x-csrc","encoding":"quoted-printable","extensions":["c"],"registered":false,"sort-priority":47},{"content-type":"text/x-d","encoding":"quoted-printable","extensions":["d"],"registered":false,"sort-priority":47},{"content-type":"text/x-diff","encoding":"quoted-printable","extensions":["diff","patch"],"registered":false,"sort-priority":46},{"content-type":"text/x-ecmascript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/x-eiffel","encoding":"quoted-printable","extensions":["e"],"registered":false,"sort-priority":47},{"content-type":"text/x-emacs-lisp","encoding":"quoted-printable","extensions":["el"],"registered":false,"sort-priority":47},{"content-type":"text/x-erlang","encoding":"quoted-printable","extensions":["erl"],"registered":false,"sort-priority":47},{"content-type":"text/x-expect","encoding":"quoted-printable","extensions":["exp"],"registered":false,"sort-priority":47},{"content-type":"text/x-forth","encoding":"quoted-printable","extensions":["4th"],"registered":false,"sort-priority":47},{"content-type":"text/x-fortran","friendly":{"en":"Fortran Source File"},"encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false,"sort-priority":44},{"content-type":"text/x-go","encoding":"quoted-printable","extensions":["go"],"registered":false,"sort-priority":47},{"content-type":"text/x-groovy","encoding":"quoted-printable","extensions":["groovy"],"registered":false,"sort-priority":47},{"content-type":"text/x-haml","encoding":"quoted-printable","extensions":["haml"],"registered":false,"sort-priority":47},{"content-type":"text/x-haskell","encoding":"quoted-printable","extensions":["hs","lhs"],"registered":false,"sort-priority":46},{"content-type":"text/x-haxe","encoding":"quoted-printable","extensions":["hx"],"registered":false,"sort-priority":47},{"content-type":"text/x-idl","encoding":"quoted-printable","extensions":["idl"],"registered":false,"sort-priority":47},{"content-type":"text/x-ini","encoding":"quoted-printable","extensions":["ini"],"registered":false,"sort-priority":47},{"content-type":"text/x-java-properties","encoding":"quoted-printable","extensions":["properties"],"registered":false,"sort-priority":47},{"content-type":"text/x-java-source","friendly":{"en":"Java Source File"},"encoding":"quoted-printable","extensions":["java"],"registered":false,"sort-priority":47},{"content-type":"text/x-jsp","encoding":"quoted-printable","extensions":["jsp"],"registered":false,"sort-priority":47},{"content-type":"text/x-less","encoding":"quoted-printable","extensions":["less"],"registered":false,"sort-priority":47},{"content-type":"text/x-lex","encoding":"quoted-printable","extensions":["l"],"registered":false,"sort-priority":47},{"content-type":"text/x-log","encoding":"quoted-printable","extensions":["log"],"registered":false,"sort-priority":47},{"content-type":"text/x-lua","encoding":"quoted-printable","extensions":["lua"],"registered":false,"sort-priority":47},{"content-type":"text/x-makefile","encoding":"quoted-printable","extensions":["makefile","gnumakefile"],"registered":false,"sort-priority":46},{"content-type":"text/x-matlab","encoding":"quoted-printable","registered":false,"sort-priority":48},{"content-type":"text/x-ml","encoding":"quoted-printable","extensions":["ml"],"registered":false,"sort-priority":47},{"content-type":"text/x-modula","encoding":"quoted-printable","extensions":["m3","i3","mg","ig"],"registered":false,"sort-priority":44},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false,"sort-priority":47},{"content-type":"text/x-objcsrc","encoding":"quoted-printable","extensions":["m"],"registered":false,"sort-priority":47},{"content-type":"text/x-ocaml","encoding":"quoted-printable","extensions":["ocaml","mli"],"registered":false,"sort-priority":46},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false,"sort-priority":47},{"content-type":"text/x-pascal","friendly":{"en":"Pascal Source File"},"encoding":"quoted-printable","extensions":["p","pas","pp","dpr"],"registered":false,"sort-priority":44},{"content-type":"text/x-perl","encoding":"quoted-printable","extensions":["pl","pm","al","perl"],"registered":false,"sort-priority":44},{"content-type":"text/x-php","encoding":"quoted-printable","extensions":["php","php3","php4"],"registered":false,"sort-priority":45},{"content-type":"text/x-prolog","encoding":"quoted-printable","extensions":["pro"],"registered":false,"sort-priority":47},{"content-type":"text/x-python","encoding":"quoted-printable","extensions":["py"],"registered":false,"sort-priority":47},{"content-type":"text/x-rexx","encoding":"quoted-printable","extensions":["rexx"],"registered":false,"sort-priority":47},{"content-type":"text/x-robots","encoding":"quoted-printable","registered":false,"sort-priority":48},{"content-type":"text/x-rsrc","encoding":"quoted-printable","extensions":["r"],"registered":false,"sort-priority":47},{"content-type":"text/x-rst","encoding":"quoted-printable","extensions":["rest","rst","restx"],"registered":false,"sort-priority":45},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":"text/rtf","registered":false,"sort-priority":175},{"content-type":"text/x-ruby","encoding":"quoted-printable","extensions":["rb"],"registered":false,"sort-priority":47},{"content-type":"text/x-scala","encoding":"quoted-printable","extensions":["scala"],"registered":false,"sort-priority":47},{"content-type":"text/x-scheme","encoding":"quoted-printable","extensions":["scm"],"registered":false,"sort-priority":47},{"content-type":"text/x-sed","encoding":"quoted-printable","extensions":["sed"],"registered":false,"sort-priority":47},{"content-type":"text/x-setext","friendly":{"en":"Setext"},"encoding":"quoted-printable","extensions":["etx"],"registered":false,"sort-priority":47},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false,"sort-priority":47},{"content-type":"text/x-sql","encoding":"quoted-printable","extensions":["sql"],"registered":false,"sort-priority":47},{"content-type":"text/x-stsrc","encoding":"quoted-printable","extensions":["st"],"registered":false,"sort-priority":47},{"content-type":"text/x-tcl","encoding":"quoted-printable","extensions":["itk","tcl","tk"],"registered":false,"sort-priority":45},{"content-type":"text/x-tika-text-based-message","encoding":"quoted-printable","registered":false,"sort-priority":48},{"content-type":"text/x-uuencode","friendly":{"en":"UUEncode"},"encoding":"quoted-printable","extensions":["uu"],"registered":false,"sort-priority":47},{"content-type":"text/x-vbasic","encoding":"quoted-printable","extensions":["cls","frm"],"registered":false,"sort-priority":46},{"content-type":"text/x-vbdotnet","encoding":"quoted-printable","extensions":["vb"],"registered":false,"sort-priority":47},{"content-type":"text/x-vbscript","encoding":"quoted-printable","extensions":["vbs"],"registered":false,"sort-priority":47},{"content-type":"text/x-vcalendar","friendly":{"en":"vCalendar"},"encoding":"8bit","extensions":["vcs"],"registered":false,"sort-priority":47},{"content-type":"text/x-vcard","friendly":{"en":"vCard"},"encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true,"sort-priority":47},{"content-type":"text/x-verilog","encoding":"quoted-printable","extensions":["v"],"registered":false,"sort-priority":47},{"content-type":"text/x-vhdl","encoding":"quoted-printable","extensions":["vhd","vhdl"],"registered":false,"sort-priority":46},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false,"sort-priority":176},{"content-type":"text/x-web-markdown","encoding":"quoted-printable","extensions":["md","mdtext","mkd","markdown"],"registered":false,"sort-priority":44},{"content-type":"text/x-yacc","encoding":"quoted-printable","extensions":["y"],"registered":false,"sort-priority":47},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false,"sort-priority":46},{"content-type":"text/xml","encoding":"8bit","extensions":["xml","dtd","xsd"],"xrefs":{"rfc":["rfc7303"],"template":["text/xml"]},"registered":true,"sort-priority":13},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","xrefs":{"rfc":["rfc7303"],"template":["text/xml-external-parsed-entity"]},"registered":true,"sort-priority":16},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["video/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"video/3gpp","friendly":{"en":"3GP"},"encoding":"base64","extensions":["3gp","3gpp"],"xrefs":{"rfc":["rfc3839","rfc6381"],"template":["video/3gpp"]},"registered":true,"sort-priority":14},{"content-type":"video/3gpp-tt","encoding":"base64","xrefs":{"rfc":["rfc4396"],"template":["video/3gpp-tt"]},"registered":true,"sort-priority":16},{"content-type":"video/3gpp2","friendly":{"en":"3GP2"},"encoding":"base64","extensions":["3g2","3gpp2"],"xrefs":{"rfc":["rfc4393","rfc6381"],"template":["video/3gpp2"]},"registered":true,"sort-priority":14},{"content-type":"video/AV1","encoding":"base64","xrefs":{"person":["Alliance_for_Open_Media"],"template":["video/AV1"]},"registered":true,"sort-priority":16},{"content-type":"video/BMPEG","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BMPEG"]},"registered":true,"sort-priority":16},{"content-type":"video/BT656","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BT656"]},"registered":true,"sort-priority":16},{"content-type":"video/CelB","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/CelB"]},"registered":true,"sort-priority":16},{"content-type":"video/daala","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":"video/x-dl","registered":false,"sort-priority":175},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"xrefs":{"rfc":["rfc6469"],"template":["video/DV"]},"registered":true,"sort-priority":15},{"content-type":"video/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"video/evc","encoding":"base64","xrefs":{"rfc":["rfc9584"],"template":["video/evc"]},"registered":true,"sort-priority":16},{"content-type":"video/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["video/example"]},"registered":true,"sort-priority":16},{"content-type":"video/FFV1","encoding":"base64","xrefs":{"rfc":["rfc9043"],"template":["video/FFV1"]},"registered":true,"sort-priority":16},{"content-type":"video/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["video/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":"video/x-gl","registered":false,"sort-priority":175},{"content-type":"video/H261","friendly":{"en":"H.261"},"encoding":"base64","extensions":["h261"],"xrefs":{"rfc":["rfc4587"],"template":["video/H261"]},"registered":true,"sort-priority":15},{"content-type":"video/H263","friendly":{"en":"H.263"},"encoding":"base64","extensions":["h263"],"xrefs":{"rfc":["rfc3555"],"template":["video/H263"]},"registered":true,"sort-priority":15},{"content-type":"video/H263-1998","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-1998"]},"registered":true,"sort-priority":16},{"content-type":"video/H263-2000","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-2000"]},"registered":true,"sort-priority":16},{"content-type":"video/H264","friendly":{"en":"H.264"},"encoding":"base64","extensions":["h264"],"xrefs":{"rfc":["rfc6184"],"template":["video/H264"]},"registered":true,"sort-priority":15},{"content-type":"video/H264-RCDO","encoding":"base64","xrefs":{"rfc":["rfc6185"],"template":["video/H264-RCDO"]},"registered":true,"sort-priority":16},{"content-type":"video/H264-SVC","encoding":"base64","xrefs":{"rfc":["rfc6190"],"template":["video/H264-SVC"]},"registered":true,"sort-priority":16},{"content-type":"video/H265","encoding":"base64","xrefs":{"rfc":["rfc7798"],"template":["video/H265"]},"registered":true,"sort-priority":16},{"content-type":"video/H266","encoding":"base64","xrefs":{"rfc":["rfc9328"],"template":["video/H266"]},"registered":true,"sort-priority":16},{"content-type":"video/iso.segment","encoding":"base64","extensions":["m4s"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["video/iso.segment"]},"registered":true,"sort-priority":15},{"content-type":"video/JPEG","friendly":{"en":"JPGVideo"},"encoding":"base64","extensions":["jpgv"],"xrefs":{"rfc":["rfc3555"],"template":["video/JPEG"]},"registered":true,"sort-priority":15},{"content-type":"video/jpeg2000","encoding":"base64","xrefs":{"rfc":["rfc5371","rfc5372"],"template":["video/jpeg2000"]},"registered":true,"sort-priority":16},{"content-type":"video/jpeg2000-scl","encoding":"base64","xrefs":{"rfc":["rfc9828"],"template":["video/jpeg2000-scl"]},"registered":true,"sort-priority":16},{"content-type":"video/jpm","friendly":{"en":"JPEG 2000 Compound Image File Format"},"encoding":"base64","extensions":["jpgm","jpm"],"registered":false,"sort-priority":46},{"content-type":"video/jxsv","encoding":"base64","xrefs":{"rfc":["rfc9134"],"template":["video/jxsv"]},"registered":true,"sort-priority":16},{"content-type":"video/lottie+json","encoding":"base64","xrefs":{"person":["Lottie_Animation_Community"],"template":["video/lottie+json"]},"registered":true,"sort-priority":16},{"content-type":"video/matroska","encoding":"base64","xrefs":{"rfc":["rfc9559"],"template":["video/matroska"]},"registered":true,"sort-priority":16},{"content-type":"video/matroska-3d","encoding":"base64","xrefs":{"rfc":["rfc9559"],"template":["video/matroska-3d"]},"registered":true,"sort-priority":16},{"content-type":"video/MJ2","friendly":{"en":"Motion JPEG 2000"},"encoding":"base64","extensions":["mj2","mjp2"],"xrefs":{"rfc":["rfc3745"],"template":["video/mj2"]},"registered":true,"sort-priority":14},{"content-type":"video/MP1S","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP1S"]},"registered":true,"sort-priority":16},{"content-type":"video/MP2P","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP2P"]},"registered":true,"sort-priority":16},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts","mts","m2ts","cpi","clpi","mpl","mpls","bdm","m2t"],"xrefs":{"rfc":["rfc3555"],"template":["video/MP2T"]},"registered":true,"sort-priority":7},{"content-type":"video/mp4","friendly":{"en":"MPEG-4 Video"},"encoding":"base64","extensions":["mp4","mpg4","f4v","f4p","mp4v"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["video/mp4"]},"registered":true,"sort-priority":11},{"content-type":"video/MP4V-ES","encoding":"base64","xrefs":{"rfc":["rfc6416"],"template":["video/MP4V-ES"]},"registered":true,"sort-priority":16},{"content-type":"video/mpeg","friendly":{"en":"MPEG Video"},"encoding":"base64","extensions":["mp2","mp3g","mpe","mpeg","mpg","m1v","m2v"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["video/mpeg"]},"registered":true,"sort-priority":9},{"content-type":"video/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["video/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"video/MPV","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MPV"]},"registered":true,"sort-priority":16},{"content-type":"video/nv","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["video/nv"]},"registered":true,"sort-priority":16},{"content-type":"video/ogg","friendly":{"en":"Ogg Video"},"encoding":"base64","extensions":["ogg","ogv"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["video/ogg"]},"registered":true,"sort-priority":14},{"content-type":"video/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["video/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"video/pointer","encoding":"base64","xrefs":{"rfc":["rfc2862"],"template":["video/pointer"]},"registered":true,"sort-priority":16},{"content-type":"video/quicktime","friendly":{"en":"Quicktime Video"},"encoding":"base64","extensions":["qt","mov"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true,"sort-priority":14},{"content-type":"video/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["video/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"video/raw","encoding":"base64","xrefs":{"rfc":["rfc4175"],"template":["video/raw"]},"registered":true,"sort-priority":16},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["video/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"video/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"video/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["video/rtx"]},"registered":true,"sort-priority":16},{"content-type":"video/scip","encoding":"base64","xrefs":{"rfc":["rfc9607"],"template":["video/scip"]},"registered":true,"sort-priority":16},{"content-type":"video/smpte291","encoding":"base64","xrefs":{"rfc":["rfc8331"],"template":["video/smpte291"]},"registered":true,"sort-priority":16},{"content-type":"video/SMPTE292M","encoding":"base64","xrefs":{"rfc":["rfc3497"],"template":["video/SMPTE292M"]},"registered":true,"sort-priority":16},{"content-type":"video/theora","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"video/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["video/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"video/vc1","encoding":"base64","xrefs":{"rfc":["rfc4425"],"template":["video/vc1"]},"registered":true,"sort-priority":16},{"content-type":"video/vc2","encoding":"base64","xrefs":{"rfc":["rfc8450"],"template":["video/vc2"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.blockfact.factv","encoding":"base64","xrefs":{"person":["Egbert_von_Frankenberg"],"template":["video/vnd.blockfact.factv"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.CCTV","encoding":"base64","xrefs":{"person":["Frank_Rottmann"],"template":["video/vnd.CCTV"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dece.hd","friendly":{"en":"DECE High Definition Video"},"encoding":"base64","extensions":["uvh","uvvh"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.hd"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.dece.mobile","friendly":{"en":"DECE Mobile Video"},"encoding":"base64","extensions":["uvm","uvvm"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.dece.mp4","encoding":"base64","xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mp4"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dece.pd","friendly":{"en":"DECE PD Video"},"encoding":"base64","extensions":["uvp","uvvp"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.pd"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.dece.sd","friendly":{"en":"DECE SD Video"},"encoding":"base64","extensions":["uvs","uvvs"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.sd"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.dece.video","friendly":{"en":"DECE Video"},"encoding":"base64","extensions":["uvv","uvvv"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.video"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.fvt","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fvt"],"xrefs":{"person":["Arild_Fuldseth"],"template":["video/vnd.fvt"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.hns.video","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.motorola.video","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.motorola.videop","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.mpegurl","friendly":{"en":"MPEG Url"},"encoding":"8bit","extensions":["mxu","m4u"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd.mpegurl"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.ms-playready.media.pyv","friendly":{"en":"Microsoft PlayReady Ecosystem Video"},"encoding":"base64","extensions":["pyv"],"xrefs":{"person":["Steve_DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.nokia.mp4vr","encoding":"base64","xrefs":{"person":["Miska_M._Hannuksela"],"template":["video/vnd.nokia.mp4vr"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["mp4","m4v"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.planar","encoding":"base64","xrefs":{"person":["David_Atkins"],"template":["video/vnd.planar"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["smpg","s14"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["sswf","ssw"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.swf"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["smov","smo","s1q"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal.mov"]},"registered":true,"sort-priority":13},{"content-type":"video/vnd.uvvu.mp4","friendly":{"en":"DECE MP4"},"encoding":"base64","extensions":["uvu","uvvu"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.uvvu.mp4"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.vivo","friendly":{"en":"Vivo"},"encoding":"base64","extensions":["viv","vivo"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd.vivo"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.youtube.yt","encoding":"base64","xrefs":{"person":["Google"],"template":["video/vnd.youtube.yt"]},"registered":true,"sort-priority":16},{"content-type":"video/VP8","encoding":"base64","xrefs":{"rfc":["rfc7741"],"template":["video/VP8"]},"registered":true,"sort-priority":16},{"content-type":"video/VP9","encoding":"base64","xrefs":{"rfc":["rfc9628"],"template":["video/VP9"]},"registered":true,"sort-priority":16},{"content-type":"video/webm","friendly":{"en":"Open Web Media Project - Video"},"encoding":"base64","extensions":["webm"],"registered":false,"sort-priority":47},{"content-type":"video/x-dirac","encoding":"base64","extensions":["drc"],"registered":false,"sort-priority":47},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false,"sort-priority":47},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false,"sort-priority":175},{"content-type":"video/x-f4v","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["f4v"],"registered":false,"sort-priority":47},{"content-type":"video/x-flc","encoding":"base64","extensions":["flc"],"registered":false,"sort-priority":47},{"content-type":"video/x-fli","friendly":{"en":"FLI/FLC Animation Format"},"encoding":"base64","extensions":["fli"],"registered":false,"sort-priority":47},{"content-type":"video/x-flv","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["flv"],"registered":false,"sort-priority":47},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false,"sort-priority":47},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false,"sort-priority":47},{"content-type":"video/x-jng","encoding":"base64","extensions":["jng"],"registered":false,"sort-priority":47},{"content-type":"video/x-m4v","friendly":{"en":"M4v"},"encoding":"base64","extensions":["m4v"],"registered":false,"sort-priority":47},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false,"sort-priority":45},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false,"sort-priority":47},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpg","mjpeg"],"registered":false,"sort-priority":46},{"content-type":"video/x-ms-asf","friendly":{"en":"Microsoft Advanced Systems Format (ASF)"},"encoding":"base64","extensions":["asf","asx"],"registered":false,"sort-priority":46},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wm","friendly":{"en":"Microsoft Windows Media"},"encoding":"base64","extensions":["wm"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wmv","friendly":{"en":"Microsoft Windows Media Video"},"encoding":"base64","extensions":["wmv"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wmx","friendly":{"en":"Microsoft Windows Media Audio/Video Playlist"},"encoding":"base64","extensions":["wmx"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wvx","friendly":{"en":"Microsoft Windows Media Video Playlist"},"encoding":"base64","extensions":["wvx"],"registered":false,"sort-priority":47},{"content-type":"video/x-msvideo","friendly":{"en":"Audio Video Interleave (AVI)"},"encoding":"base64","extensions":["avi"],"registered":false,"sort-priority":47},{"content-type":"video/x-oggrgb","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"video/x-ogguvs","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"video/x-oggyuv","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"video/x-ogm","encoding":"base64","extensions":["ogm"],"registered":false,"sort-priority":47},{"content-type":"video/x-sgi-movie","friendly":{"en":"SGI Movie"},"encoding":"base64","extensions":["movie"],"registered":false,"sort-priority":47},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false,"sort-priority":47},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false,"sort-priority":47},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false,"sort-priority":47},{"content-type":"x-conference/x-cooltalk","friendly":{"en":"CoolTalk"},"encoding":"base64","extensions":["ice"],"registered":false,"sort-priority":47},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false,"sort-priority":47},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["wrl","vrml"],"registered":false,"sort-priority":46}]
mime-types-mime-types-data-618ae00/data/mime.content_type.column 0000664 0000000 0000000 00000262564 15167513557 0024756 0 ustar 00root root 0000000 0000000 application/1d-interleaved-parityfec
application/1ob
application/3gpdash-qoe-report+xml
application/3gpp-ims+xml
application/3gpp-mbs-object-manifest+json
application/3gpp-mbs-user-service-descriptions+json
application/3gpp-media-delivery-metrics-report+json
application/3gppHal+json
application/3gppHalForms+json
application/A2L
application/aas+zip
application/acad
application/access mdf mda mdb mde
application/ace+cbor
application/ace+json
application/ace-groupcomm+cbor
application/ace-trl+cbor
application/activemessage
application/activity+json
application/aif+cbor
application/aif+json
application/akn+xml
application/alto-cdni+json
application/alto-cdnifilter+json
application/alto-costmap+json
application/alto-costmapfilter+json
application/alto-directory+json
application/alto-endpointcost+json
application/alto-endpointcostparams+json
application/alto-endpointprop+json
application/alto-endpointpropparams+json
application/alto-error+json
application/alto-networkmap+json
application/alto-networkmapfilter+json
application/alto-propmap+json
application/alto-propmapparams+json
application/alto-tips+json
application/alto-tipsparams+json
application/alto-updatestreamcontrol+json
application/alto-updatestreamparams+json
application/AML
application/andrew-inset ez
application/appledouble
application/applefile
application/application/jwk-set+jwt
application/applixware aw
application/asyncapi+json
application/asyncapi+yaml
application/at+jwt
application/ATF
application/ATFX
application/atom+xml atom
application/atomcat+xml atomcat
application/atomdeleted+xml
application/atomicmail
application/atomsvc+xml atomsvc
application/atsc-dwd+xml
application/atsc-dynamic-event-message
application/atsc-held+xml
application/atsc-rdt+json
application/atsc-rsat+xml
application/ATXML
application/auth-policy+xml
application/automationml-aml+xml
application/automationml-amlx+zip
application/bacnet-xdd+zip
application/batch-SMTP
application/beep+xml
application/bizagi-modeler bpm
application/bleeper bleep
application/bufr
application/c2pa
application/calendar+json
application/calendar+xml
application/call-completion
application/cals-1840
application/cals1840
application/cap+xml
application/captive+json
application/cbor cbor
application/cbor-seq
application/cccex
application/ccmp+xml
application/ccxml+xml ccxml
application/cda+xml
application/CDFX+XML
application/cdmi-capability cdmia
application/cdmi-container cdmic
application/cdmi-domain cdmid
application/cdmi-object cdmio
application/cdmi-queue cdmiq
application/cdni
application/ce+cbor
application/CEA
application/cea-2018+xml
application/cellml+xml
application/cert-chain+cbor
application/CESR
application/cfw
application/cid
application/cid-edhoc+cbor-seq
application/city+json
application/city+json-seq
application/clariscad
application/clf+xml
application/clr
application/clue+xml
application/clue_info+xml
application/cms
application/cmw+cbor
application/cmw+cose
application/cmw+json
application/cmw+jws
application/cnrp+xml
application/coap-eap
application/coap-group+json
application/coap-payload
application/commonground
application/concise-problem-details+cbor
application/conference-info+xml
application/coreldraw cdr
application/cose
application/cose-key
application/cose-key-set
application/cose-x509
application/cpl+xml
application/csrattrs
application/csta+xml
application/CSTAdata+xml
application/csvm+json
application/cu-seeme cu
application/cwl
application/cwl+json
application/cwl+yaml
application/cwt
application/cybercash
application/dash+xml mpd
application/dash-patch+xml
application/dashdelta
application/davmount+xml davmount
application/dca-rft
application/DCD
application/dec-dx
application/deflate
application/dialog-info+xml
application/dicom dcm
application/dicom+json
application/dicom+xml
application/did
application/dif+xml dif
application/DII
application/DIT
application/dita+xml
application/dns
application/dns+json
application/dns-message
application/docbook+xml dbk
application/dots+cbor
application/dpop+jwt
application/drafting
application/dskpp+xml
application/dssc+der dssc
application/dssc+xml xdssc
application/dvcs
application/dxf
application/eat+cwt
application/eat+jwt
application/eat-bun+cbor
application/eat-bun+json
application/eat-ucs+cbor
application/eat-ucs+json
application/ecmascript ecma es
application/edhoc+cbor-seq
application/EDI-consent
application/EDI-X12
application/EDIFACT
application/efi
application/elm+json
application/elm+xml
application/EmergencyCallData.cap+xml
application/EmergencyCallData.Comment+xml
application/EmergencyCallData.Control+xml
application/EmergencyCallData.DeviceInfo+xml
application/EmergencyCallData.eCall.MSD
application/EmergencyCallData.LegacyESN+json
application/EmergencyCallData.ProviderInfo+xml
application/EmergencyCallData.ServiceInfo+xml
application/EmergencyCallData.SubscriberInfo+xml
application/EmergencyCallData.VEDS+xml
application/emma+xml emma
application/emotionml+xml
application/encaprtp
application/entity-statement+jwt
application/envi.hdr hdr
application/epp+xml
application/epub+zip epub
application/eshop
application/example
application/excel xls xlt
application/exi exi
application/expect-ct-report+json
application/explicit-registration-response+jwt
application/express
application/fastinfoset
application/fastsoap
application/fdf
application/fdt+xml
application/fhir+json
application/fhir+xml
application/fits fits fit fts
application/flexfec
application/font-sfnt otf ttf
application/font-tdpfr pfr
application/font-woff woff woff2
application/fractals
application/framework-attributes+xml
application/futuresplash spl
application/geo+json
application/geo+json-seq
application/geofeed+csv
application/geopackage+sqlite3
application/geopose+json
application/geoxacml+json
application/geoxacml+xml
application/ghostview
application/gltf-buffer
application/gml+xml gml
application/gnap-binding-jws
application/gnap-binding-jwsd
application/gnap-binding-rotation-jws
application/gnap-binding-rotation-jwsd
application/gpx+xml gpx
application/grib
application/gxf gxf
application/gzip gz tgz
application/H224
application/held+xml
application/hep hep
application/hl7v2+xml
application/http
application/hwp+zip hwpx
application/hyperstudio stk
application/i-deas
application/ibe-key-request+xml
application/ibe-pkg-reply+xml
application/ibe-pp-data
application/iges
application/illustrator ai
application/illustrator+ps
application/im-iscomposing+xml
application/imagemap imagemap imap
application/index
application/index.cmd
application/index.obj
application/index.response
application/index.vnd
application/inf
application/inkml+xml ink inkml
application/ion
application/iotp
application/ipfix ipfix
application/ipp
application/isup
application/its+xml
application/java-archive jar
application/java-serialized-object ser
application/java-vm class
application/javascript js mjs sj
application/jcr-sql2
application/jcr-xpath
application/jf2feed+json
application/jose
application/jose+json
application/jrd+json
application/jscalendar+json
application/jscontact+json
application/json json
application/json-nd
application/json-patch+json
application/json-patch-query+json
application/json-seq
application/jsonml+json jsonml
application/jsonpath
application/jwk+json
application/jwk-set+json
application/jwk-set+jwt
application/jwt
application/kate
application/kb+cwt
application/kb+jwt
application/kbl+xml
application/kpml-request+xml
application/kpml-response+xml
application/ld+json
application/lgr+xml
application/link-format
application/linkset
application/linkset+json
application/load-control+xml
application/logout+jwt
application/lost+xml lostxml
application/lostsync+xml
application/lotus-123 wks
application/lpf+zip
application/LXF
application/mac-binhex40 hqx
application/mac-compactpro cpt
application/macbinary
application/macwriteii
application/mads+xml mads
application/manifest+json webmanifest
application/marc mrc
application/marcxml+xml mrcx
application/mathcad mcd
application/mathematica ma mb nb
application/mathematica-old
application/mathml+xml mathml
application/mathml-content+xml
application/mathml-presentation+xml
application/mbms-associated-procedure-description+xml
application/mbms-deregister+xml
application/mbms-envelope+xml
application/mbms-msk+xml
application/mbms-msk-response+xml
application/mbms-protection-description+xml
application/mbms-reception-report+xml
application/mbms-register+xml
application/mbms-register-response+xml
application/mbms-schedule+xml
application/mbms-user-service-description+xml
application/mbox mbox
application/measured-component+cbor
application/measured-component+json
application/media-policy-dataset+xml
application/media_control+xml
application/mediaservercontrol+xml mscml
application/merge-patch+json
application/metalink+xml metalink
application/metalink4+xml meta4
application/mets+xml mets
application/MF4
application/microdata+json
application/mikey
application/mipc
application/missing-blocks+cbor-seq
application/mmt-aei+xml
application/mmt-usd+xml
application/mods+xml mods
application/moss-keys
application/moss-signature
application/mosskey-data
application/mosskey-request
application/mp21 m21 mp21
application/mp4 mp4 mpg4 mp4s
application/mpeg4-generic
application/mpeg4-iod
application/mpeg4-iod-xmt
application/mrb-consumer+xml
application/mrb-publish+xml
application/msc-ivr+xml
application/msc-mixer+xml
application/msword doc dot wrd
application/msword2
application/msword5
application/mud+json
application/multipart-core
application/mxf mxf
application/n-quads
application/n-triples
application/nasdata
application/netcdf nc cdf
application/news-checkgroups
application/news-groupinfo
application/news-message-id
application/news-transmission
application/nlsml+xml
application/node
application/nss
application/oauth-authz-req+jwt
application/oblivious-dns-message
application/ocsp-request
application/ocsp-response
application/octet-stream bin dms lha lzh class ani pgp gpg so dll dylib bpk deploy dist distz dump elc lrf mar pkg ipa
application/oda oda
application/odm+json
application/odm+xml
application/ODX
application/oebps-package+xml opf
application/ogg ogx
application/ohttp-keys
application/omdoc+xml omdoc
application/onenote onepkg onetmp onetoc onetoc2
application/onix-message+xml
application/onix-message-short+xml
application/opc-nodeset+xml
application/oscore
application/oxps oxps
application/p21
application/p21+zip
application/p2p-overlay+xml
application/parityfec
application/passport
application/patch-ops-error+xml xer
application/pdf pdf ai
application/PDX
application/pem-certificate-chain
application/pgp-encrypted pgp gpg
application/pgp-keys
application/pgp-signature asc sig
application/pics-rules prf
application/pidf+xml
application/pidf-diff+xml
application/pkcs10 p10
application/pkcs12
application/pkcs7-mime p7m p7c
application/pkcs7-signature p7s
application/pkcs8 p8
application/pkcs8-encrypted
application/pkix-attr-cert ac
application/pkix-cert cer
application/pkix-crl crl
application/pkix-keyinfo
application/pkix-pkipath pkipath
application/pkixcmp pki
application/pls+xml pls
application/poc-settings+xml
application/postscript eps ps ai epsf epsi
application/powerpoint ppt pps pot
application/ppsp-tracker+json
application/private-token-issuer-directory
application/private-token-request
application/private-token-response
application/pro_eng
application/problem+json
application/problem+xml
application/protobuf
application/protobuf+json
application/provenance+xml
application/provided-claims+jwt
application/prql prql
application/prs.alvestrand.titrax-sheet
application/prs.bwtc32key
application/prs.cww cw cww
application/prs.cyn
application/prs.hpub+zip
application/prs.implied-document+xml
application/prs.implied-executable
application/prs.implied-object+json
application/prs.implied-object+json-seq
application/prs.implied-object+yaml
application/prs.implied-structure
application/prs.mayfile
application/prs.nprend rnd rct
application/prs.plucker
application/prs.rdf-xml-crypt
application/prs.sclt
application/prs.vcfbzip2
application/prs.xsf+xml
application/pskc+xml pskcxml
application/pvd+json
application/qsig
application/quicktime
application/quicktimeplayer qtl
application/raptorfec
application/rdap+json
application/rdf+xml rdf owl xmp
application/reginfo+xml rif
application/relax-ng-compact-syntax rnc
application/remote-printing
application/remote_printing
application/reports+json
application/reputon+json
application/resolve-response+jwt
application/resource-lists+xml rl
application/resource-lists-diff+xml rld
application/rfc+xml
application/rif+xml
application/riscos
application/rlmi+xml
application/rls-services+xml rs
application/roughtime-malfeasance+json
application/roughtime-server+json
application/route-apd+xml
application/route-s-tsid+xml
application/route-usd+xml
application/rpki-checklist
application/rpki-ghostbusters gbr
application/rpki-manifest mft
application/rpki-publication
application/rpki-roa roa
application/rpki-signed-tal
application/rpki-updown
application/rs-metadata+xml
application/rsd+xml rsd
application/rss+xml rss
application/rtf rtf
application/rtploopback
application/rtx
application/samlassertion+xml
application/samlmetadata+xml
application/sarif+json
application/sarif-external-properties+json
application/sbe
application/sbml+xml sbml
application/scaip+xml
application/scim+json
application/scitt-receipt+cose
application/scitt-statement+cose
application/scvp-cv-request scq
application/scvp-cv-response scs
application/scvp-vp-request spq
application/scvp-vp-response spp
application/sd-cwt
application/sd-jwt
application/sd-jwt+json
application/sdf+json
application/sdp sdp
application/secevent+jwt
application/senml+cbor
application/senml+json
application/senml+xml
application/senml-etch+cbor
application/senml-etch+json
application/senml-exi
application/sensml+cbor
application/sensml+json
application/sensml+xml
application/sensml-exi
application/sep+xml
application/sep-exi
application/sereal srl
application/session-info
application/set
application/set-payment
application/set-payment-initiation setpay
application/set-registration
application/set-registration-initiation setreg
application/sgml sgml
application/sgml-open-catalog soc
application/shf+xml shf
application/sieve siv
application/signed-exchange
application/simple-filter+xml
application/simple-message-summary
application/simpleSymbolContainer
application/sipc
application/SLA
application/slate
application/sldworks sldprt sldasm slddrw
application/smil smi smil
application/smil+xml smi smil sml
application/smpte336m
application/soap+fastinfoset
application/soap+xml
application/solids
application/sparql-query rq
application/sparql-results+xml srx
application/spdx+json
application/speculationrules+json
application/spirits-event+xml
application/sql
application/srgs gram
application/srgs+xml grxml
application/sru+xml sru
application/ssdl+xml ssdl
application/sslkeylogfile
application/ssml+xml ssml
application/ST2110-41
application/STEP
application/stix+json
application/stratum
application/suit-envelope+cose
application/suit-report+cose
application/swid+cbor
application/swid+xml
application/tamp-apex-update
application/tamp-apex-update-confirm
application/tamp-community-update
application/tamp-community-update-confirm
application/tamp-error
application/tamp-sequence-adjust
application/tamp-sequence-adjust-confirm
application/tamp-status-query
application/tamp-status-response
application/tamp-update
application/tamp-update-confirm
application/taxii+json
application/td+json
application/teep+cbor
application/tei+xml tei teicorpus
application/TETRA_ISI
application/texinfo
application/thraud+xml tfi
application/timestamp-query
application/timestamp-reply
application/timestamped-data tsd
application/tlsrpt+gzip
application/tlsrpt+json
application/tm+json
application/tnauthlist
application/toc+cbor
application/token-introspection+jwt
application/toml
application/toolbook tbk
application/trickle-ice-sdpfrag
application/trig
application/trust-chain+json
application/trust-mark+jwt
application/trust-mark-delegation+jwt
application/trust-mark-status-response+jwt
application/ttml+xml ttml
application/tve-trigger
application/tzif
application/tzif-leap
application/uccs+cbor
application/ujcs+json
application/ulpfec
application/urc-grpsheet+xml
application/urc-ressheet+xml
application/urc-targetdesc+xml
application/urc-uisocketdesc+xml
application/v3c
application/vc
application/vc+cose
application/vc+jwt
application/vc+sd-jwt
application/vcard+json
application/vcard+xml
application/vda
application/vec+xml
application/vec-package
application/vec-package+gzip
application/vec-package+zip
application/vemmi
application/vividence.scriptfile
application/VMSBACKUP bck
application/vnd.1000minds.decision-model+xml
application/vnd.1ob
application/vnd.3gpp-prose+xml
application/vnd.3gpp-prose-pc3a+xml
application/vnd.3gpp-prose-pc3ach+xml
application/vnd.3gpp-prose-pc3ch+xml
application/vnd.3gpp-prose-pc8+xml
application/vnd.3gpp-v2x-local-service-information
application/vnd.3gpp.5gnas
application/vnd.3gpp.5gsa2x
application/vnd.3gpp.5gsa2x-local-service-information
application/vnd.3gpp.5gsv2x
application/vnd.3gpp.5gsv2x-local-service-information
application/vnd.3gpp.access-transfer-events+xml
application/vnd.3gpp.bsf+xml
application/vnd.3gpp.crs+xml
application/vnd.3gpp.current-location-discovery+xml
application/vnd.3gpp.GMOP+xml
application/vnd.3gpp.gtpc
application/vnd.3gpp.interworking-data
application/vnd.3gpp.lpp
application/vnd.3gpp.mc-signalling-ear
application/vnd.3gpp.mcdata-affiliation-command+xml
application/vnd.3gpp.mcdata-info+xml
application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
application/vnd.3gpp.mcdata-payload
application/vnd.3gpp.mcdata-regroup+xml
application/vnd.3gpp.mcdata-service-config+xml
application/vnd.3gpp.mcdata-signalling
application/vnd.3gpp.mcdata-ue-config+xml
application/vnd.3gpp.mcdata-user-profile+xml
application/vnd.3gpp.mcptt-affiliation-command+xml
application/vnd.3gpp.mcptt-floor-request+xml
application/vnd.3gpp.mcptt-info+xml
application/vnd.3gpp.mcptt-location-info+xml
application/vnd.3gpp.mcptt-mbms-usage-info+xml
application/vnd.3gpp.mcptt-regroup+xml
application/vnd.3gpp.mcptt-service-config+xml
application/vnd.3gpp.mcptt-signed+xml
application/vnd.3gpp.mcptt-ue-config+xml
application/vnd.3gpp.mcptt-ue-init-config+xml
application/vnd.3gpp.mcptt-user-profile+xml
application/vnd.3gpp.mcs-location-user-config+xml
application/vnd.3gpp.mcvideo-affiliation-command+xml
application/vnd.3gpp.mcvideo-affiliation-info+xml
application/vnd.3gpp.mcvideo-info+xml
application/vnd.3gpp.mcvideo-location-info+xml
application/vnd.3gpp.mcvideo-mbms-usage-info+xml
application/vnd.3gpp.mcvideo-regroup+xml
application/vnd.3gpp.mcvideo-service-config+xml
application/vnd.3gpp.mcvideo-transmission-request+xml
application/vnd.3gpp.mcvideo-ue-config+xml
application/vnd.3gpp.mcvideo-user-profile+xml
application/vnd.3gpp.mid-call+xml
application/vnd.3gpp.ngap
application/vnd.3gpp.pfcp
application/vnd.3gpp.pic-bw-large plb
application/vnd.3gpp.pic-bw-small psb
application/vnd.3gpp.pic-bw-var pvb
application/vnd.3gpp.pinapp-info+xml
application/vnd.3gpp.s1ap
application/vnd.3gpp.seal-app-comm-requirements-info+xml
application/vnd.3gpp.seal-data-delivery-info+cbor
application/vnd.3gpp.seal-data-delivery-info+xml
application/vnd.3gpp.seal-group-doc+xml
application/vnd.3gpp.seal-info+xml
application/vnd.3gpp.seal-location-info+cbor
application/vnd.3gpp.seal-location-info+xml
application/vnd.3gpp.seal-mbms-usage-info+xml
application/vnd.3gpp.seal-mbs-usage-info+xml
application/vnd.3gpp.seal-network-QoS-management-info+xml
application/vnd.3gpp.seal-network-resource-info+cbor
application/vnd.3gpp.seal-ue-config-info+xml
application/vnd.3gpp.seal-unicast-info+xml
application/vnd.3gpp.seal-user-profile-info+xml
application/vnd.3gpp.sms sms
application/vnd.3gpp.sms+xml
application/vnd.3gpp.srvcc-ext+xml
application/vnd.3gpp.SRVCC-info+xml
application/vnd.3gpp.state-and-event-info+xml
application/vnd.3gpp.ussd+xml
application/vnd.3gpp.v2x
application/vnd.3gpp.vae-info+xml
application/vnd.3gpp2.bcmcsinfo+xml
application/vnd.3gpp2.sms
application/vnd.3gpp2.tcap tcap
application/vnd.3lightssoftware.imagescal
application/vnd.3M.Post-it-Notes pwn
application/vnd.accpac.simply.aso aso
application/vnd.accpac.simply.imp imp
application/vnd.acm.addressxfer+json
application/vnd.acm.chatbot+json
application/vnd.acucobol acu
application/vnd.acucorp atc acutc
application/vnd.adobe.aftereffects.project aep
application/vnd.adobe.aftereffects.template aet
application/vnd.adobe.air-application-installer-package+zip air
application/vnd.adobe.flash.movie
application/vnd.adobe.formscentral.fcdt fcdt
application/vnd.adobe.fxp fxp fxpl
application/vnd.adobe.indesign-idml-package idml
application/vnd.adobe.partial-upload
application/vnd.adobe.xdp+xml xdp
application/vnd.adobe.xfdf xfdf
application/vnd.aether.imp
application/vnd.afpc.afplinedata
application/vnd.afpc.afplinedata-pagedef
application/vnd.afpc.cmoca-cmresource
application/vnd.afpc.foca-charset
application/vnd.afpc.foca-codedfont
application/vnd.afpc.foca-codepage
application/vnd.afpc.modca
application/vnd.afpc.modca-cmtable
application/vnd.afpc.modca-formdef
application/vnd.afpc.modca-mediummap
application/vnd.afpc.modca-objectcontainer
application/vnd.afpc.modca-overlay
application/vnd.afpc.modca-pagesegment
application/vnd.age
application/vnd.ah-barcode
application/vnd.ahead.space ahead
application/vnd.aia
application/vnd.airzip.filesecure.azf azf
application/vnd.airzip.filesecure.azs azs
application/vnd.amadeus+json
application/vnd.amazon.ebook azw
application/vnd.amazon.mobi8-ebook
application/vnd.americandynamics.acc acc
application/vnd.amiga.ami ami
application/vnd.amundsen.maze+xml
application/vnd.android.ota
application/vnd.android.package-archive apk
application/vnd.anki
application/vnd.anser-web-certificate-issue-initiation cii
application/vnd.anser-web-funds-transfer-initiation fti
application/vnd.antix.game-component atx
application/vnd.apache.arrow.file
application/vnd.apache.arrow.stream
application/vnd.apache.parquet parquet
application/vnd.apache.thrift.binary
application/vnd.apache.thrift.compact
application/vnd.apache.thrift.json
application/vnd.apexlang
application/vnd.api+json
application/vnd.aplextor.warrp+json
application/vnd.apothekende.reservation+json
application/vnd.apple.installer+xml mpkg
application/vnd.apple.iwork
application/vnd.apple.keynote key
application/vnd.apple.mpegurl m3u8
application/vnd.apple.numbers numbers
application/vnd.apple.pages pages
application/vnd.apple.pkpass pkpass
application/vnd.apple.unknown.13
application/vnd.arastra.swi swi
application/vnd.aristanetworks.swi swi
application/vnd.artisan+json
application/vnd.artsquare
application/vnd.as207960.vas.config+jer
application/vnd.as207960.vas.config+uper
application/vnd.as207960.vas.tap+jer
application/vnd.as207960.vas.tap+uper
application/vnd.astraea-software.iota iota
application/vnd.audiograph aep
application/vnd.autopackage
application/vnd.avalon+json
application/vnd.avistar+xml
application/vnd.balsamiq.bmml+xml
application/vnd.balsamiq.bmpr
application/vnd.banana-accounting
application/vnd.bbf.usp.error
application/vnd.bbf.usp.msg
application/vnd.bbf.usp.msg+json
application/vnd.bekitzur-stech+json
application/vnd.belightsoft.lhzd+zip
application/vnd.belightsoft.lhzl+zip
application/vnd.bint.med-content
application/vnd.biopax.rdf+xml
application/vnd.blink-idb-value-wrapper
application/vnd.blueice.multipass mpm
application/vnd.bluetooth.ep.oob
application/vnd.bluetooth.le.oob
application/vnd.bmi bmi
application/vnd.bpf
application/vnd.bpf3
application/vnd.businessobjects rep
application/vnd.byu.uapi+json
application/vnd.bzip3
application/vnd.c3voc.schedule+xml
application/vnd.cab-jscript
application/vnd.canon-cpdl
application/vnd.canon-lips
application/vnd.capasystems-pg+json
application/vnd.cel
application/vnd.cendio.thinlinc.clientconf
application/vnd.century-systems.tcp_stream
application/vnd.chemdraw+xml cdxml
application/vnd.chess-pgn
application/vnd.chipnuts.karaoke-mmd mmd
application/vnd.ciedi
application/vnd.cinderella cdy
application/vnd.cirpack.isdn-ext
application/vnd.citationstyles.style+xml
application/vnd.claymore cla
application/vnd.cloanto.rp9 rp9
application/vnd.clonk.c4group c4d c4f c4g c4p c4u
application/vnd.cluetrust.cartomobile-config c11amc
application/vnd.cluetrust.cartomobile-config-pkg c11amz
application/vnd.cmmf-configuration-information+json
application/vnd.cmmf-efd+xml
application/vnd.cmmf-encoder-configuration+json
application/vnd.cncf.helm.chart.content.v1.tar+gzip
application/vnd.cncf.helm.chart.provenance.v1.prov
application/vnd.cncf.helm.config.v1+json
application/vnd.coffeescript
application/vnd.collabio.xodocuments.document
application/vnd.collabio.xodocuments.document-template
application/vnd.collabio.xodocuments.presentation
application/vnd.collabio.xodocuments.presentation-template
application/vnd.collabio.xodocuments.spreadsheet
application/vnd.collabio.xodocuments.spreadsheet-template
application/vnd.collection+json
application/vnd.collection.doc+json
application/vnd.collection.next+json
application/vnd.comicbook+zip
application/vnd.comicbook-rar
application/vnd.commerce-battelle
application/vnd.commonspace csp
application/vnd.contact.cmsg cdbcmsg
application/vnd.coreos.ignition+json
application/vnd.cosmocaller cmc
application/vnd.crick.clicker clkx
application/vnd.crick.clicker.keyboard clkk
application/vnd.crick.clicker.palette clkp
application/vnd.crick.clicker.template clkt
application/vnd.crick.clicker.wordbank clkw
application/vnd.criticaltools.wbs+xml wbs
application/vnd.cryptii.pipe+json
application/vnd.crypto-shade-file
application/vnd.cryptomator.encrypted
application/vnd.cryptomator.vault
application/vnd.ctc-posml pml
application/vnd.ctct.ws+xml
application/vnd.cups-pdf
application/vnd.cups-postscript
application/vnd.cups-ppd ppd
application/vnd.cups-raster
application/vnd.cups-raw
application/vnd.curl curl
application/vnd.curl.car car
application/vnd.curl.pcurl pcurl
application/vnd.cyan.dean.root+xml
application/vnd.cybank
application/vnd.cyclonedx+json
application/vnd.cyclonedx+xml
application/vnd.d2l.coursepackage1p0+zip
application/vnd.d3m-dataset
application/vnd.d3m-problem
application/vnd.dart dart
application/vnd.data-vision.rdz rdz
application/vnd.datalog
application/vnd.datapackage+json
application/vnd.dataresource+json
application/vnd.dbf
application/vnd.dcmp+xml
application/vnd.debian.binary-package
application/vnd.dece.data uvd uvf uvvd uvvf
application/vnd.dece.ttml+xml uvt uvvt
application/vnd.dece.unspecified uvvx uvx
application/vnd.dece.zip uvvz uvz
application/vnd.denovo.fcselayout-link fe_launch
application/vnd.desmume.movie
application/vnd.deut+json
application/vnd.digilite.prolights
application/vnd.dir-bi.plate-dl-nosuffix
application/vnd.dm.delegation+xml
application/vnd.dna dna
application/vnd.document+json
application/vnd.dolby.mlp mlp
application/vnd.dolby.mobile.1
application/vnd.dolby.mobile.2
application/vnd.doremir.scorecloud-binary-document
application/vnd.dpgraph dpg
application/vnd.dreamfactory dfac
application/vnd.drive+json
application/vnd.ds-keypoint kpxx
application/vnd.dtg.local
application/vnd.dtg.local.flash
application/vnd.dtg.local.html
application/vnd.dvb.ait ait
application/vnd.dvb.dvbisl+xml
application/vnd.dvb.dvbj
application/vnd.dvb.esgcontainer
application/vnd.dvb.ipdcdftnotifaccess
application/vnd.dvb.ipdcesgaccess
application/vnd.dvb.ipdcesgaccess2
application/vnd.dvb.ipdcesgpdd
application/vnd.dvb.ipdcroaming
application/vnd.dvb.iptv.alfec-base
application/vnd.dvb.iptv.alfec-enhancement
application/vnd.dvb.notif-aggregate-root+xml
application/vnd.dvb.notif-container+xml
application/vnd.dvb.notif-generic+xml
application/vnd.dvb.notif-ia-msglist+xml
application/vnd.dvb.notif-ia-registration-request+xml
application/vnd.dvb.notif-ia-registration-response+xml
application/vnd.dvb.notif-init+xml
application/vnd.dvb.pfr
application/vnd.dvb.service svc
application/vnd.dxr
application/vnd.dynageo geo
application/vnd.dzr
application/vnd.easykaraoke.cdgdownload
application/vnd.ecdis-update
application/vnd.ecip.rlp
application/vnd.eclipse.ditto+json
application/vnd.ecowin.chart mag
application/vnd.ecowin.filerequest
application/vnd.ecowin.fileupdate
application/vnd.ecowin.series
application/vnd.ecowin.seriesrequest
application/vnd.ecowin.seriesupdate
application/vnd.edulith.edux+json
application/vnd.efi.img
application/vnd.efi.iso
application/vnd.eln+zip
application/vnd.emclient.accessrequest+xml
application/vnd.enliven nml
application/vnd.enphase.envoy
application/vnd.eprints.data+xml
application/vnd.epson.esf esf
application/vnd.epson.msf msf
application/vnd.epson.quickanime qam
application/vnd.epson.salt slt
application/vnd.epson.ssf ssf
application/vnd.ericsson.quickcall
application/vnd.erofs
application/vnd.espass-espass+zip
application/vnd.eszigno3+xml es3 et3
application/vnd.etsi.aoc+xml
application/vnd.etsi.asic-e+zip asice
application/vnd.etsi.asic-s+zip asics
application/vnd.etsi.cug+xml
application/vnd.etsi.iptvcommand+xml
application/vnd.etsi.iptvdiscovery+xml
application/vnd.etsi.iptvprofile+xml
application/vnd.etsi.iptvsad-bc+xml
application/vnd.etsi.iptvsad-cod+xml
application/vnd.etsi.iptvsad-npvr+xml
application/vnd.etsi.iptvservice+xml
application/vnd.etsi.iptvsync+xml
application/vnd.etsi.iptvueprofile+xml
application/vnd.etsi.mcid+xml
application/vnd.etsi.mheg5
application/vnd.etsi.overload-control-policy-dataset+xml
application/vnd.etsi.pstn+xml
application/vnd.etsi.sci+xml
application/vnd.etsi.simservs+xml
application/vnd.etsi.timestamp-token
application/vnd.etsi.tsl+xml
application/vnd.etsi.tsl.der
application/vnd.eu.kasparian.car+json
application/vnd.eudora.data
application/vnd.evolv.ecig.profile
application/vnd.evolv.ecig.settings
application/vnd.evolv.ecig.theme
application/vnd.exstream-empower+zip
application/vnd.exstream-package
application/vnd.ezpix-album ez2
application/vnd.ezpix-package ez3
application/vnd.f-secure.mobile
application/vnd.faf+yaml
application/vnd.familysearch.gedcom+zip
application/vnd.fastcopy-disk-image
application/vnd.fdf fdf
application/vnd.fdsn.mseed mseed
application/vnd.fdsn.seed dataless seed
application/vnd.fdsn.stationxml+xml
application/vnd.ffsns
application/vnd.fgb
application/vnd.ficlab.flb+zip
application/vnd.filmit.zfc
application/vnd.fints
application/vnd.firemonkeys.cloudcell
application/vnd.FloGraphIt gph
application/vnd.fluxtime.clip ftc
application/vnd.font-fontforge-sfd
application/vnd.framemaker frm maker frame fm fb book fbdoc
application/vnd.freelog.comic
application/vnd.frogans.fnc fnc
application/vnd.frogans.ltf ltf
application/vnd.fsc.weblaunch fsc
application/vnd.fujifilm.fb.docuworks
application/vnd.fujifilm.fb.docuworks.binder
application/vnd.fujifilm.fb.docuworks.container
application/vnd.fujifilm.fb.jfi+xml
application/vnd.fujitsu.oasys oas
application/vnd.fujitsu.oasys2 oa2
application/vnd.fujitsu.oasys3 oa3
application/vnd.fujitsu.oasysgp fg5
application/vnd.fujitsu.oasysprs bh2
application/vnd.fujixerox.ART-EX
application/vnd.fujixerox.ART4
application/vnd.fujixerox.ddd ddd
application/vnd.fujixerox.docuworks xdw
application/vnd.fujixerox.docuworks.binder xbd
application/vnd.fujixerox.docuworks.container
application/vnd.fujixerox.HBPL
application/vnd.fut-misnet
application/vnd.futoin+cbor
application/vnd.futoin+json
application/vnd.fuzzysheet fzs
application/vnd.g3pix.g3fc
application/vnd.ga4gh.passport+jwt
application/vnd.genomatix.tuxedo txd
application/vnd.genozip
application/vnd.gentics.grd+json
application/vnd.gentoo.catmetadata+xml
application/vnd.gentoo.ebuild
application/vnd.gentoo.eclass
application/vnd.gentoo.gpkg
application/vnd.gentoo.manifest
application/vnd.gentoo.pkgmetadata+xml
application/vnd.gentoo.xpak
application/vnd.geo+json
application/vnd.geocube+xml
application/vnd.geogebra.file ggb
application/vnd.geogebra.pinboard
application/vnd.geogebra.slides ggs
application/vnd.geogebra.tool ggt
application/vnd.geometry-explorer gex gre
application/vnd.geonext gxt
application/vnd.geoplan g2w
application/vnd.geospace g3w
application/vnd.gerber
application/vnd.globalplatform.card-content-mgt
application/vnd.globalplatform.card-content-mgt-response
application/vnd.gmx gmx
application/vnd.gnu.taler.exchange+json
application/vnd.gnu.taler.merchant+json
application/vnd.google-earth.kml+xml kml
application/vnd.google-earth.kmz kmz
application/vnd.gov.sk.e-form+xml
application/vnd.gov.sk.e-form+zip
application/vnd.gov.sk.xmldatacontainer+xml
application/vnd.gp3
application/vnd.gpxsee.map+xml
application/vnd.grafeq gqf gqs
application/vnd.gridmp
application/vnd.groove-account gac
application/vnd.groove-help ghf
application/vnd.groove-identity-message gim
application/vnd.groove-injector grv
application/vnd.groove-tool-message gtm
application/vnd.groove-tool-template tpl
application/vnd.groove-vcard vcg
application/vnd.hal+json
application/vnd.hal+xml hal
application/vnd.HandHeld-Entertainment+xml zmm
application/vnd.hbci hbci hbc kom upa pkd bpd
application/vnd.hc+json
application/vnd.hcl-bireports
application/vnd.hdfgroup.hdf4
application/vnd.hdfgroup.hdf5
application/vnd.hdt
application/vnd.heroku+json
application/vnd.hhe.lesson-player les
application/vnd.hl7cda+xml
application/vnd.hl7v2+xml
application/vnd.hp-HPGL plt hpgl
application/vnd.hp-hpid hpid
application/vnd.hp-hps hps
application/vnd.hp-jlyt jlt
application/vnd.hp-PCL pcl
application/vnd.hp-PCLXL pclxl
application/vnd.hsl
application/vnd.httphone
application/vnd.hydrostatix.sof-data sfd-hdstx
application/vnd.hyper+json
application/vnd.hyper-item+json
application/vnd.hyperdrive+json
application/vnd.hzn-3d-crossword x3d
application/vnd.ibm.afplinedata
application/vnd.ibm.electronic-media emm
application/vnd.ibm.MiniPay mpy
application/vnd.ibm.modcap afp list3820 listafp
application/vnd.ibm.rights-management irm
application/vnd.ibm.secure-container sc
application/vnd.iccprofile icc icm
application/vnd.ieee.1905
application/vnd.igloader igl
application/vnd.imagemeter.folder+zip
application/vnd.imagemeter.image+zip
application/vnd.immervision-ivp ivp
application/vnd.immervision-ivu ivu
application/vnd.ims.imsccv1p1
application/vnd.ims.imsccv1p2
application/vnd.ims.imsccv1p3
application/vnd.ims.lis.v2.result+json
application/vnd.ims.lti.v2.toolconsumerprofile+json
application/vnd.ims.lti.v2.toolproxy+json
application/vnd.ims.lti.v2.toolproxy.id+json
application/vnd.ims.lti.v2.toolsettings+json
application/vnd.ims.lti.v2.toolsettings.simple+json
application/vnd.informedcontrol.rms+xml
application/vnd.informix-visionary
application/vnd.infotech.project
application/vnd.infotech.project+xml
application/vnd.innopath.wamp.notification
application/vnd.insors.igm igm
application/vnd.intercon.formnet xpw xpx
application/vnd.intergeo i2g
application/vnd.intertrust.digibox
application/vnd.intertrust.nncp
application/vnd.intu.qbo qbo
application/vnd.intu.qfx qfx
application/vnd.ipfs.ipns-record
application/vnd.ipld.car
application/vnd.ipld.dag-cbor
application/vnd.ipld.dag-json
application/vnd.ipld.raw
application/vnd.iptc.g2.catalogitem+xml
application/vnd.iptc.g2.conceptitem+xml
application/vnd.iptc.g2.knowledgeitem+xml
application/vnd.iptc.g2.newsitem+xml
application/vnd.iptc.g2.newsmessage+xml nar
application/vnd.iptc.g2.packageitem+xml
application/vnd.iptc.g2.planningitem+xml
application/vnd.ipunplugged.rcprofile rcprofile
application/vnd.irepository.package+xml irp
application/vnd.is-xpr xpr
application/vnd.isac.fcs fcs
application/vnd.iso11783-10+zip
application/vnd.jam jam
application/vnd.japannet-directory-service
application/vnd.japannet-jpnstore-wakeup
application/vnd.japannet-payment-wakeup
application/vnd.japannet-registration
application/vnd.japannet-registration-wakeup
application/vnd.japannet-setstore-wakeup
application/vnd.japannet-verification
application/vnd.japannet-verification-wakeup
application/vnd.java.hprof hprof
application/vnd.java.hprof.text hprof.txt
application/vnd.jcp.javame.midlet-rms rms
application/vnd.jisp jisp
application/vnd.joost.joda-archive joda
application/vnd.jsk.isdn-ngn
application/vnd.kahootz ktr ktz
application/vnd.kde.karbon karbon
application/vnd.kde.kchart chrt
application/vnd.kde.kformula kfo
application/vnd.kde.kivio flw
application/vnd.kde.kontour kon
application/vnd.kde.kpresenter kpr kpt
application/vnd.kde.kspread ksp
application/vnd.kde.kword kwd kwt
application/vnd.kdl
application/vnd.kenameaapp htke
application/vnd.keyman.kmp+zip
application/vnd.keyman.kmx
application/vnd.kidspiration kia
application/vnd.Kinar kne knp sdf
application/vnd.koan skd skm skp skt
application/vnd.kodak-descriptor sse
application/vnd.las
application/vnd.las.las+json
application/vnd.las.las+xml lasxml
application/vnd.laszip
application/vnd.ldev.productlicensing
application/vnd.leap+json
application/vnd.liberty-request+xml
application/vnd.llamagraphics.life-balance.desktop lbd
application/vnd.llamagraphics.life-balance.exchange+xml lbe
application/vnd.logipipe.circuit+zip
application/vnd.loom
application/vnd.lotus-1-2-3 wks 123 wk1 wk2 wk3 wk4
application/vnd.lotus-approach apr
application/vnd.lotus-freelance pre
application/vnd.lotus-notes nsf
application/vnd.lotus-organizer org
application/vnd.lotus-screencam scm
application/vnd.lotus-wordpro lwp
application/vnd.macports.portpkg portpkg
application/vnd.majikah.bundle
application/vnd.maml
application/vnd.mapbox-vector-tile
application/vnd.marlin.drm.actiontoken+xml
application/vnd.marlin.drm.conftoken+xml
application/vnd.marlin.drm.license+xml
application/vnd.marlin.drm.mdcf
application/vnd.mason+json
application/vnd.maxar.archive.3tz+zip
application/vnd.maxmind.maxmind-db
application/vnd.mcd mcd
application/vnd.mdl
application/vnd.mdl-mbsdf
application/vnd.medcalcdata mc1
application/vnd.mediastation.cdkey cdkey
application/vnd.medicalholodeck.recordxr
application/vnd.meridian-slingshot
application/vnd.mermaid
application/vnd.MFER mwf
application/vnd.mfmp mfm
application/vnd.micro+json
application/vnd.micrografx.flo flo
application/vnd.micrografx.igx igx
application/vnd.microsoft.portable-executable
application/vnd.microsoft.windows.thumbnail-cache
application/vnd.miele+json
application/vnd.mif mif
application/vnd.mindjet.mindmanager mmp mmap mmpt mmat mmmp mmas
application/vnd.minisoft-hp3000-save
application/vnd.mitsubishi.misty-guard.trustweb
application/vnd.Mobius.DAF daf
application/vnd.Mobius.DIS dis
application/vnd.Mobius.MBK mbk
application/vnd.Mobius.MQY mqy
application/vnd.Mobius.MSL msl
application/vnd.Mobius.PLC plc
application/vnd.Mobius.TXF txf
application/vnd.modl
application/vnd.mophun.application mpn
application/vnd.mophun.certificate mpc
application/vnd.motorola.flexsuite
application/vnd.motorola.flexsuite.adsi
application/vnd.motorola.flexsuite.fis
application/vnd.motorola.flexsuite.gotap
application/vnd.motorola.flexsuite.kmr
application/vnd.motorola.flexsuite.ttc
application/vnd.motorola.flexsuite.wem
application/vnd.motorola.iprm
application/vnd.mozilla.xul+xml xul
application/vnd.ms-3mfdocument
application/vnd.ms-artgalry cil
application/vnd.ms-asf asf
application/vnd.ms-cab-compressed cab
application/vnd.ms-excel xls xlt xla xlc xlm xlw xll xld
application/vnd.ms-excel.addin.macroEnabled.12 xlam
application/vnd.ms-excel.sheet.2
application/vnd.ms-excel.sheet.3
application/vnd.ms-excel.sheet.4
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
application/vnd.ms-excel.template.macroEnabled.12 xltm
application/vnd.ms-excel.workspace.3
application/vnd.ms-excel.workspace.4
application/vnd.ms-fontobject eot
application/vnd.ms-htmlhelp chm
application/vnd.ms-ims ims
application/vnd.ms-lrm lrm
application/vnd.ms-office.activeX+xml
application/vnd.ms-officetheme thmx
application/vnd.ms-outlook msg
application/vnd.ms-outlook-pst pst ost
application/vnd.ms-package.3dmanufacturing-3dmodel+xml 3mf
application/vnd.ms-pki.seccat cat
application/vnd.ms-pki.stl stl
application/vnd.ms-playready.initiator+xml
application/vnd.ms-powerpoint ppt pps pot ppz ppa
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
application/vnd.ms-PrintDeviceCapabilities+xml
application/vnd.ms-PrintSchemaTicket+xml
application/vnd.ms-project mpp mpt
application/vnd.ms-spreadsheetml
application/vnd.ms-tnef
application/vnd.ms-visio.drawing vsdx
application/vnd.ms-visio.drawing.macroEnabled.12 vsdm
application/vnd.ms-visio.stencil vssx
application/vnd.ms-visio.stencil.macroEnabled.12 vssm
application/vnd.ms-visio.template vstx
application/vnd.ms-visio.template.macroEnabled.12 vstm
application/vnd.ms-windows.devicepairing
application/vnd.ms-windows.nwprinting.oob
application/vnd.ms-windows.printerpairing
application/vnd.ms-windows.wsd.oob
application/vnd.ms-wmdrm.lic-chlg-req
application/vnd.ms-wmdrm.lic-resp
application/vnd.ms-wmdrm.meter-chlg-req
application/vnd.ms-wmdrm.meter-resp
application/vnd.ms-word.document.macroEnabled.12 docm
application/vnd.ms-word.template.macroEnabled.12 dotm
application/vnd.ms-word2006ml
application/vnd.ms-wordml
application/vnd.ms-works wcm wdb wks wps
application/vnd.ms-wpl wpl
application/vnd.ms-xpsdocument xps oxps
application/vnd.msa-disk-image msa
application/vnd.mseq mseq
application/vnd.msgpack
application/vnd.msign
application/vnd.multiad.creator
application/vnd.multiad.creator.cif
application/vnd.music-niff
application/vnd.musician mus
application/vnd.muvee.style msty
application/vnd.mynfc taglet
application/vnd.nacamar.ybrid+json
application/vnd.nato.bindingdataobject+cbor
application/vnd.nato.bindingdataobject+json
application/vnd.nato.bindingdataobject+xml
application/vnd.nato.openxmlformats-package.iepd+zip
application/vnd.ncd.control
application/vnd.ncd.reference
application/vnd.nearst.inv+json
application/vnd.nebumind.line
application/vnd.nervana ent entity req request bkm kcm
application/vnd.netfpx
application/vnd.neurolanguage.nlu nlu
application/vnd.nimn
application/vnd.nintendo.nitro.rom
application/vnd.nintendo.snes.rom
application/vnd.nitf nitf ntf
application/vnd.noblenet-directory nnd
application/vnd.noblenet-sealer nns
application/vnd.noblenet-web nnw
application/vnd.nokia.catalogs
application/vnd.nokia.conml+wbxml
application/vnd.nokia.conml+xml
application/vnd.nokia.iptv.config+xml
application/vnd.nokia.iSDS-radio-presets
application/vnd.nokia.landmark+wbxml
application/vnd.nokia.landmark+xml
application/vnd.nokia.landmarkcollection+xml
application/vnd.nokia.n-gage.ac+xml
application/vnd.nokia.n-gage.data ngdat
application/vnd.nokia.n-gage.symbian.install n-gage
application/vnd.nokia.ncd
application/vnd.nokia.ncd+xml
application/vnd.nokia.pcd+wbxml
application/vnd.nokia.pcd+xml
application/vnd.nokia.radio-preset rpst
application/vnd.nokia.radio-presets rpss
application/vnd.novadigm.EDM edm
application/vnd.novadigm.EDX edx
application/vnd.novadigm.EXT ext
application/vnd.ntt-local.content-share
application/vnd.ntt-local.file-transfer
application/vnd.ntt-local.ogw_remote-access
application/vnd.ntt-local.sip-ta_remote
application/vnd.ntt-local.sip-ta_tcp_stream
application/vnd.nubaltec.nudoku-game
application/vnd.oai.workflows
application/vnd.oai.workflows+json
application/vnd.oai.workflows+yaml
application/vnd.oasis.opendocument.base odb
application/vnd.oasis.opendocument.chart odc
application/vnd.oasis.opendocument.chart-template odc otc
application/vnd.oasis.opendocument.database odb
application/vnd.oasis.opendocument.flat.presentation fodp
application/vnd.oasis.opendocument.flat.spreadsheet fods
application/vnd.oasis.opendocument.flat.text fodt
application/vnd.oasis.opendocument.formula odf
application/vnd.oasis.opendocument.formula-template odf odft
application/vnd.oasis.opendocument.graphics odg
application/vnd.oasis.opendocument.graphics-template otg
application/vnd.oasis.opendocument.image odi
application/vnd.oasis.opendocument.image-template odi oti
application/vnd.oasis.opendocument.presentation odp
application/vnd.oasis.opendocument.presentation-template otp
application/vnd.oasis.opendocument.spreadsheet ods
application/vnd.oasis.opendocument.spreadsheet-template ots
application/vnd.oasis.opendocument.text odt
application/vnd.oasis.opendocument.text-master odm otm
application/vnd.oasis.opendocument.text-master-template
application/vnd.oasis.opendocument.text-template ott
application/vnd.oasis.opendocument.text-web oth
application/vnd.oasis.opendocument.tika.flat.document
application/vnd.obn
application/vnd.ocf+cbor
application/vnd.oci.image.manifest.v1+json
application/vnd.oftn.l10n+json
application/vnd.oipf.contentaccessdownload+xml
application/vnd.oipf.contentaccessstreaming+xml
application/vnd.oipf.cspg-hexbinary
application/vnd.oipf.dae.svg+xml
application/vnd.oipf.dae.xhtml+xml
application/vnd.oipf.mippvcontrolmessage+xml
application/vnd.oipf.pae.gem
application/vnd.oipf.spdiscovery+xml
application/vnd.oipf.spdlist+xml
application/vnd.oipf.ueprofile+xml
application/vnd.oipf.userprofile+xml
application/vnd.olpc-sugar xo
application/vnd.oma-scws-config
application/vnd.oma-scws-http-request
application/vnd.oma-scws-http-response
application/vnd.oma.bcast.associated-procedure-parameter+xml
application/vnd.oma.bcast.drm-trigger+xml
application/vnd.oma.bcast.imd+xml
application/vnd.oma.bcast.ltkm
application/vnd.oma.bcast.notification+xml
application/vnd.oma.bcast.provisioningtrigger
application/vnd.oma.bcast.sgboot
application/vnd.oma.bcast.sgdd+xml
application/vnd.oma.bcast.sgdu
application/vnd.oma.bcast.simple-symbol-container
application/vnd.oma.bcast.smartcard-trigger+xml
application/vnd.oma.bcast.sprov+xml
application/vnd.oma.bcast.stkm
application/vnd.oma.cab-address-book+xml
application/vnd.oma.cab-feature-handler+xml
application/vnd.oma.cab-pcc+xml
application/vnd.oma.cab-subs-invite+xml
application/vnd.oma.cab-user-prefs+xml
application/vnd.oma.dcd
application/vnd.oma.dcdc
application/vnd.oma.dd2+xml dd2
application/vnd.oma.drm.risd+xml
application/vnd.oma.group-usage-list+xml
application/vnd.oma.lwm2m+cbor
application/vnd.oma.lwm2m+json
application/vnd.oma.lwm2m+tlv
application/vnd.oma.pal+xml
application/vnd.oma.poc.detailed-progress-report+xml
application/vnd.oma.poc.final-report+xml
application/vnd.oma.poc.groups+xml
application/vnd.oma.poc.invocation-descriptor+xml
application/vnd.oma.poc.optimized-progress-report+xml
application/vnd.oma.push
application/vnd.oma.scidm.messages+xml
application/vnd.oma.xcap-directory+xml
application/vnd.omads-email+xml
application/vnd.omads-file+xml
application/vnd.omads-folder+xml
application/vnd.omaloc-supl-init
application/vnd.oms.cellular-cose-content+cbor
application/vnd.onepager
application/vnd.onepagertamp
application/vnd.onepagertamx
application/vnd.onepagertat
application/vnd.onepagertatp
application/vnd.onepagertatx
application/vnd.onvif.metadata
application/vnd.openblox.game+xml
application/vnd.openblox.game-binary
application/vnd.openeye.oeb
application/vnd.openofficeorg.autotext bau
application/vnd.openofficeorg.extension oxt
application/vnd.openprinttag
application/vnd.openstreetmap.data+xml
application/vnd.opentimestamps.ots
application/vnd.openvpi.dspx+json
application/vnd.openxmlformats-officedocument.custom-properties+xml
application/vnd.openxmlformats-officedocument.customXmlProperties+xml
application/vnd.openxmlformats-officedocument.drawing+xml
application/vnd.openxmlformats-officedocument.drawingml.chart+xml
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
application/vnd.openxmlformats-officedocument.extended-properties+xml
application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
application/vnd.openxmlformats-officedocument.presentationml.comments+xml
application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx thmx
application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
application/vnd.openxmlformats-officedocument.presentationml.slide sldx
application/vnd.openxmlformats-officedocument.presentationml.slide+xml
application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
application/vnd.openxmlformats-officedocument.presentationml.tags+xml
application/vnd.openxmlformats-officedocument.presentationml.template potx
application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
application/vnd.openxmlformats-officedocument.theme+xml
application/vnd.openxmlformats-officedocument.themeOverride+xml
application/vnd.openxmlformats-officedocument.vmlDrawing
application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
application/vnd.openxmlformats-package.core-properties+xml
application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
application/vnd.openxmlformats-package.relationships+xml
application/vnd.oracle.resource+json
application/vnd.orange.indata
application/vnd.osa.netdeploy
application/vnd.osgeo.mapguide.package mgp
application/vnd.osgi.bundle
application/vnd.osgi.dp dp
application/vnd.osgi.subsystem esa
application/vnd.otps.ct-kip+xml
application/vnd.oxli.countgraph
application/vnd.pagerduty+json
application/vnd.palm prc pdb pqa oprc
application/vnd.panoply
application/vnd.paos.xml
application/vnd.patentdive
application/vnd.patientecommsdoc
application/vnd.pawaafile paw
application/vnd.pcos
application/vnd.pg.format str
application/vnd.pg.osasli ei6
application/vnd.phbk+xml
application/vnd.piaccess.application-licence
application/vnd.picsel efif
application/vnd.pmi.widget wg
application/vnd.pmtiles
application/vnd.poc.group-advertisement+xml
application/vnd.pocketlearn plf
application/vnd.powerbuilder6 pbd
application/vnd.powerbuilder6-s
application/vnd.powerbuilder7
application/vnd.powerbuilder7-s
application/vnd.powerbuilder75
application/vnd.powerbuilder75-s
application/vnd.pp.systemverify+xml
application/vnd.preminet
application/vnd.previewsystems.box box
application/vnd.project-graph
application/vnd.proteus.magazine mgz
application/vnd.psfs
application/vnd.pt.mundusmundi
application/vnd.publishare-delta-tree qps
application/vnd.pvi.ptid1 pti ptid
application/vnd.pwg-multiplexed
application/vnd.pwg-xhtml-print+xml
application/vnd.pyon+json
application/vnd.qualcomm.brew-app-res
application/vnd.quarantainenet
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
application/vnd.quobject-quoxdocument
application/vnd.R74n.sandboxels+json
application/vnd.radisys.moml+xml
application/vnd.radisys.msml+xml
application/vnd.radisys.msml-audit+xml
application/vnd.radisys.msml-audit-conf+xml
application/vnd.radisys.msml-audit-conn+xml
application/vnd.radisys.msml-audit-dialog+xml
application/vnd.radisys.msml-audit-stream+xml
application/vnd.radisys.msml-conf+xml
application/vnd.radisys.msml-dialog+xml
application/vnd.radisys.msml-dialog-base+xml
application/vnd.radisys.msml-dialog-fax-detect+xml
application/vnd.radisys.msml-dialog-fax-sendrecv+xml
application/vnd.radisys.msml-dialog-group+xml
application/vnd.radisys.msml-dialog-speech+xml
application/vnd.radisys.msml-dialog-transform+xml
application/vnd.rainstor.data
application/vnd.rapid
application/vnd.rar
application/vnd.realvnc.bed bed
application/vnd.recordare.musicxml mxl
application/vnd.recordare.musicxml+xml musicxml
application/vnd.relpipe
application/vnd.RenLearn.rlprint
application/vnd.resilient.logic
application/vnd.restful+json
application/vnd.rig.cryptonote cryptonote
application/vnd.rim.cod cod
application/vnd.rn-realmedia rm
application/vnd.rn-realmedia-vbr rmvb
application/vnd.route66.link66+xml link66
application/vnd.rs-274x
application/vnd.ruckus.download
application/vnd.s3sms
application/vnd.sailingtracker.track st
application/vnd.sar
application/vnd.sbm.cid
application/vnd.sbm.mid2
application/vnd.scribus
application/vnd.sealed.3df
application/vnd.sealed.csf
application/vnd.sealed.doc sdoc sdo s1w
application/vnd.sealed.eml seml sem
application/vnd.sealed.mht smht smh
application/vnd.sealed.net
application/vnd.sealed.ppt sppt spp s1p
application/vnd.sealed.tiff
application/vnd.sealed.xls sxls sxl s1e
application/vnd.sealedmedia.softseal.html stml stm s1h
application/vnd.sealedmedia.softseal.pdf spdf spd s1a
application/vnd.seemail see
application/vnd.seis+json
application/vnd.sema sema
application/vnd.semd semd
application/vnd.semf semf
application/vnd.shade-save-file
application/vnd.shana.informed.formdata ifm
application/vnd.shana.informed.formtemplate itp
application/vnd.shana.informed.interchange iif
application/vnd.shana.informed.package ipk
application/vnd.shootproof+json
application/vnd.shopkick+json
application/vnd.shp
application/vnd.shx
application/vnd.sigrok.session
application/vnd.SimTech-MindMapper twd twds
application/vnd.siren+json
application/vnd.sirtx.vmv0
application/vnd.sketchometry
application/vnd.smaf mmf
application/vnd.smart.notebook
application/vnd.smart.teacher teacher
application/vnd.smintio.portals.archive
application/vnd.snesdev-page-table
application/vnd.software602.filler.form+xml
application/vnd.software602.filler.form-xml-zip
application/vnd.solent.sdkm+xml sdkd sdkm
application/vnd.spotfire.dxp dxp
application/vnd.spotfire.sfs sfs
application/vnd.sqlite3
application/vnd.sss-cod
application/vnd.sss-dtf
application/vnd.sss-ntf
application/vnd.stardivision.calc sdc
application/vnd.stardivision.chart sds
application/vnd.stardivision.draw sda
application/vnd.stardivision.impress sdd
application/vnd.stardivision.math sdf smf
application/vnd.stardivision.writer sdw vor
application/vnd.stardivision.writer-global sgl
application/vnd.stepmania.package smzip
application/vnd.stepmania.stepchart sm
application/vnd.street-stream
application/vnd.sun.wadl+xml
application/vnd.sun.xml.calc sxc
application/vnd.sun.xml.calc.template stc
application/vnd.sun.xml.draw sxd
application/vnd.sun.xml.draw.template std
application/vnd.sun.xml.impress sxi
application/vnd.sun.xml.impress.template sti
application/vnd.sun.xml.math sxm
application/vnd.sun.xml.writer sxw
application/vnd.sun.xml.writer.global sxg
application/vnd.sun.xml.writer.template stw
application/vnd.superfile.super
application/vnd.sus-calendar sus susp
application/vnd.svd svd
application/vnd.swiftview-ics
application/vnd.sybyl.mol2
application/vnd.sycle+xml
application/vnd.syft+json
application/vnd.symbian.install sis sisx
application/vnd.syncml+xml xsm
application/vnd.syncml.dm+wbxml bdm
application/vnd.syncml.dm+xml xdm
application/vnd.syncml.dm.notification
application/vnd.syncml.dmddf+wbxml
application/vnd.syncml.dmddf+xml
application/vnd.syncml.dmtnds+wbxml
application/vnd.syncml.dmtnds+xml
application/vnd.syncml.ds.notification
application/vnd.tableschema+json
application/vnd.tao.intent-module-archive tao
application/vnd.tcpdump.pcap cap dmp pcap
application/vnd.tcpdump.pcapng pcapng
application/vnd.think-cell.ppttc+json
application/vnd.tmd.mediaflex.api+xml
application/vnd.tml
application/vnd.tmobile-livetv tmo
application/vnd.tri.onesource
application/vnd.trid.tpt tpt
application/vnd.triscape.mxs mxs
application/vnd.trueapp tra
application/vnd.truedoc
application/vnd.ubisoft.webplayer
application/vnd.ufdl ufd ufdl
application/vnd.uic.dosipas.v1
application/vnd.uic.dosipas.v2
application/vnd.uic.osdm+json
application/vnd.uic.tlb-fcb
application/vnd.uiq.theme utz
application/vnd.umajin umj
application/vnd.unity unityweb
application/vnd.uoml+xml uoml
application/vnd.uplanet.alert
application/vnd.uplanet.alert-wbxml
application/vnd.uplanet.bearer-choice
application/vnd.uplanet.bearer-choice-wbxml
application/vnd.uplanet.cacheop
application/vnd.uplanet.cacheop-wbxml
application/vnd.uplanet.channel
application/vnd.uplanet.channel-wbxml
application/vnd.uplanet.list
application/vnd.uplanet.list-wbxml
application/vnd.uplanet.listcmd
application/vnd.uplanet.listcmd-wbxml
application/vnd.uplanet.signal
application/vnd.uri-map
application/vnd.valve.source.material
application/vnd.vcx vcx
application/vnd.vd-study
application/vnd.vectorworks
application/vnd.vel+json
application/vnd.veraison.tsm-report+cbor
application/vnd.veraison.tsm-report+json
application/vnd.verifier-attestation+jwt
application/vnd.verimatrix.vcas
application/vnd.veritone.aion+json
application/vnd.veryant.thin
application/vnd.ves.encrypted
application/vnd.vidsoft.vidconference vsc
application/vnd.visio vsd vst vsw vss
application/vnd.visionary vis
application/vnd.vividence.scriptfile
application/vnd.vocalshaper.vsp4
application/vnd.vsf vsf
application/vnd.vuq
application/vnd.wantverse
application/vnd.wap.sic sic
application/vnd.wap.slc slc
application/vnd.wap.wbxml wbxml
application/vnd.wap.wmlc wmlc
application/vnd.wap.wmlscriptc wmlsc
application/vnd.wasmflow.wafl
application/vnd.webturbo wtb
application/vnd.wfa.dpp
application/vnd.wfa.p2p
application/vnd.wfa.wsc
application/vnd.windows.devicepairing
application/vnd.wmap
application/vnd.wmc
application/vnd.wmf.bootstrap
application/vnd.wolfram.mathematica
application/vnd.wolfram.mathematica.package
application/vnd.wolfram.player nbp
application/vnd.wolfram.wl wl
application/vnd.wordlift
application/vnd.wordperfect wpd wp wp5 wp6 w60 wp61 wpt
application/vnd.wqd wqd
application/vnd.wrq-hp3000-labelled
application/vnd.wt.stf stf
application/vnd.wv.csp+wbxml wv
application/vnd.wv.csp+xml
application/vnd.wv.ssp+xml
application/vnd.xacml+json
application/vnd.xara xar
application/vnd.xarin.cpj
application/vnd.xcdn
application/vnd.xecrets-encrypted
application/vnd.xfdl xfdl
application/vnd.xfdl.webform
application/vnd.xmi+xml
application/vnd.xmpie.cpkg
application/vnd.xmpie.dpkg
application/vnd.xmpie.plan
application/vnd.xmpie.ppkg
application/vnd.xmpie.xlim
application/vnd.yamaha.hv-dic hvd
application/vnd.yamaha.hv-script hvs
application/vnd.yamaha.hv-voice hvp
application/vnd.yamaha.openscoreformat osf
application/vnd.yamaha.openscoreformat.osfpvg+xml osfpvg
application/vnd.yamaha.remote-setup
application/vnd.yamaha.smaf-audio saf
application/vnd.yamaha.smaf-phrase spf
application/vnd.yamaha.through-ngn
application/vnd.yamaha.tunnel-udpencap
application/vnd.yaoweme
application/vnd.yellowriver-custom-menu cmp
application/vnd.youtube.yt
application/vnd.zoho-document.writer
application/vnd.zoho-presentation.show
application/vnd.zoho.spreadsheetml.sheet
application/vnd.zul zir zirz
application/vnd.zzazz.deck+xml zaz
application/voicexml+xml vxml
application/voucher+cose
application/voucher-cms+json
application/voucher-cose+cbor
application/voucher-jws+json
application/vp
application/vp+cose
application/vp+jwt
application/vp+sd-jwt
application/vq-rtcpxr
application/warc warc
application/warc+gz warc.gz
application/wasm wasm
application/watcherinfo+xml wif
application/webbundle
application/webpush-options+json
application/whoispp-query
application/whoispp-response
application/widget wgt
application/winhlp hlp
application/wita
application/won
application/word doc dot
application/wordperfect wp
application/wordperfect5.1 wp5 wp
application/wordperfect6.1 wp6
application/wordperfectd wpd
application/wsdl+xml wsdl
application/wspolicy+xml wspolicy
application/x-123 wk
application/x-7z-compressed 7z
application/x-abiword abw
application/x-access mdf mda mdb mde
application/x-ace-compressed ace
application/x-activemime
application/x-adobe-indesign indd
application/x-adobe-indesign-interchange inx
application/x-amf amf
application/x-amiga-disk-format adf
application/x-apple-diskimage dmg
application/x-appleworks cwk
application/x-archive ar a
application/x-arj arj
application/x-asprs las laz
application/x-atari-floppy-disk-image
application/x-authorware-bin aab u32 vox x32
application/x-authorware-map aam
application/x-authorware-seg aas
application/x-axcrypt axx
application/x-bat bat cmd
application/x-bcpio bcpio
application/x-bentley-besqlite
application/x-bentley-localization
application/x-berkeley-db
application/x-bibtex-text-file bib bibtex
application/x-bittorrent torrent
application/x-bleeper bleep
application/x-blorb blb blorb
application/x-bplist
application/x-brotli br brotli
application/x-bzip bz tbz
application/x-bzip2 boz bz2 tbz2
application/x-cbr cb7 cba cbr cbt cbz
application/x-cdf cda
application/x-cdlink vcd
application/x-cfs-compressed cfs
application/x-chat chat
application/x-chess-pgn pgn
application/x-chrome-extension crx
application/x-chrome-package crx
application/x-clariscad
application/x-compress z Z
application/x-compressed z Z
application/x-conference nsc
application/x-coredump
application/x-corelpresentations shw
application/x-cpio cpio
application/x-csh csh tcsh
application/x-cu-seeme csm cu
application/x-dbf dbf dbase dbase3
application/x-debian-package deb udeb
application/x-dex dex
application/x-dgc-compressed dgc
application/x-director dcr @dir @dxr cct cst cxt dir dxr fgd swa w3d
application/x-doom wad
application/x-dosexec exe
application/x-drafting
application/x-dtbncx+xml ncx
application/x-dtbook+xml dtb
application/x-dtbresource+xml res
application/x-dvd-ifo ifo bup
application/x-dvi dvi
application/x-dxf
application/x-ebu-stl
application/x-ecmascript
application/x-elc elc
application/x-elf
application/x-endnote-refer enw enr
application/x-endnote-style ens
application/x-envoy evy
application/x-erdas-hfa hfa
application/x-esri-layer lyr
application/x-esri-spatially-enabled-db
application/x-eva eva
application/x-excel
application/x-executable
application/x-fat-diskimage
application/x-fictionbook+xml fb2
application/x-filemaker fp7
application/x-font-adobe-metric afm acfm amfm
application/x-font-bdf bdf
application/x-font-dos
application/x-font-framemaker
application/x-font-ghostscript gsf
application/x-font-libgrx
application/x-font-linux-psf psf
application/x-font-opentype otf
application/x-font-otf otf
application/x-font-pcf pcf
application/x-font-printer-metric pfm
application/x-font-snf snf
application/x-font-speedo
application/x-font-sunos-news
application/x-font-truetype ttf
application/x-font-ttf ttc ttf
application/x-font-type1 afm pfa pfb pfm
application/x-font-vfont
application/x-fossil-checkout
application/x-fossil-global-conf
application/x-fossil-repository
application/x-foxmail
application/x-fractals
application/x-freearc arc
application/x-futuresplash spl
application/x-gca-compressed gca
application/x-geopackage gpkg
application/x-ghostview
application/x-glulx ulx
application/x-gnucash gnucash
application/x-gnumeric gnumeric
application/x-gramps-xml gramps
application/x-grib grb grb1 grb2
application/x-gtar gtar tgz tbz2 tbz
application/x-guitar-pro gp4
application/x-gzip gz
application/x-hdf hdf he5 h5
application/x-hep hep
application/x-html+ruby rhtml
application/x-httpd-php phtml pht php
application/x-httpresponse
application/x-hwp
application/x-hwp-v5
application/x-ibooks+zip ibooks
application/x-ica ica
application/x-ideas
application/x-idl-save-file
application/x-imagemap imagemap imap
application/x-install-instructions install
application/x-internet-archive arc
application/x-isatab
application/x-isatab-assay
application/x-isatab-investigation
application/x-iso9660-image iso
application/x-itunes-bplist
application/x-itunes-ipa ipa
application/x-iwork-keynote-sffkey key
application/x-iwork-numbers-sffnumbers numbers
application/x-iwork-pages-sffpages pages
application/x-java-archive jar
application/x-java-jnilib jnilib
application/x-java-jnlp-file jnlp
application/x-java-keystore jks
application/x-java-pack200 pack
application/x-java-serialized-object ser
application/x-java-vm class
application/x-javascript js mjs
application/x-jeol-jdf jdf
application/x-jigdo
application/x-kdelnk
application/x-killustrator kil
application/x-koan skp skd skt skm
application/x-latex ltx latex
application/x-lha
application/x-lharc
application/x-lotus-123 wks
application/x-lz4 lz4
application/x-lzh-compressed lha lzh
application/x-lzip lz
application/x-lzma lzma
application/x-mac bin
application/x-mac-compactpro cpt
application/x-macbase64 bin
application/x-macbinary
application/x-mach-o
application/x-mach-o-bundle
application/x-mach-o-core
application/x-mach-o-dsym
application/x-mach-o-dylib
application/x-mach-o-dylib-stub
application/x-mach-o-dylinker
application/x-mach-o-executable
application/x-mach-o-fvmlib
application/x-mach-o-kext-bundle
application/x-mach-o-object
application/x-mach-o-preload
application/x-mach-o-universal
application/x-maker frm maker frame fm fb book fbdoc
application/x-mathcad mcd
application/x-mathematica-old
application/x-matlab-data mat
application/x-matroska
application/x-mbtiles
application/x-memgraph memgraph
application/x-mie mie
application/x-mif mif
application/x-mmm-digisonde
application/x-mobipocket-ebook mobi prc
application/x-monotone-source-repo
application/x-ms-application application
application/x-ms-asx asx
application/x-ms-compress-szdd
application/x-ms-dos-executable exe
application/x-ms-installer msi msp mst
application/x-ms-nls
application/x-ms-owner
application/x-ms-shortcut lnk
application/x-ms-wmd wmd
application/x-ms-wmz wmz
application/x-ms-xbap xbap
application/x-msaccess mda mdb mde mdf accdb
application/x-msbinder obd
application/x-mscardfile crd
application/x-msclip clp
application/x-msdos-program cmd bat com exe reg ps1 vbs
application/x-msdownload exe com cmd bat dll msi reg ps1 vbs
application/x-msmediaview m13 m14 mvb
application/x-msmetafile emf emz wmf wmz
application/x-msmoney mny
application/x-mspublisher pub
application/x-msschedule scd
application/x-msterminal trm
application/x-msword doc dot wrd
application/x-mswrite wri
application/x-mysql-db
application/x-mysql-misam-compressed-index myi
application/x-mysql-misam-data myd
application/x-mysql-misam-index
application/x-mysql-table-definition
application/x-nesrom nes
application/x-netcdf nc cdf
application/x-ns-proxy-autoconfig pac
application/x-nzb nzb
application/x-object
application/x-openscad scad
application/x-opera-extension oex
application/x-pagemaker pm pm5 pt5
application/x-parquet parquet
application/x-pds
application/x-perl pl pm
application/x-pgp
application/x-pkcs12 p12 pfx
application/x-pkcs7-certificates p7b spc
application/x-pkcs7-certreqresp p7r
application/x-pki-message
application/x-plist
application/x-project mpx
application/x-prt prt
application/x-python py
application/x-quattro-pro wq1 wq2 wkq qpw wb1 wb2 wb3
application/x-quicktimeplayer qtl
application/x-rar-compressed rar
application/x-remote_printing
application/x-research-info-systems ris
application/x-roxio-toast toast
application/x-rpm rpm
application/x-rtf rtf
application/x-ruby rb rbw
application/x-sas sas
application/x-sas-access sa7 sas7bacs
application/x-sas-audit st7 sas7baud
application/x-sas-backup sas7bbak
application/x-sas-catalog sc7 sas7bcat
application/x-sas-data sd7 sas7bdat
application/x-sas-data-index si7 sas7bndx
application/x-sas-data-v6 sd2
application/x-sas-dmdb s7m sas7bdmd
application/x-sas-fdb sf7 sas7bfdb
application/x-sas-itemstor sr7 sas7bitm
application/x-sas-mddb sm7 sas7bmdb
application/x-sas-program-data ss7 sas7bpgm
application/x-sas-putility sp7 sas7bput
application/x-sas-transport stx
application/x-sas-utility su7 sas7butl
application/x-sas-view sv7 sas7bvew
application/x-sas-xport xpt xport
application/x-sc
application/x-set
application/x-sfdu sfdu
application/x-sh sh bash
application/x-shapefile shp
application/x-shar shar
application/x-sharedlib
application/x-shockwave-flash swf
application/x-sibelius sib
application/x-silverlight-app xap
application/x-SLA
application/x-smarttech-notebook notebook
application/x-snappy-framed sz
application/x-solids
application/x-spectrum-tzx tzx
application/x-spss sav sbs sps spo spp
application/x-spss-sav sav
application/x-sql sql
application/x-sqlite3
application/x-staroffice-template vor
application/x-stata-do do
application/x-stata-dta dta
application/x-STEP
application/x-stuffit sit
application/x-stuffitx sitx
application/x-subrip srt
application/x-sv4cpio sv4cpio
application/x-sv4crc sv4crc
application/x-t3vm-image t3
application/x-tads gam
application/x-tar tar
application/x-tcl tcl
application/x-tex tex
application/x-tex-tfm tfm
application/x-tex-virtual-font vf
application/x-texinfo texinfo texi
application/x-texnicard
application/x-tgif obj
application/x-tika-iworks-protected
application/x-tika-java-enterprise-archive ear
application/x-tika-java-web-archive war
application/x-tika-msoffice
application/x-tika-msoffice-embedded
application/x-tika-msworks-spreadsheet xlr
application/x-tika-old-excel
application/x-tika-ooxml
application/x-tika-ooxml-protected
application/x-tika-staroffice
application/x-tika-unix-dump
application/x-tika-visio-ooxml
application/x-tmx tmx
application/x-toolbook tbk
application/x-touhou
application/x-troff t tr roff
application/x-troff-man man
application/x-troff-me me
application/x-troff-ms ms
application/x-u-star
application/x-uc2-compressed uc2
application/x-ustar ustar
application/x-vhd
application/x-vmdk vmdk
application/x-VMSBACKUP bck
application/x-vnd.datapackage+gz
application/x-vnd.datapackage+json
application/x-vnd.datapackage+zip
application/x-wacz
application/x-wais-source src
application/x-web-app-manifest+json webapp
application/x-webarchive webarchive
application/x-Wingz wz wkz
application/x-word doc dot
application/x-wordperfect wp
application/x-wordperfect6.1 wp6
application/x-wordperfectd wpd
application/x-www-form-urlencoded
application/x-x509-ca-cert crt der
application/x-x509-ca-ra-cert
application/x-x509-cert crt
application/x-x509-dsa-parameters
application/x-x509-ec-parameters
application/x-x509-key
application/x-x509-next-ca-cert
application/x-xfig fig
application/x-xliff+xml xlf xliff
application/x-xliff+zip xlz
application/x-xmind xmind
application/x-xpinstall xpi
application/x-xz xz
application/x-zim
application/x-zip-compressed zip
application/x-zmachine z1 z2 z3 z4 z5 z6 z7 z8
application/x-zoo zoo
application/x400-bp
application/x400.bp
application/xacml+xml
application/xaml+xml xaml
application/xcap-att+xml
application/xcap-caps+xml
application/xcap-diff+xml xdf
application/xcap-el+xml
application/xcap-error+xml
application/xcap-ns+xml
application/xcon-conference-info+xml
application/xcon-conference-info-diff+xml
application/xenc+xml xenc
application/xfdf
application/xhtml+xml xht xhtml xhtml2
application/xhtml-voice+xml
application/xliff+xml
application/xml xml xsl xsd
application/xml-dtd dtd
application/xml-external-parsed-entity
application/xml-patch+xml
application/xmpp+xml
application/xop+xml xop
application/xproc+xml xpl
application/xquery xq xquery
application/xslfo+xml xslfo fo
application/xslt+xml xslt
application/xspf+xml xspf
application/xv+xml mxml xhvml xvm xvml
application/yaml
application/yang yang
application/yang-data+cbor
application/yang-data+json
application/yang-data+xml
application/yang-patch+json
application/yang-patch+xml
application/yang-sid+json
application/yin+xml yin
application/zip zip zipx
application/zlib
application/zstd zst
audio/1d-interleaved-parityfec
audio/32kadpcm
audio/3gpp
audio/3gpp2
audio/aac aac
audio/ac3 ac3
audio/adpcm adp
audio/AMR amr
audio/AMR-WB awb
audio/amr-wb+
audio/aptx
audio/asc
audio/ATRAC-ADVANCED-LOSSLESS
audio/ATRAC-X
audio/ATRAC3
audio/basic au snd
audio/BV16
audio/BV32
audio/clearmode
audio/CN
audio/DAT12
audio/dls
audio/dsr-es201108
audio/dsr-es202050
audio/dsr-es202211
audio/dsr-es202212
audio/DV
audio/DVI4
audio/eac3
audio/encaprtp
audio/EVRC evc
audio/EVRC-QCP
audio/EVRC0
audio/EVRC1
audio/EVRCB
audio/EVRCB0
audio/EVRCB1
audio/EVRCNW
audio/EVRCNW0
audio/EVRCNW1
audio/EVRCWB
audio/EVRCWB0
audio/EVRCWB1
audio/EVS
audio/example
audio/flac flac
audio/flexfec
audio/fwdred
audio/G711-0
audio/G719
audio/G722
audio/G7221
audio/G723
audio/G726-16
audio/G726-24
audio/G726-32
audio/G726-40
audio/G728
audio/G729
audio/G7291
audio/G729D
audio/G729E
audio/GSM
audio/GSM-EFR
audio/GSM-HR-08
audio/iLBC
audio/ip-mr_v2.5
audio/L16 l16
audio/L20
audio/L24
audio/L8
audio/LPC
audio/matroska mka
audio/MELP
audio/MELP1200
audio/MELP2400
audio/MELP600
audio/mhas
audio/midi kar mid midi rmi
audio/midi-clip
audio/mobile-xmf
audio/mp4 mp4 mpg4 f4a f4b mp4a m4a m4b
audio/MP4A-LATM m4a
audio/MPA
audio/mpa-robust
audio/mpeg mpga mp2 mp3 m2a m3a mp2a
audio/mpeg4-generic
audio/ogg oga ogg spx opus
audio/opus opus
audio/parityfec
audio/PCMA
audio/PCMA-WB
audio/PCMU
audio/PCMU-WB
audio/prs.sid
audio/QCELP
audio/raptorfec
audio/RED
audio/rtp-enc-aescm128
audio/rtp-midi
audio/rtploopback
audio/rtx
audio/s3m s3m
audio/scip
audio/silk sil
audio/SMV smv
audio/SMV-QCP
audio/SMV0
audio/sofa
audio/soundfont
audio/sp-midi
audio/speex spx
audio/t140c
audio/t38
audio/telephone-event
audio/TETRA_ACELP
audio/TETRA_ACELP_BB
audio/tone
audio/TSVCIS
audio/UEMCLIP
audio/ulpfec
audio/usac
audio/VDVI
audio/VMR-WB
audio/vnd.3gpp.iufp
audio/vnd.4SB
audio/vnd.adobe.soundbooth asnd
audio/vnd.audiokoz
audio/vnd.blockfact.facta
audio/vnd.CELP
audio/vnd.cisco.nse
audio/vnd.cmles.radio-events
audio/vnd.cns.anp1
audio/vnd.cns.inf1
audio/vnd.dece.audio uva uvva
audio/vnd.digital-winds eol
audio/vnd.dlna.adts
audio/vnd.dolby.heaac.1
audio/vnd.dolby.heaac.2
audio/vnd.dolby.mlp
audio/vnd.dolby.mps
audio/vnd.dolby.pl2
audio/vnd.dolby.pl2x
audio/vnd.dolby.pl2z
audio/vnd.dolby.pulse.1
audio/vnd.dra dra
audio/vnd.dts dts
audio/vnd.dts.hd dtshd
audio/vnd.dts.uhd
audio/vnd.dvb.file
audio/vnd.everad.plj plj
audio/vnd.hns.audio
audio/vnd.lucent.voice lvp
audio/vnd.ms-playready.media.pya pya
audio/vnd.nokia.mobile-xmf mxmf
audio/vnd.nortel.vbk vbk
audio/vnd.nuera.ecelp4800 ecelp4800
audio/vnd.nuera.ecelp7470 ecelp7470
audio/vnd.nuera.ecelp9600 ecelp9600
audio/vnd.octel.sbc
audio/vnd.presonus.multitrack
audio/vnd.qcelp qcp
audio/vnd.rhetorex.32kadpcm
audio/vnd.rip rip
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m
audio/vnd.vmx.cvsd
audio/vnd.wave wav
audio/vorbis ogg
audio/vorbis-config
audio/wav wav
audio/webm weba webm
audio/x-aac aac
audio/x-adpcm
audio/x-aiff aif aifc aiff
audio/x-caf caf
audio/x-dec-adpcm
audio/x-dec-basic
audio/x-flac flac
audio/x-m4a
audio/x-matroska mka
audio/x-midi mid midi kar
audio/x-mod mod
audio/x-mpegurl m3u
audio/x-ms-wax wax
audio/x-ms-wma wma
audio/x-ms-wmv wmv
audio/x-oggflac
audio/x-oggpcm
audio/x-pn-realaudio ra ram
audio/x-pn-realaudio-plugin rmp rpm
audio/x-psf psf1 psflib minipsf minipsf1 gslib minigsf
audio/x-realaudio ra
audio/x-sap sap
audio/x-wav wav
audio/xm xm
chemical/x-cdx cdx
chemical/x-cif cif
chemical/x-cmdf cmdf
chemical/x-cml cml
chemical/x-csml csml
chemical/x-pdb pdb
chemical/x-xyz xyz
drawing/dwf dwf
font/collection ttc
font/otf otf
font/sfnt
font/ttf ttf
font/woff woff
font/woff2 woff2
haptics/hjif
haptics/hmpg
haptics/ivs
image/aces exr
image/apng
image/avci
image/avcs
image/avif avif
image/bmp bmp dib
image/cgm cgm
image/cmu-raster
image/dicom-rle
image/dpx
image/emf emf
image/example
image/fits
image/g3fax g3
image/gif gif
image/heic heic hif
image/heic-sequence heics hif
image/heif heif hif
image/heif-sequence heifs hif
image/hej2k
image/hsj2
image/icns icns
image/ief ief
image/j2c
image/j2is
image/jaii
image/jais
image/jls
image/jp2 jp2 jpg2
image/jpeg jpeg jpg jpe jfif jif jfi
image/jph
image/jphc
image/jpm jpm jpgm
image/jpx jpx jpf
image/jxl jxl
image/jxr
image/jxrA
image/jxrS
image/jxs
image/jxsc
image/jxsi
image/jxss
image/ktx ktx
image/ktx2
image/naplps
image/nitf ntf nitf
image/pdc
image/pjpeg
image/png png
image/prs.btif btif
image/prs.pti
image/pwg-raster
image/sgi sgi
image/svg+xml svg svgz
image/t38
image/targa tga
image/tiff tiff tif
image/tiff-fx
image/vnd.adobe.photoshop psd
image/vnd.adobe.premiere ppj
image/vnd.airzip.accelerator.azv
image/vnd.blockfact.facti
image/vnd.clip
image/vnd.cns.inf2
image/vnd.dece.graphic uvg uvi uvvg uvvi
image/vnd.dgn dgn dgnlib cel
image/vnd.djvu djvu djv
image/vnd.dvb.subtitle sub
image/vnd.dwg dwg
image/vnd.dxb dxb
image/vnd.dxf dxf
image/vnd.fastbidsheet fbs
image/vnd.fpx fpx
image/vnd.fst fst
image/vnd.fujixerox.edmics-mmr mmr
image/vnd.fujixerox.edmics-rlc rlc
image/vnd.globalgraphics.pgb pgb
image/vnd.microsoft.icon ico
image/vnd.mix
image/vnd.mozilla.apng
image/vnd.ms-modi mdi
image/vnd.ms-photo wdp
image/vnd.net-fpx npx
image/vnd.net.fpx
image/vnd.pco.b16
image/vnd.radiance
image/vnd.sealed.png
image/vnd.sealedmedia.softseal.gif
image/vnd.sealedmedia.softseal.jpg
image/vnd.svf
image/vnd.tencent.tap
image/vnd.valve.source.texture
image/vnd.wap.wbmp wbmp
image/vnd.xiff xif
image/vnd.zbrush.dcx dcx
image/vnd.zbrush.pcx pcx
image/webp webp
image/wmf wmf
image/x-3ds 3ds
image/x-adobe-dng dng
image/x-bmp bmp
image/x-bpg bpg
image/x-canon-cr2 cr2
image/x-canon-cr3 cr3
image/x-canon-crw crw
image/x-cmu-raster ras
image/x-cmx cmx
image/x-compressed-xcf xcfbz2 xcfgz
image/x-dpx dpx
image/x-emf
image/x-emf-compressed emz
image/x-epson-erf erf
image/x-freehand fh fh4 fh5 fh7 fhc fh40 fh50 fh8 fh9 fh10 fh11 fh12 ft7 ft8 ft9 ft10 ft11 ft12
image/x-fuji-raf raf
image/x-hasselblad-3fr 3fr
image/x-icon ico
image/x-jbig2 jb2 jbig2
image/x-jp2-codestream j2c
image/x-jp2-container
image/x-kodak-dcr dcr
image/x-kodak-k25 k25
image/x-kodak-kdc kdc
image/x-minolta-mrw mrw
image/x-mrsid-image sid
image/x-ms-bmp bmp
image/x-niff
image/x-nikon-nef nef
image/x-olympus-orf orf
image/x-paintshoppro psp pspimage
image/x-panasonic-raw raw
image/x-pcx pcx
image/x-pentax-pef pef
image/x-pict pct pic pict
image/x-portable-anymap pnm
image/x-portable-arbitrarymap pam
image/x-portable-bitmap pbm
image/x-portable-graymap pgm
image/x-portable-pixmap ppm
image/x-raw-adobe dng
image/x-raw-canon crw
image/x-raw-casio bay
image/x-raw-epson erf
image/x-raw-fuji raf
image/x-raw-hasselblad 3fr
image/x-raw-imacon fff
image/x-raw-kodak k25 kdc dcs drf
image/x-raw-leaf mos
image/x-raw-logitech pxn
image/x-raw-mamiya mef
image/x-raw-minolta mrw
image/x-raw-nikon nef nrw
image/x-raw-olympus orf
image/x-raw-panasonic raw rw2
image/x-raw-pentax ptx pef
image/x-raw-phaseone iiq
image/x-raw-rawzor rwz
image/x-raw-red r3d
image/x-raw-sigma x3f
image/x-raw-sony arw srf sr2
image/x-rgb rgb
image/x-sigma-x3f x3f
image/x-sony-arw arw
image/x-sony-sr2 sr2
image/x-sony-srf srf
image/x-targa tga
image/x-tga tga icb vda
image/x-vnd.dgn dgn
image/x-win-bmp
image/x-wmf
image/x-xbitmap xbm
image/x-xbm xbm
image/x-xcf xcf
image/x-xpixmap xpm
image/x-xwindowdump xwd
message/bhttp
message/CPIM
message/delivery-status
message/disposition-notification
message/example
message/external-body
message/feedback-report
message/global
message/global-delivery-status
message/global-disposition-notification
message/global-headers
message/http
message/imdn+xml
message/mls
message/news
message/ohttp-chunked-req
message/ohttp-chunked-res
message/ohttp-req
message/ohttp-res
message/partial
message/rfc822 eml mime
message/s-http
message/sip
message/sipfrag
message/tracking-status
message/vnd.si.simp
message/vnd.wfa.wsc
message/x-emlx emlx
model/3mf
model/e57 e57
model/example
model/gltf+json
model/gltf-binary
model/iges igs iges
model/JT
model/mesh msh mesh silo
model/mtl
model/obj
model/prc
model/step
model/step+xml
model/step+zip
model/step-xml+zip
model/stl
model/u3d
model/vnd.bary
model/vnd.cld
model/vnd.collada+xml dae
model/vnd.dwf dwf
model/vnd.dwfx+xps dwfx
model/vnd.flatland.3dml
model/vnd.gdl gdl
model/vnd.gs-gdl
model/vnd.gs.gdl
model/vnd.gtw gtw
model/vnd.moml+xml
model/vnd.mts mts
model/vnd.opengex
model/vnd.parasolid.transmit.binary x_b xmt_bin
model/vnd.parasolid.transmit.text x_t xmt_txt
model/vnd.pytha.pyox
model/vnd.rosette.annotated-data-model
model/vnd.sap.vds
model/vnd.usda
model/vnd.usdz+zip
model/vnd.valve.source.compiled-map
model/vnd.vtu vtu
model/vrml wrl vrml
model/x.stl-ascii
model/x.stl-binary stl
model/x3d+binary x3db x3dbz
model/x3d+fastinfoset
model/x3d+vrml x3dv x3dvz
model/x3d+xml x3d x3dz
model/x3d-vrml
multipart/alternative
multipart/appledouble
multipart/byteranges
multipart/digest
multipart/encrypted
multipart/example
multipart/form-data
multipart/header-set
multipart/mixed
multipart/multilingual
multipart/parallel
multipart/related mht mhtml
multipart/report
multipart/signed
multipart/vnd.bint.med-plus
multipart/voice-message
multipart/x-gzip
multipart/x-mixed-replace
multipart/x-parallel
multipart/x-tar
multipart/x-ustar
multipart/x-www-form-urlencoded
multipart/x-zip
text/1d-interleaved-parityfec
text/asciidoc
text/asp asp
text/aspdotnet aspx
text/cache-manifest appcache manifest
text/calendar ics ifb
text/cmcd
text/comma-separated-values csv
text/cql
text/cql-expression
text/cql-identifier
text/css css
text/csv csv
text/csv-schema
text/directory
text/dns
text/ecmascript es ecma
text/encaprtp
text/enriched
text/event-stream
text/example
text/fhirpath
text/flexfec
text/fwdred
text/gff3
text/grammar-ref-list
text/hl7v2
text/html html htm htmlx shtml htx
text/iso19139+xml iso19139
text/javascript js mjs cjs
text/javascript1.0
text/javascript1.1
text/javascript1.2
text/javascript1.3
text/javascript1.4
text/jcr-cnd
text/jscript
text/livescript
text/markdown markdown md mkd
text/mizar
text/n3 n3
text/nfo
text/org
text/parameters
text/parityfec
text/ping
text/plain txt asc c cc h hh cpp hpp dat hlp conf def in list log rst text textile install keys license notice readme abs-linkmap abs-menulinks aart ac am apt bsh classpath cnd cwiki data dcl dsp dsw egrm ent ft fn fv grm g .htaccess handlers htc ihtml jmx junit jx manifest m4 mf meta mdo n3 pen pod pom project rng rnx roles schemas tld types vm vsl wsdd xargs xcat xegrm xgrm xlex xlog xmap xroles xsamples xsp xtest xweb xwelcome
text/provenance-notation
text/prs.fallenstein.rst rst
text/prs.lines.tag dsc
text/prs.prop.logic
text/prs.texi
text/raptorfec
text/RED
text/rfc822-headers
text/richtext rtx
text/rtf rtf
text/rtp-enc-aescm128
text/rtploopback
text/rtx
text/sgml sgml sgm
text/shaclc
text/shex
text/spdx
text/strings
text/t140
text/tab-separated-values tsv
text/troff t tr roff troff man me ms nroff
text/turtle ttl
text/ulpfec
text/uri-list uri uris urls
text/vcard vcard
text/vnd.a
text/vnd.abc
text/vnd.ascii-art
text/vnd.curl curl
text/vnd.curl.dcurl dcurl
text/vnd.curl.mcurl mcurl
text/vnd.curl.scurl scurl
text/vnd.debian.copyright
text/vnd.DMClientScript
text/vnd.dvb.subtitle sub
text/vnd.esmertec.theme-descriptor
text/vnd.exchangeable
text/vnd.familysearch.gedcom
text/vnd.ficlab.flt
text/vnd.flatland.3dml
text/vnd.fly fly
text/vnd.fmi.flexstor flx
text/vnd.gml
text/vnd.graphviz gv
text/vnd.hans
text/vnd.hgl
text/vnd.in3d.3dml 3dml
text/vnd.in3d.spot spot
text/vnd.iptc.anpa anpa
text/vnd.IPTC.NewsML
text/vnd.IPTC.NITF
text/vnd.latex-z
text/vnd.motorola.reflex
text/vnd.ms-mediapackage
text/vnd.net2phone.commcenter.command ccc
text/vnd.radisys.msml-basic-layout
text/vnd.senx.warpscript
text/vnd.si.uricatalogue
text/vnd.sosi
text/vnd.sun.j2me.app-descriptor jad
text/vnd.tps
text/vnd.trolltech.linguist
text/vnd.typst
text/vnd.vcf
text/vnd.wap.si si
text/vnd.wap.sl sl
text/vnd.wap.wml wml
text/vnd.wap.wmlscript wmls
text/vnd.zoo.kcl
text/vtt vtt
text/wgsl
text/x-actionscript as
text/x-ada ada adb ads
text/x-applescript applescript
text/x-asciidoc asciidoc adoc ad ad.txt adoc.txt
text/x-asm asm s
text/x-aspectj aj
text/x-assembly s asm
text/x-awk awk
text/x-basic bas
text/x-c c cc cpp cxx dic h hh
text/x-c++hdr hpp hxx hh h h++ hp
text/x-c++src cpp cxx cc c c++
text/x-cgi cgi
text/x-chdr h
text/x-clojure clj
text/x-cobol cbl cob
text/x-coffeescript coffee
text/x-coffescript coffee
text/x-coldfusion cfm cfml cfc
text/x-common-lisp cl jl lisp lsp
text/x-component htc
text/x-config config conf cfg xconf
text/x-csharp cs
text/x-csrc c
text/x-d d
text/x-diff diff patch
text/x-ecmascript
text/x-eiffel e
text/x-emacs-lisp el
text/x-erlang erl
text/x-expect exp
text/x-forth 4th
text/x-fortran f f77 f90 for
text/x-go go
text/x-groovy groovy
text/x-haml haml
text/x-haskell hs lhs
text/x-haxe hx
text/x-idl idl
text/x-ini ini
text/x-java-properties properties
text/x-java-source java
text/x-jsp jsp
text/x-less less
text/x-lex l
text/x-log log
text/x-lua lua
text/x-makefile makefile gnumakefile
text/x-matlab
text/x-ml ml
text/x-modula m3 i3 mg ig
text/x-nfo nfo
text/x-objcsrc m
text/x-ocaml ocaml mli
text/x-opml opml
text/x-pascal p pas pp dpr
text/x-perl pl pm al perl
text/x-php php php3 php4
text/x-prolog pro
text/x-python py
text/x-rexx rexx
text/x-robots
text/x-rsrc r
text/x-rst rest rst restx
text/x-rtf rtf
text/x-ruby rb
text/x-scala scala
text/x-scheme scm
text/x-sed sed
text/x-setext etx
text/x-sfv sfv
text/x-sql sql
text/x-stsrc st
text/x-tcl itk tcl tk
text/x-tika-text-based-message
text/x-uuencode uu
text/x-vbasic cls frm
text/x-vbdotnet vb
text/x-vbscript vbs
text/x-vcalendar vcs
text/x-vcard vcf
text/x-verilog v
text/x-vhdl vhd vhdl
text/x-vnd.flatland.3dml
text/x-web-markdown md mdtext mkd markdown
text/x-yacc y
text/x-yaml yaml yml
text/xml xml dtd xsd
text/xml-external-parsed-entity
video/1d-interleaved-parityfec
video/3gpp 3gp 3gpp
video/3gpp-tt
video/3gpp2 3g2 3gpp2
video/AV1
video/BMPEG
video/BT656
video/CelB
video/daala
video/dl dl
video/DV dv
video/encaprtp
video/evc
video/example
video/FFV1
video/flexfec
video/gl gl
video/H261 h261
video/H263 h263
video/H263-1998
video/H263-2000
video/H264 h264
video/H264-RCDO
video/H264-SVC
video/H265
video/H266
video/iso.segment m4s
video/JPEG jpgv
video/jpeg2000
video/jpeg2000-scl
video/jpm jpgm jpm
video/jxsv
video/lottie+json
video/matroska
video/matroska-3d
video/MJ2 mj2 mjp2
video/MP1S
video/MP2P
video/MP2T ts mts m2ts cpi clpi mpl mpls bdm m2t
video/mp4 mp4 mpg4 f4v f4p mp4v
video/MP4V-ES
video/mpeg mp2 mp3g mpe mpeg mpg m1v m2v
video/mpeg4-generic
video/MPV
video/nv
video/ogg ogg ogv
video/parityfec
video/pointer
video/quicktime qt mov
video/raptorfec
video/raw
video/rtp-enc-aescm128
video/rtploopback
video/rtx
video/scip
video/smpte291
video/SMPTE292M
video/theora
video/ulpfec
video/vc1
video/vc2
video/vnd.blockfact.factv
video/vnd.CCTV
video/vnd.dece.hd uvh uvvh
video/vnd.dece.mobile uvm uvvm
video/vnd.dece.mp4
video/vnd.dece.pd uvp uvvp
video/vnd.dece.sd uvs uvvs
video/vnd.dece.video uvv uvvv
video/vnd.directv.mpeg
video/vnd.directv.mpeg-tts
video/vnd.dlna.mpeg-tts
video/vnd.dvb.file dvb
video/vnd.fvt fvt
video/vnd.hns.video
video/vnd.iptvforum.1dparityfec-1010
video/vnd.iptvforum.1dparityfec-2005
video/vnd.iptvforum.2dparityfec-1010
video/vnd.iptvforum.2dparityfec-2005
video/vnd.iptvforum.ttsavc
video/vnd.iptvforum.ttsmpeg2
video/vnd.motorola.video
video/vnd.motorola.videop
video/vnd.mpegurl mxu m4u
video/vnd.ms-playready.media.pyv pyv
video/vnd.nokia.interleaved-multimedia nim
video/vnd.nokia.mp4vr
video/vnd.nokia.videovoip
video/vnd.objectvideo mp4 m4v
video/vnd.planar
video/vnd.radgamettools.bink
video/vnd.radgamettools.smacker
video/vnd.sealed.mpeg1 s11
video/vnd.sealed.mpeg4 smpg s14
video/vnd.sealed.swf sswf ssw
video/vnd.sealedmedia.softseal.mov smov smo s1q
video/vnd.uvvu.mp4 uvu uvvu
video/vnd.vivo viv vivo
video/vnd.youtube.yt
video/VP8
video/VP9
video/webm webm
video/x-dirac drc
video/x-dl dl
video/x-dv dv
video/x-f4v f4v
video/x-flc flc
video/x-fli fli
video/x-flv flv
video/x-gl gl
video/x-ivf ivf
video/x-jng jng
video/x-m4v m4v
video/x-matroska mk3d mks mkv
video/x-mng mng
video/x-motion-jpeg mjpg mjpeg
video/x-ms-asf asf asx
video/x-ms-vob vob
video/x-ms-wm wm
video/x-ms-wmv wmv
video/x-ms-wmx wmx
video/x-ms-wvx wvx
video/x-msvideo avi
video/x-oggrgb
video/x-ogguvs
video/x-oggyuv
video/x-ogm ogm
video/x-sgi-movie movie
video/x-smv smv
x-chemical/x-pdb pdb
x-chemical/x-xyz xyz
x-conference/x-cooltalk ice
x-drawing/dwf dwf
x-world/x-vrml wrl vrml
mime-types-mime-types-data-618ae00/data/mime.docs.column 0000664 0000000 0000000 00000014150 15167513557 0023155 0 ustar 00root root 0000000 0000000 -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Fixes a bug with IE6 and progressive JPEGs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
see-also:image/x-xcf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mime-types-mime-types-data-618ae00/data/mime.encoding.column 0000664 0000000 0000000 00000055560 15167513557 0024025 0 ustar 00root root 0000000 0000000 base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
8bit
base64
8bit
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
7bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
7bit
7bit
base64
8bit
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
8bit
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
quoted-printable
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
8bit
base64
8bit
base64
base64
base64
base64
8bit
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
8bit
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
8bit
quoted-printable
quoted-printable
quoted-printable
quoted-printable
quoted-printable
8bit
8bit
quoted-printable
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
8bit
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
base64
mime-types-mime-types-data-618ae00/data/mime.flags.column 0000664 0000000 0000000 00000060260 15167513557 0023324 0 ustar 00root root 0000000 0000000 0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
1 1 0 0
0 0 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
1 1 0 0
0 1 0 1
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 1 0
0 1 1 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 1 0
0 1 0 0
0 1 1 0
0 1 1 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
1 0 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 1
0 0 0 0
1 0 0 0
0 1 0 0
1 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 1 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
1 0 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
1 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 1 0 0
0 1 0 1
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 1
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
0 1 0 0
1 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 1
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 1 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 1 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
1 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
mime-types-mime-types-data-618ae00/data/mime.friendly.column 0000664 0000000 0000000 00000056424 15167513557 0024053 0 ustar 00root root 0000000 0000000 -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Andrew Toolkit
-
-
-
en^Applixware
-
-
-
-
-
en^Atom Syndication Format
en^Atom Publishing Protocol
-
-
en^Atom Publishing Protocol Service Document
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Voice Browser Call Control
-
-
en^Cloud Data Management Interface (CDMI) - Capability
en^Cloud Data Management Interface (CDMI) - Contaimer
en^Cloud Data Management Interface (CDMI) - Domain
en^Cloud Data Management Interface (CDMI) - Object
en^Cloud Data Management Interface (CDMI) - Queue
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^CU-SeeMe
-
-
-
-
-
-
-
-
en^Web Distributed Authoring and Versioning
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Data Structure for the Security Suitability of Cryptographic Algorithms
en^Data Structure for the Security Suitability of Cryptographic Algorithms
-
-
-
-
-
-
-
-
en^ECMAScript
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Extensible MultiModal Annotation
-
-
-
-
-
en^Electronic Publication
-
-
-
en^Efficient XML Interchange
-
-
-
-
-
-
-
-
-
-
-
-
en^Portable Font Resource
en^Web Open Font Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Hyperstudio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Internet Protocol Flow Information Export
-
-
-
en^Java Archive
en^Java Serialized Object
en^Java Bytecode File
en^JavaScript
-
-
-
-
-
-
-
-
en^JavaScript Object Notation (JSON)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Macintosh BinHex 4.0
en^Compact Pro
-
-
en^Metadata Authority Description Schema
-
en^MARC Formats
en^MARC21 XML Schema
-
en^Mathematica Notebooks
-
en^Mathematical Markup Language
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Mbox database files
-
-
-
-
en^Media Server Control Markup Language
-
-
en^Metalink
en^Metadata Encoding and Transmission Standard
-
-
-
-
-
-
-
en^Metadata Object Description Schema
-
-
-
-
en^MPEG-21
en^MPEG4
-
-
-
-
-
-
-
en^Microsoft Word
-
-
-
-
en^Material Exchange Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Binary Data
en^Office Document Architecture
-
-
-
en^Open eBook Publication Structure
en^Ogg
-
-
en^Microsoft OneNote
-
-
-
-
-
-
-
-
-
-
en^XML Patch Framework
en^Adobe Portable Document Format
-
-
en^Pretty Good Privacy
-
en^Pretty Good Privacy - Signature
en^PICSRules
-
-
en^PKCS #10 - Certification Request Standard
-
en^PKCS #7 - Cryptographic Message Syntax Standard
en^PKCS #7 - Cryptographic Message Syntax Standard
en^PKCS #8 - Private-Key Information Syntax Standard
-
en^Attribute Certificate
en^Internet Public Key Infrastructure - Certificate
en^Internet Public Key Infrastructure - Certificate Revocation Lists
-
en^Internet Public Key Infrastructure - Certification Path
en^Internet Public Key Infrastructure - Certificate Management Protocole
en^Pronunciation Lexicon Specification
-
en^PostScript
-
-
-
-
-
-
-
-
-
-
-
-
en^Pipelined Relational Query Language
-
-
en^CU-Writer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Portable Symmetric Key Container
-
-
-
-
-
-
en^Resource Description Framework
en^IMS Networks
en^Relax NG Compact Syntax
-
-
-
-
-
en^XML Resource Lists
en^XML Resource Lists Diff
-
-
-
-
en^XML Resource Lists
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Really Simple Discovery
en^RSS - Really Simple Syndication
en^Rich Text Format
-
-
-
-
-
-
-
en^Systems Biology Markup Language
-
-
-
-
en^Server-Based Certificate Validation Protocol - Validation Request
en^Server-Based Certificate Validation Protocol - Validation Response
en^Server-Based Certificate Validation Protocol - Validation Policies - Request
en^Server-Based Certificate Validation Protocol - Validation Policies - Response
-
-
-
-
en^Session Description Protocol
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Secure Electronic Transaction - Payment
-
en^Secure Electronic Transaction - Registration
-
-
en^S Hexdump Format
-
-
-
-
-
-
-
-
-
-
en^Synchronized Multimedia Integration Language
-
-
-
-
en^SPARQL - Query
en^SPARQL - Results
-
-
-
-
en^Speech Recognition Grammar Specification
en^Speech Recognition Grammar Specification - XML
en^Search/Retrieve via URL Response Format
-
-
en^Speech Synthesis Markup Language
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Text Encoding and Interchange
-
-
en^Sharing Transaction Fraud Data
-
-
en^Time Stamped Data Envelope
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^3rd Generation Partnership Project - Pic Large
en^3rd Generation Partnership Project - Pic Small
en^3rd Generation Partnership Project - Pic Var
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^3rd Generation Partnership Project - Transaction Capabilities Application Part
-
en^3M Post It Notes
en^Simply Accounting
en^Simply Accounting - Data Import
-
-
en^ACU Cobol
en^ACU Cobol
-
-
en^Adobe AIR Application
-
-
en^Adobe Flex Project
-
-
en^Adobe XML Data Package
en^Adobe XML Forms Data Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Ahead AIR Application
-
en^AirZip FileSECURE
en^AirZip FileSECURE
-
en^Amazon Kindle eBook format
-
en^Active Content Compression
en^AmigaDE
-
-
en^Android Package Archive
-
en^ANSER-WEB Terminal Client - Certificate Issue
en^ANSER-WEB Terminal Client - Web Funds Transfer
en^Antix Game Player
-
-
-
-
-
-
-
-
-
-
en^Apple Installer Package
-
-
en^Multimedia Playlist Unicode
-
-
-
-
-
en^Arista Networks Software Image
-
-
-
-
-
-
-
en^Audiograph
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Blueice Research Multipass
-
-
en^BMI Drawing Data Interchange
-
-
en^BusinessObjects
-
-
-
-
-
-
-
-
-
-
en^CambridgeSoft Chem Draw
-
en^Karaoke on Chipnuts Chipsets
-
en^Interactive Geometry Software Cinderella
-
-
en^Claymore Data Files
en^RetroPlatform Player
en^Clonk Game
en^ClueTrust CartoMobile - Config
en^ClueTrust CartoMobile - Config Package
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Sixth Floor Media - CommonSpace
en^CIM Database
-
en^CosmoCaller
en^CrickSoftware - Clicker
en^CrickSoftware - Clicker - Keyboard
en^CrickSoftware - Clicker - Palette
en^CrickSoftware - Clicker - Template
en^CrickSoftware - Clicker - Wordbank
en^Critical Tools - PERT Chart EXPERT
-
-
-
-
en^PosML
-
-
-
en^Adobe PostScript Printer Description File Format
-
-
-
en^CURL Applet
en^CURL Applet
-
-
-
-
-
-
-
-
en^RemoteDocs R-Viewer
-
-
-
-
-
-
-
-
-
-
en^FCS Express Layout Link
-
-
-
-
-
en^New Moon Liftoff/DNA
-
en^Dolby Meridian Lossless Packing
-
-
-
en^DPGraph
en^DreamFactory
-
-
-
-
-
en^Digital Video Broadcasting
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Digital Video Broadcasting
-
en^DynaGeo
-
-
-
-
-
en^EcoWin Chart
-
-
-
-
-
-
-
-
-
-
en^Enliven Viewer
-
-
en^QUASS Stream Player
en^QUASS Stream Player
en^QuickAnime Player
en^SimpleAnimeLite Player
en^QUASS Stream Player
-
-
-
en^MICROSEC e-Szign¢
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^EZPix Secure Photo Album
en^EZPix Secure Photo Album
-
-
-
-
en^Forms Data Format
-
en^Digital Siesmograph Networks - SEED Datafiles
-
-
-
-
-
-
-
en^NpGraphIt
en^FluxTime Clip
-
en^FrameMaker Normal Format
-
en^Frogans Player
en^Frogans Player
en^Friendly Software Corporation
-
-
-
-
en^Fujitsu Oasys
en^Fujitsu Oasys
en^Fujitsu Oasys
en^Fujitsu Oasys
en^Fujitsu Oasys
-
-
en^Fujitsu - Xerox 2D CAD Data
en^Fujitsu - Xerox DocuWorks
en^Fujitsu - Xerox DocuWorks Binder
-
-
-
-
-
en^FuzzySheet
-
-
en^Genomatix Tuxedo Framework
-
-
-
-
-
-
-
-
-
-
-
en^GeoGebra
-
-
en^GeoGebra
en^GeoMetry Explorer
en^GEONExT and JSXGraph
en^GeoplanW
en^GeospacW
-
-
-
en^GameMaker ActiveX
-
-
en^Google Earth - KML
en^Google Earth - Zipped KML
-
-
-
-
-
en^GrafEq
-
en^Groove - Account
en^Groove - Help
en^Groove - Identity Message
en^Groove - Injector
en^Groove - Tool Message
en^Groove - Tool Template
en^Groove - Vcard
-
en^Hypertext Application Language
en^ZVUE Media Manager
en^Homebanking Computer Interface (HBCI)
-
-
-
-
-
-
en^Archipelago Lesson Player
-
-
en^HP-GL/2 and HP RTL
en^Hewlett Packard Instant Delivery
en^Hewlett-Packard's WebPrintSmart
en^HP Indigo Digital Press - Job Layout Languate
en^HP Printer Command Language
en^PCL 6 Enhanced (Formely PCL XL)
-
-
en^Hydrostatix Master Suite
-
-
-
en^3D Crossword Plugin
-
-
en^MiniPay
en^MO:DCA-P
en^IBM DB2 Rights Manager
en^IBM Electronic Media Management System - Secure Container
en^ICC profile
-
en^igLoader
-
-
en^ImmerVision PURE Players
en^ImmerVision PURE Players
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^IOCOM Visimeet
en^Intercon FormNet
en^Interactive Geometry Software
-
-
en^Open Financial Exchange
en^Quicken
-
-
-
-
-
-
-
-
-
-
-
-
en^IP Unplugged Roaming Client
en^iRepository / Lucidoc Editor
en^Express by Infoseek
en^International Society for Advancement of Cytometry
-
en^Lightspeed Audio Lab
-
-
-
-
-
-
-
-
-
-
en^Mobile Information Device Profile
en^RhymBox
en^Joda Archive
-
en^Kahootz
en^KDE KOffice Office Suite - Karbon
en^KDE KOffice Office Suite - KChart
en^KDE KOffice Office Suite - Kformula
en^KDE KOffice Office Suite - Kivio
en^KDE KOffice Office Suite - Kontour
en^KDE KOffice Office Suite - Kpresenter
en^KDE KOffice Office Suite - Kspread
en^KDE KOffice Office Suite - Kword
-
en^Kenamea App
-
-
en^Kidspiration
en^Kinar Applications
en^SSEYO Koan Play File
en^Kodak Storyshare
-
-
en^Laser App Enterprise
-
-
-
-
en^Life Balance - Desktop Edition
en^Life Balance - Exchange Format
-
-
en^Lotus 1-2-3
en^Lotus Approach
en^Lotus Freelance
en^Lotus Notes
en^Lotus Organizer
en^Lotus Screencam
en^Lotus Wordpro
en^MacPorts Port System
-
-
-
-
-
-
-
-
-
-
en^Micro CADAM Helix D&D
-
-
en^MedCalc
en^MediaRemote
-
-
-
en^Medical Waveform Encoding Format
en^Melody Format for Mobile Platform
-
en^Micrografx
en^Micrografx iGrafx Professional
-
-
-
en^FrameMaker Interchange Format
-
-
-
en^Mobius Management Systems - UniversalArchive
en^Mobius Management Systems - Distribution Database
en^Mobius Management Systems - Basket file
en^Mobius Management Systems - Query File
en^Mobius Management Systems - Script Language
en^Mobius Management Systems - Policy Definition Language File
en^Mobius Management Systems - Topic Index File
-
en^Mophun VM
en^Mophun Certificate
-
-
-
-
-
-
-
-
en^XUL - XML User Interface Language
-
en^Microsoft Artgalry
-
en^Microsoft Cabinet File
en^Microsoft Excel
en^Microsoft Excel - Add-In File
-
-
-
en^Microsoft Excel - Binary Workbook
en^Microsoft Excel - Macro-Enabled Workbook
en^Microsoft Excel - Macro-Enabled Template File
-
-
en^Microsoft Embedded OpenType
en^Microsoft Html Help File
en^Microsoft Class Server
en^Microsoft Learning Resource Module
-
en^Microsoft Office System Release Theme
-
-
-
en^Microsoft Trust UI Provider - Security Catalog
en^Microsoft Trust UI Provider - Certificate Trust Link
-
en^Microsoft PowerPoint
en^Microsoft PowerPoint - Add-in file
en^Microsoft PowerPoint - Macro-Enabled Presentation File
en^Microsoft PowerPoint - Macro-Enabled Open XML Slide
en^Microsoft PowerPoint - Macro-Enabled Slide Show File
en^Micosoft PowerPoint - Macro-Enabled Template File
-
-
en^Microsoft Project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Micosoft Word - Macro-Enabled Document
en^Micosoft Word - Macro-Enabled Template
-
-
en^Microsoft Works
en^Microsoft Windows Media Player Playlist
en^Microsoft XML Paper Specification
-
en^3GPP MSEQ File
-
-
-
-
-
en^MUsical Score Interpreted Code Invented for the ASCII designation of Notation
en^Muvee Automatic Video Editing
-
-
-
-
-
-
-
-
-
-
-
-
en^neuroLanguage
-
-
-
-
en^NobleNet Directory
en^NobleNet Sealer
en^NobleNet Web
-
-
-
-
-
-
-
-
-
en^N-Gage Game Data
en^N-Gage Game Installer
-
-
-
-
en^Nokia Radio Application - Preset
en^Nokia Radio Application - Preset
en^Novadigm's RADIA and EDM products
en^Novadigm's RADIA and EDM products
en^Novadigm's RADIA and EDM products
-
-
-
-
-
-
-
-
-
-
en^OpenDocument Chart
en^OpenDocument Chart Template
en^OpenDocument Database
-
-
-
en^OpenDocument Formula
en^OpenDocument Formula Template
en^OpenDocument Graphics
en^OpenDocument Graphics Template
en^OpenDocument Image
en^OpenDocument Image Template
en^OpenDocument Presentation
en^OpenDocument Presentation Template
en^OpenDocument Spreadsheet
en^OpenDocument Spreadsheet Template
en^OpenDocument Text
en^OpenDocument Text Master
-
en^OpenDocument Text Template
en^Open Document Text Web
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Sugar Linux Application Bundle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^OMA Download Agents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Open Office Extension
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Microsoft Office - OOXML - Presentation
-
-
en^Microsoft Office - OOXML - Presentation (Slide)
-
-
-
en^Microsoft Office - OOXML - Presentation (Slideshow)
-
-
-
-
en^Microsoft Office - OOXML - Presentation Template
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Microsoft Office - OOXML - Spreadsheet
-
-
-
-
-
en^Microsoft Office - OOXML - Spreadsheet Teplate
-
-
-
-
-
-
-
-
en^Microsoft Office - OOXML - Word Document
-
-
-
-
-
-
-
-
-
en^Microsoft Office - OOXML - Word Document Template
-
-
-
-
-
-
-
-
en^MapGuide DBXML
-
en^OSGi Deployment Package
-
-
-
-
en^PalmOS Data
-
-
-
-
en^PawaaFILE
-
en^Proprietary P&G Standard Reporting System
en^Proprietary P&G Standard Reporting System
-
-
en^Pcsel eFIF File
en^Qualcomm's Plaza Mobile Internet
-
-
en^PocketLearn Viewers
en^PowerBuilder
-
-
-
-
-
-
-
en^Preview Systems ZipLock/VBox
-
en^EFI Proteus
-
-
en^PubliShare Objects
en^Princeton Video Image
-
-
-
-
-
en^QuarkXPress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^RealVNC
en^Recordare Applications
en^Recordare Applications
-
-
-
-
en^CryptoNote
en^Blackberry COD File
en^RealMedia
-
en^ROUTE 66 Location Based Services
-
-
-
en^SailingTracker
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^SeeMail
-
en^Secured eMail
en^Secured eMail
en^Secured eMail
-
en^Shana Informed Filler
en^Shana Informed Filler
en^Shana Informed Filler
en^Shana Informed Filler
-
-
-
-
-
en^SimTech MindMapper
-
-
-
en^SMAF File
-
en^SMART Technologies Apps
-
-
-
-
en^SudokuMagic
en^TIBCO Spotfire
en^TIBCO Spotfire
-
-
-
-
en^StarOffice - Calc
-
en^StarOffice - Draw
en^StarOffice - Impress
en^StarOffice - Math
en^StarOffice - Writer
en^StarOffice - Writer (Global)
-
en^StepMania
-
-
en^OpenOffice - Calc (Spreadsheet)
en^OpenOffice - Calc Template (Spreadsheet)
en^OpenOffice - Draw (Graphics)
en^OpenOffice - Draw Template (Graphics)
en^OpenOffice - Impress (Presentation)
en^OpenOffice - Impress Template (Presentation)
en^OpenOffice - Math (Formula)
en^OpenOffice - Writer (Text - HTML)
en^OpenOffice - Writer (Text - HTML)
en^OpenOffice - Writer Template (Text - HTML)
-
en^ScheduleUs
en^SourceView Document
-
-
-
-
en^Symbian Install Package
en^SyncML
en^SyncML - Device Management
en^SyncML - Device Management
-
-
-
-
-
-
-
en^Tao Intent
-
-
-
-
-
en^MobileTV
-
en^TRI Systems Config
en^Triscape Map Explorer
en^True BASIC
-
-
en^Universal Forms Description Language
-
-
-
-
en^User Interface Quartz - Theme (Symbian)
en^UMAJIN
en^Unity 3d
en^Unique Object Markup Language
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^VirtualCatalog
-
-
-
-
-
-
-
-
-
-
-
en^Microsoft Visio
en^Visionary
-
-
en^Viewport+
-
-
-
-
en^WAP Binary XML (WBXML)
en^Compiled Wireless Markup Language (WMLC)
en^WMLScript
-
en^WebTurbo
-
-
-
-
-
-
-
-
-
en^Mathematica Notebook Player
-
-
en^Wordperfect
en^SundaHus WQ
-
en^Worldtalk
-
-
-
-
en^CorelXARA
-
-
-
en^Extensible Forms Description Language
-
-
-
-
-
-
-
en^HV Voice Dictionary
en^HV Script
en^HV Voice Parameter
en^Open Score Format
en^OSFPVG
-
en^SMAF Audio
en^SMAF Phrase
-
-
-
en^CustomMenu
-
-
-
-
en^Z.U.L. Geometry
en^Zzazz Deck
en^VoiceXML
-
-
-
-
-
-
-
-
-
-
-
en^WebAssembly
-
-
-
-
-
en^Widget Packaging and XML Configuration
en^WinHelp
-
-
-
-
-
-
-
en^WSDL - Web Services Description Language
en^Web Services Policy
-
en^7-Zip
en^AbiWord
-
en^Ace Archive
-
-
-
-
-
-
-
-
-
-
-
en^Adobe (Macropedia) Authorware - Binary File
en^Adobe (Macropedia) Authorware - Map
en^Adobe (Macropedia) Authorware - Segment File
-
-
en^Binary CPIO Archive
-
-
-
-
en^BitTorrent
-
-
-
-
en^Bzip Archive
en^Bzip2 Archive
-
-
en^Video CD
-
en^pIRCh
en^Portable Game Notation (Chess Games)
-
-
-
-
-
-
-
-
en^CPIO Archive
en^C Shell Script
-
-
en^Debian Package
-
-
en^Adobe Shockwave Player
en^Doom Video Game
-
-
en^Navigation Control file for XML (for ePub)
en^Digital Talking Book
en^Digital Talking Book - Resource File
-
en^Device Independent File Format (DVI)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Glyph Bitmap Distribution Format
-
-
en^Ghostscript Font
-
en^PSF Fonts
-
en^OpenType Font File
en^Portable Compiled Format
-
en^Server Normal Format
-
-
-
en^TrueType Font
en^PostScript Fonts
-
-
-
-
-
-
-
en^FutureSplash Animator
-
-
-
-
-
en^Gnumeric
-
-
en^GNU Tar Files
-
-
en^Hierarchical Data Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Java Network Launching Protocol
-
-
-
-
-
-
-
-
-
-
en^LaTeX
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Mobipocket
-
en^Microsoft ClickOnce
-
-
-
-
-
-
-
en^Microsoft Windows Media Player Download Package
en^Microsoft Windows Media Player Skin Package
en^Microsoft XAML Browser Application
en^Microsoft Access
en^Microsoft Office Binder
en^Microsoft Information Card
en^Microsoft Clipboard Clip
-
en^Microsoft Application
en^Microsoft MediaView
en^Microsoft Windows Metafile
en^Microsoft Money
en^Microsoft Publisher
en^Microsoft Schedule+
en^Microsoft Windows Terminal Services
-
en^Microsoft Wordpad
-
-
-
-
-
-
en^Network Common Data Form (NetCDF)
-
-
-
-
-
-
-
-
-
-
en^PKCS #12 - Personal Information Exchange Syntax Standard
en^PKCS #7 - Cryptographic Message Syntax Standard (Certificates)
en^PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)
-
-
-
-
-
-
-
en^RAR Archive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Bourne Shell Script
-
en^Shell Archive
-
en^Adobe Flash
-
en^Microsoft Silverlight
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Stuffit Archive
en^Stuffit Archive
-
en^System V Release 4 CPIO Archive
en^System V Release 4 CPIO Checksum Data
-
-
en^Tar File (Tape Archive)
en^Tcl Script
en^TeX
en^TeX Font Metric
-
en^GNU Texinfo Document
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Ustar (Uniform Standard Tape Archive)
-
-
-
-
-
-
-
en^WAIS Source
-
-
-
-
-
-
-
-
en^X.509 Certificate
-
-
-
-
-
-
en^Xfig
-
-
-
en^XPInstall - Mozilla
-
-
en^Zip Archive
-
-
-
-
-
-
-
-
en^XML Configuration Access Protocol - XCAP Diff
-
-
-
-
-
en^XML Encryption Syntax and Processing
-
en^XHTML - The Extensible HyperText Markup Language
-
-
en^XML - Extensible Markup Language
en^Document Type Definition
-
-
-
en^XML-Binary Optimized Packaging
-
-
-
en^XML Transformations
en^XSPF - XML Shareable Playlist Format
en^MXML
-
en^YANG Data Modeling Language
-
-
-
-
-
-
en^YIN (YANG - XML)
en^Zip Archive
-
-
-
-
-
-
-
-
en^Adaptive differential pulse-code modulation
-
-
-
-
-
-
-
-
en^Sun Audio - Au file format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^MIDI - Musical Instrument Digital Interface
-
-
en^MPEG-4 Audio
-
-
-
en^MPEG Audio
-
en^Ogg Audio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^DECE Audio
en^Digital Winds Music
-
-
-
-
-
-
-
-
-
en^DRA Audio
en^DTS Audio
en^DTS High Definition Audio
-
-
-
-
en^Lucent Voice
en^Microsoft PlayReady Ecosystem
-
-
en^Nuera ECELP 4800
en^Nuera ECELP 7470
en^Nuera ECELP 9600
-
-
-
-
en^Hit'n'Mix
-
-
-
-
-
en^Waveform Audio File Format (WAV)
en^Open Web Media Project - Audio
en^Advanced Audio Coding (AAC)
-
en^Audio Interchange File Format
-
-
-
-
-
-
-
-
en^M3U (Multimedia Playlist)
en^Microsoft Windows Media Audio Redirector
en^Microsoft Windows Media Audio
-
-
-
en^Real Audio Sound
en^Real Audio Sound
-
-
-
en^Waveform Audio File Format (WAV)
-
en^ChemDraw eXchange file
en^Crystallographic Interchange Format
en^CrystalMaker Data Format
en^Chemical Markup Language
en^Chemical Style Markup Language
-
en^XYZ File Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Bitmap Image File
en^Computer Graphics Metafile
-
-
-
-
-
-
en^G3 Fax Image
en^Graphics Interchange Format
-
-
-
-
-
-
-
en^Image Exchange Format
-
-
-
-
-
-
en^JPEG Image
-
-
-
-
-
-
-
-
-
-
-
-
en^OpenGL Textures (KTX)
-
-
-
-
-
en^Portable Network Graphics (PNG)
en^BTIF
-
-
-
en^Scalable Vector Graphics (SVG)
-
-
en^Tagged Image File Format
-
en^Photoshop Document
-
-
-
-
-
en^DECE Graphic
-
en^DjVu
en^Close Captioning - Subtitle
en^DWG Drawing
-
en^AutoCAD DXF
en^FastBid Sheet
en^FlashPix
en^FAST Search & Transfer ASA
en^EDMICS 2000
en^EDMICS 2000
-
-
-
-
en^Microsoft Document Imaging Format
-
en^FlashPix
-
-
-
-
-
-
-
-
-
en^WAP Bitamp (WBMP)
en^eXtended Image File Format (XIFF)
-
-
en^WebP Image
-
-
en^Adobe Digital Negative
-
-
en^Canon Raw Image
-
en^Canon Raw Image
en^CMU Image
en^Corel Metafile Exchange (CMX)
-
-
-
-
en^Epson Raw Image
en^FreeHand MX
en^Fuji Raw Image
-
en^Icon Image
-
-
-
en^Kodak Raw Image
en^Kodak Raw Image
en^Kodak Raw Image
en^Minolta Raw Image
-
en^Bitmap Image File
-
en^Nikon Raw Image
en^Olympus Raw Image
-
en^Panasonic Raw Image
en^PCX Image
en^Pentax Raw Image
en^PICT Image
en^Portable Anymap Image
-
en^Portable Bitmap Format
en^Portable Graymap Format
en^Portable Pixmap Format
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Silicon Graphics RGB Bitmap
en^Sigma Raw Image
en^Sony Raw Image
en^Sony Raw Image
en^Sony Raw Image
-
-
-
-
-
en^X BitMap
-
-
en^X PixMap
en^X Window Dump
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Email Message
-
-
-
-
-
-
-
-
-
-
-
-
en^Initial Graphics Exchange Specification (IGES)
-
en^Mesh Data Type
-
-
-
-
-
-
-
-
-
-
-
en^COLLADA
en^Autodesk Design Web Format (DWF)
-
-
en^Geometric Description Language (GDL)
-
-
en^Gen-Trix Studio
-
en^Virtue MTS
-
-
-
-
-
-
-
-
-
en^Virtue VTU
en^Virtual Reality Modeling Language
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^iCalendar
-
-
-
-
-
en^Cascading Style Sheets (CSS)
en^Comma-Separated Values
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^HyperText Markup Language (HTML)
-
-
-
-
-
-
-
-
-
-
-
-
en^Notation3
-
-
-
-
-
en^Text File
-
-
en^PRS Lines Tag
-
-
-
-
-
en^Rich Text Format (RTF)
-
-
-
-
en^Standard Generalized Markup Language (SGML)
-
-
-
-
-
en^Tab Separated Values
en^troff
en^Turtle (Terse RDF Triple Language)
-
en^URI Resolution Services
-
-
-
-
en^Curl - Applet
en^Curl - Detached Applet
en^Curl - Manifest File
en^Curl - Source Code
-
-
-
-
-
-
-
-
en^mod_fly / fly.cgi
en^FLEXSTOR
-
en^Graphviz
-
-
en^In3D - 3DML
en^In3D - 3DML
-
-
-
-
-
-
-
-
-
-
-
en^J2ME App Descriptor
-
-
-
-
-
-
en^Wireless Markup Language (WML)
en^Wireless Markup Language Script (WMLScript)
-
-
-
-
-
-
-
en^Assembler Source File
-
-
-
-
en^C Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Fortran Source File
-
-
-
-
-
-
-
-
en^Java Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Pascal Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
en^Setext
-
-
-
-
-
en^UUEncode
-
-
-
en^vCalendar
en^vCard
-
-
-
-
-
-
-
-
-
en^3GP
-
en^3GP2
-
-
-
-
-
-
-
-
-
-
-
-
-
en^H.261
en^H.263
-
-
en^H.264
-
-
-
-
-
en^JPGVideo
-
-
en^JPEG 2000 Compound Image File Format
-
-
-
-
en^Motion JPEG 2000
-
-
-
en^MPEG-4 Video
-
en^MPEG Video
-
-
-
en^Ogg Video
-
-
en^Quicktime Video
-
-
-
-
-
-
-
-
-
-
-
-
-
-
en^DECE High Definition Video
en^DECE Mobile Video
-
en^DECE PD Video
en^DECE SD Video
en^DECE Video
-
-
-
-
en^FAST Search & Transfer ASA
-
-
-
-
-
-
-
-
-
en^MPEG Url
en^Microsoft PlayReady Ecosystem Video
-
-
-
-
-
-
-
-
-
-
-
en^DECE MP4
en^Vivo
-
-
-
en^Open Web Media Project - Video
-
-
-
en^Flash Video
-
en^FLI/FLC Animation Format
en^Flash Video
-
-
-
en^M4v
-
-
-
en^Microsoft Advanced Systems Format (ASF)
-
en^Microsoft Windows Media
en^Microsoft Windows Media Video
en^Microsoft Windows Media Audio/Video Playlist
en^Microsoft Windows Media Video Playlist
en^Audio Video Interleave (AVI)
-
-
-
-
en^SGI Movie
-
-
-
en^CoolTalk
-
-
mime-types-mime-types-data-618ae00/data/mime.pext.column 0000664 0000000 0000000 00000014054 15167513557 0023210 0 ustar 00root root 0000000 0000000 -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mime-types-mime-types-data-618ae00/data/mime.spri.column 0000664 0000000 0000000 00000006026 15167513557 0023205 0 ustar 00root root 0000000 0000000 P0P0//PP0P///0/00/
0///0/00P//PPP/0P0
/0
00N P/,00/P-0/0
PPPP//P/0P0-
00/000///////0/0//0//
//
*00000/.///0//////00
///0/
///
////..///////////.
// P//P/P.///0//////./.0,///./000.//.0..-+///////0./0//..-.//%//0///./00/0.////0/00//-/00/0//////00/.,000000////0////-,/-//-000//00.//000/0////////////00/,.00/./////000000000000000/00///0.0//0/-00////+///)'-,/////0//00/.//0//-/0.0../0///)//0///./../.../....../...00/.//0///0//0/+//0///0////////////.0/0//00/000000//0/////0//0000///.//000/.////0/(//
/..//,
///
//.0-/000-/////00..*//////////P
.0/////////////./// ///./0/////0//.///-////////////,////./..////-//////-/0//////
/00/..0000P//P0/
P0
/////-/+././/)*+///.//-,/,///./////,///.//////////.0/,//./,,-///0/-////////-0/./////.,/.
0. 0
///////////-/..//////000///////. mime-types-mime-types-data-618ae00/data/mime.use_instead.column 0000664 0000000 0000000 00000017030 15167513557 0024530 0 ustar 00root root 0000000 0000000 -
-
-
-
-
-
-
-
-
-
-
-
application/x-msaccess
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x-bleeper
-
-
-
-
-
-
application/cals-1840
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.ms-excel
-
-
-
-
-
-
-
-
-
-
-
-
font/sfnt
-
font/woff
-
-
application/x-futuresplash
-
-
-
-
-
-
-
application/x-ghostview
-
-
-
-
-
-
-
-
-
-
-
-
application/x-hep
-
-
-
-
-
-
-
-
-
-
-
-
application/x-imagemap
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.lotus-1-2-3
-
-
-
application/x-mac-compactpro
-
-
-
-
-
-
application/vnd.mcd
-
application/x-mathematica-old
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x-quicktimeplayer
-
-
-
-
-
-
application/remote-printing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/smil+xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x-toolbook
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x-VMSBACKUP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.3gpp.mcvideo-info+xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.aristanetworks.swi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/geo+json
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
vnd.afpc.afplinedata
-
-
application/vnd.afpc.modca
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.visionary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.nokia.ncd
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.oasis.opendocument.base
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
video/vnd.youtube.yt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.wordperfect
-
application/x-wordperfect6.1
application/vnd.wordperfect
-
-
application/vnd.lotus-1-2-3
-
-
application/x-msaccess
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x-compressed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
-
application/vnd.ms-excel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/gzip
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
application/vnd.lotus-1-2-3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/vnd.framemaker
application/vnd.mcd
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/msword
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/rtf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/troff
-
-
-
application/x-ustar
-
-
-
-
-
-
-
-
-
-
-
-
-
application/msword
application/vnd.wordperfect
-
application/vnd.wordperfect
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
application/x400-bp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
audio/qcelp
-
-
-
-
-
-
-
-
-
audio/aac
-
-
-
-
-
audio/flac
-
audio/matroska
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
x-chemical/x-pdb
x-chemical/x-xyz
x-drawing/dwf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
image/x-cmu-raster
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
image/x-targa
-
-
-
-
-
-
-
-
-
image/x-vnd.dgn
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
image/vnd.net-fpx
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
image/bmp
-
-
-
-
-
-
-
-
image/emf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
image/wmf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
multipart/parallel
-
-
application/x-www-form-urlencoded
-
-
-
-
-
-
-
-
text/csv
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
text/javascript
text/javascript
text/javascript
text/javascript
-
text/javascript
text/javascript
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
model/vnd.flatland.3dml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/javascript
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
text/rtf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
model/vnd.flatland.3dml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
video/x-dl
-
-
-
-
-
-
video/x-gl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
video/DV
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mime-types-mime-types-data-618ae00/data/mime.xrefs.column 0000664 0000000 0000000 00000416345 15167513557 0023370 0 ustar 00root root 0000000 0000000 rfc^rfc6015|template^application/1d-interleaved-parityfec
person^Rob_Coyle
person^Ozgur_Oyman^_3GPP|template^application/3gpdash-qoe-report+xml
person^Dongwook_Kim^_3GPP|template^application/3gpp-ims+xml
person^Dongwook_Kim^_3GPP_TSG_SA_WG4|template^application/3gpp-mbs-object-manifest+json
person^Dongwook_Kim^_3GPP_TSG_SA_WG4|template^application/3gpp-mbs-user-service-descriptions+json
person^Dongwook_Kim^_3GPP_TSG_SA_WG4|template^application/3gpp-media-delivery-metrics-report+json
person^Ulrich_Wiehe^_3GPP|template^application/3gppHal+json
person^Ulrich_Wiehe^_3GPP|template^application/3gppHalForms+json
person^ASAM^Bernd_Wenzel|template^application/A2L
person^Industrial_Digital_Twin_Association^Sandeep_Rudra|template^application/aas+zip
-
-
rfc^rfc9200|template^application/ace+cbor
rfc^rfc9431|template^application/ace+json
rfc^rfc9594|template^application/ace-groupcomm+cbor
rfc^rfc9770|template^application/ace-trl+cbor
person^Ehud_Shapiro|template^application/activemessage
person^Benjamin_Goering^W3C|template^application/activity+json
rfc^rfc9237|template^application/aif+cbor
rfc^rfc9237|template^application/aif+json
person^Chet_Ensign
rfc^rfc9241|template^application/alto-cdni+json
rfc^rfc9241|template^application/alto-cdnifilter+json
rfc^rfc7285|template^application/alto-costmap+json
rfc^rfc7285|template^application/alto-costmapfilter+json
rfc^rfc7285|template^application/alto-directory+json
rfc^rfc7285|template^application/alto-endpointcost+json
rfc^rfc7285|template^application/alto-endpointcostparams+json
rfc^rfc7285|template^application/alto-endpointprop+json
rfc^rfc7285|template^application/alto-endpointpropparams+json
rfc^rfc7285|template^application/alto-error+json
rfc^rfc7285|template^application/alto-networkmap+json
rfc^rfc7285|template^application/alto-networkmapfilter+json
rfc^rfc9240|template^application/alto-propmap+json
rfc^rfc9240|template^application/alto-propmapparams+json
rfc^rfc9569|template^application/alto-tips+json
rfc^rfc9569|template^application/alto-tipsparams+json
rfc^rfc8895|template^application/alto-updatestreamcontrol+json
rfc^rfc8895|template^application/alto-updatestreamparams+json
person^ASAM^Bernd_Wenzel|template^application/AML
person^Nathaniel_Borenstein|template^application/andrew-inset
-
person^Patrik_Faltstrom|template^application/applefile
person^OpenID_Foundation_Artifact_Binding_WG|template^application/application/jwk-set+jwt
-
person^AsyncAPI_Initiative^Linux_Foundation|template^application/asyncapi+json
person^AsyncAPI_Initiative^Linux_Foundation|template^application/asyncapi+yaml
rfc^rfc9068|template^application/at+jwt
person^ASAM^Bernd_Wenzel|template^application/ATF
person^ASAM^Bernd_Wenzel|template^application/ATFX
rfc^rfc4287^rfc5023|template^application/atom+xml
rfc^rfc5023|template^application/atomcat+xml
rfc^rfc6721|template^application/atomdeleted+xml
person^Nathaniel_Borenstein|template^application/atomicmail
rfc^rfc5023|template^application/atomsvc+xml
person^ATSC|template^application/atsc-dwd+xml
person^ATSC|template^application/atsc-dynamic-event-message
person^ATSC|template^application/atsc-held+xml
person^ATSC|template^application/atsc-rdt+json
person^ATSC|template^application/atsc-rsat+xml
person^ASAM^Bernd_Wenzel|template^application/ATXML
rfc^rfc4745|template^application/auth-policy+xml
person^AutomationML_e.V.|template^application/automationml-aml+xml
person^AutomationML_e.V.|template^application/automationml-amlx+zip
person^ASHRAE^Dave_Robin|template^application/bacnet-xdd+zip
rfc^rfc2442|template^application/batch-SMTP
rfc^rfc3080|template^application/beep+xml
-
-
person^Anna_Milan^World_Meterological_Organization|template^application/bufr
person^C2PA^Leonard_Rosenthol|template^application/c2pa
rfc^rfc7265|template^application/calendar+json
rfc^rfc6321|template^application/calendar+xml
rfc^rfc6910|template^application/call-completion
rfc^rfc1895|template^application/CALS-1840
-
draft^RFC-ietf-ecrit-data-only-ea-22|template^application/cap+xml
rfc^rfc8908|template^application/captive+json
rfc^rfc8949|template^application/cbor
rfc^rfc8742|template^application/cbor-seq
person^_3GPP|template^application/cccex
rfc^rfc6503|template^application/ccmp+xml
rfc^rfc4267|template^application/ccxml+xml
person^HL7^Marc_Duteau|template^application/cda+xml
person^ASAM^Bernd_Wenzel|template^application/CDFX+XML
rfc^rfc6208|template^application/cdmi-capability
rfc^rfc6208|template^application/cdmi-container
rfc^rfc6208|template^application/cdmi-domain
rfc^rfc6208|template^application/cdmi-object
rfc^rfc6208|template^application/cdmi-queue
rfc^rfc7736|template^application/cdni
person^Ned_M._Smith^TCG_DICE_WG|template^application/ce+cbor|uri^https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf
person^ASAM^Bernd_Wenzel|template^application/CEA
person^Gottfried_Zimmermann|template^application/cea-2018+xml
rfc^rfc4708|template^application/cellml+xml
draft^draft-yasskin-http-origin-signed-responses-07
person^Samuel_M._Smith
rfc^rfc6230|template^application/cfw
person^Michael_B_Jones^W3C_Verifiable_Credentials_WG|template^application/cid
rfc^rfc9528|template^application/cid-edhoc+cbor-seq
person^OGC^Scott_Simmons|template^application/city+json
person^OGC^Scott_Simmons|template^application/city+json-seq
-
person^Frederick_Walls
person^Andy_Miller^IMS_Global|template^application/clr
rfc^rfc8847|template^application/clue+xml
rfc^rfc8846|template^application/clue_info+xml
rfc^rfc7193|template^application/cms
draft^RFC-ietf-rats-msg-wrap-22|template^application/cmw+cbor
draft^RFC-ietf-rats-msg-wrap-22|template^application/cmw+cose
draft^RFC-ietf-rats-msg-wrap-22|template^application/cmw+json
draft^RFC-ietf-rats-msg-wrap-22|template^application/cmw+jws
rfc^rfc3367|template^application/cnrp+xml
rfc^rfc9820|template^application/coap-eap
rfc^rfc7390|template^application/coap-group+json
rfc^rfc8075|template^application/coap-payload
person^David_Glazer|template^application/commonground
rfc^rfc9290|template^application/concise-problem-details+cbor
rfc^rfc4575|template^application/conference-info+xml
-
rfc^rfc9052|template^application/cose
rfc^rfc9052|template^application/cose-key
rfc^rfc9052|template^application/cose-key-set
rfc^rfc9360|template^application/cose-x509
rfc^rfc3880|template^application/cpl+xml
rfc^rfc7030|template^application/csrattrs
person^Ecma_International_Helpdesk|template^application/csta+xml
person^Ecma_International_Helpdesk|template^application/CSTAdata+xml
person^Ivan_Herman^W3C|template^application/csvm+json
-
person^CWL_Project^Michael_R._Crusoe|template^application/cwl
person^CWL_Project^Michael_R._Crusoe|template^application/cwl+json
person^CWL_Project^Michael_R._Crusoe|template^application/cwl+yaml
rfc^rfc8392|template^application/cwt
person^Donald_E._Eastlake_3rd|template^application/cybercash
person^ISO-IEC_JTC_1^Thomas_Stockhammer|template^application/dash+xml
person^ISO-IEC_JTC_1|template^application/dash-patch+xml
person^David_Furbeck|template^application/dashdelta
rfc^rfc4709|template^application/davmount+xml
person^Larry_Campbell|template^application/dca-rft
person^ASAM^Bernd_Wenzel|template^application/DCD
person^Larry_Campbell|template^application/dec-dx
person^David_Clunie
rfc^rfc4235|template^application/dialog-info+xml
rfc^rfc3240|template^application/dicom
person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+json
person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+xml
person^W3C_DID_WG|template^application/did
-
person^ASAM^Bernd_Wenzel|template^application/DII
person^ASAM^Bernd_Wenzel|template^application/DIT
-
rfc^rfc4027|template^application/dns
rfc^rfc8427|template^application/dns+json
rfc^rfc8484|template^application/dns-message
-
rfc^rfc9132|template^application/dots+cbor
rfc^rfc9449|template^application/dpop+jwt
-
rfc^rfc6063|template^application/dskpp+xml
rfc^rfc5698|template^application/dssc+der
rfc^rfc5698|template^application/dssc+xml
rfc^rfc3029|template^application/dvcs
-
rfc^rfc9782|template^application/eat+cwt
rfc^rfc9782|template^application/eat+jwt
rfc^rfc9782|template^application/eat-bun+cbor
rfc^rfc9782|template^application/eat-bun+json
rfc^rfc9782|template^application/eat-ucs+cbor
rfc^rfc9782|template^application/eat-ucs+json
notes^(OBSOLETED in favor of text/javascript)|rfc^rfc4329^rfc9239|template^application/ecmascript
rfc^rfc9528|template^application/edhoc+cbor-seq
rfc^rfc1767|template^application/EDI-consent
rfc^rfc1767|template^application/EDI-X12
rfc^rfc1767|template^application/EDIFACT
person^Samer_El-Haj-Mahmoud^UEFI_Forum|template^application/efi
person^Bryn_Rhodes^HL7|template^application/elm+json
person^Bryn_Rhodes^HL7|template^application/elm+xml
rfc^rfc8876|template^application/EmergencyCallData.cap+xml
rfc^rfc7852|template^application/EmergencyCallData.Comment+xml
rfc^rfc8147|template^application/EmergencyCallData.Control+xml
rfc^rfc7852|template^application/EmergencyCallData.DeviceInfo+xml
rfc^rfc8147|template^application/EmergencyCallData.eCall.MSD
person^NENA^Randall_Gellens|template^application/EmergencyCallData.LegacyESN+json
rfc^rfc7852|template^application/EmergencyCallData.ProviderInfo+xml
rfc^rfc7852|template^application/EmergencyCallData.ServiceInfo+xml
rfc^rfc7852|template^application/EmergencyCallData.SubscriberInfo+xml
rfc^rfc8148|rfc-errata^6500|template^application/EmergencyCallData.VEDS+xml
person^ISO-IEC_JTC_1^W3C|template^application/emma+xml|uri^http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
person^Kazuyuki_Ashimura^W3C|template^application/emotionml+xml
rfc^rfc6849|template^application/encaprtp
person^OpenID_Foundation_Artifact_Binding_WG|template^application/entity-statement+jwt
-
rfc^rfc5730|template^application/epp+xml
person^EPUB_3_WG^W3C|template^application/epub+zip
person^Steve_Katz|template^application/eshop
rfc^rfc4735|template^application/example
-
person^W3C|template^application/exi|uri^http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration
rfc^rfc9163|template^application/expect-ct-report+json
person^Michael_B_Jones^OpenID_Foundation_Artifact_Binding_WG|template^application/explicit-registration-response+jwt
person^Dana_Tripp^ISO-TC_184-SC_4|template^application/express
person^ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/fastinfoset
person^ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/fastsoap
person^Betsy_Fanning^ISO-TC_171-SC_2|template^application/fdf
rfc^rfc6726|template^application/fdt+xml
person^Grahame_Grieve^HL7|template^application/fhir+json
person^Grahame_Grieve^HL7|template^application/fhir+xml
rfc^rfc4047|template^application/fits
rfc^rfc8627|template^application/flexfec
notes^- DEPRECATED in favor of font/sfnt|person^ISO-IEC_JTC_1^Levantovsky|rfc^rfc8081|template^application/font-sfnt
rfc^rfc3073|template^application/font-tdpfr
notes^- DEPRECATED in favor of font/woff|person^W3C|rfc^rfc8081|template^application/font-woff
-
rfc^rfc6230|template^application/framework-attributes+xml
-
rfc^rfc7946|template^application/geo+json
rfc^rfc8142|template^application/geo+json-seq
rfc^rfc9877|template^application/geofeed+csv
person^OGC^Scott_Simmons|template^application/geopackage+sqlite3
person^OGC^Scott_Simmons|template^application/geopose+json
person^OGC^Scott_Simmons|template^application/geoxacml+json
person^OGC^Scott_Simmons|template^application/geoxacml+xml
-
person^Khronos^Saurabh_Bhatia|template^application/gltf-buffer
person^Clemens_Portele^OGC|template^application/gml+xml
rfc^rfc9635|template^application/gnap-binding-jws
rfc^rfc9635|template^application/gnap-binding-jwsd
rfc^rfc9635|template^application/gnap-binding-rotation-jws
rfc^rfc9635|template^application/gnap-binding-rotation-jwsd
-
person^Anna_Milan^World_Meterological_Organization|template^application/grib
-
rfc^rfc6713|template^application/gzip
rfc^rfc4573|template^application/H224
rfc^rfc5985|template^application/held+xml
-
person^HL7^Marc_Duteau|template^application/hl7v2+xml
rfc^rfc9112|template^application/http
-
person^Michael_Domino|template^application/hyperstudio
-
rfc^rfc5408|template^application/ibe-key-request+xml
rfc^rfc5408|template^application/ibe-pkg-reply+xml
rfc^rfc5408|template^application/ibe-pp-data
person^Curtis_Parks|template^application/iges
-
-
rfc^rfc3994|template^application/im-iscomposing+xml
-
rfc^rfc2652|template^application/index
rfc^rfc2652|template^application/index.cmd
rfc^rfc2652|template^application/index.obj
rfc^rfc2652|template^application/index.response
rfc^rfc2652|template^application/index.vnd
-
person^Kazuyuki_Ashimura|template^application/inkml+xml
person^Jonathan_Hohle
rfc^rfc2935|template^application/IOTP
rfc^rfc5655|template^application/ipfix
rfc^rfc8010|template^application/ipp
rfc^rfc3204|template^application/ISUP
person^ITS-IG-W3C^W3C|template^application/its+xml
person^Iris_Clark^JCP|template^application/java-archive
-
-
notes^(OBSOLETED in favor of text/javascript)|rfc^rfc4329^rfc9239|template^application/javascript
person^Julian_Reschke
person^Julian_Reschke
person^Ivan_Herman^W3C|template^application/jf2feed+json
rfc^rfc7515|template^application/jose
rfc^rfc7515|template^application/jose+json
rfc^rfc7033|template^application/jrd+json
rfc^rfc8984|template^application/jscalendar+json
rfc^rfc9553|template^application/jscontact+json
rfc^rfc8259|template^application/json
person^Glen_Kleidon
rfc^rfc6902|template^application/json-patch+json
person^Lorna_Mitchell^TM_Forum|template^application/json-patch-query+json
rfc^rfc7464|template^application/json-seq
-
rfc^rfc9535|template^application/jsonpath
rfc^rfc7517|template^application/jwk+json
rfc^rfc7517|template^application/jwk-set+json
person^OpenID_Foundation_Artifact_Binding_WG|template^application/jwk-set+jwt
rfc^rfc7519|template^application/jwt
-
draft^draft-ietf-spice-sd-cwt-06
rfc^rfc9901|template^application/kb+jwt
person^Nora_Tazir^prostep_ivip|template^application/kbl+xml
rfc^rfc4730|template^application/kpml-request+xml
rfc^rfc4730|template^application/kpml-response+xml
person^Ivan_Herman^W3C|template^application/ld+json
rfc^rfc7940|template^application/lgr+xml
rfc^rfc6690|template^application/link-format
rfc^rfc9264|template^application/linkset
rfc^rfc9264|template^application/linkset+json
rfc^rfc7200|template^application/load-control+xml
person^OpenID_Foundation_Artifact_Binding_WG|template^application/logout+jwt
rfc^rfc5222|template^application/lost+xml
rfc^rfc6739|template^application/lostsync+xml
-
person^Ivan_Herman^W3C|template^application/lpf+zip
person^ASAM^Bernd_Wenzel|template^application/LXF
person^Patrik_Faltstrom|template^application/mac-binhex40
-
-
person^Paul_Lindner|template^application/macwriteii
rfc^rfc6207|template^application/mads+xml
person^Marcos_Caceres^W3C|template^application/manifest+json
rfc^rfc2220|template^application/marc
rfc^rfc6207|template^application/marcxml+xml
-
person^Wolfram|template^application/mathematica
-
person^W3C|template^application/mathml+xml|uri^http://www.w3.org/TR/MathML3/appendixb.html
person^W3C|template^application/mathml-content+xml|uri^http://www.w3.org/TR/MathML3/appendixb.html
person^W3C|template^application/mathml-presentation+xml|uri^http://www.w3.org/TR/MathML3/appendixb.html
person^_3GPP|template^application/mbms-associated-procedure-description+xml
person^_3GPP|template^application/mbms-deregister+xml
person^_3GPP|template^application/mbms-envelope+xml
person^_3GPP|template^application/mbms-msk+xml
person^_3GPP|template^application/mbms-msk-response+xml
person^_3GPP|template^application/mbms-protection-description+xml
person^_3GPP|template^application/mbms-reception-report+xml
person^_3GPP|template^application/mbms-register+xml
person^_3GPP|template^application/mbms-register-response+xml
person^Eric_Turcotte^_3GPP|template^application/mbms-schedule+xml
person^_3GPP|template^application/mbms-user-service-description+xml
rfc^rfc4155|template^application/mbox
draft^RFC-ietf-rats-eat-measured-component-12|template^application/measured-component+cbor
draft^RFC-ietf-rats-eat-measured-component-12|template^application/measured-component+json
rfc^rfc6796|template^application/media-policy-dataset+xml
rfc^rfc5168|template^application/media_control+xml
rfc^rfc5022|template^application/mediaservercontrol+xml
rfc^rfc7396|template^application/merge-patch+json
-
rfc^rfc5854|template^application/metalink4+xml
rfc^rfc6207|template^application/mets+xml
person^ASAM^Bernd_Wenzel|template^application/MF4
url^https://html.spec.whatwg.org/multipage/iana.html#application/microdata+json
rfc^rfc3830|template^application/mikey
person^Bryan_Blank^NCGIS|template^application/mipc
rfc^rfc9177|template^application/missing-blocks+cbor-seq
person^ATSC|template^application/mmt-aei+xml
person^ATSC|template^application/mmt-usd+xml
rfc^rfc6207|template^application/mods+xml
rfc^rfc1848|template^application/moss-keys
rfc^rfc1848|template^application/moss-signature
rfc^rfc1848|template^application/mosskey-data
rfc^rfc1848|template^application/mosskey-request
person^David_Singer|rfc^rfc6381|template^application/mp21
rfc^rfc4337^rfc6381|template^application/mp4
rfc^rfc3640|template^application/mpeg4-generic
rfc^rfc4337|template^application/mpeg4-iod
rfc^rfc4337|template^application/mpeg4-iod-xmt
rfc^rfc6917|template^application/mrb-consumer+xml
rfc^rfc6917|template^application/mrb-publish+xml
rfc^rfc6231|template^application/msc-ivr+xml
rfc^rfc6505|template^application/msc-mixer+xml
person^Paul_Lindner|template^application/msword
-
-
rfc^rfc8520|template^application/mud+json
rfc^rfc8710|template^application/multipart-core
rfc^rfc4539|template^application/mxf
person^Eric_Prudhommeaux^W3C|template^application/n-quads
person^Eric_Prudhommeaux^W3C|template^application/n-triples
rfc^rfc4707|template^application/nasdata
person^Ethan_Davis
rfc^rfc5537|template^application/news-checkgroups
rfc^rfc5537|template^application/news-groupinfo
-
rfc^rfc5537|template^application/news-transmission
rfc^rfc6787|template^application/nlsml+xml
person^Node.js_TSC|template^application/node
person^Michael_Hammer|template^application/nss
rfc^rfc9101|template^application/oauth-authz-req+jwt
rfc^rfc9230|template^application/oblivious-dns-message
rfc^rfc6960|template^application/ocsp-request
rfc^rfc6960|template^application/ocsp-response
rfc^rfc2045^rfc2046|template^application/octet-stream
rfc^rfc1494|template^application/ODA
person^Sam_Hume
person^CDISC^Sam_Hume|template^application/odm+xml
person^ASAM^Bernd_Wenzel|template^application/ODX
person^EPUB_3_WG^W3C|template^application/oebps-package+xml
rfc^rfc5334^rfc7845|template^application/ogg
rfc^rfc9458|template^application/ohttp-keys
-
-
-
-
person^OPC_Foundation|template^application/opc-nodeset+xml
rfc^rfc8613|template^application/oscore
person^Ecma_International_Helpdesk|template^application/oxps
person^Dana_Tripp^ISO-TC_184-SC_4|template^application/p21
person^Dana_Tripp^ISO-TC_184-SC_4|template^application/p21+zip
rfc^rfc6940|template^application/p2p-overlay+xml
rfc^rfc3009|template^application/parityfec
rfc^rfc8225|template^application/passport
rfc^rfc5261|template^application/patch-ops-error+xml
rfc^rfc8118|template^application/pdf
person^ASAM^Bernd_Wenzel|template^application/PDX
rfc^rfc8555|template^application/pem-certificate-chain
rfc^rfc3156|template^application/pgp-encrypted
rfc^rfc3156|template^application/pgp-keys
rfc^rfc3156|template^application/pgp-signature
-
rfc^rfc3863|template^application/pidf+xml
rfc^rfc5262|template^application/pidf-diff+xml
rfc^rfc5967|template^application/pkcs10
person^IETF|template^application/pkcs12
rfc^rfc7114^rfc8551|template^application/pkcs7-mime
rfc^rfc8551|template^application/pkcs7-signature
rfc^rfc5958|template^application/pkcs8
rfc^rfc8351|template^application/pkcs8-encrypted
rfc^rfc5877|template^application/pkix-attr-cert
rfc^rfc2585|template^application/pkix-cert
rfc^rfc2585|template^application/pkix-crl
draft^draft-hallambaker-mesh-udf-05
rfc^rfc6066|template^application/pkix-pkipath
rfc^rfc9811|template^application/pkixcmp
rfc^rfc4267|template^application/pls+xml
rfc^rfc4354|template^application/poc-settings+xml
rfc^rfc2045^rfc2046|template^application/postscript
-
rfc^rfc7846|template^application/ppsp-tracker+json
rfc^rfc9578|template^application/private-token-issuer-directory
rfc^rfc9578|template^application/private-token-request
rfc^rfc9578|template^application/private-token-response
-
rfc^rfc9457|template^application/problem+json
rfc^rfc9457|template^application/problem+xml
draft^RFC-ietf-dispatch-mime-protobuf-06|template^application/protobuf
draft^RFC-ietf-dispatch-mime-protobuf-06|template^application/protobuf+json
person^Ivan_Herman^W3C|template^application/provenance+xml
person^Daniel_Fett^OpenID_Foundation_eKYC_and_IDA_WG|template^application/provided-claims+jwt
-
person^Harald_T._Alvestrand|template^application/prs.alvestrand.titrax-sheet
person^Raja_Fjords|template^application/prs.bwtc32key
person^Khemchart_Rungchavalnont|template^application/prs.cww
person^Cynthia_Revström|template^application/prs.cyn
person^Giulio_Zambon|template^application/prs.hpub+zip
person^Marek_Čermák|template^application/prs.implied-document+xml
person^Marek_Čermák|template^application/prs.implied-executable
person^Marek_Čermák|template^application/prs.implied-object+json
person^Marek_Čermák|template^application/prs.implied-object+json-seq
person^Marek_Čermák|template^application/prs.implied-object+yaml
person^Marek_Čermák|template^application/prs.implied-structure
person^Azalea_Gardenia|template^application/prs.mayfile
person^Jay_Doggett|template^application/prs.nprend
person^Bill_Janssen|template^application/prs.plucker
person^Toby_Inkster|template^application/prs.rdf-xml-crypt
person^Sambhav_Aryal|template^application/prs.sclt
person^Paolo_Marcheschi|template^application/prs.vcfbzip2
person^Maik_Stührenberg|template^application/prs.xsf+xml
rfc^rfc6030|template^application/pskc+xml
rfc^rfc8801|template^application/pvd+json
rfc^rfc3204|template^application/QSIG
-
-
rfc^rfc6682|template^application/raptorfec
rfc^rfc9083|template^application/rdap+json
rfc^rfc3870|template^application/rdf+xml
rfc^rfc3680|template^application/reginfo+xml
template^application/relax-ng-compact-syntax|uri^http://www.JTC_1sc34.org/repository/0661.pdf
notes^(OBSOLETE)|person^Marshall_Rose|rfc^rfc1486|template^application/remote-printing|uri^https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic
-
person^Douglas_Creager
rfc^rfc7071|template^application/reputon+json
person^OpenID_Foundation_Artifact_Binding_WG|template^application/resolve-response+jwt
rfc^rfc4826|template^application/resource-lists+xml
rfc^rfc5362|template^application/resource-lists-diff+xml
rfc^rfc7991|template^application/rfc+xml
person^Sandro_Hawke
person^Nick_Smith|template^application/riscos
rfc^rfc4662|template^application/rlmi+xml
rfc^rfc4826|template^application/rls-services+xml
draft^draft-ietf-ntp-roughtime-16
draft^draft-ietf-ntp-roughtime-16
person^ATSC|template^application/route-apd+xml
person^ATSC|template^application/route-s-tsid+xml
person^ATSC|template^application/route-usd+xml
rfc^rfc9323|template^application/rpki-checklist
notes^(DEPRECATED)|rfc^rfc6493|template^application/rpki-ghostbusters|uri^https://datatracker.ietf.org/doc/status-change-rpki-ghostbusters-record-to-historic/
rfc^rfc6481|template^application/rpki-manifest
rfc^rfc8181|template^application/rpki-publication
rfc^rfc9582|template^application/rpki-roa
rfc^rfc9691|template^application/rpki-signed-tal
rfc^rfc6492|template^application/rpki-updown
rfc^rfc7865^rfc9806|template^application/rs-metadata+xml
-
-
person^Paul_Lindner|template^application/rtf
rfc^rfc6849|template^application/rtploopback
rfc^rfc4588|template^application/rtx
person^OASIS_Security_Services_Technical_Committee_SSTC|template^application/samlassertion+xml
person^OASIS_Security_Services_Technical_Committee_SSTC|template^application/samlmetadata+xml
person^Laurence_J._Golding^Michael_C._Fanning^OASIS|template^application/sarif+json
person^David_Keaton^Michael_C._Fanning^OASIS|template^application/sarif-external-properties+json
person^Donald_L._Mendelson^FIX_Trading_Community|template^application/sbe
rfc^rfc3823|template^application/sbml+xml
person^Oskar_Jonsson^SIS|template^application/scaip+xml
rfc^rfc7644|template^application/scim+json
draft^RFC-ietf-scitt-architecture-21|template^application/scitt-receipt+cose
draft^RFC-ietf-scitt-architecture-21|template^application/scitt-statement+cose
rfc^rfc5055|template^application/scvp-cv-request
rfc^rfc5055|template^application/scvp-cv-response
rfc^rfc5055|template^application/scvp-vp-request
rfc^rfc5055|template^application/scvp-vp-response
draft^draft-ietf-spice-sd-cwt-06
rfc^rfc9901|template^application/sd-jwt
rfc^rfc9901|template^application/sd-jwt+json
rfc^rfc9880|template^application/sdf+json
rfc^rfc8866|template^application/sdp
rfc^rfc8417|template^application/secevent+jwt
rfc^rfc8428|template^application/senml+cbor
rfc^rfc8428|template^application/senml+json
rfc^rfc8428|template^application/senml+xml
rfc^rfc8790|template^application/senml-etch+cbor
rfc^rfc8790|template^application/senml-etch+json
rfc^rfc8428|template^application/senml-exi
rfc^rfc8428|template^application/sensml+cbor
rfc^rfc8428|template^application/sensml+json
rfc^rfc8428|template^application/sensml+xml
rfc^rfc8428|template^application/sensml-exi
person^IEEE^Robby_Simpson|template^application/sep+xml
person^IEEE^Robby_Simpson|template^application/sep-exi
-
person^Dongwook_Kim^_3GPP|template^application/session-info
-
person^Brian_Korver|template^application/set-payment
person^Brian_Korver|template^application/set-payment-initiation
person^Brian_Korver|template^application/set-registration
person^Brian_Korver|template^application/set-registration-initiation
rfc^rfc1874|template^application/SGML
person^Paul_Grosso|template^application/sgml-open-catalog
rfc^rfc4194|template^application/shf+xml
rfc^rfc5228|template^application/sieve
draft^draft-yasskin-http-origin-signed-responses-07
rfc^rfc4661|template^application/simple-filter+xml
rfc^rfc3842|template^application/simple-message-summary
person^_3GPP|template^application/simpleSymbolContainer
person^Bryan_Blank^NCGIS|template^application/sipc
-
person^Terry_Crowley|template^application/slate
-
notes^(OBSOLETED in favor of application/smil+xml)|rfc^rfc4536|template^application/smil
rfc^rfc4536|template^application/smil+xml
rfc^rfc6597|template^application/smpte336m
person^ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/soap+fastinfoset
rfc^rfc3902|template^application/soap+xml
-
person^W3C|template^application/sparql-query|uri^http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType
person^W3C|template^application/sparql-results+xml|uri^http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime
person^Linux_Foundation^Rose_Judge|template^application/spdx+json
url^https://html.spec.whatwg.org/multipage/iana.html#application/speculationrules+json
rfc^rfc3910|template^application/spirits-event+xml
rfc^rfc6922|template^application/sql
rfc^rfc4267|template^application/srgs
rfc^rfc4267|template^application/srgs+xml
rfc^rfc6207|template^application/sru+xml
-
draft^RFC-ietf-tls-keylogfile-05|template^application/sslkeylogfile
rfc^rfc4267|template^application/ssml+xml
person^SMPTE^SMPTE_Director_of_Standards_Development|template^application/ST2110-41
-
person^Chet_Ensign^OASIS|template^application/stix+json
note^1|person^Ben_van_Hartingsveldt|template^application/stratum
draft^RFC-ietf-suit-manifest-34|template^application/suit-envelope+cose
draft^RFC-ietf-suit-report-19|template^application/suit-report+cose
rfc^rfc9393|template^application/swid+cbor
person^David_Waltermire^ISO-IEC_JTC_1^Ron_Brill|template^application/swid+xml
rfc^rfc5934|template^application/tamp-apex-update
rfc^rfc5934|template^application/tamp-apex-update-confirm
rfc^rfc5934|template^application/tamp-community-update
rfc^rfc5934|template^application/tamp-community-update-confirm
rfc^rfc5934|template^application/tamp-error
rfc^rfc5934|template^application/tamp-sequence-adjust
rfc^rfc5934|template^application/tamp-sequence-adjust-confirm
rfc^rfc5934|template^application/tamp-status-query
rfc^rfc5934|template^application/tamp-status-response
rfc^rfc5934|template^application/tamp-update
rfc^rfc5934|template^application/tamp-update-confirm
person^Chet_Ensign^OASIS|template^application/taxii+json
person^Matthias_Kovatsch^W3C|template^application/td+json
draft^RFC-ietf-teep-protocol-26|template^application/teep+cbor
rfc^rfc6129|template^application/tei+xml
person^ETSI^Miguel_Angel_Reina_Ortega|template^application/TETRA_ISI
note^3|person^Simon_Josefsson|template^application/texinfo
rfc^rfc5941|template^application/thraud+xml
rfc^rfc3161|template^application/timestamp-query
rfc^rfc3161|template^application/timestamp-reply
rfc^rfc5955|template^application/timestamped-data
rfc^rfc8460|template^application/tlsrpt+gzip
rfc^rfc8460|template^application/tlsrpt+json
person^Sebastian_Kaebisch^W3C|template^application/tm+json
rfc^rfc8226|template^application/tnauthlist
person^Ned_M._Smith^TCG_DICE_WG|template^application/toc+cbor|uri^https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf
rfc^rfc9701|template^application/token-introspection+jwt
note^2|person^Ben_van_Hartingsveldt|template^application/toml|uri^https://github.com/toml-lang/toml/issues/870
-
rfc^rfc8840|template^application/trickle-ice-sdpfrag
person^W3C^W3C_RDF_WG|template^application/trig
person^Michael_B_Jones^OpenID_Foundation_Artifact_Binding_WG|template^application/trust-chain+json
person^Michael_B_Jones^OpenID_Foundation_Artifact_Binding_WG|template^application/trust-mark+jwt
person^OpenID_Foundation_Artifact_Binding_WG^Roland_Hedberg|template^application/trust-mark-delegation+jwt
person^Michael_B_Jones^OpenID_Foundation_Artifact_Binding_WG|template^application/trust-mark-status-response+jwt
person^W3C^W3C_Timed_Text_WG|template^application/ttml+xml
person^Linda_Welsh|template^application/tve-trigger
rfc^rfc9636|template^application/tzif
rfc^rfc9636|template^application/tzif-leap
rfc^rfc9781|template^application/uccs+cbor
rfc^rfc9781|template^application/ujcs+json
rfc^rfc5109|template^application/ulpfec
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-grpsheet+xml
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-ressheet+xml
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-targetdesc+xml
person^Gottfried_Zimmermann|template^application/urc-uisocketdesc+xml
draft^RFC-ietf-avtcore-rtp-v3c-17|template^application/v3c
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vc
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vc+cose
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vc+jwt
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vc+sd-jwt
rfc^rfc7095|template^application/vcard+json
rfc^rfc6351|template^application/vcard+xml
-
person^Nora_Tazir^prostep_ivip|template^application/vec+xml
person^Nora_Tazir
person^Nora_Tazir^prostep_ivip|template^application/vec-package+gzip
person^Nora_Tazir^prostep_ivip|template^application/vec-package+zip
rfc^rfc2122|template^application/vemmi
-
-
person^Franz_Ombler|template^application/vnd.1000minds.decision-model+xml
person^Rob_Coyle|template^application/vnd.1ob
person^Dongwook_Kim|template^application/vnd.3gpp-prose+xml
person^Haorui_Yang|template^application/vnd.3gpp-prose-pc3a+xml
person^Haorui_Yang|template^application/vnd.3gpp-prose-pc3ach+xml
person^Dongwook_Kim|template^application/vnd.3gpp-prose-pc3ch+xml
person^Haorui_Yang|template^application/vnd.3gpp-prose-pc8+xml
person^Dongwook_Kim|template^application/vnd.3gpp-v2x-local-service-information
person^Jones_Lu_Yunjie^_3GPP|template^application/vnd.3gpp.5gnas
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsa2x
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsa2x-local-service-information
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsv2x
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsv2x-local-service-information
person^Dongwook_Kim|template^application/vnd.3gpp.access-transfer-events+xml
person^Dongwook_Kim|template^application/vnd.3gpp.bsf+xml
person^Xu_Chen|template^application/vnd.3gpp.crs+xml
person^Peter_Leis|template^application/vnd.3gpp.current-location-discovery+xml
person^Dongwook_Kim|template^application/vnd.3gpp.GMOP+xml
person^Yang_Yong^_3GPP|template^application/vnd.3gpp.gtpc
person^Dongwook_Kim|template^application/vnd.3gpp.interworking-data
person^Jones_Lu_Yunjie^_3GPP|template^application/vnd.3gpp.lpp
person^Tim_Woodward|template^application/vnd.3gpp.mc-signalling-ear
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-affiliation-command+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-info+xml
person^Kiran_Kapale|template^application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-payload
person^Kiran_Kapale|template^application/vnd.3gpp.mcdata-regroup+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-service-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-signalling
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-ue-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcdata-user-profile+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-affiliation-command+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-floor-request+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-location-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-mbms-usage-info+xml
person^Kiran_Kapale|template^application/vnd.3gpp.mcptt-regroup+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-service-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-signed+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-ue-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-ue-init-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcptt-user-profile+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcs-location-user-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-affiliation-command+xml
notes^(OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml)|person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-affiliation-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-location-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-mbms-usage-info+xml
person^Kiran_Kapale|template^application/vnd.3gpp.mcvideo-regroup+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-service-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-transmission-request+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-ue-config+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mcvideo-user-profile+xml
person^Dongwook_Kim|template^application/vnd.3gpp.mid-call+xml
person^Yang_Yong^_3GPP|template^application/vnd.3gpp.ngap
person^Bruno_Landais^_3GPP|template^application/vnd.3gpp.pfcp
person^Dongwook_Kim|template^application/vnd.3gpp.pic-bw-large
person^Dongwook_Kim|template^application/vnd.3gpp.pic-bw-small
person^Dongwook_Kim|template^application/vnd.3gpp.pic-bw-var
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.pinapp-info+xml
person^Yang_Yong^_3GPP|template^application/vnd.3gpp.s1ap
person^_3GPP|template^application/vnd.3gpp.seal-app-comm-requirements-info+xml
person^_3GPP|template^application/vnd.3gpp.seal-data-delivery-info+cbor
person^_3GPP|template^application/vnd.3gpp.seal-data-delivery-info+xml
person^Sapan_Shah|template^application/vnd.3gpp.seal-group-doc+xml
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-info+xml
person^_3GPP|template^application/vnd.3gpp.seal-location-info+cbor
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-location-info+xml
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-mbms-usage-info+xml
person^_3GPP|template^application/vnd.3gpp.seal-mbs-usage-info+xml
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-network-QoS-management-info+xml
person^_3GPP|template^application/vnd.3gpp.seal-network-resource-info+cbor
person^Sapan_Shah|template^application/vnd.3gpp.seal-ue-config-info+xml
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-unicast-info+xml
person^Sapan_Shah|template^application/vnd.3gpp.seal-user-profile-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.sms
person^Dongwook_Kim|template^application/vnd.3gpp.sms+xml
person^Dongwook_Kim|template^application/vnd.3gpp.srvcc-ext+xml
person^Dongwook_Kim|template^application/vnd.3gpp.SRVCC-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.state-and-event-info+xml
person^Dongwook_Kim|template^application/vnd.3gpp.ussd+xml
person^Sang_Min_Park|template^application/vnd.3gpp.v2x
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.vae-info+xml
person^AC_Mahendran|template^application/vnd.3gpp2.bcmcsinfo+xml
person^AC_Mahendran|template^application/vnd.3gpp2.sms
person^AC_Mahendran|template^application/vnd.3gpp2.tcap
person^Gus_Asadi|template^application/vnd.3lightssoftware.imagescal
person^Michael_OBrien|template^application/vnd.3M.Post-it-Notes
person^Steve_Leow|template^application/vnd.accpac.simply.aso
person^Steve_Leow|template^application/vnd.accpac.simply.imp
person^Sridhar_Ramakrishnan|template^application/vnd.acm.addressxfer+json
person^Sridhar_Ramakrishnan|template^application/vnd.acm.chatbot+json
person^Dovid_Lubin|template^application/vnd.acucobol
person^Dovid_Lubin|template^application/vnd.acucorp
-
-
-
person^Henrik_Andersson|template^application/vnd.adobe.flash.movie
person^Chris_Solc|template^application/vnd.adobe.formscentral.fcdt
person^Steven_Heintz|template^application/vnd.adobe.fxp
-
person^Tapani_Otala|template^application/vnd.adobe.partial-upload
person^John_Brinkman|template^application/vnd.adobe.xdp+xml
person^Roberto_Perelman|template^application/vnd.adobe.xfdf
person^Jay_Moskowitz|template^application/vnd.aether.imp
person^Jörg_Palmer|template^application/vnd.afpc.afplinedata
person^Jörg_Palmer|template^application/vnd.afpc.afplinedata-pagedef
person^Jörg_Palmer|template^application/vnd.afpc.cmoca-cmresource
person^Jörg_Palmer|template^application/vnd.afpc.foca-charset
person^Jörg_Palmer|template^application/vnd.afpc.foca-codedfont
person^Jörg_Palmer|template^application/vnd.afpc.foca-codepage
person^Jörg_Palmer|template^application/vnd.afpc.modca
person^Jörg_Palmer|template^application/vnd.afpc.modca-cmtable
person^Jörg_Palmer|template^application/vnd.afpc.modca-formdef
person^Jörg_Palmer|template^application/vnd.afpc.modca-mediummap
person^Jörg_Palmer|template^application/vnd.afpc.modca-objectcontainer
person^Jörg_Palmer|template^application/vnd.afpc.modca-overlay
person^Jörg_Palmer|template^application/vnd.afpc.modca-pagesegment
person^Filippo_Valsorda|template^application/vnd.age
person^Katsuhiko_Ichinose|template^application/vnd.ah-barcode
person^Tor_Kristensen|template^application/vnd.ahead.space
person^Alan_Johnson|template^application/vnd.aia
person^Daniel_Mould^Gary_Clueit|template^application/vnd.airzip.filesecure.azf
person^Daniel_Mould^Gary_Clueit|template^application/vnd.airzip.filesecure.azs
person^Patrick_Brosse|template^application/vnd.amadeus+json
-
person^Kim_Scarborough|template^application/vnd.amazon.mobi8-ebook
person^Gary_Sands|template^application/vnd.americandynamics.acc
person^Kevin_Blumberg|template^application/vnd.amiga.ami
person^Mike_Amundsen|template^application/vnd.amundsen.maze+xml
person^Greg_Kaiser|template^application/vnd.android.ota
-
person^Kerrick_Staley|template^application/vnd.anki
person^Hiroyoshi_Mori|template^application/vnd.anser-web-certificate-issue-initiation
-
person^Daniel_Shelton|template^application/vnd.antix.game-component
person^Apache_Arrow_Project|template^application/vnd.apache.arrow.file
person^Apache_Arrow_Project|template^application/vnd.apache.arrow.stream
person^Apache_Parquet_Project|template^application/vnd.apache.parquet
person^Roger_Meier|template^application/vnd.apache.thrift.binary
person^Roger_Meier|template^application/vnd.apache.thrift.compact
person^Roger_Meier|template^application/vnd.apache.thrift.json
person^Fawad_Shaikh|template^application/vnd.apexlang
person^Steve_Klabnik|template^application/vnd.api+json
person^Oleg_Uryutin|template^application/vnd.aplextor.warrp+json
person^Adrian_Föder|template^application/vnd.apothekende.reservation+json
person^Peter_Bierman|template^application/vnd.apple.installer+xml
-
person^Manichandra_Sajjanapu|template^application/vnd.apple.keynote
rfc^rfc8216|template^application/vnd.apple.mpegurl
person^Manichandra_Sajjanapu|template^application/vnd.apple.numbers
person^Manichandra_Sajjanapu|template^application/vnd.apple.pages
-
-
notes^(OBSOLETED in favor of application/vnd.aristanetworks.swi)|person^Bill_Fenner|template^application/vnd.arastra.swi
person^Bill_Fenner|template^application/vnd.aristanetworks.swi
person^Brad_Turner|template^application/vnd.artisan+json
person^Christopher_Smith|template^application/vnd.artsquare
person^AS207960_Cyfyngedig|template^application/vnd.as207960.vas.config+jer
person^AS207960_Cyfyngedig|template^application/vnd.as207960.vas.config+uper
person^AS207960_Cyfyngedig|template^application/vnd.as207960.vas.tap+jer
person^AS207960_Cyfyngedig|template^application/vnd.as207960.vas.tap+uper
person^Christopher_Snazell|template^application/vnd.astraea-software.iota
person^Horia_Cristian_Slusanschi|template^application/vnd.audiograph
person^Mike_Hearn|template^application/vnd.autopackage
person^Ben_Hinman|template^application/vnd.avalon+json
person^Vladimir_Vysotsky|template^application/vnd.avistar+xml
person^Giacomo_Guilizzoni|template^application/vnd.balsamiq.bmml+xml
person^Giacomo_Guilizzoni|template^application/vnd.balsamiq.bmpr
person^José_Del_Romano|template^application/vnd.banana-accounting
person^Broadband_Forum|template^application/vnd.bbf.usp.error
person^Broadband_Forum|template^application/vnd.bbf.usp.msg
person^Broadband_Forum|template^application/vnd.bbf.usp.msg+json
person^Jegulsky|template^application/vnd.bekitzur-stech+json
person^Dmytro_Yunchyk|template^application/vnd.belightsoft.lhzd+zip
person^Dmytro_Yunchyk|template^application/vnd.belightsoft.lhzl+zip
person^Heinz-Peter_Schütz|template^application/vnd.bint.med-content
person^Pathway_Commons|template^application/vnd.biopax.rdf+xml
person^Victor_Costan|template^application/vnd.blink-idb-value-wrapper
person^Thomas_Holmstrom|template^application/vnd.blueice.multipass
person^Mike_Foley|template^application/vnd.bluetooth.ep.oob
person^Mark_Powell|template^application/vnd.bluetooth.le.oob
person^Tadashi_Gotoh|template^application/vnd.bmi
person^Bryan_Blank^NCGIS|template^application/vnd.bpf
person^Bryan_Blank^NCGIS|template^application/vnd.bpf3
person^Philippe_Imoucha|template^application/vnd.businessobjects
person^Brent_Moore|template^application/vnd.byu.uapi+json
person^Kamila_Szewczyk|template^application/vnd.bzip3
person^Andreas_Hubel|template^application/vnd.c3voc.schedule+xml
person^Joerg_Falkenberg|template^application/vnd.cab-jscript
person^Shin_Muto|template^application/vnd.canon-cpdl
person^Shin_Muto|template^application/vnd.canon-lips
person^Yüksel_Aydemir|template^application/vnd.capasystems-pg+json
person^Tristan_Swadell|template^application/vnd.cel
person^Peter_Astrand|template^application/vnd.cendio.thinlinc.clientconf
person^Shuji_Fujii|template^application/vnd.century-systems.tcp_stream
person^Glenn_Howes|template^application/vnd.chemdraw+xml
person^Kim_Scarborough|template^application/vnd.chess-pgn
person^Chunyun_Xiong|template^application/vnd.chipnuts.karaoke-mmd
person^Hidekazu_Enjo|template^application/vnd.ciedi
person^Ulrich_Kortenkamp|template^application/vnd.cinderella
person^Pascal_Mayeux|template^application/vnd.cirpack.isdn-ext
person^Rintze_M._Zelle|template^application/vnd.citationstyles.style+xml
person^Ray_Simpson|template^application/vnd.claymore
person^Mike_Labatt|template^application/vnd.cloanto.rp9
person^Guenther_Brammer|template^application/vnd.clonk.c4group
person^Gaige_Paulsen|template^application/vnd.cluetrust.cartomobile-config
person^Gaige_Paulsen|template^application/vnd.cluetrust.cartomobile-config-pkg
person^Jason_Cloud|template^application/vnd.cmmf-configuration-information+json
person^Jason_Cloud|template^application/vnd.cmmf-efd+xml
person^Jason_Cloud|template^application/vnd.cmmf-encoder-configuration+json
person^Andrew_Block|template^application/vnd.cncf.helm.chart.content.v1.tar+gzip
person^Andrew_Block|template^application/vnd.cncf.helm.chart.provenance.v1.prov
person^Andrew_Block|template^application/vnd.cncf.helm.config.v1+json
person^Devyn_Collier_Johnson|template^application/vnd.coffeescript
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.document
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.document-template
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.presentation
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.presentation-template
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.spreadsheet
person^Alexey_Meandrov|template^application/vnd.collabio.xodocuments.spreadsheet-template
person^Mike_Amundsen|template^application/vnd.collection+json
person^Irakli_Nadareishvili|template^application/vnd.collection.doc+json
person^Ioseb_Dzmanashvili|template^application/vnd.collection.next+json
person^Kim_Scarborough|template^application/vnd.comicbook+zip
person^Kim_Scarborough|template^application/vnd.comicbook-rar
person^David_Applebaum|template^application/vnd.commerce-battelle
person^Ravinder_Chandhok|template^application/vnd.commonspace
person^Frank_Patz|template^application/vnd.contact.cmsg
person^Alex_Crawford|template^application/vnd.coreos.ignition+json
person^Steve_Dellutri|template^application/vnd.cosmocaller
person^Andrew_Burt|template^application/vnd.crick.clicker
person^Andrew_Burt|template^application/vnd.crick.clicker.keyboard
person^Andrew_Burt|template^application/vnd.crick.clicker.palette
person^Andrew_Burt|template^application/vnd.crick.clicker.template
person^Andrew_Burt|template^application/vnd.crick.clicker.wordbank
person^Jim_Spiller|template^application/vnd.criticaltools.wbs+xml
person^Fränz_Friederes|template^application/vnd.cryptii.pipe+json
person^Connor_Horman|template^application/vnd.crypto-shade-file
person^Sebastian_Stenzel|template^application/vnd.cryptomator.encrypted
person^Sebastian_Stenzel|template^application/vnd.cryptomator.vault
person^Bayard_Kohlhepp|template^application/vnd.ctc-posml
person^Jim_Ancona|template^application/vnd.ctct.ws+xml
person^Michael_Sweet|template^application/vnd.cups-pdf
person^Michael_Sweet|template^application/vnd.cups-postscript
person^Michael_Sweet|template^application/vnd.cups-ppd
person^Michael_Sweet|template^application/vnd.cups-raster
person^Michael_Sweet|template^application/vnd.cups-raw
person^Robert_Byrnes|template^application/vnd.curl
-
-
person^Matt_Kern|template^application/vnd.cyan.dean.root+xml
person^Nor_Helmee|template^application/vnd.cybank
person^Patrick_Dwyer|template^application/vnd.cyclonedx+json
person^Patrick_Dwyer|template^application/vnd.cyclonedx+xml
person^Viktor_Haag|template^application/vnd.d2l.coursepackage1p0+zip
person^Mi_Tar|template^application/vnd.d3m-dataset
person^Mi_Tar|template^application/vnd.d3m-problem
person^Anders_Sandholm|template^application/vnd.dart
person^James_Fields|template^application/vnd.data-vision.rdz
person^Simon_Johnston|template^application/vnd.datalog
person^Paul_Walsh|template^application/vnd.datapackage+json
person^Paul_Walsh|template^application/vnd.dataresource+json
person^Mi_Tar|template^application/vnd.dbf
person^Jan_Boström|template^application/vnd.dcmp+xml
person^Debian_Policy_mailing_list|template^application/vnd.debian.binary-package
person^Michael_A_Dolan|template^application/vnd.dece.data
person^Michael_A_Dolan|template^application/vnd.dece.ttml+xml
person^Michael_A_Dolan|template^application/vnd.dece.unspecified
person^Michael_A_Dolan|template^application/vnd.dece.zip
person^Michael_Dixon|template^application/vnd.denovo.fcselayout-link
person^Henrik_Andersson|template^application/vnd.desmume.movie
person^Deut.li|template^application/vnd.deut+json
-
person^Yamanaka|template^application/vnd.dir-bi.plate-dl-nosuffix
person^Axel_Ferrazzini|template^application/vnd.dm.delegation+xml
person^Meredith_Searcy|template^application/vnd.dna
person^Tom_Christie|template^application/vnd.document+json
-
person^Steve_Hattersley|template^application/vnd.dolby.mobile.1
person^Steve_Hattersley|template^application/vnd.dolby.mobile.2
person^Erik_Ronström|template^application/vnd.doremir.scorecloud-binary-document
person^David_Parker|template^application/vnd.dpgraph
person^William_C._Appleton|template^application/vnd.dreamfactory
person^Keith_Kester|template^application/vnd.drive+json
-
person^Ali_Teffahi|template^application/vnd.dtg.local
person^Ali_Teffahi|template^application/vnd.dtg.local.flash
person^Ali_Teffahi|template^application/vnd.dtg.local.html
person^Michael_Lagally^Peter_Siebert|template^application/vnd.dvb.ait
person^Emily_DUBS|template^application/vnd.dvb.dvbisl+xml
person^Michael_Lagally^Peter_Siebert|template^application/vnd.dvb.dvbj
person^Joerg_Heuer|template^application/vnd.dvb.esgcontainer
person^Roy_Yue|template^application/vnd.dvb.ipdcdftnotifaccess
person^Joerg_Heuer|template^application/vnd.dvb.ipdcesgaccess
person^Jerome_Marcon|template^application/vnd.dvb.ipdcesgaccess2
person^Jerome_Marcon|template^application/vnd.dvb.ipdcesgpdd
person^Yiling_Xu|template^application/vnd.dvb.ipdcroaming
person^Jean-Baptiste_Henry|template^application/vnd.dvb.iptv.alfec-base
person^Jean-Baptiste_Henry|template^application/vnd.dvb.iptv.alfec-enhancement
person^Roy_Yue|template^application/vnd.dvb.notif-aggregate-root+xml
person^Roy_Yue|template^application/vnd.dvb.notif-container+xml
person^Roy_Yue|template^application/vnd.dvb.notif-generic+xml
person^Roy_Yue|template^application/vnd.dvb.notif-ia-msglist+xml
person^Roy_Yue|template^application/vnd.dvb.notif-ia-registration-request+xml
person^Roy_Yue|template^application/vnd.dvb.notif-ia-registration-response+xml
person^Roy_Yue|template^application/vnd.dvb.notif-init+xml
person^Michael_Lagally^Peter_Siebert|template^application/vnd.dvb.pfr
person^Michael_Lagally^Peter_Siebert|template^application/vnd.dvb.service
person^Michael_Duffy|template^application/vnd.dxr
person^Roland_Mechling|template^application/vnd.dynageo
person^Carl_Anderson|template^application/vnd.dzr
person^Iain_Downs|template^application/vnd.easykaraoke.cdgdownload
person^Gert_Buettgenbach|template^application/vnd.ecdis-update
person^Wei_Tang|template^application/vnd.ecip.rlp
person^Eclipse_Ditto_developers|template^application/vnd.eclipse.ditto+json
person^Thomas_Olsson|template^application/vnd.ecowin.chart
person^Thomas_Olsson|template^application/vnd.ecowin.filerequest
person^Thomas_Olsson|template^application/vnd.ecowin.fileupdate
person^Thomas_Olsson|template^application/vnd.ecowin.series
person^Thomas_Olsson|template^application/vnd.ecowin.seriesrequest
person^Thomas_Olsson|template^application/vnd.ecowin.seriesupdate
person^Heike_Håland_Østensen|template^application/vnd.edulith.edux+json
person^Fu_Siyuan^UEFI_Forum|template^application/vnd.efi.img
person^Fu_Siyuan^UEFI_Forum|template^application/vnd.efi.iso
person^Nicolas_CARPI|template^application/vnd.eln+zip
person^Filip_Navara|template^application/vnd.emclient.accessrequest+xml
person^Paul_Santinelli_Jr.|template^application/vnd.enliven
person^Chris_Eich|template^application/vnd.enphase.envoy
person^Tim_Brody|template^application/vnd.eprints.data+xml
person^Shoji_Hoshina|template^application/vnd.epson.esf
person^Shoji_Hoshina|template^application/vnd.epson.msf
person^Yu_Gu|template^application/vnd.epson.quickanime
person^Yasuhito_Nagatomo|template^application/vnd.epson.salt
person^Shoji_Hoshina|template^application/vnd.epson.ssf
person^Paul_Tidwell|template^application/vnd.ericsson.quickcall
person^Xiang_Gao|template^application/vnd.erofs
person^Marcus_Ligi_Büschleb|template^application/vnd.espass-espass+zip
person^Szilveszter_Tóth|template^application/vnd.eszigno3+xml
person^Shicheng_Hu|template^application/vnd.etsi.aoc+xml
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.asic-e+zip
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.asic-s+zip
person^Shicheng_Hu|template^application/vnd.etsi.cug+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvcommand+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvdiscovery+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvprofile+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvsad-bc+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvsad-cod+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvsad-npvr+xml
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.iptvservice+xml
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.iptvsync+xml
person^Shicheng_Hu|template^application/vnd.etsi.iptvueprofile+xml
person^Shicheng_Hu|template^application/vnd.etsi.mcid+xml
person^Ian_Medland^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.mheg5
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.overload-control-policy-dataset+xml
person^Jiwan_Han^Thomas_Belling|template^application/vnd.etsi.pstn+xml
person^Shicheng_Hu|template^application/vnd.etsi.sci+xml
person^Shicheng_Hu|template^application/vnd.etsi.simservs+xml
person^Miguel_Angel_Reina_Ortega|template^application/vnd.etsi.timestamp-token
person^Shicheng_Hu|template^application/vnd.etsi.tsl+xml
person^Shicheng_Hu|template^application/vnd.etsi.tsl.der
person^Hervé_Kasparian|template^application/vnd.eu.kasparian.car+json
person^Pete_Resnick|template^application/vnd.eudora.data
person^James_Bellinger|template^application/vnd.evolv.ecig.profile
person^James_Bellinger|template^application/vnd.evolv.ecig.settings
person^James_Bellinger|template^application/vnd.evolv.ecig.theme
person^Bill_Kidwell|template^application/vnd.exstream-empower+zip
person^Bill_Kidwell|template^application/vnd.exstream-package
person^ElectronicZombieCorp|template^application/vnd.ezpix-album
person^ElectronicZombieCorp|template^application/vnd.ezpix-package
person^Samu_Sarivaara|template^application/vnd.f-secure.mobile
person^James_Wolfe|template^application/vnd.faf+yaml
person^Gordon_Clarke|template^application/vnd.familysearch.gedcom+zip
person^Thomas_Huth|template^application/vnd.fastcopy-disk-image
person^Steve_Zilles|template^application/vnd.fdf
person^International_FDSN|template^application/vnd.fdsn.mseed
person^Chad_Trabant|template^application/vnd.fdsn.seed
person^International_FDSN|template^application/vnd.fdsn.stationxml+xml
person^Holstage|template^application/vnd.ffsns
person^Björn_Harrtell|template^application/vnd.fgb
person^Steve_Gilberd|template^application/vnd.ficlab.flb+zip
person^Harms_Moeller|template^application/vnd.filmit.zfc
person^Ingo_Hammann|template^application/vnd.fints
person^Alex_Dubov|template^application/vnd.firemonkeys.cloudcell
person^Dick_Floersch|template^application/vnd.FloGraphIt
person^Marc_Winter|template^application/vnd.fluxtime.clip
person^George_Williams|template^application/vnd.font-fontforge-sfd
person^Mike_Wexler|template^application/vnd.framemaker
person^Liu_Qiancen|template^application/vnd.freelog.comic
notes^(OBSOLETE)|person^Alexis_Tamas^OP3FT|template^application/vnd.frogans.fnc
notes^(OBSOLETE)|person^Alexis_Tamas^OP3FT|template^application/vnd.frogans.ltf
person^Derek_Smith|template^application/vnd.fsc.weblaunch
person^Kazuya_Iimura|template^application/vnd.fujifilm.fb.docuworks
person^Kazuya_Iimura|template^application/vnd.fujifilm.fb.docuworks.binder
person^Kazuya_Iimura|template^application/vnd.fujifilm.fb.docuworks.container
person^Keitaro_Ishida|template^application/vnd.fujifilm.fb.jfi+xml
person^Nobukazu_Togashi|template^application/vnd.fujitsu.oasys
person^Nobukazu_Togashi|template^application/vnd.fujitsu.oasys2
person^Seiji_Okudaira|template^application/vnd.fujitsu.oasys3
person^Masahiko_Sugimoto|template^application/vnd.fujitsu.oasysgp
person^Masumi_Ogita|template^application/vnd.fujitsu.oasysprs
person^Fumio_Tanabe|template^application/vnd.fujixerox.ART-EX
person^Fumio_Tanabe|template^application/vnd.fujixerox.ART4
person^Masanori_Onda|template^application/vnd.fujixerox.ddd
person^Takatomo_Wakibayashi|template^application/vnd.fujixerox.docuworks
person^Takashi_Matsumoto|template^application/vnd.fujixerox.docuworks.binder
person^Kiyoshi_Tashiro|template^application/vnd.fujixerox.docuworks.container
person^Fumio_Tanabe|template^application/vnd.fujixerox.HBPL
person^Jann_Pruulman|template^application/vnd.fut-misnet
person^Andrey_Galkin|template^application/vnd.futoin+cbor
person^Andrey_Galkin|template^application/vnd.futoin+json
person^Simon_Birtwistle|template^application/vnd.fuzzysheet
person^Lucas_Guimarães|template^application/vnd.g3pix.g3fc
person^GA4GH_Secretariat|template^application/vnd.ga4gh.passport+jwt
person^Torben_Frey|template^application/vnd.genomatix.tuxedo
person^Divon_Lan|template^application/vnd.genozip
person^Philipp_Gortan|template^application/vnd.gentics.grd+json
person^Michał_Górny|template^application/vnd.gentoo.catmetadata+xml
person^Michał_Górny|template^application/vnd.gentoo.ebuild
person^Michał_Górny|template^application/vnd.gentoo.eclass
person^Michał_Górny|template^application/vnd.gentoo.gpkg
person^Michał_Górny|template^application/vnd.gentoo.manifest
person^Michał_Górny|template^application/vnd.gentoo.pkgmetadata+xml
person^Gentoo_Portage_Project|template^application/vnd.gentoo.xpak
notes^(OBSOLETED by in favor of application/geo+json)|person^Sean_Gillies|rfc^rfc7946|template^application/vnd.geo+json
notes^(OBSOLETED by request)|person^Francois_Pirsch|template^application/vnd.geocube+xml
person^GeoGebra^Yves_Kreis|template^application/vnd.geogebra.file
person^GeoGebra^Michael_Borcherds|template^application/vnd.geogebra.pinboard
person^GeoGebra^Markus_Hohenwarter^Michael_Borcherds|template^application/vnd.geogebra.slides
person^GeoGebra^Yves_Kreis|template^application/vnd.geogebra.tool
person^Michael_Hvidsten|template^application/vnd.geometry-explorer
person^Matthias_Ehmann|template^application/vnd.geonext
person^Christian_Mercat|template^application/vnd.geoplan
person^Christian_Mercat|template^application/vnd.geospace
person^Thomas_Weyn|template^application/vnd.gerber
person^Gil_Bernabeu|template^application/vnd.globalplatform.card-content-mgt
person^Gil_Bernabeu|template^application/vnd.globalplatform.card-content-mgt-response
notes^- DEPRECATED|person^Christian_V._Sciberras|template^application/vnd.gmx
person^Christian_Grothoff|template^application/vnd.gnu.taler.exchange+json
person^Christian_Grothoff|template^application/vnd.gnu.taler.merchant+json
person^Michael_Ashbridge|template^application/vnd.google-earth.kml+xml
person^Michael_Ashbridge|template^application/vnd.google-earth.kmz
notes^(OBSOLETED by request)|person^Stefan_Szilva|template^application/vnd.gov.sk.e-form+xml
person^Stefan_Szilva|template^application/vnd.gov.sk.e-form+zip
person^Stefan_Szilva|template^application/vnd.gov.sk.xmldatacontainer+xml
person^Robert_Clausing|template^application/vnd.gp3
person^Martin_Tůma|template^application/vnd.gpxsee.map+xml
person^Jeff_Tupper|template^application/vnd.grafeq
person^Jeff_Lawson|template^application/vnd.gridmp
person^Todd_Joseph|template^application/vnd.groove-account
person^Todd_Joseph|template^application/vnd.groove-help
person^Todd_Joseph|template^application/vnd.groove-identity-message
person^Todd_Joseph|template^application/vnd.groove-injector
person^Todd_Joseph|template^application/vnd.groove-tool-message
person^Todd_Joseph|template^application/vnd.groove-tool-template
person^Todd_Joseph|template^application/vnd.groove-vcard
person^Mike_Kelly|template^application/vnd.hal+json
person^Mike_Kelly|template^application/vnd.hal+xml
person^Eric_Hamilton|template^application/vnd.HandHeld-Entertainment+xml
person^Ingo_Hammann|template^application/vnd.hbci
person^Jan_Schütze|template^application/vnd.hc+json
person^Doug_R._Serres|template^application/vnd.hcl-bireports
person^HDF_Group|template^application/vnd.hdfgroup.hdf4
person^HDF_Group|template^application/vnd.hdfgroup.hdf5
person^Javier_D._Fernández|template^application/vnd.hdt
person^Wesley_Beary|template^application/vnd.heroku+json
person^Randy_Jones|template^application/vnd.hhe.lesson-player
person^Marc_Duteau|template^application/vnd.hl7cda+xml
person^Marc_Duteau|template^application/vnd.hl7v2+xml
person^Bob_Pentecost|template^application/vnd.hp-HPGL
person^Aloke_Gupta|template^application/vnd.hp-hpid
person^Steve_Aubrey|template^application/vnd.hp-hps
person^Amir_Gaash|template^application/vnd.hp-jlyt
person^Bob_Pentecost|template^application/vnd.hp-PCL
person^Bob_Pentecost|template^application/vnd.hp-PCLXL
person^Heungsub_Lee|template^application/vnd.hsl
person^Franck_Lefevre|template^application/vnd.httphone
person^Allen_Gillam|template^application/vnd.hydrostatix.sof-data
person^Irakli_Nadareishvili|template^application/vnd.hyper+json
person^Mario_Demuth|template^application/vnd.hyper-item+json
person^Daniel_Sims|template^application/vnd.hyperdrive+json
person^James_Minnis|template^application/vnd.hzn-3d-crossword
notes^(OBSOLETED in favor of vnd.afpc.afplinedata)|person^Roger_Buis|template^application/vnd.ibm.afplinedata
person^Bruce_Tantlinger|template^application/vnd.ibm.electronic-media
person^Amir_Herzberg|template^application/vnd.ibm.MiniPay
notes^(OBSOLETED in favor of application/vnd.afpc.modca)|person^Reinhard_Hohensee|template^application/vnd.ibm.modcap
person^Bruce_Tantlinger|template^application/vnd.ibm.rights-management
person^Bruce_Tantlinger|template^application/vnd.ibm.secure-container
person^Phil_Green|template^application/vnd.iccprofile
person^Purva_R_Rajkotia|template^application/vnd.ieee.1905
person^Tim_Fisher|template^application/vnd.igloader
person^Dirk_Farin|template^application/vnd.imagemeter.folder+zip
person^Dirk_Farin|template^application/vnd.imagemeter.image+zip
person^Mathieu_Villegas|template^application/vnd.immervision-ivp
person^Mathieu_Villegas|template^application/vnd.immervision-ivu
person^Lisa_Mattson|template^application/vnd.ims.imsccv1p1
person^Lisa_Mattson|template^application/vnd.ims.imsccv1p2
person^Lisa_Mattson|template^application/vnd.ims.imsccv1p3
person^Lisa_Mattson|template^application/vnd.ims.lis.v2.result+json
person^Lisa_Mattson|template^application/vnd.ims.lti.v2.toolconsumerprofile+json
person^Lisa_Mattson|template^application/vnd.ims.lti.v2.toolproxy+json
person^Lisa_Mattson|template^application/vnd.ims.lti.v2.toolproxy.id+json
person^Lisa_Mattson|template^application/vnd.ims.lti.v2.toolsettings+json
person^Lisa_Mattson|template^application/vnd.ims.lti.v2.toolsettings.simple+json
person^Mark_Wahl|template^application/vnd.informedcontrol.rms+xml
notes^(OBSOLETED in favor of application/vnd.visionary)|person^Christopher_Gales|template^application/vnd.informix-visionary
person^Charles_Engelke|template^application/vnd.infotech.project
person^Charles_Engelke|template^application/vnd.infotech.project+xml
person^Takanori_Sudo|template^application/vnd.innopath.wamp.notification
person^Jon_Swanson|template^application/vnd.insors.igm
person^Tom_Gurak|template^application/vnd.intercon.formnet
person^Yves_Kreis_2|template^application/vnd.intergeo
person^Luke_Tomasello|template^application/vnd.intertrust.digibox
person^Luke_Tomasello|template^application/vnd.intertrust.nncp
person^Greg_Scratchley|template^application/vnd.intu.qbo
person^Greg_Scratchley|template^application/vnd.intu.qfx
person^Marcin_Rataj|template^application/vnd.ipfs.ipns-record
person^Marcin_Rataj|template^application/vnd.ipld.car
person^Marcin_Rataj|template^application/vnd.ipld.dag-cbor
person^Marcin_Rataj|template^application/vnd.ipld.dag-json
person^Marcin_Rataj|template^application/vnd.ipld.raw
person^Michael_Steidl|template^application/vnd.iptc.g2.catalogitem+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.conceptitem+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.knowledgeitem+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.newsitem+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.newsmessage+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.packageitem+xml
person^Michael_Steidl|template^application/vnd.iptc.g2.planningitem+xml
person^Per_Ersson|template^application/vnd.ipunplugged.rcprofile
person^Martin_Knowles|template^application/vnd.irepository.package+xml
person^Satish_Navarajan|template^application/vnd.is-xpr
person^Ryan_Brinkman|template^application/vnd.isac.fcs
person^Frank_Wiebeler|template^application/vnd.iso11783-10+zip
person^Brijesh_Kumar|template^application/vnd.jam
person^Kiyofusa_Fujii|template^application/vnd.japannet-directory-service
person^Jun_Yoshitake|template^application/vnd.japannet-jpnstore-wakeup
person^Kiyofusa_Fujii|template^application/vnd.japannet-payment-wakeup
person^Jun_Yoshitake|template^application/vnd.japannet-registration
person^Kiyofusa_Fujii|template^application/vnd.japannet-registration-wakeup
person^Jun_Yoshitake|template^application/vnd.japannet-setstore-wakeup
person^Jun_Yoshitake|template^application/vnd.japannet-verification
person^Kiyofusa_Fujii|template^application/vnd.japannet-verification-wakeup
-
-
person^Mikhail_Gorshenev|template^application/vnd.jcp.javame.midlet-rms
person^Sebastiaan_Deckers|template^application/vnd.jisp
person^Joost|template^application/vnd.joost.joda-archive
person^Yokoyama_Kiyonobu|template^application/vnd.jsk.isdn-ngn
person^Tim_Macdonald|template^application/vnd.kahootz
person^David_Faure|template^application/vnd.kde.karbon
person^David_Faure|template^application/vnd.kde.kchart
person^David_Faure|template^application/vnd.kde.kformula
person^David_Faure|template^application/vnd.kde.kivio
person^David_Faure|template^application/vnd.kde.kontour
person^David_Faure|template^application/vnd.kde.kpresenter
person^David_Faure|template^application/vnd.kde.kspread
person^David_Faure|template^application/vnd.kde.kword
person^Katerina_Zoé_Marchán_Salvá|template^application/vnd.kdl
person^Dirk_DiGiorgio-Haag|template^application/vnd.kenameaapp
person^Marc_Durdin|template^application/vnd.keyman.kmp+zip
person^Marc_Durdin|template^application/vnd.keyman.kmx
person^Jack_Bennett|template^application/vnd.kidspiration
person^Hemant_Thakkar|template^application/vnd.Kinar
person^Pete_Cole|template^application/vnd.koan
person^Michael_J._Donahue|template^application/vnd.kodak-descriptor
person^Bryan_Blank^NCGIS|template^application/vnd.las
person^Rob_Bailey|template^application/vnd.las.las+json
person^Rob_Bailey|template^application/vnd.las.las+xml
person^Bryan_Blank^NCGIS|template^application/vnd.laszip
person^L.development_Polska|template^application/vnd.ldev.productlicensing
person^Mark_C_Fralick|template^application/vnd.leap+json
person^Brett_McDowell|template^application/vnd.liberty-request+xml
person^Catherine_E._White|template^application/vnd.llamagraphics.life-balance.desktop
person^Catherine_E._White|template^application/vnd.llamagraphics.life-balance.exchange+xml
person^Victor_Kuchynsky|template^application/vnd.logipipe.circuit+zip
person^Sten_Linnarsson|template^application/vnd.loom
person^Paul_Wattenberger|template^application/vnd.lotus-1-2-3
person^Paul_Wattenberger|template^application/vnd.lotus-approach
person^Paul_Wattenberger|template^application/vnd.lotus-freelance
person^Michael_Laramie|template^application/vnd.lotus-notes
person^Paul_Wattenberger|template^application/vnd.lotus-organizer
person^Paul_Wattenberger|template^application/vnd.lotus-screencam
person^Paul_Wattenberger|template^application/vnd.lotus-wordpro
person^James_Berry|template^application/vnd.macports.portpkg
person^Josef_Elijah_Fabian|template^application/vnd.majikah.bundle
person^Anton_Medvedev|template^application/vnd.maml
person^Blake_Thompson|template^application/vnd.mapbox-vector-tile
person^Gary_Ellison|template^application/vnd.marlin.drm.actiontoken+xml
person^Gary_Ellison|template^application/vnd.marlin.drm.conftoken+xml
person^Gary_Ellison|template^application/vnd.marlin.drm.license+xml
person^Gary_Ellison|template^application/vnd.marlin.drm.mdcf
person^Jorn_Wildt|template^application/vnd.mason+json
person^Erik_Dahlström|template^application/vnd.maxar.archive.3tz+zip
person^William_Stevenson|template^application/vnd.maxmind.maxmind-db
person^Tadashi_Gotoh|template^application/vnd.mcd
person^Lutz_Kettner|template^application/vnd.mdl
person^Lutz_Kettner|template^application/vnd.mdl-mbsdf
person^Frank_Schoonjans|template^application/vnd.medcalcdata
person^Henry_Flurry|template^application/vnd.mediastation.cdkey
person^Dominique_Sandoz|template^application/vnd.medicalholodeck.recordxr
person^Eric_Wedel|template^application/vnd.meridian-slingshot
person^Sidharth_Vinod|template^application/vnd.mermaid
person^Masaaki_Hirai|template^application/vnd.MFER
person^Yukari_Ikeda|template^application/vnd.mfmp
person^Dali_Zheng|template^application/vnd.micro+json
person^Joe_Prevo|template^application/vnd.micrografx.flo
person^Joe_Prevo|template^application/vnd.micrografx.igx
person^Henrik_Andersson|template^application/vnd.microsoft.portable-executable
person^Henrik_Andersson|template^application/vnd.microsoft.windows.thumbnail-cache
person^Nils_Langhammer|template^application/vnd.miele+json
person^Mike_Wexler|template^application/vnd.mif
-
person^Chris_Bartram|template^application/vnd.minisoft-hp3000-save
person^Tanaka|template^application/vnd.mitsubishi.misty-guard.trustweb
person^Allen_K._Kabayama|template^application/vnd.Mobius.DAF
person^Allen_K._Kabayama|template^application/vnd.Mobius.DIS
person^Alex_Devasia|template^application/vnd.Mobius.MBK
person^Alex_Devasia|template^application/vnd.Mobius.MQY
person^Allen_K._Kabayama|template^application/vnd.Mobius.MSL
person^Allen_K._Kabayama|template^application/vnd.Mobius.PLC
person^Allen_K._Kabayama|template^application/vnd.Mobius.TXF
person^Elliott_Brown|template^application/vnd.modl
person^Bjorn_Wennerstrom|template^application/vnd.mophun.application
person^Bjorn_Wennerstrom|template^application/vnd.mophun.certificate
person^Mark_Patton|template^application/vnd.motorola.flexsuite
person^Mark_Patton|template^application/vnd.motorola.flexsuite.adsi
person^Mark_Patton|template^application/vnd.motorola.flexsuite.fis
person^Mark_Patton|template^application/vnd.motorola.flexsuite.gotap
person^Mark_Patton|template^application/vnd.motorola.flexsuite.kmr
person^Mark_Patton|template^application/vnd.motorola.flexsuite.ttc
person^Mark_Patton|template^application/vnd.motorola.flexsuite.wem
person^Rafie_Shamsaasef|template^application/vnd.motorola.iprm
person^Braden_N_McDaniel|template^application/vnd.mozilla.xul+xml
person^Shawn_Maloney|template^application/vnd.ms-3mfdocument
person^Dean_Slawson|template^application/vnd.ms-artgalry
person^Eric_Fleischman|template^application/vnd.ms-asf
person^Kim_Scarborough|template^application/vnd.ms-cab-compressed
person^Sukvinder_S._Gill|template^application/vnd.ms-excel
person^Chris_Rae|template^application/vnd.ms-excel.addin.macroEnabled.12
-
-
-
person^Chris_Rae|template^application/vnd.ms-excel.sheet.binary.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-excel.sheet.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-excel.template.macroEnabled.12
-
-
person^Kim_Scarborough|template^application/vnd.ms-fontobject
person^Anatoly_Techtonik|template^application/vnd.ms-htmlhelp
person^Eric_Ledoux|template^application/vnd.ms-ims
person^Eric_Ledoux|template^application/vnd.ms-lrm
person^Chris_Rae|template^application/vnd.ms-office.activeX+xml
person^Chris_Rae|template^application/vnd.ms-officetheme
-
-
-
-
-
person^Daniel_Schneider|template^application/vnd.ms-playready.initiator+xml
person^Sukvinder_S._Gill|template^application/vnd.ms-powerpoint
person^Chris_Rae|template^application/vnd.ms-powerpoint.addin.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-powerpoint.presentation.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-powerpoint.slide.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-powerpoint.slideshow.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-powerpoint.template.macroEnabled.12
person^Justin_Hutchings|template^application/vnd.ms-PrintDeviceCapabilities+xml
person^Justin_Hutchings|template^application/vnd.ms-PrintSchemaTicket+xml
person^Sukvinder_S._Gill|template^application/vnd.ms-project
-
person^Sukvinder_S._Gill|template^application/vnd.ms-tnef
-
-
-
-
-
-
person^Justin_Hutchings|template^application/vnd.ms-windows.devicepairing
person^Justin_Hutchings|template^application/vnd.ms-windows.nwprinting.oob
person^Justin_Hutchings|template^application/vnd.ms-windows.printerpairing
person^Justin_Hutchings|template^application/vnd.ms-windows.wsd.oob
person^Kevin_Lau|template^application/vnd.ms-wmdrm.lic-chlg-req
person^Kevin_Lau|template^application/vnd.ms-wmdrm.lic-resp
person^Kevin_Lau|template^application/vnd.ms-wmdrm.meter-chlg-req
person^Kevin_Lau|template^application/vnd.ms-wmdrm.meter-resp
person^Chris_Rae|template^application/vnd.ms-word.document.macroEnabled.12
person^Chris_Rae|template^application/vnd.ms-word.template.macroEnabled.12
-
-
person^Sukvinder_S._Gill|template^application/vnd.ms-works
person^Dan_Plastina|template^application/vnd.ms-wpl
person^Jesse_McGatha|template^application/vnd.ms-xpsdocument
person^Thomas_Huth|template^application/vnd.msa-disk-image
person^Gwenael_Le_Bodic|template^application/vnd.mseq
person^Alexander_Ivanov|template^application/vnd.msgpack
person^Malte_Borcherding|template^application/vnd.msign
person^Steve_Mills|template^application/vnd.multiad.creator
person^Steve_Mills|template^application/vnd.multiad.creator.cif
person^Tim_Butler|template^application/vnd.music-niff
person^Greg_Adams|template^application/vnd.musician
person^Chandrashekhara_Anantharamu|template^application/vnd.muvee.style
person^Franck_Lefevre|template^application/vnd.mynfc
person^Sebastian_A._Weiss|template^application/vnd.nacamar.ybrid+json
person^Aidan_Murdock|template^application/vnd.nato.bindingdataobject+cbor
person^Aidan_Murdock|template^application/vnd.nato.bindingdataobject+json
person^Aidan_Murdock|template^application/vnd.nato.bindingdataobject+xml
person^Aidan_Murdock|template^application/vnd.nato.openxmlformats-package.iepd+zip
person^Lauri_Tarkkala|template^application/vnd.ncd.control
person^Lauri_Tarkkala|template^application/vnd.ncd.reference
person^Thomas_Schoffelen|template^application/vnd.nearst.inv+json
person^Andreas_Molzer|template^application/vnd.nebumind.line
person^Steve_Judkins|template^application/vnd.nervana
person^Andy_Mutz|template^application/vnd.netfpx
person^Dan_DuFeu|template^application/vnd.neurolanguage.nlu
person^Amit_Kumar_Gupta|template^application/vnd.nimn
person^Henrik_Andersson|template^application/vnd.nintendo.nitro.rom
person^Henrik_Andersson|template^application/vnd.nintendo.snes.rom
person^Steve_Rogan|template^application/vnd.nitf
person^Monty_Solomon|template^application/vnd.noblenet-directory
person^Monty_Solomon|template^application/vnd.noblenet-sealer
person^Monty_Solomon|template^application/vnd.noblenet-web
person^Nokia|template^application/vnd.nokia.catalogs
person^Nokia|template^application/vnd.nokia.conml+wbxml
person^Nokia|template^application/vnd.nokia.conml+xml
person^Nokia|template^application/vnd.nokia.iptv.config+xml
person^Nokia|template^application/vnd.nokia.iSDS-radio-presets
person^Nokia|template^application/vnd.nokia.landmark+wbxml
person^Nokia|template^application/vnd.nokia.landmark+xml
person^Nokia|template^application/vnd.nokia.landmarkcollection+xml
person^Nokia|template^application/vnd.nokia.n-gage.ac+xml
person^Nokia|template^application/vnd.nokia.n-gage.data
notes^(OBSOLETE; no replacement given)|person^Nokia|template^application/vnd.nokia.n-gage.symbian.install
person^Nokia|template^application/vnd.nokia.ncd
-
person^Nokia|template^application/vnd.nokia.pcd+wbxml
person^Nokia|template^application/vnd.nokia.pcd+xml
person^Nokia|template^application/vnd.nokia.radio-preset
person^Nokia|template^application/vnd.nokia.radio-presets
person^Janine_Swenson|template^application/vnd.novadigm.EDM
person^Janine_Swenson|template^application/vnd.novadigm.EDX
person^Janine_Swenson|template^application/vnd.novadigm.EXT
person^Akinori_Taya|template^application/vnd.ntt-local.content-share
person^NTT-local|template^application/vnd.ntt-local.file-transfer
person^NTT-local|template^application/vnd.ntt-local.ogw_remote-access
person^NTT-local|template^application/vnd.ntt-local.sip-ta_remote
person^NTT-local|template^application/vnd.ntt-local.sip-ta_tcp_stream
person^Peter_Koellner|template^application/vnd.nubaltec.nudoku-game
person^Frank_Kilcommins|template^application/vnd.oai.workflows
person^Frank_Kilcommins|template^application/vnd.oai.workflows+json
person^Frank_Kilcommins|template^application/vnd.oai.workflows+yaml
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.base
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.chart
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.chart-template
notes^(OBSOLETED in favor of application/vnd.oasis.opendocument.base)|person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.database
-
-
-
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.formula
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.formula-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.graphics
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.graphics-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.image
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.image-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.presentation
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.presentation-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.spreadsheet
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.spreadsheet-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.text
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.text-master
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.text-master-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.text-template
person^OASIS^OASIS_TC_Admin|template^application/vnd.oasis.opendocument.text-web
-
person^Matthias_Hessling|template^application/vnd.obn
person^Michael_Koster|template^application/vnd.ocf+cbor
person^Steven_Lasker|template^application/vnd.oci.image.manifest.v1+json
person^Eli_Grey|template^application/vnd.oftn.l10n+json
person^Claire_DEsclercs|template^application/vnd.oipf.contentaccessdownload+xml
person^Claire_DEsclercs|template^application/vnd.oipf.contentaccessstreaming+xml
person^Claire_DEsclercs|template^application/vnd.oipf.cspg-hexbinary
person^Claire_DEsclercs|template^application/vnd.oipf.dae.svg+xml
person^Claire_DEsclercs|template^application/vnd.oipf.dae.xhtml+xml
person^Claire_DEsclercs|template^application/vnd.oipf.mippvcontrolmessage+xml
person^Claire_DEsclercs|template^application/vnd.oipf.pae.gem
person^Claire_DEsclercs|template^application/vnd.oipf.spdiscovery+xml
person^Claire_DEsclercs|template^application/vnd.oipf.spdlist+xml
person^Claire_DEsclercs|template^application/vnd.oipf.ueprofile+xml
person^Claire_DEsclercs|template^application/vnd.oipf.userprofile+xml
person^John_Palmieri|template^application/vnd.olpc-sugar
person^Ilan_Mahalal|template^application/vnd.oma-scws-config
person^Ilan_Mahalal|template^application/vnd.oma-scws-http-request
person^Ilan_Mahalal|template^application/vnd.oma-scws-http-response
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.associated-procedure-parameter+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.drm-trigger+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.imd+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.ltkm
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.notification+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.provisioningtrigger
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.sgboot
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.sgdd+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.sgdu
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.simple-symbol-container
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.smartcard-trigger+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.sprov+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.bcast.stkm
person^Hao_Wang^OMA|template^application/vnd.oma.cab-address-book+xml
person^Hao_Wang^OMA|template^application/vnd.oma.cab-feature-handler+xml
person^Hao_Wang^OMA|template^application/vnd.oma.cab-pcc+xml
person^Hao_Wang^OMA|template^application/vnd.oma.cab-subs-invite+xml
person^Hao_Wang^OMA|template^application/vnd.oma.cab-user-prefs+xml
person^Avi_Primo^Open_Mobile_Naming_Authority|template^application/vnd.oma.dcd
person^Avi_Primo^Open_Mobile_Naming_Authority|template^application/vnd.oma.dcdc
person^Jun_Sato^Open_Mobile_Alliance_BAC_DLDRM_WG|template^application/vnd.oma.dd2+xml
person^Open_Mobile_Naming_Authority^Uwe_Rauschenbach|template^application/vnd.oma.drm.risd+xml
person^OMA_Presence_and_Availability_PAG_WG^Sean_Kelley|template^application/vnd.oma.group-usage-list+xml
person^John_Mudge^Open_Mobile_Naming_Authority|template^application/vnd.oma.lwm2m+cbor
person^John_Mudge^Open_Mobile_Naming_Authority|template^application/vnd.oma.lwm2m+json
person^John_Mudge^Open_Mobile_Naming_Authority|template^application/vnd.oma.lwm2m+tlv
person^Brian_McColgan^Open_Mobile_Naming_Authority|template^application/vnd.oma.pal+xml
person^OMA_Push_to_Talk_over_Cellular_POC_WG|template^application/vnd.oma.poc.detailed-progress-report+xml
person^OMA_Push_to_Talk_over_Cellular_POC_WG|template^application/vnd.oma.poc.final-report+xml
person^OMA_Push_to_Talk_over_Cellular_POC_WG^Sean_Kelley|template^application/vnd.oma.poc.groups+xml
person^OMA_Push_to_Talk_over_Cellular_POC_WG|template^application/vnd.oma.poc.invocation-descriptor+xml
person^OMA_Push_to_Talk_over_Cellular_POC_WG|template^application/vnd.oma.poc.optimized-progress-report+xml
person^Bryan_Sullivan^OMA|template^application/vnd.oma.push
person^Open_Mobile_Naming_Authority^Wenjun_Zeng|template^application/vnd.oma.scidm.messages+xml
person^OMA_Presence_and_Availability_PAG_WG^Sean_Kelley|template^application/vnd.oma.xcap-directory+xml
person^OMA_Data_Synchronization_WG|template^application/vnd.omads-email+xml
person^OMA_Data_Synchronization_WG|template^application/vnd.omads-file+xml
person^OMA_Data_Synchronization_WG|template^application/vnd.omads-folder+xml
person^Julien_Grange|template^application/vnd.omaloc-supl-init
person^OMS-Group_e._V.^Torben_Markussen|template^application/vnd.oms.cellular-cose-content+cbor
person^Nathan_Black|template^application/vnd.onepager
person^Nathan_Black|template^application/vnd.onepagertamp
person^Nathan_Black|template^application/vnd.onepagertamx
person^Nathan_Black|template^application/vnd.onepagertat
person^Nathan_Black|template^application/vnd.onepagertatp
person^Nathan_Black|template^application/vnd.onepagertatx
person^Hans_Busch|template^application/vnd.onvif.metadata
person^Mark_Otaris|template^application/vnd.openblox.game+xml
person^Mark_Otaris|template^application/vnd.openblox.game-binary
person^Craig_Bruce|template^application/vnd.openeye.oeb
-
-
person^Daniel_Čejchan|template^application/vnd.openprinttag
person^Paul_Norman|template^application/vnd.openstreetmap.data+xml
person^Peter_Todd|template^application/vnd.opentimestamps.ots
person^Crindzebra_Sjimo|template^application/vnd.openvpi.dspx+json
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.custom-properties+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.customXmlProperties+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawing+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.chart+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.extended-properties+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.comments+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.presentation
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slide
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slide+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slideshow
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.tags+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.template
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.template
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.theme+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.themeOverride+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.vmlDrawing
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.document
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.template
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-package.core-properties+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
person^Makoto_Murata|template^application/vnd.openxmlformats-package.relationships+xml
person^Ning_Dong|template^application/vnd.oracle.resource+json
person^CHATRAS_Bruno|template^application/vnd.orange.indata
person^Steven_Klos|template^application/vnd.osa.netdeploy
person^Jason_Birch|template^application/vnd.osgeo.mapguide.package
person^Peter_Kriens|template^application/vnd.osgi.bundle
person^Peter_Kriens|template^application/vnd.osgi.dp
person^Peter_Kriens|template^application/vnd.osgi.subsystem
person^Magnus_Nystrom|template^application/vnd.otps.ct-kip+xml
person^C._Titus_Brown|template^application/vnd.oxli.countgraph
person^Steve_Rice|template^application/vnd.pagerduty+json
person^Gavin_Peacock|template^application/vnd.palm
person^Natarajan_Balasundara|template^application/vnd.panoply
person^John_Kemp|template^application/vnd.paos.xml
person^Christian_Trosclair|template^application/vnd.patentdive
person^Andrew_David_Kendall|template^application/vnd.patientecommsdoc
person^Prakash_Baskaran|template^application/vnd.pawaafile
person^Slawomir_Lisznianski|template^application/vnd.pcos
person^April_Gandert|template^application/vnd.pg.format
person^April_Gandert|template^application/vnd.pg.osasli
person^Lost_Idea_Experiments|template^application/vnd.phbk+xml
person^Lucas_Maneos|template^application/vnd.piaccess.application-licence
person^Giuseppe_Naccarato|template^application/vnd.picsel
person^Rhys_Lewis|template^application/vnd.pmi.widget
person^Sascha_Brawer|template^application/vnd.pmtiles
person^OMA_Push_to_Talk_over_Cellular_POC_WG^Sean_Kelley|template^application/vnd.poc.group-advertisement+xml
person^Jorge_Pando|template^application/vnd.pocketlearn
person^David_Guy|template^application/vnd.powerbuilder6
person^David_Guy|template^application/vnd.powerbuilder6-s
person^Reed_Shilts|template^application/vnd.powerbuilder7
person^Reed_Shilts|template^application/vnd.powerbuilder7-s
person^Reed_Shilts|template^application/vnd.powerbuilder75
person^Reed_Shilts|template^application/vnd.powerbuilder75-s
person^Graham_Leggett|template^application/vnd.pp.systemverify+xml
person^Juoko_Tenhunen|template^application/vnd.preminet
person^Roman_Smolgovsky|template^application/vnd.previewsystems.box
person^Tianyu_Zhang|template^application/vnd.project-graph
person^Pete_Hoch|template^application/vnd.proteus.magazine
person^Kristopher_Durski|template^application/vnd.psfs
person^Igor_Lima_Bolacha_Severino|template^application/vnd.pt.mundusmundi
person^Oren_Ben-Kiki|template^application/vnd.publishare-delta-tree
person^Charles_P._Lamb|template^application/vnd.pvi.ptid1
rfc^rfc3391|template^application/vnd.pwg-multiplexed
person^Don_Wright|template^application/vnd.pwg-xhtml-print+xml
person^Eduardo_Rodrigues|template^application/vnd.pyon+json
person^Glenn_Forrester|template^application/vnd.qualcomm.brew-app-res
person^Casper_Joost_Eyckelhof|template^application/vnd.quarantainenet
person^Hannes_Scheidler|template^application/vnd.Quark.QuarkXPress
person^Matthias_Ludwig|template^application/vnd.quobject-quoxdocument
person^R74n|template^application/vnd.R74n.sandboxels+json
rfc^rfc5707|template^application/vnd.radisys.moml+xml
rfc^rfc5707|template^application/vnd.radisys.msml+xml
rfc^rfc5707|template^application/vnd.radisys.msml-audit+xml
rfc^rfc5707|template^application/vnd.radisys.msml-audit-conf+xml
rfc^rfc5707|template^application/vnd.radisys.msml-audit-conn+xml
rfc^rfc5707|template^application/vnd.radisys.msml-audit-dialog+xml
rfc^rfc5707|template^application/vnd.radisys.msml-audit-stream+xml
rfc^rfc5707|template^application/vnd.radisys.msml-conf+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-base+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-fax-detect+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-fax-sendrecv+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-group+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-speech+xml
rfc^rfc5707|template^application/vnd.radisys.msml-dialog-transform+xml
person^Kevin_Crook|template^application/vnd.rainstor.data
person^Etay_Szekely|template^application/vnd.rapid
person^Kim_Scarborough|template^application/vnd.rar
person^Nick_Reeves|template^application/vnd.realvnc.bed
person^W3C_Music_Notation_Community_Group|template^application/vnd.recordare.musicxml
person^W3C_Music_Notation_Community_Group|template^application/vnd.recordare.musicxml+xml
person^Frantisek_Kucera|template^application/vnd.relpipe
person^James_Wick|template^application/vnd.RenLearn.rlprint
person^Benedikt_Muessig|template^application/vnd.resilient.logic
person^Stephen_Mizell|template^application/vnd.restful+json
person^Ken_Jibiki|template^application/vnd.rig.cryptonote
-
-
-
person^Sybren_Kikstra|template^application/vnd.route66.link66+xml
person^Lee_Harding|template^application/vnd.rs-274x
person^Jerry_Harris|template^application/vnd.ruckus.download
person^Lauri_Tarkkala|template^application/vnd.s3sms
person^Heikki_Vesalainen|template^application/vnd.sailingtracker.track
person^Markus_Strehle|template^application/vnd.sar
person^Shinji_Kusakari|template^application/vnd.sbm.cid
person^Masanori_Murai|template^application/vnd.sbm.mid2
person^Craig_Bradney|template^application/vnd.scribus
person^John_Kwan|template^application/vnd.sealed.3df
person^John_Kwan|template^application/vnd.sealed.csf
person^David_Petersen|template^application/vnd.sealed.doc
person^David_Petersen|template^application/vnd.sealed.eml
person^David_Petersen|template^application/vnd.sealed.mht
person^Martin_Lambert|template^application/vnd.sealed.net
person^David_Petersen|template^application/vnd.sealed.ppt
person^John_Kwan^Martin_Lambert|template^application/vnd.sealed.tiff
person^David_Petersen|template^application/vnd.sealed.xls
person^David_Petersen|template^application/vnd.sealedmedia.softseal.html
person^David_Petersen|template^application/vnd.sealedmedia.softseal.pdf
person^Steve_Webb|template^application/vnd.seemail
person^ICT_Manager|template^application/vnd.seis+json
person^Anders_Hansson|template^application/vnd.sema
person^Anders_Hansson|template^application/vnd.semd
person^Anders_Hansson|template^application/vnd.semf
person^Connor_Horman|template^application/vnd.shade-save-file
person^Guy_Selzler|template^application/vnd.shana.informed.formdata
person^Guy_Selzler|template^application/vnd.shana.informed.formtemplate
person^Guy_Selzler|template^application/vnd.shana.informed.interchange
person^Guy_Selzler|template^application/vnd.shana.informed.package
person^Ben_Ramsey|template^application/vnd.shootproof+json
person^Ronald_Jacobs|template^application/vnd.shopkick+json
person^Mi_Tar|template^application/vnd.shp
person^Mi_Tar|template^application/vnd.shx
person^Uwe_Hermann|template^application/vnd.sigrok.session
person^Patrick_Koh|template^application/vnd.SimTech-MindMapper
person^Kevin_Swiber|template^application/vnd.siren+json
person^Philipp_Schafft|template^application/vnd.sirtx.vmv0
person^Center_for_Mobile_Learning_with_Digital_Technology|template^application/vnd.sketchometry
person^Hiroaki_Takahashi|template^application/vnd.smaf
person^Jonathan_Neitz|template^application/vnd.smart.notebook
person^Michael_Boyle|template^application/vnd.smart.teacher
person^Reinhard_Holzner|template^application/vnd.smintio.portals.archive
person^Connor_Horman|template^application/vnd.snesdev-page-table
person^Jakub_Hytka^Martin_Vondrous|template^application/vnd.software602.filler.form+xml
person^Jakub_Hytka^Martin_Vondrous|template^application/vnd.software602.filler.form-xml-zip
person^Cliff_Gauntlett|template^application/vnd.solent.sdkm+xml
person^Stefan_Jernberg|template^application/vnd.spotfire.dxp
person^Stefan_Jernberg|template^application/vnd.spotfire.sfs
person^Clemens_Ladisch|template^application/vnd.sqlite3
person^Asang_Dani|template^application/vnd.sss-cod
person^Eric_Bruno|template^application/vnd.sss-dtf
person^Eric_Bruno|template^application/vnd.sss-ntf
-
-
-
-
-
-
-
person^Henrik_Andersson|template^application/vnd.stepmania.package
person^Henrik_Andersson|template^application/vnd.stepmania.stepchart
person^Glenn_Levitt|template^application/vnd.street-stream
person^Marc_Hadley|template^application/vnd.sun.wadl+xml
-
-
-
-
-
-
-
-
-
-
person^Shane_Valdez|template^application/vnd.superfile.super
person^Jonathan_Niedfeldt|template^application/vnd.sus-calendar
person^Scott_Becker|template^application/vnd.svd
person^Glenn_Widener|template^application/vnd.swiftview-ics
person^Finn_Rayk_Gärtner|template^application/vnd.sybyl.mol2
person^Johann_Terblanche|template^application/vnd.sycle+xml
person^Dan_Nurmi|template^application/vnd.syft+json
-
person^OMA_Data_Synchronization_WG|template^application/vnd.syncml+xml
person^OMA-DM_Work_Group|template^application/vnd.syncml.dm+wbxml
person^Bindu_Rama_Rao^OMA-DM_Work_Group|template^application/vnd.syncml.dm+xml
person^OMA-DM_Work_Group^Peter_Thompson|template^application/vnd.syncml.dm.notification
person^OMA-DM_Work_Group|template^application/vnd.syncml.dmddf+wbxml
person^OMA-DM_Work_Group|template^application/vnd.syncml.dmddf+xml
person^OMA-DM_Work_Group|template^application/vnd.syncml.dmtnds+wbxml
person^OMA-DM_Work_Group|template^application/vnd.syncml.dmtnds+xml
person^OMA_Data_Synchronization_WG|template^application/vnd.syncml.ds.notification
person^Paul_Walsh|template^application/vnd.tableschema+json
person^Daniel_Shelton|template^application/vnd.tao.intent-module-archive
person^Glen_Turner^Guy_Harris|template^application/vnd.tcpdump.pcap
-
person^Arno_Schoedl|template^application/vnd.think-cell.ppttc+json
person^Alex_Sibilev|template^application/vnd.tmd.mediaflex.api+xml
person^Joey_Smith|template^application/vnd.tml
person^Nicolas_Helin|template^application/vnd.tmobile-livetv
person^Rick_Rupp|template^application/vnd.tri.onesource
person^Frank_Cusack|template^application/vnd.trid.tpt
person^Steven_Simonoff|template^application/vnd.triscape.mxs
person^J._Scott_Hepler|template^application/vnd.trueapp
person^Brad_Chase|template^application/vnd.truedoc
person^Martin_Talbot|template^application/vnd.ubisoft.webplayer
person^Dave_Manning|template^application/vnd.ufdl
person^Union_Internationale_des_Chemins_de_fer|template^application/vnd.uic.dosipas.v1
person^Union_Internationale_des_Chemins_de_fer|template^application/vnd.uic.dosipas.v2
person^David_Sarfatti|template^application/vnd.uic.osdm+json
person^Union_Internationale_des_Chemins_de_fer|template^application/vnd.uic.tlb-fcb
person^Tim_Ocock|template^application/vnd.uiq.theme
person^Jamie_Riden|template^application/vnd.umajin
person^Unity3d|template^application/vnd.unity
person^Arne_Gerdes|template^application/vnd.uoml+xml
person^Bruce_Martin|template^application/vnd.uplanet.alert
person^Bruce_Martin|template^application/vnd.uplanet.alert-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.bearer-choice
person^Bruce_Martin|template^application/vnd.uplanet.bearer-choice-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.cacheop
person^Bruce_Martin|template^application/vnd.uplanet.cacheop-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.channel
person^Bruce_Martin|template^application/vnd.uplanet.channel-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.list
person^Bruce_Martin|template^application/vnd.uplanet.list-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.listcmd
person^Bruce_Martin|template^application/vnd.uplanet.listcmd-wbxml
person^Bruce_Martin|template^application/vnd.uplanet.signal
person^Sebastian_Baer|template^application/vnd.uri-map
person^Henrik_Andersson|template^application/vnd.valve.source.material
person^Taisuke_Sugimoto|template^application/vnd.vcx
person^Luc_Rogge|template^application/vnd.vd-study
person^Biplab_Sarkar^Lyndsey_Ferguson|template^application/vnd.vectorworks
person^James_Wigger|template^application/vnd.vel+json
person^Thomas_Fossati|template^application/vnd.veraison.tsm-report+cbor
person^Thomas_Fossati|template^application/vnd.veraison.tsm-report+json
person^Oliver_Terbu^OpenID_Foundation_Digital_Credentials_Protocols_WG|template^application/vnd.verifier-attestation+jwt
person^Petr_Peterka|template^application/vnd.verimatrix.vcas
person^Al_Brown|template^application/vnd.veritone.aion+json
person^Massimo_Bertoli|template^application/vnd.veryant.thin
person^Jim_Zubov|template^application/vnd.ves.encrypted
person^Robert_Hess|template^application/vnd.vidsoft.vidconference
person^Troy_Sandal|template^application/vnd.visio
person^Gayatri_Aravindakumar|template^application/vnd.visionary
person^Mark_Risher|template^application/vnd.vividence.scriptfile
person^Wu_Chang|template^application/vnd.vocalshaper.vsp4
person^Delton_Rowe|template^application/vnd.vsf
person^Phillip_Gimmi|template^application/vnd.vuq
person^John_J_Kolb_V|template^application/vnd.wantverse
person^WAP-Forum|template^application/vnd.wap.sic
person^WAP-Forum|template^application/vnd.wap.slc
person^Peter_Stark|template^application/vnd.wap.wbxml
person^Peter_Stark|template^application/vnd.wap.wmlc
person^Peter_Stark|template^application/vnd.wap.wmlscriptc
person^Fawad_Shaikh|template^application/vnd.wasmflow.wafl
person^Yaser_Rehem|template^application/vnd.webturbo
person^Dr._Jun_Tian^Wi-Fi_Alliance|template^application/vnd.wfa.dpp
person^Mick_Conley|template^application/vnd.wfa.p2p
person^Wi-Fi_Alliance|template^application/vnd.wfa.wsc
person^Priya_Dandawate|template^application/vnd.windows.devicepairing
person^Rubén_Fabián_Beltrán_del_Río_Vara|template^application/vnd.wmap
person^Thomas_Kjornes|template^application/vnd.wmc
person^Prakash_Iyer^Thinh_Nguyenphu|template^application/vnd.wmf.bootstrap
person^Wolfram|template^application/vnd.wolfram.mathematica
person^Wolfram|template^application/vnd.wolfram.mathematica.package
person^Wolfram|template^application/vnd.wolfram.player
-
person^David_Riccitelli|template^application/vnd.wordlift
person^Kim_Scarborough|template^application/vnd.wordperfect
person^Jan_Boström|template^application/vnd.wqd
person^Chris_Bartram|template^application/vnd.wrq-hp3000-labelled
person^Bill_Wohler|template^application/vnd.wt.stf
person^Matti_Salmi|template^application/vnd.wv.csp+wbxml
person^John_Ingi_Ingimundarson|template^application/vnd.wv.csp+xml
person^John_Ingi_Ingimundarson|template^application/vnd.wv.ssp+xml
person^David_Brossard|template^application/vnd.xacml+json
person^David_Matthewman|template^application/vnd.xara
person^Ben_Brown|template^application/vnd.xarin.cpj
person^Gioele_Stefano_Luca_Fierro|template^application/vnd.xcdn
person^Svante_Seleborg|template^application/vnd.xecrets-encrypted
person^Dave_Manning|template^application/vnd.xfdl
person^Michael_Mansell|template^application/vnd.xfdl.webform
person^Fred_Waskiewicz|template^application/vnd.xmi+xml
person^Reuven_Sherwin|template^application/vnd.xmpie.cpkg
person^Reuven_Sherwin|template^application/vnd.xmpie.dpkg
person^Reuven_Sherwin|template^application/vnd.xmpie.plan
person^Reuven_Sherwin|template^application/vnd.xmpie.ppkg
person^Reuven_Sherwin|template^application/vnd.xmpie.xlim
person^Tomohiro_Yamamoto|template^application/vnd.yamaha.hv-dic
person^Tomohiro_Yamamoto|template^application/vnd.yamaha.hv-script
person^Tomohiro_Yamamoto|template^application/vnd.yamaha.hv-voice
person^Mark_Olleson|template^application/vnd.yamaha.openscoreformat
person^Mark_Olleson|template^application/vnd.yamaha.openscoreformat.osfpvg+xml
person^Takehiro_Sukizaki|template^application/vnd.yamaha.remote-setup
person^Keiichi_Shinoda|template^application/vnd.yamaha.smaf-audio
person^Keiichi_Shinoda|template^application/vnd.yamaha.smaf-phrase
person^Takehiro_Sukizaki|template^application/vnd.yamaha.through-ngn
person^Takehiro_Sukizaki|template^application/vnd.yamaha.tunnel-udpencap
person^Jens_Jorgensen|template^application/vnd.yaoweme
person^Mr._Yellow|template^application/vnd.yellowriver-custom-menu
notes^(OBSOLETED in favor of video/vnd.youtube.yt)|person^Laura_Wood|template^application/vnd.youtube.yt
person^Ganeshprabhu_Rajendran|template^application/vnd.zoho-document.writer
person^Manivannan_Subburaj|template^application/vnd.zoho-presentation.show
person^Srikanth_Sankar|template^application/vnd.zoho.spreadsheetml.sheet
person^Rene_Grothmann|template^application/vnd.zul
person^Micheal_Hewett|template^application/vnd.zzazz.deck+xml
rfc^rfc4267|template^application/voicexml+xml
draft^draft-ietf-anima-constrained-voucher-23
rfc^rfc8366|template^application/voucher-cms+json
draft^draft-ietf-anima-constrained-voucher-17
draft^RFC-ietf-anima-jws-voucher-16|template^application/voucher-jws+json
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vp
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vp+cose
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vp+jwt
person^Ivan_Herman^W3C_Verifiable_Credentials_WG|template^application/vp+sd-jwt
rfc^rfc6035|template^application/vq-rtcpxr
-
-
person^Eric_Prudhommeaux^W3C|template^application/wasm
rfc^rfc3858|template^application/watcherinfo+xml
draft^draft-yasskin-wpack-bundled-exchanges-02
rfc^rfc8292|template^application/webpush-options+json
rfc^rfc2957|template^application/whoispp-query
rfc^rfc2958|template^application/whoispp-response
person^Steven_Pemberton^W3C|template^application/widget|uri^http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget
-
person^Larry_Campbell|template^application/wita
person^Roy_T._Fielding
-
-
person^Paul_Lindner|template^application/wordperfect5.1
-
-
person^W3C|template^application/wsdl+xml
person^W3C|template^application/wspolicy+xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
rfc^rfc8894|template^application/x-pki-message
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
person^Anne_van_Kesteren^WHATWG|template^application/x-www-form-urlencoded
rfc^rfc8894|template^application/x-x509-ca-cert
rfc^rfc8894|template^application/x-x509-ca-ra-cert
-
-
-
-
rfc^rfc8894|template^application/x-x509-next-ca-cert
-
-
-
-
-
-
-
-
-
-
rfc^rfc1494|template^application/x400-bp
-
rfc^rfc7061|template^application/xacml+xml
-
rfc^rfc4825|template^application/xcap-att+xml
rfc^rfc4825|template^application/xcap-caps+xml
rfc^rfc5874|template^application/xcap-diff+xml
rfc^rfc4825|template^application/xcap-el+xml
rfc^rfc4825|template^application/xcap-error+xml
rfc^rfc4825|template^application/xcap-ns+xml
rfc^rfc6502|template^application/xcon-conference-info+xml
rfc^rfc6502|template^application/xcon-conference-info-diff+xml
person^Joseph_Reagle^XENC_WG|template^application/xenc+xml
person^Betsy_Fanning^ISO-TC_171-SC_2|template^application/xfdf
person^Robin_Berjon^W3C|template^application/xhtml+xml
draft^draft-mccobb-xplusv-media-type|notes^- OBSOLETE; no replacement given|template^application/xhtml-voice+xml
person^Chet_Ensign^OASIS|template^application/xliff+xml
rfc^rfc7303|template^application/xml
rfc^rfc7303|template^application/xml-dtd
rfc^rfc7303|template^application/xml-external-parsed-entity
rfc^rfc7351|template^application/xml-patch+xml
rfc^rfc3923|template^application/xmpp+xml
person^Mark_Nottingham|template^application/xop+xml
-
-
-
person^W3C|template^application/xslt+xml|uri^http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration
-
rfc^rfc4374|template^application/xv+xml
rfc^rfc9512|template^application/yaml|uri^https://yaml.org/spec/1.2.2/
rfc^rfc6020|template^application/yang
rfc^rfc9254|template^application/yang-data+cbor
rfc^rfc8040|template^application/yang-data+json
rfc^rfc8040|template^application/yang-data+xml
rfc^rfc8072|template^application/yang-patch+json
rfc^rfc8072|template^application/yang-patch+xml
rfc^rfc9595|template^application/yang-sid+json
rfc^rfc6020|template^application/yin+xml
person^Paul_Lindner|template^application/zip
rfc^rfc6713|template^application/zlib
rfc^rfc8878|template^application/zstd
rfc^rfc6015|template^audio/1d-interleaved-parityfec
rfc^rfc2421^rfc3802|template^audio/32kadpcm
rfc^rfc3839^rfc6381|template^audio/3gpp
rfc^rfc4393^rfc6381|template^audio/3gpp2
person^ISO-IEC_JTC_1^Max_Neuendorf|template^audio/aac
rfc^rfc4184|template^audio/ac3
-
rfc^rfc4867|template^audio/AMR
rfc^rfc4867|template^audio/AMR-WB
rfc^rfc4352|template^audio/amr-wb+
rfc^rfc7310|template^audio/aptx
rfc^rfc6295|template^audio/asc
rfc^rfc5584|template^audio/ATRAC-ADVANCED-LOSSLESS
rfc^rfc5584|template^audio/ATRAC-X
rfc^rfc5584|template^audio/ATRAC3
rfc^rfc2045^rfc2046|template^audio/basic
rfc^rfc4298|template^audio/BV16
rfc^rfc4298|template^audio/BV32
rfc^rfc4040|template^audio/clearmode
rfc^rfc3389|template^audio/CN
rfc^rfc3190|template^audio/DAT12
rfc^rfc4613|template^audio/dls
rfc^rfc3557|template^audio/dsr-es201108
rfc^rfc4060|template^audio/dsr-es202050
rfc^rfc4060|template^audio/dsr-es202211
rfc^rfc4060|template^audio/dsr-es202212
rfc^rfc6469|template^audio/DV
rfc^rfc4856|template^audio/DVI4
rfc^rfc4598|template^audio/eac3
rfc^rfc6849|template^audio/encaprtp
rfc^rfc4788|template^audio/EVRC
rfc^rfc3625|template^audio/EVRC-QCP
rfc^rfc4788|template^audio/EVRC0
rfc^rfc4788|template^audio/EVRC1
rfc^rfc5188|template^audio/EVRCB
rfc^rfc5188|template^audio/EVRCB0
rfc^rfc4788|template^audio/EVRCB1
rfc^rfc6884|template^audio/EVRCNW
rfc^rfc6884|template^audio/EVRCNW0
rfc^rfc6884|template^audio/EVRCNW1
rfc^rfc5188|template^audio/EVRCWB
rfc^rfc5188|template^audio/EVRCWB0
rfc^rfc5188|template^audio/EVRCWB1
person^Kyunghun_Jung^_3GPP|template^audio/EVS
rfc^rfc4735|template^audio/example
rfc^rfc9639|template^audio/flac
rfc^rfc8627|template^audio/flexfec
rfc^rfc6354|template^audio/fwdred
rfc^rfc7655|template^audio/G711-0
rfc^rfc5404|rfc-errata^3245|template^audio/G719
rfc^rfc4856|template^audio/G722
rfc^rfc5577|template^audio/G7221
rfc^rfc4856|template^audio/G723
rfc^rfc4856|template^audio/G726-16
rfc^rfc4856|template^audio/G726-24
rfc^rfc4856|template^audio/G726-32
rfc^rfc4856|template^audio/G726-40
rfc^rfc4856|template^audio/G728
rfc^rfc4856|template^audio/G729
rfc^rfc4749^rfc5459|template^audio/G7291
rfc^rfc4856|template^audio/G729D
rfc^rfc4856|template^audio/G729E
rfc^rfc4856|template^audio/GSM
rfc^rfc4856|template^audio/GSM-EFR
rfc^rfc5993|template^audio/GSM-HR-08
rfc^rfc3952|template^audio/iLBC
rfc^rfc6262|template^audio/ip-mr_v2.5
rfc^rfc4856|template^audio/L16
rfc^rfc3190|template^audio/L20
rfc^rfc3190|template^audio/L24
rfc^rfc4856|template^audio/L8
rfc^rfc4856|template^audio/LPC
rfc^rfc9559|template^audio/matroska
rfc^rfc8130|template^audio/MELP
rfc^rfc8130|template^audio/MELP1200
rfc^rfc8130|template^audio/MELP2400
rfc^rfc8130|template^audio/MELP600
person^ISO-IEC_JTC_1^Ingo_Hofmann^Nils_Peters|template^audio/mhas
-
person^Benjamin_Israel^MIDI_Association|template^audio/midi-clip
rfc^rfc4723|template^audio/mobile-xmf
rfc^rfc4337^rfc6381|template^audio/mp4
rfc^rfc6416|template^audio/MP4A-LATM
rfc^rfc3555|template^audio/MPA
rfc^rfc5219|template^audio/mpa-robust
rfc^rfc3003|template^audio/mpeg
rfc^rfc3640^rfc5691^rfc6295|template^audio/mpeg4-generic
rfc^rfc5334^rfc7845|template^audio/ogg
rfc^rfc7587|template^audio/opus
rfc^rfc3009|template^audio/parityfec
rfc^rfc4856|template^audio/PCMA
rfc^rfc5391|template^audio/PCMA-WB
rfc^rfc4856|template^audio/PCMU
rfc^rfc5391|template^audio/PCMU-WB
person^Linus_Walleij|template^audio/prs.sid
rfc^rfc3555^rfc3625|template^audio/QCELP
rfc^rfc6682|template^audio/raptorfec
rfc^rfc3555|template^audio/RED
person^_3GPP|template^audio/rtp-enc-aescm128
rfc^rfc6295|template^audio/rtp-midi
rfc^rfc6849|template^audio/rtploopback
rfc^rfc4588|template^audio/rtx
-
rfc^rfc9607|template^audio/scip
-
rfc^rfc3558|template^audio/SMV
rfc^rfc3625|template^audio/SMV-QCP
rfc^rfc3558|template^audio/SMV0
person^AES^Piotr_Majdak|template^audio/sofa
note^5|person^Aria_Barak|template^audio/soundfont
person^Athan_Billias^MIDI_Association|template^audio/sp-midi
rfc^rfc5574|template^audio/speex
rfc^rfc4351|template^audio/t140c
rfc^rfc4612|template^audio/t38
rfc^rfc4733|template^audio/telephone-event
person^ETSI^Miguel_Angel_Reina_Ortega|template^audio/TETRA_ACELP
person^ETSI^Miguel_Angel_Reina_Ortega|template^audio/TETRA_ACELP_BB
rfc^rfc4733|template^audio/tone
rfc^rfc8817|template^audio/TSVCIS
rfc^rfc5686|template^audio/UEMCLIP
rfc^rfc5109|template^audio/ulpfec
person^ISO-IEC_JTC_1^Max_Neuendorf|template^audio/usac
rfc^rfc4856|template^audio/VDVI
rfc^rfc4348^rfc4424|template^audio/VMR-WB
person^Thomas_Belling|template^audio/vnd.3gpp.iufp
person^Serge_De_Jaham|template^audio/vnd.4SB
-
person^Vicki_DeBarros|template^audio/vnd.audiokoz
person^Egbert_von_Frankenberg|template^audio/vnd.blockfact.facta
person^Serge_De_Jaham|template^audio/vnd.CELP
person^Rajesh_Kumar|template^audio/vnd.cisco.nse
person^Jean-Philippe_Goulet|template^audio/vnd.cmles.radio-events
person^Ann_McLaughlin|template^audio/vnd.cns.anp1
person^Ann_McLaughlin|template^audio/vnd.cns.inf1
person^Michael_A_Dolan|template^audio/vnd.dece.audio
person^Armands_Strazds|template^audio/vnd.digital-winds
person^Edwin_Heredia|template^audio/vnd.dlna.adts
person^Steve_Hattersley|template^audio/vnd.dolby.heaac.1
person^Steve_Hattersley|template^audio/vnd.dolby.heaac.2
person^Mike_Ward|template^audio/vnd.dolby.mlp
person^Steve_Hattersley|template^audio/vnd.dolby.mps
person^Steve_Hattersley|template^audio/vnd.dolby.pl2
person^Steve_Hattersley|template^audio/vnd.dolby.pl2x
person^Steve_Hattersley|template^audio/vnd.dolby.pl2z
person^Steve_Hattersley|template^audio/vnd.dolby.pulse.1
person^Jiang_Tian|template^audio/vnd.dra
person^William_Zou|template^audio/vnd.dts
person^William_Zou|template^audio/vnd.dts.hd
person^Phillip_Maness|template^audio/vnd.dts.uhd
person^Peter_Siebert|template^audio/vnd.dvb.file
person^Shay_Cicelsky|template^audio/vnd.everad.plj
person^Swaminathan|template^audio/vnd.hns.audio
person^Greg_Vaudreuil|template^audio/vnd.lucent.voice
person^Steve_DiAcetis|template^audio/vnd.ms-playready.media.pya
person^Nokia|template^audio/vnd.nokia.mobile-xmf
person^Glenn_Parsons|template^audio/vnd.nortel.vbk
person^Michael_Fox|template^audio/vnd.nuera.ecelp4800
person^Michael_Fox|template^audio/vnd.nuera.ecelp7470
person^Michael_Fox|template^audio/vnd.nuera.ecelp9600
person^Greg_Vaudreuil|template^audio/vnd.octel.sbc
person^Matthias_Juwan|template^audio/vnd.presonus.multitrack
notes^- DEPRECATED in favor of audio/qcelp|rfc^rfc3625|template^audio/vnd.qcelp
person^Greg_Vaudreuil|template^audio/vnd.rhetorex.32kadpcm
person^Martin_Dawe|template^audio/vnd.rip
person^David_Petersen|template^audio/vnd.sealedmedia.softseal.mpeg
person^Greg_Vaudreuil|template^audio/vnd.vmx.cvsd
-
rfc^rfc5215|template^audio/vorbis
rfc^rfc5215|template^audio/vorbis-config
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
rfc^rfc8081|template^font/collection
rfc^rfc8081|template^font/otf
rfc^rfc8081|template^font/sfnt
rfc^rfc8081|template^font/ttf
rfc^rfc8081|template^font/woff
rfc^rfc8081|template^font/woff2
rfc^rfc9695|template^haptics/hjif
draft^RFC-ietf-avtcore-rtp-haptics-13|rfc^rfc9695|template^haptics/hmpg
rfc^rfc9695|template^haptics/ivs
person^Howard_Lukk^SMPTE|template^image/aces
person^W3C^W3C_PNG_WG|template^image/apng
person^David_Singer^ISO-IEC_JTC_1|template^image/avci
person^David_Singer^ISO-IEC_JTC_1|template^image/avcs
person^Alliance_for_Open_Media^Cyril_Concolato|template^image/avif
rfc^rfc7903|template^image/bmp
person^Alan_Francis|template^image/cgm
-
person^DICOM_Standard_Committee^David_Clunie|template^image/dicom-rle
person^SMPTE^SMPTE_Director_of_Standards_Development|template^image/dpx
rfc^rfc7903|template^image/emf
rfc^rfc4735|template^image/example
rfc^rfc4047|template^image/fits
rfc^rfc1494|template^image/g3fax
rfc^rfc2045^rfc2046|template^image/gif
person^David_Singer^ISO-IEC_JTC_1|template^image/heic
person^David_Singer^ISO-IEC_JTC_1|template^image/heic-sequence
person^David_Singer^ISO-IEC_JTC_1|template^image/heif
person^David_Singer^ISO-IEC_JTC_1|template^image/heif-sequence
person^ISO-IEC_JTC_1^ITU-T|template^image/hej2k
notes^(OBSOLETE)|person^ISO-IEC_JTC_1^ITU-T|template^image/hsj2
-
rfc^rfc1314|template^image/ief
person^ISO-IEC_JTC_1^ISO-IEC_JTC_1_SC_29_WG_1^ITU-T|template^image/j2c
person^ISO-IEC_JTC_1-SC_29-WG_1_Convenor
person^ISO-IEC_JTC_1_SC_29_WG_1^Ye-Kui_Wang|template^image/jaii
person^ISO-IEC_JTC_1_SC_29_WG_1^Ye-Kui_Wang|template^image/jais
person^DICOM_Standard_Committee^David_Clunie|template^image/jls
rfc^rfc3745|template^image/jp2
rfc^rfc2045^rfc2046|template^image/jpeg
person^ISO-IEC_JTC_1^ITU-T|template^image/jph
person^ISO-IEC_JTC_1^ITU-T|template^image/jphc
rfc^rfc3745|template^image/jpm
person^ISO-IEC_JTC_1_SC_29_WG_1|rfc^rfc3745|template^image/jpx
person^ISO-IEC_JTC_1^ISO-IEC_JTC_1_SC_29_WG_1|template^image/jxl
person^ISO-IEC_JTC_1^ITU-T|template^image/jxr
person^ISO-IEC_JTC_1^ITU-T|template^image/jxrA
person^ISO-IEC_JTC_1^ITU-T|template^image/jxrS
person^ISO-IEC_JTC_1|template^image/jxs
person^ISO-IEC_JTC_1|template^image/jxsc
person^ISO-IEC_JTC_1|template^image/jxsi
person^ISO-IEC_JTC_1|template^image/jxss
person^Khronos^Mark_Callow|template^image/ktx
person^Khronos^Mark_Callow|template^image/ktx2
person^Ilya_Ferber|template^image/naplps
-
person^Pierre-Anthony_Lemieux
-
person^PNG_WG^W3C|template^image/png|uri^https://www.w3.org/TR/PNG/
person^Ben_Simon|template^image/prs.btif
person^Juern_Laun|template^image/prs.pti
person^Michael_Sweet|template^image/pwg-raster
-
person^W3C|template^image/svg+xml|uri^http://www.w3.org/TR/SVG/mimereg.html
rfc^rfc3362|template^image/t38
-
rfc^rfc3302|template^image/tiff
rfc^rfc3950|template^image/tiff-fx
person^Kim_Scarborough|template^image/vnd.adobe.photoshop
-
person^Gary_Clueit|template^image/vnd.airzip.accelerator.azv
person^Egbert_von_Frankenberg|template^image/vnd.blockfact.facti
person^Ryo_Inaba|template^image/vnd.clip
person^Ann_McLaughlin|template^image/vnd.cns.inf2
person^Michael_A_Dolan|template^image/vnd.dece.graphic
-
person^Leon_Bottou|template^image/vnd.djvu
person^Michael_Lagally^Peter_Siebert|template^image/vnd.dvb.subtitle
person^Jodi_Moline|template^image/vnd.dwg
-
person^Jodi_Moline|template^image/vnd.dxf
person^Scott_Becker|template^image/vnd.fastbidsheet
person^Marc_Douglas_Spencer|template^image/vnd.fpx
person^Arild_Fuldseth|template^image/vnd.fst
person^Masanori_Onda|template^image/vnd.fujixerox.edmics-mmr
person^Masanori_Onda|template^image/vnd.fujixerox.edmics-rlc
person^Martin_Bailey|template^image/vnd.globalgraphics.pgb
person^Simon_Butcher|template^image/vnd.microsoft.icon
person^Saveen_Reddy|template^image/vnd.mix
person^Stuart_Parmenter|template^image/vnd.mozilla.apng
person^Gregory_Vaughan|template^image/vnd.ms-modi
-
person^Marc_Douglas_Spencer|template^image/vnd.net-fpx
-
person^Jan_Zeman^PCO_AG|template^image/vnd.pco.b16
person^Greg_Ward^Randolph_Fritz|template^image/vnd.radiance
person^David_Petersen|template^image/vnd.sealed.png
person^David_Petersen|template^image/vnd.sealedmedia.softseal.gif
person^David_Petersen|template^image/vnd.sealedmedia.softseal.jpg
person^Jodi_Moline|template^image/vnd.svf
person^Ni_Hui|template^image/vnd.tencent.tap
person^Henrik_Andersson|template^image/vnd.valve.source.texture
person^Peter_Stark|template^image/vnd.wap.wbmp
person^Steven_Martin|template^image/vnd.xiff
-
person^Chris_Charabaruk|template^image/vnd.zbrush.pcx
rfc^rfc9649|template^image/webp
rfc^rfc7903|template^image/wmf
-
-
-
-
-
-
-
-
-
-
-
notes^- DEPRECATED in favor of image/emf|rfc^rfc7903|template^image/emf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
notes^- DEPRECATED in favor of image/wmf|rfc^rfc7903|template^image/wmf
-
-
-
-
-
rfc^rfc9292|template^message/bhttp
rfc^rfc3862|template^message/CPIM
rfc^rfc1894|template^message/delivery-status
rfc^rfc8098|template^message/disposition-notification
rfc^rfc4735|template^message/example
rfc^rfc2045^rfc2046|template^message/external-body
rfc^rfc5965|template^message/feedback-report
rfc^rfc6532|template^message/global
rfc^rfc6533|template^message/global-delivery-status
rfc^rfc6533|template^message/global-disposition-notification
rfc^rfc6533|template^message/global-headers
rfc^rfc9112|template^message/http
rfc^rfc5438|template^message/imdn+xml
rfc^rfc9420|template^message/mls
notes^(OBSOLETED by )|person^Henry_Spencer|rfc^rfc5537|template^message/news
draft^RFC-ietf-ohai-chunked-ohttp-08|template^message/ohttp-chunked-req
draft^RFC-ietf-ohai-chunked-ohttp-08|template^message/ohttp-chunked-res
rfc^rfc9458|template^message/ohttp-req
rfc^rfc9458|template^message/ohttp-res
rfc^rfc2045^rfc2046|template^message/partial
rfc^rfc2045^rfc2046|template^message/rfc822
notes^(OBSOLETE)|rfc^rfc2660|template^message/s-http|uri^https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic
rfc^rfc3261|template^message/sip
rfc^rfc3420|template^message/sipfrag
rfc^rfc3886|template^message/tracking-status
notes^(OBSOLETED by request)|person^Nicholas_Parks_Young|template^message/vnd.si.simp
person^Mick_Conley|template^message/vnd.wfa.wsc
-
person^Michael_Sweet^_3MF|template^model/3mf|uri^http://www.3mf.io/specification
person^ASTM|template^model/e57
rfc^rfc4735|template^model/example
person^Khronos^Uli_Klumpp|template^model/gltf+json
person^Khronos^Saurabh_Bhatia|template^model/gltf-binary
person^Curtis_Parks|template^model/iges
person^ISO-TC_184-SC_4^Michael_Zink|template^model/JT
rfc^rfc2077|template^model/mesh
person^Carolyn_Hull^DICOM_Standard_Committee^DICOM_WG_17|template^model/mtl
person^Carolyn_Hull^DICOM_Standard_Committee^DICOM_WG_17|template^model/obj
person^Betsy_Fanning^ISO-TC_171-SC_2|template^model/prc
person^Dana_Tripp^ISO-TC_184-SC_4|template^model/step
person^Dana_Tripp^ISO-TC_184-SC_4|template^model/step+xml
person^Dana_Tripp^ISO-TC_184-SC_4|template^model/step+zip
person^Dana_Tripp^ISO-TC_184-SC_4|template^model/step-xml+zip
person^Carolyn_Hull^DICOM_Standard_Committee^DICOM_WG_17|template^model/stl
person^PDF_Association^Peter_Wyatt|template^model/u3d
person^Displaced_Micro-Mesh_SDK_Support|template^model/vnd.bary
person^Robert_Monaghan|template^model/vnd.cld
person^James_Riordon|template^model/vnd.collada+xml
person^Jason_Pratt|template^model/vnd.dwf
-
person^Michael_Powers|template^model/vnd.flatland.3dml
person^Attila_Babits|template^model/vnd.gdl
person^Attila_Babits|template^model/vnd.gs-gdl
-
person^Yutaka_Ozaki|template^model/vnd.gtw
person^Christopher_Brooks|template^model/vnd.moml+xml
person^Boris_Rabinovitch|template^model/vnd.mts
person^Eric_Lengyel|template^model/vnd.opengex
person^Parasolid|template^model/vnd.parasolid.transmit.binary
person^Parasolid|template^model/vnd.parasolid.transmit.text
person^Daniel_Flassig|template^model/vnd.pytha.pyox
person^Benson_Margulies|template^model/vnd.rosette.annotated-data-model
person^Igor_Afanasyev^SAP_SE|template^model/vnd.sap.vds
person^Sebastian_Grassia|template^model/vnd.usda
person^Sebastian_Grassia|template^model/vnd.usdz+zip
person^Henrik_Andersson|template^model/vnd.valve.source.compiled-map
person^Boris_Rabinovitch|template^model/vnd.vtu
rfc^rfc2077|template^model/vrml
-
-
-
person^Web3D_X3D|template^model/x3d+fastinfoset
-
person^Web3D^Web3D_X3D|template^model/x3d+xml
person^Web3D^Web3D_X3D|template^model/x3d-vrml
rfc^rfc2045^rfc2046|template^multipart/alternative
person^Patrik_Faltstrom|template^multipart/appledouble
rfc^rfc9110|template^multipart/byteranges
rfc^rfc2045^rfc2046|template^multipart/digest
rfc^rfc1847|template^multipart/encrypted
rfc^rfc4735|template^multipart/example
rfc^rfc7578|template^multipart/form-data
person^Dave_Crocker|template^multipart/header-set
rfc^rfc2045^rfc2046|template^multipart/mixed
rfc^rfc8255|template^multipart/multilingual
rfc^rfc2045^rfc2046|template^multipart/parallel
rfc^rfc2387|template^multipart/related
rfc^rfc6522|template^multipart/report
rfc^rfc1847|template^multipart/signed
person^Heinz-Peter_Schütz|template^multipart/vnd.bint.med-plus
rfc^rfc3801|template^multipart/voice-message
-
person^Robin_Berjon^W3C|template^multipart/x-mixed-replace
-
-
-
-
-
rfc^rfc6015|template^text/1d-interleaved-parityfec
person^Frédéric_Desbiens
-
-
person^Robin_Berjon^W3C|template^text/cache-manifest
rfc^rfc5545|template^text/calendar
person^Alex_Giladi
-
person^Bryn_Rhodes^HL7|template^text/cql
person^Bryn_Rhodes^HL7|template^text/cql-expression
person^Bryn_Rhodes^HL7|template^text/cql-identifier
rfc^rfc2318|template^text/css
rfc^rfc4180^rfc7111|template^text/csv
person^David_Underdown^National_Archives_UK|template^text/csv-schema
notes^- DEPRECATED by RFC6350|rfc^rfc2425^rfc6350|template^text/directory
rfc^rfc4027|template^text/dns
notes^(OBSOLETED in favor of text/javascript)|rfc^rfc9239|template^text/ecmascript
rfc^rfc6849|template^text/encaprtp
rfc^rfc1896|template^text/enriched
url^https://html.spec.whatwg.org/multipage/iana.html#text/event-stream
rfc^rfc4735|template^text/example
person^Bryn_Rhodes^HL7|template^text/fhirpath
rfc^rfc8627|template^text/flexfec
rfc^rfc6354|template^text/fwdred
person^Sequence_Ontology|template^text/gff3
rfc^rfc6787|template^text/grammar-ref-list
person^HL7^Marc_Duteau|template^text/hl7v2
person^Robin_Berjon^W3C|template^text/html
-
rfc^rfc9239|template^text/javascript
-
-
-
-
-
person^Peeter_Piegaze|template^text/jcr-cnd
-
-
rfc^rfc7763|template^text/markdown
person^Jesse_Alama|template^text/mizar
person^Eric_Prudhommeaux^W3C|template^text/n3
person^Sean_Leonard
note^4|person^Jeffrey_Gipson^Org_Mode|template^text/org
rfc^rfc7826|template^text/parameters
rfc^rfc3009|template^text/parityfec
url^https://html.spec.whatwg.org/multipage/iana.html#text/ping
rfc^rfc2046^rfc3676^rfc5147|template^text/plain
person^Ivan_Herman^W3C|template^text/provenance-notation
person^Benja_Fallenstein|template^text/prs.fallenstein.rst
person^John_Lines|template^text/prs.lines.tag
person^Hans-Dieter_A._Hiep|template^text/prs.prop.logic
person^Matin_Bavardi|template^text/prs.texi
rfc^rfc6682|template^text/raptorfec
rfc^rfc4102|template^text/RED
rfc^rfc6522|template^text/rfc822-headers
rfc^rfc2045^rfc2046|template^text/richtext
person^Paul_Lindner|template^text/rtf
person^_3GPP|template^text/rtp-enc-aescm128
rfc^rfc6849|template^text/rtploopback
rfc^rfc4588|template^text/rtx
rfc^rfc1874|template^text/SGML
person^Vladimir_Alexiev^W3C_SHACL_Community_Group|template^text/shaclc
person^Eric_Prudhommeaux^W3C|template^text/shex
person^Linux_Foundation^Rose_Judge|template^text/spdx
person^IEEE-ISTO-PWG-PPP|template^text/strings
rfc^rfc4103|template^text/t140
person^Paul_Lindner|template^text/tab-separated-values
rfc^rfc4263|template^text/troff
person^Eric_Prudhommeaux^W3C|template^text/turtle
rfc^rfc5109|template^text/ulpfec
rfc^rfc2483|template^text/uri-list
rfc^rfc6350|template^text/vcard
person^Regis_Dehoux|template^text/vnd.a
person^Steve_Allen|template^text/vnd.abc
person^Kim_Scarborough|template^text/vnd.ascii-art
person^Robert_Byrnes|template^text/vnd.curl
-
-
-
person^Charles_Plessy|template^text/vnd.debian.copyright
person^Dan_Bradley|template^text/vnd.DMClientScript
person^Michael_Lagally^Peter_Siebert|template^text/vnd.dvb.subtitle
person^Stefan_Eilemann|template^text/vnd.esmertec.theme-descriptor
person^Martin_Cizek|template^text/vnd.exchangeable
person^Gordon_Clarke|template^text/vnd.familysearch.gedcom
person^Steve_Gilberd|template^text/vnd.ficlab.flt
-
person^John-Mark_Gurney|template^text/vnd.fly
person^Kari_E._Hurtta|template^text/vnd.fmi.flexstor
person^Mi_Tar|template^text/vnd.gml
person^John_Ellson|template^text/vnd.graphviz
person^Hill_Hanxv|template^text/vnd.hans
person^Heungsub_Lee|template^text/vnd.hgl
person^Michael_Powers|template^text/vnd.in3d.3dml
person^Michael_Powers|template^text/vnd.in3d.spot
-
person^IPTC|template^text/vnd.IPTC.NewsML
person^IPTC|template^text/vnd.IPTC.NITF
person^Mikusiak_Lubos|template^text/vnd.latex-z
person^Mark_Patton|template^text/vnd.motorola.reflex
person^Jan_Nelson|template^text/vnd.ms-mediapackage
person^Feiyu_Xie|template^text/vnd.net2phone.commcenter.command
rfc^rfc5707|template^text/vnd.radisys.msml-basic-layout
person^Pierre_Papin|template^text/vnd.senx.warpscript
notes^(OBSOLETED by request)|person^Nicholas_Parks_Young|template^text/vnd.si.uricatalogue
person^Petter_Reinholdtsen|template^text/vnd.sosi
person^Gary_Adams|template^text/vnd.sun.j2me.app-descriptor
person^Konstantin_Semenenko|template^text/vnd.tps
person^David_Lee_Lambert|template^text/vnd.trolltech.linguist
person^Martin_Haug|template^text/vnd.typst
person^Anand_Jahagirdar|template^text/vnd.vcf
person^WAP-Forum|template^text/vnd.wap.si
person^WAP-Forum|template^text/vnd.wap.sl
person^Peter_Stark|template^text/vnd.wap.wml
person^Peter_Stark|template^text/vnd.wap.wmlscript
person^Jessie_Frazelle|template^text/vnd.zoo.kcl
person^Silvia_Pfeiffer^W3C|template^text/vtt
person^David_Neto^W3C|template^text/wgsl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
rfc^rfc7303|template^text/xml
rfc^rfc7303|template^text/xml-external-parsed-entity
rfc^rfc6015|template^video/1d-interleaved-parityfec
rfc^rfc3839^rfc6381|template^video/3gpp
rfc^rfc4396|template^video/3gpp-tt
rfc^rfc4393^rfc6381|template^video/3gpp2
person^Alliance_for_Open_Media|template^video/AV1
rfc^rfc3555|template^video/BMPEG
rfc^rfc3555|template^video/BT656
rfc^rfc3555|template^video/CelB
-
-
rfc^rfc6469|template^video/DV
rfc^rfc6849|template^video/encaprtp
rfc^rfc9584|template^video/evc
rfc^rfc4735|template^video/example
rfc^rfc9043|template^video/FFV1
rfc^rfc8627|template^video/flexfec
-
rfc^rfc4587|template^video/H261
rfc^rfc3555|template^video/H263
rfc^rfc4629|template^video/H263-1998
rfc^rfc4629|template^video/H263-2000
rfc^rfc6184|template^video/H264
rfc^rfc6185|template^video/H264-RCDO
rfc^rfc6190|template^video/H264-SVC
rfc^rfc7798|template^video/H265
rfc^rfc9328|template^video/H266
person^David_Singer^ISO-IEC_JTC_1|template^video/iso.segment
rfc^rfc3555|template^video/JPEG
rfc^rfc5371^rfc5372|template^video/jpeg2000
rfc^rfc9828|template^video/jpeg2000-scl
-
rfc^rfc9134|template^video/jxsv
person^Lottie_Animation_Community|template^video/lottie+json
rfc^rfc9559|template^video/matroska
rfc^rfc9559|template^video/matroska-3d
rfc^rfc3745|template^video/mj2
rfc^rfc3555|template^video/MP1S
rfc^rfc3555|template^video/MP2P
rfc^rfc3555|template^video/MP2T
rfc^rfc4337^rfc6381|template^video/mp4
rfc^rfc6416|template^video/MP4V-ES
rfc^rfc2045^rfc2046|template^video/mpeg
rfc^rfc3640|template^video/mpeg4-generic
rfc^rfc3555|template^video/MPV
rfc^rfc4856|template^video/nv
rfc^rfc5334^rfc7845|template^video/ogg
rfc^rfc3009|template^video/parityfec
rfc^rfc2862|template^video/pointer
person^Paul_Lindner|rfc^rfc6381|template^video/quicktime
rfc^rfc6682|template^video/raptorfec
rfc^rfc4175|template^video/raw
person^_3GPP|template^video/rtp-enc-aescm128
rfc^rfc6849|template^video/rtploopback
rfc^rfc4588|template^video/rtx
rfc^rfc9607|template^video/scip
rfc^rfc8331|template^video/smpte291
rfc^rfc3497|template^video/SMPTE292M
-
rfc^rfc5109|template^video/ulpfec
rfc^rfc4425|template^video/vc1
rfc^rfc8450|template^video/vc2
person^Egbert_von_Frankenberg|template^video/vnd.blockfact.factv
person^Frank_Rottmann|template^video/vnd.CCTV
person^Michael_A_Dolan|template^video/vnd.dece.hd
person^Michael_A_Dolan|template^video/vnd.dece.mobile
person^Michael_A_Dolan|template^video/vnd.dece.mp4
person^Michael_A_Dolan|template^video/vnd.dece.pd
person^Michael_A_Dolan|template^video/vnd.dece.sd
person^Michael_A_Dolan|template^video/vnd.dece.video
person^Nathan_Zerbe|template^video/vnd.directv.mpeg
person^Nathan_Zerbe|template^video/vnd.directv.mpeg-tts
person^Edwin_Heredia|template^video/vnd.dlna.mpeg-tts
person^Kevin_Murray^Peter_Siebert|template^video/vnd.dvb.file
person^Arild_Fuldseth|template^video/vnd.fvt
person^Swaminathan|template^video/vnd.hns.video
person^Shuji_Nakamura|template^video/vnd.iptvforum.1dparityfec-1010
person^Shuji_Nakamura|template^video/vnd.iptvforum.1dparityfec-2005
person^Shuji_Nakamura|template^video/vnd.iptvforum.2dparityfec-1010
person^Shuji_Nakamura|template^video/vnd.iptvforum.2dparityfec-2005
person^Shuji_Nakamura|template^video/vnd.iptvforum.ttsavc
person^Shuji_Nakamura|template^video/vnd.iptvforum.ttsmpeg2
person^Tom_McGinty|template^video/vnd.motorola.video
person^Tom_McGinty|template^video/vnd.motorola.videop
person^Heiko_Recktenwald|template^video/vnd.mpegurl
person^Steve_DiAcetis|template^video/vnd.ms-playready.media.pyv
person^Petteri_Kangaslampi|template^video/vnd.nokia.interleaved-multimedia
person^Miska_M._Hannuksela|template^video/vnd.nokia.mp4vr
person^Nokia|template^video/vnd.nokia.videovoip
person^John_Clark|template^video/vnd.objectvideo
person^David_Atkins|template^video/vnd.planar
person^Henrik_Andersson|template^video/vnd.radgamettools.bink
person^Henrik_Andersson|template^video/vnd.radgamettools.smacker
person^David_Petersen|template^video/vnd.sealed.mpeg1
person^David_Petersen|template^video/vnd.sealed.mpeg4
person^David_Petersen|template^video/vnd.sealed.swf
person^David_Petersen|template^video/vnd.sealedmedia.softseal.mov
person^Michael_A_Dolan|template^video/vnd.uvvu.mp4
person^John_Wolfe|template^video/vnd.vivo
person^Google|template^video/vnd.youtube.yt
rfc^rfc7741|template^video/VP8
rfc^rfc9628|template^video/VP9
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mime-types-mime-types-data-618ae00/lib/ 0000775 0000000 0000000 00000000000 15167513557 0017714 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/lib/mime-types-data.rb 0000664 0000000 0000000 00000000071 15167513557 0023237 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "mime/types/data"
mime-types-mime-types-data-618ae00/lib/mime/ 0000775 0000000 0000000 00000000000 15167513557 0020643 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/lib/mime/types/ 0000775 0000000 0000000 00000000000 15167513557 0022007 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/lib/mime/types/data.rb 0000664 0000000 0000000 00000001322 15167513557 0023243 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
module MIME
class Types
module Data
VERSION = "3.2026.0414"
# The path that will be used for loading the MIME::Types data. The
# default location is __FILE__/../../../../data, which is where the data
# lives in the gem installation of the mime-types-data library.
#
# The MIME::Types::Loader will load all JSON or columnar files contained
# in this path.
#
# System maintainer note: this is the constant to change when packaging
# mime-types for your system. It is recommended that the path be
# something like /usr/share/ruby/mime-types/.
PATH = File.expand_path("../../../../data", __FILE__)
end
end
end
mime-types-mime-types-data-618ae00/licences/ 0000775 0000000 0000000 00000000000 15167513557 0020733 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/licences/dco.txt 0000664 0000000 0000000 00000002526 15167513557 0022246 0 ustar 00root root 0000000 0000000 Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
mime-types-mime-types-data-618ae00/mime-types-data.gemspec 0000664 0000000 0000000 00000005640 15167513557 0023520 0 ustar 00root root 0000000 0000000 # -*- encoding: utf-8 -*-
# stub: mime-types-data 3.2026.0414 ruby lib
Gem::Specification.new do |s|
s.name = "mime-types-data".freeze
s.version = "3.2026.0414".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/mime-types/mime-types-data/issues", "changelog_uri" => "https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/mime-types/mime-types-data/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/mime-types/mime-types-data/" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Austin Ziegler".freeze]
s.date = "2026-04-14"
s.description = "mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. ==== To Install: ".freeze
s.email = ["halostatue@gmail.com".freeze]
s.extra_rdoc_files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "CONTRIBUTORS.md".freeze, "LICENCE.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "SECURITY.md".freeze, "licences/dco.txt".freeze]
s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "CONTRIBUTORS.md".freeze, "LICENCE.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "data/content_type_mime.db".freeze, "data/ext_mime.db".freeze, "data/mime-types.json".freeze, "data/mime.content_type.column".freeze, "data/mime.docs.column".freeze, "data/mime.encoding.column".freeze, "data/mime.flags.column".freeze, "data/mime.friendly.column".freeze, "data/mime.pext.column".freeze, "data/mime.spri.column".freeze, "data/mime.use_instead.column".freeze, "data/mime.xrefs.column".freeze, "lib/mime-types-data.rb".freeze, "lib/mime/types/data.rb".freeze, "licences/dco.txt".freeze]
s.homepage = "https://github.com/mime-types/mime-types-data/".freeze
s.licenses = ["MIT".freeze]
s.rdoc_options = ["--main".freeze, "README.md".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
s.rubygems_version = "4.0.10".freeze
s.summary = "mime-types-data provides a registry for information about MIME media type definitions".freeze
s.specification_version = 4
s.add_development_dependency(%q.freeze, ["~> 4.0".freeze])
s.add_development_dependency(%q.freeze, ["~> 2.0".freeze])
s.add_development_dependency(%q.freeze, ["> 3.6.2".freeze, "< 5".freeze])
s.add_development_dependency(%q.freeze, ["~> 1.6".freeze])
s.add_development_dependency(%q.freeze, [">= 10.0".freeze, "< 14".freeze])
s.add_development_dependency(%q.freeze, ["~> 1.0".freeze])
end
mime-types-mime-types-data-618ae00/support/ 0000775 0000000 0000000 00000000000 15167513557 0020662 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/support/apache_mime_types.rb 0000664 0000000 0000000 00000004626 15167513557 0024673 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "open-uri"
require "nokogiri"
require "cgi"
require "pathname"
require "yaml"
require "English"
require "mime/types/support"
# Update MIME types from the Apache httpd master list
class ApacheMIMETypes
DEFAULTS = {
url: "https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types",
to: Pathname(__FILE__).join("../../types")
}.freeze.each_value(&:freeze)
X_PREFIX_RE = /^x-/.freeze
def self.download(options = {})
dest = Pathname(options[:to] || DEFAULTS[:to]).expand_path
url = options.fetch(:url, DEFAULTS[:url])
puts "Downloading Apache httpd MIME type list."
puts "\t#{url}"
data = URI.parse(url).open(&:read).split($INPUT_RECORD_SEPARATOR)
data.delete_if { |line| line.start_with?("#") }
conf = MIME::Types::Container.new
data.each do |line|
type = line.split(/\t+/)
key = type.first.split(%r{/}).first.gsub(X_PREFIX_RE, "")
conf.add(key, type)
end
conf.each do |type, types|
next if type == "example"
new(type: type, registry: types, to: dest) do |parser|
puts "Extracting #{parser.type}/*."
parser.parse
parser.save
end
end
end
attr_reader :type
def initialize(options = {})
@registry = options.fetch(:registry)
@to = Pathname(options.fetch(:to)).expand_path
@type = options.fetch(:type)
@name = "#{@type}.yaml"
@file = @to.join(@name)
@types = mime_types_for(@file)
yield self if block_given?
end
def parse
@registry.each do |record|
content_type = record.first
extensions = record.last.split(/\s+/)
types = @types.select { |t| t.content_type.casecmp(content_type).zero? }
if types.empty?
MIME::Type.new(content_type) do |mt|
mt.extensions = extensions
mt.registered = false
@types.add(mt)
end
else
types.each { |mt|
mt.extensions = (mt.extensions + extensions)
}
end
end
end
def save
@to.mkpath
File.open(@file, "wb") { |f|
f.puts @types
.map
.to_a
.sort { |a, b| a.content_type.casecmp(b.content_type) }
.uniq
.to_yaml
}
end
private
def mime_types_for(file)
if file.exist?
MIME::Types::Loader.load_from_yaml(file)
else
MIME::Types.new
end
end
end
mime-types-mime-types-data-618ae00/support/convert.rb 0000664 0000000 0000000 00000010147 15167513557 0022672 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "mime/types/support"
require "fileutils"
require "json"
# Convert from YAML to JSON (and back) or columnar.
class Convert
class << self
# Create a Convert instance that converts from YAML.
def from_yaml(path = nil)
new(path: path, from: :yaml)
end
# Create a Convert instance that converts from JSON.
def from_json(path = nil)
new(path: path, from: :json)
end
# Create a Convert instance that converts from the mime-types 1.x file
# format.
def from_v1(path = nil)
new(path: path, from: :v1)
end
# Converts from YAML to JSON. Defaults to converting to a single file.
def from_yaml_to_json(from: nil, to: nil, multiple_files: false)
from_yaml(to_yaml_path(from))
.to_json(
destination: to_data_path(to),
multiple_files: to_multiple_files(multiple_files)
)
end
# Convert from YAML to YAML. Used to do an in-place update of the files.
def from_yaml_to_yaml(from: nil, to: nil, multiple_files: true) # :nodoc:
from_yaml(to_yaml_path(from))
.to_yaml(
destination: to_yaml_path(to),
multiple_files: to_multiple_files(multiple_files)
)
end
# Converts from JSON to YAML. Defaults to converting to multiple files.
def from_json_to_yaml(from: nil, to: nil, multiple_files: true)
from_json(to_data_path(from))
.to_yaml(
destination: to_yaml_path(to),
multiple_files: to_multiple_files(multiple_files)
)
end
private :new
private
def to_yaml_path(path)
to_path_or_default(path, "types")
end
def to_data_path(path)
to_path_or_default(path, "data")
end
def to_path_or_default(path, default)
if path.nil? || path.empty?
default
else
path
end
end
def to_multiple_files(flag)
case flag.to_s.downcase
when "true", "yes", "multiple"
true
else
false
end
end
end
def initialize(options = {})
raise ArgumentError, ":path is required" if options[:path].nil? || options[:path].empty?
raise ArgumentError, ":from is required" if options[:from].nil? || options[:from].empty?
@loader = MIME::Types::Loader.new(options[:path])
load_from(options[:from])
end
# Convert the data to JSON.
def to_json(options = {})
options[:destination] or require_destination!
write_types(options.merge(format: :json))
end
# Convert the data to YAML.
def to_yaml(options = {})
options[:destination] or require_destination!
write_types(options.merge(format: :yaml))
end
private
def sort(list)
list.sort_by(&:simplified)
end
def load_from(source_type)
method = :"load_#{source_type}"
@loader.send(method)
end
def write_types(options)
if options[:multiple_files]
write_multiple_files(options)
else
write_one_file(options)
end
end
def write_file(file, list, options)
File.open(file, "wb") { |f|
f.puts convert(sort(list), options[:format])
}
end
def write_one_file(options)
d = options[:destination]
d = File.join(d, "mime-types.#{options[:format]}") if File.directory?(d)
write_file(d, @loader.container.map, options)
end
def write_multiple_files(options)
d = options[:destination]
must_be_directory!(d)
media_types = @loader.container.map(&:media_type).map { |type| type.sub(/^x-/, "") }.uniq
media_types.each { |media_type|
n = File.join(d, "#{media_type}.#{options[:format]}")
t = @loader.container.select { |e|
e.media_type == media_type || e.media_type == "x-#{media_type}"
}
write_file(n, t, options)
}
end
def convert(data, format)
data.send(:"to_#{format}")
end
def require_destination!
raise ArgumentError, "Destination path is required."
end
def must_be_directory!(path)
raise ArgumentError, "Cannot write multiple files to a file." if File.exist?(path) && !File.directory?(path)
FileUtils.mkdir_p(path) unless File.exist?(path)
path
end
end
mime-types-mime-types-data-618ae00/support/convert/ 0000775 0000000 0000000 00000000000 15167513557 0022342 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/support/convert/columnar.rb 0000664 0000000 0000000 00000004217 15167513557 0024513 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "convert"
# Columnar conversion.
class Convert::Columnar < Convert
class << self
# Converts from YAML to Columnar format. This *always* converts to multiple
# files.
def from_yaml_to_columnar(from: nil, to: nil)
from_yaml(to_yaml_path(from))
.to_columnar(destination: to_data_path(to))
end
end
# Convert the data to multiple text files.
def to_columnar(options = {})
root = options[:destination] or require_destination!
@root = must_be_directory!(root)
@data = @loader.container.sort_by(&:simplified).map(&:to_h)
column_file("content_type") do |type|
[type["content-type"], Array(type["extensions"]).join(" ")]
.flatten.join(" ").strip
end
required_file("encoding")
option_file("pext", "preferred-extension")
option_file("docs")
bool_file("flags", "obsolete", "registered", "signature", "provisional")
dict_file("xrefs")
dict_file("friendly")
option_file("use_instead", "use-instead")
bin_file("spri", "sort-priority")
end
def bin_file(name, field = name)
File.binwrite(File.join(@root, "mime.#{name}.column"), @data.map { |type| type[field] }.pack("C*"))
end
def column_file(name, &block)
File.open(File.join(@root, "mime.#{name}.column"), "wb") do |f|
f.puts @data.map(&block)
end
end
def bool_file(name, *fields)
fields = [name] if fields.empty?
column_file(name) do |type|
fields.map { |field|
type[field] ? 1 : 0
}.join(" ")
end
end
def required_file(name, field = name)
column_file(name) { |type| type[field] }
end
def option_file(name, field = name)
column_file(name) { |type| opt(type[field]) }
end
def array_file(name, field = name)
column_file(name) { |type| arr(type[field]) }
end
def dict_file(name, field = name)
column_file(name) { |type| dict(type[field]) }
end
def opt(value)
value || "-"
end
def arr(value)
Array(opt(value)).join("|")
end
def dict(value)
if value
value.sort.map { |k, v|
[k, Array(v).compact.join("^")].join("^")
}.join("|")
else
"-"
end
end
end
mime-types-mime-types-data-618ae00/support/convert/mini_mime_db.rb 0000664 0000000 0000000 00000004221 15167513557 0025276 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "convert"
# Columnar conversion.
class Convert::MiniMimeDb < Convert
class << self
# Converts from YAML to MiniMime database format. This *always* converts to multiple
# files.
def from_yaml_to_mini_mime(from: nil, to: nil)
from_yaml(to_yaml_path(from))
.to_mini_mime_db(destination: to_data_path(to))
end
end
# Convert the data to multiple text files.
def to_mini_mime_db(options = {})
root = options[:destination] or require_destination!
@root = must_be_directory!(root)
@data = @loader.container.sort.map(&:to_h)
index = {}
@loader.container.each do |type|
type.extensions.each { |ext| (index[ext.downcase] ||= []) << type }
end
index.each_pair do |_ext, list|
list.sort! { |a, b| a.priority_compare(b) }
end
buffer = []
index.each_pair do |ext, list|
mime_type = list.detect { |t| !t.obsolete? }
mime_type ||= list.detect(&:registered)
mime_type ||= list.first
buffer << [ext.dup, mime_type.content_type.dup, mime_type.encoding.dup]
end
pad(buffer)
buffer.sort_by! { |a| a[0] }
n = File.join(root, "ext_mime.db")
File.open(n, "wb") do |f|
buffer.each { |(ext, type, encoding)| f.write "#{ext} #{type} #{encoding}\n" }
end
buffer.sort! { |a, b| [a[1], a[0]] <=> [b[1], b[0]] }
buffer.each { |row| row.each { |col| col.strip! } }
buffer.each do |row|
next if row[0].strip == ".htaccess"
row[0] = @loader.container.type_for("xyz.#{row[0].strip}")[0].extensions[0].dup
end
pad(buffer)
n = File.join(root, "content_type_mime.db")
File.open(n, "wb") do |f|
last = nil
buffer.each do |(ext, type, encoding)|
f.write "#{ext} #{type} #{encoding}\n" unless last == type
last = type
end
end
end
private
def pad(array)
max = []
array.each do |row|
i = 0
row.each do |col|
max[i] = [max[i] || 0, col.length].max
i += 1
end
end
array.each do |row|
i = 0
row.each do |col|
col << " " * (max[i] - col.length)
i += 1
end
end
end
end
mime-types-mime-types-data-618ae00/support/iana_registry.rb 0000664 0000000 0000000 00000011401 15167513557 0024044 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "cgi"
require "nokogiri"
require "open-uri"
require "pathname"
require "yaml"
require "mime/types/support"
# IANA Registry importing
class IANARegistry
PROVISIONAL = "provisional-standard-types"
DEFAULTS = {
urls: %w[
https://www.iana.org/assignments/media-types/media-types.xml
https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
],
to: Pathname(__FILE__).join("../../types")
}.freeze.each_value(&:freeze)
USE_INSTEAD_RE = %r{in favou?r of ([a-zA-Z][-a-zA-Z0-9+_.]*/[a-zA-Z0-9][-a-zA-Z0-9+_.]*)}.freeze
def self.download(options = {})
dest = Pathname(options[:to] || DEFAULTS[:to]).expand_path
urls = options.fetch(:urls, DEFAULTS[:urls])
puts "Downloading IANA MIME type assignments."
collection = {}
urls.each do |url|
puts "\t#{url}"
xml = Nokogiri::XML(URI.parse(url).open(&:read))
xml.css("registry registry").each do |registry|
types = new(registry: registry, to: dest) do |parser|
puts "Extracting #{parser.type}/*."
parser.parse
end
collection[types.type] = types
end
end
grouped_provisional = collection[PROVISIONAL].types.group_by(&:media_type)
grouped_provisional.each_pair do |media_type, types|
collection[media_type].merge_types(types)
end
collection.delete("examples")
collection.delete(PROVISIONAL)
collection.each_value(&:save)
end
attr_reader :type, :types
def initialize(options = {})
@registry = options.fetch(:registry)
@to = Pathname(options.fetch(:to)).expand_path
@type = @registry.attributes["id"].value
@provisional = @type == PROVISIONAL
@name = "#{@type}.yaml"
@file = @to.join(@name)
@types = mime_types_for(@file)
yield self if block_given?
end
ASSIGNMENT_FILE_REF = "{%s=http://www.iana.org/assignments/media-types/%s}"
def parse
@registry.css("record").each do |record|
subtype = record.at_css("name").text
obsolete = record.at_css("obsolete")&.text
use_instead = record.at_css("deprecated")&.text
if subtype =~ /OBSOLETE|DEPRECATE/i
obsolete = true
use_instead ||= Regexp.last_match(1) if subtype =~ USE_INSTEAD_RE
end
subtype, notes = subtype.split(/ /, 2)
xrefs = parse_refs_and_files(
record.css("xref"),
record.css("file"),
subtype
)
xrefs.add("notes", notes) if notes
content_type = @provisional ? subtype : [@type, subtype].join("/")
existing_types = @types.select { |t| t.content_type.casecmp(content_type).zero? }
if existing_types.empty?
MIME::Type.new(content_type) do |mt|
mt.xrefs = xrefs
mt.registered = true
mt.provisional = @provisional
mt.obsolete = obsolete if obsolete
mt.use_instead = use_instead if use_instead
@types.add_type(mt, true)
end
else
existing_types.each do |mt|
mt.registered = true
mt.xrefs = xrefs
mt.obsolete = obsolete
mt.use_instead = use_instead if use_instead
mt.provisional = @provisional
end
end
end
end
def save
@to.mkpath
File.open(@file, "wb") { |f|
f.puts @types
.map
.to_a
.sort { |a, b| a.content_type.casecmp(b.content_type) }
.uniq
.to_yaml
}
end
def merge_types(other)
other.each do |mt|
existing_types = @types.select { |t| t.content_type.casecmp(mt.content_type).zero? }
if existing_types.empty?
@types.add_type(mt, true)
else
existing_types.each do |emt|
emt.xrefs = mt.xrefs
emt.registered = mt.registered
emt.provisional = mt.provisional
emt.obsolete = mt.obsolete
emt.use_instead = mt.use_instead
end
end
end
@types.each do |t|
t.provisional = false if t.provisional && t.obsolete
end
end
private
def mime_types_for(file)
MIME::Types.new.tap do |container|
if file.exist? && !@provisional
container.add(*MIME::Types::Loader.load_from_yaml(file), :silent)
container.each do |t|
t.obsolete = true if t.provisional
end
end
end
end
def parse_refs_and_files(refs, files, subtype)
xr = MIME::Types::Container.new
refs.each do |xref|
type = xref["type"]
data = xref["data"]
next if data.nil? || data.empty?
xr.add(type, data)
end
files.each do |file|
file_name = if file.text == subtype
[@type, subtype].join("/")
else
file.text
end
xr.add(file["type"], file_name)
end
xr
end
end
mime-types-mime-types-data-618ae00/support/mime/ 0000775 0000000 0000000 00000000000 15167513557 0021611 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/support/mime/types/ 0000775 0000000 0000000 00000000000 15167513557 0022755 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/support/mime/types/support.rb 0000664 0000000 0000000 00000000261 15167513557 0025015 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "mime/types"
# We are an internal tool. Silence deprecation warnings.
class MIME::Types
def self.deprecated(*_args, &_block)
end
end
mime-types-mime-types-data-618ae00/support/prepare_release.rb 0000664 0000000 0000000 00000006155 15167513557 0024354 0 ustar 00root root 0000000 0000000 require_relative "convert"
require_relative "convert/columnar"
require_relative "convert/mini_mime_db"
require_relative "iana_registry"
require_relative "tika_mime_types"
class PrepareRelease
def download_and_convert
download_iana_mime_types
download_tike_mime_types
convert_types
self
end
def write_updated_version
file = IO.read("lib/mime/types/data.rb")
updated = file.sub(/VERSION = ['"][.0-9]+['"]/, %(VERSION = "#{new_version}"))
IO.write("lib/mime/types/data.rb", updated)
self
end
def write_updated_history
history = IO.read("CHANGELOG.md")
if !/^## #{release_header}$/.match?(history)
# We need slightly different flows for a standalone update vs one that rolls in
# additional changes because there is a NEXT header.
pattern =
if %r{^## NEXT / (?:YYYY|\d{4})-(?:MM|\d{2})-(?:DD|\d{2})}.match?(history)
%r{[<]!-- automatic-release --[>]\n\n## NEXT / (?:YYYY|\d{4})-(?:MM|\d{2})-(?:DD|\d{2})}
else
%r{[<]!-- automatic-release --[>]\n}
end
note = <<~NOTE
## #{release_header}
#{history_body}
NOTE
updated = history.sub(pattern, note)
IO.write("CHANGELOG.md", updated)
end
self
end
def rake_git_manifest
system("bundle exec rake git:manifest")
self
end
def rake_gemspec
system("bundle exec rake gemspec")
self
end
def as_gha_vars
unless ENV.key?("GITHUB_ENV")
raise "This is not being run as a GitHub action, missing $GITHUB_ENV."
end
history_path = File.join(Dir.mktmpdir, "body.md")
IO.write(history_path, history_body)
body = <<~EOF_ENV
UPDATE_VERSION=#{new_version}
UPDATE_TITLE=Update mime-types-data #{release_header}
UPDATE_BODY_PATH=#{history_path}
EOF_ENV
File.write(ENV["GITHUB_ENV"], body, mode: "a+")
self
end
def download_iana_mime_types(destination = nil)
IANARegistry.download(to: destination)
end
def download_tike_mime_types(destination = nil)
TikeMIMETypes.download(to: destination)
end
def convert_yaml_to_json
Convert.from_yaml_to_json
end
def convert_yaml_to_columnar
Convert::Columnar.from_yaml_to_columnar
end
def convert_yaml_to_mini_mime_db
Convert::MiniMimeDb.from_yaml_to_mini_mime
end
def convert_types
convert_yaml_to_json
convert_yaml_to_columnar
convert_yaml_to_mini_mime_db
self
end
def today
@today ||= Date.today.strftime("%Y-%m-%d")
end
def release_header
"#{new_version} / #{today}"
end
def new_version
@new_version ||= begin
version =
IO.read("lib/mime/types/data.rb").scan(/VERSION = ['"](\d\.\d{4}\.\d{4}(?:\.\d+)?)['"]/).flatten.first
major = Gem::Version.new(version).canonical_segments.first
minor = Date.today.strftime("%Y.%m%d")
"#{major}.#{minor}"
end
end
def history_body
<<-MARKDOWN
- Updated registry entries from the IANA [media registry][registry] and
[provisional media registry][provisional] and the
[Apache Tika media registry][tika] as of the release date.
MARKDOWN
end
end
mime-types-mime-types-data-618ae00/support/tika_mime_types.rb 0000664 0000000 0000000 00000005445 15167513557 0024402 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "open-uri"
require "nokogiri"
require "cgi"
require "pathname"
require "yaml"
require "English"
require "mime/types/support"
# Update MIME types from the Tika MIME types
class TikeMIMETypes
DEFAULTS = {
urls: ["https://github.com/apache/tika/raw/refs/heads/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml"],
to: Pathname(__FILE__).join("../../types")
}.freeze.each_value(&:freeze)
def self.download(options = {})
dest = Pathname(options[:to] || DEFAULTS[:to]).expand_path
urls = options.fetch(:urls, DEFAULTS[:urls])
puts "Downloading Apache Tika MIME type list."
urls.each do |url|
puts "\t#{url}"
new(dest)
.parse(Nokogiri::XML(URI.parse(url).open(&:read)).xpath("/mime-info/mime-type"))
.save
end
end
def initialize(to)
@to = Pathname(to).expand_path
@registries = {}
end
def parse(records)
records.each do |record|
content_type = record["type"]
# Do not process any records where the subtype includes attributes like format or
# version. MIME::Types is not built for this specific behaviour.
next if content_type =~ /;/
extensions = record.css("glob").map { |glob|
if glob["isregex"]
glob["pattern"].gsub(/\A\^|\$\z/, "")
elsif glob["pattern"].start_with?("*.")
glob["pattern"].sub(/^\*\./, "")
elsif glob["pattern"] =~ /\A\.?[-\w]+\z/
glob["pattern"]
end
}.compact.map(&:downcase)
type, _ = content_type.split("/", 2)
type.gsub!(/\Ax-/, "")
registry = registry_for(type)
existing_types = registry[:types].select { |t| t.content_type.casecmp(content_type).zero? }
if existing_types.empty?
MIME::Type.new(content_type) do |mt|
mt.extensions = extensions
registry[:types].add_type(mt, true)
end
else
existing_types.each do |mt|
mt.add_extensions(extensions)
end
end
end
self
end
def save
@to.mkpath
@registries.each_value { |registry|
File.open(registry[:file], "wb") { |f|
f.puts registry[:types]
.map
.to_a
.sort { |a, b| a.content_type.casecmp(b.content_type) }
.uniq
.to_yaml
}
}
end
private
def registry_for(type)
unless @registries[type]
name = "#{type}.yaml"
file = @to.join(name)
@registries[type] = {
file: file,
types: mime_types_for(file)
}
end
@registries[type]
end
def mime_types_for(file)
MIME::Types.new.tap do |container|
if file.exist?
container.add(*MIME::Types::Loader.load_from_yaml(file), :silent)
end
end
end
end
mime-types-mime-types-data-618ae00/types/ 0000775 0000000 0000000 00000000000 15167513557 0020312 5 ustar 00root root 0000000 0000000 mime-types-mime-types-data-618ae00/types/application.yaml 0000664 0000000 0000000 00001756455 15167513557 0023530 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: application/1d-interleaved-parityfec
encoding: base64
xrefs:
rfc:
- rfc6015
template:
- application/1d-interleaved-parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/1ob
encoding: base64
xrefs:
person:
- Rob_Coyle
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/3gpdash-qoe-report+xml
encoding: base64
xrefs:
person:
- Ozgur_Oyman
- _3GPP
template:
- application/3gpdash-qoe-report+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gpp-ims+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP
template:
- application/3gpp-ims+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gpp-mbs-object-manifest+json
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_TSG_SA_WG4
template:
- application/3gpp-mbs-object-manifest+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gpp-mbs-user-service-descriptions+json
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_TSG_SA_WG4
template:
- application/3gpp-mbs-user-service-descriptions+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gpp-media-delivery-metrics-report+json
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_TSG_SA_WG4
template:
- application/3gpp-media-delivery-metrics-report+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gppHal+json
encoding: base64
xrefs:
person:
- Ulrich_Wiehe
- _3GPP
template:
- application/3gppHal+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/3gppHalForms+json
encoding: base64
xrefs:
person:
- Ulrich_Wiehe
- _3GPP
template:
- application/3gppHalForms+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/A2L
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/A2L
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/aas+zip
encoding: base64
xrefs:
person:
- Industrial_Digital_Twin_Association
- Sandeep_Rudra
template:
- application/aas+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/acad
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/access
encoding: base64
extensions:
- mdf
- mda
- mdb
- mde
obsolete: true
use-instead: application/x-msaccess
registered: false
sort-priority: 172
- !ruby/object:MIME::Type
content-type: application/ace+cbor
encoding: base64
xrefs:
rfc:
- rfc9200
template:
- application/ace+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ace+json
encoding: base64
xrefs:
rfc:
- rfc9431
template:
- application/ace+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ace-groupcomm+cbor
encoding: base64
xrefs:
rfc:
- rfc9594
template:
- application/ace-groupcomm+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ace-trl+cbor
encoding: base64
xrefs:
rfc:
- rfc9770
template:
- application/ace-trl+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/activemessage
encoding: base64
xrefs:
person:
- Ehud_Shapiro
template:
- application/activemessage
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/activity+json
encoding: base64
xrefs:
person:
- Benjamin_Goering
- W3C
template:
- application/activity+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/aif+cbor
encoding: base64
xrefs:
rfc:
- rfc9237
template:
- application/aif+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/aif+json
encoding: base64
xrefs:
rfc:
- rfc9237
template:
- application/aif+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/akn+xml
encoding: base64
xrefs:
person:
- Chet_Ensign
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/alto-cdni+json
encoding: base64
xrefs:
rfc:
- rfc9241
template:
- application/alto-cdni+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-cdnifilter+json
encoding: base64
xrefs:
rfc:
- rfc9241
template:
- application/alto-cdnifilter+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-costmap+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-costmap+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-costmapfilter+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-costmapfilter+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-directory+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-directory+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-endpointcost+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-endpointcost+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-endpointcostparams+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-endpointcostparams+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-endpointprop+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-endpointprop+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-endpointpropparams+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-endpointpropparams+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-error+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-error+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-networkmap+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-networkmap+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-networkmapfilter+json
encoding: base64
xrefs:
rfc:
- rfc7285
template:
- application/alto-networkmapfilter+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-propmap+json
encoding: base64
xrefs:
rfc:
- rfc9240
template:
- application/alto-propmap+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-propmapparams+json
encoding: base64
xrefs:
rfc:
- rfc9240
template:
- application/alto-propmapparams+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-tips+json
encoding: base64
xrefs:
rfc:
- rfc9569
template:
- application/alto-tips+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-tipsparams+json
encoding: base64
xrefs:
rfc:
- rfc9569
template:
- application/alto-tipsparams+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-updatestreamcontrol+json
encoding: base64
xrefs:
rfc:
- rfc8895
template:
- application/alto-updatestreamcontrol+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/alto-updatestreamparams+json
encoding: base64
xrefs:
rfc:
- rfc8895
template:
- application/alto-updatestreamparams+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/AML
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/AML
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/andrew-inset
friendly:
en: Andrew Toolkit
encoding: base64
extensions:
- ez
xrefs:
person:
- Nathaniel_Borenstein
template:
- application/andrew-inset
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/appledouble
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/applefile
encoding: base64
xrefs:
person:
- Patrik_Faltstrom
template:
- application/applefile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/application/jwk-set+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/application/jwk-set+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/applixware
friendly:
en: Applixware
encoding: base64
extensions:
- aw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/asyncapi+json
encoding: base64
xrefs:
person:
- AsyncAPI_Initiative
- Linux_Foundation
template:
- application/asyncapi+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/asyncapi+yaml
encoding: base64
xrefs:
person:
- AsyncAPI_Initiative
- Linux_Foundation
template:
- application/asyncapi+yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/at+jwt
encoding: base64
xrefs:
rfc:
- rfc9068
template:
- application/at+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ATF
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/ATF
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ATFX
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/ATFX
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atom+xml
friendly:
en: Atom Syndication Format
encoding: 8bit
extensions:
- atom
xrefs:
rfc:
- rfc4287
- rfc5023
template:
- application/atom+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/atomcat+xml
friendly:
en: Atom Publishing Protocol
encoding: 8bit
extensions:
- atomcat
xrefs:
rfc:
- rfc5023
template:
- application/atomcat+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/atomdeleted+xml
encoding: 8bit
xrefs:
rfc:
- rfc6721
template:
- application/atomdeleted+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atomicmail
encoding: base64
xrefs:
person:
- Nathaniel_Borenstein
template:
- application/atomicmail
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atomsvc+xml
friendly:
en: Atom Publishing Protocol Service Document
encoding: 8bit
extensions:
- atomsvc
xrefs:
rfc:
- rfc5023
template:
- application/atomsvc+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/atsc-dwd+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/atsc-dwd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atsc-dynamic-event-message
encoding: base64
xrefs:
person:
- ATSC
template:
- application/atsc-dynamic-event-message
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atsc-held+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/atsc-held+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atsc-rdt+json
encoding: base64
xrefs:
person:
- ATSC
template:
- application/atsc-rdt+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/atsc-rsat+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/atsc-rsat+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ATXML
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/ATXML
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/auth-policy+xml
encoding: 8bit
xrefs:
rfc:
- rfc4745
template:
- application/auth-policy+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/automationml-aml+xml
encoding: base64
xrefs:
person:
- AutomationML_e.V.
template:
- application/automationml-aml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/automationml-amlx+zip
encoding: base64
xrefs:
person:
- AutomationML_e.V.
template:
- application/automationml-amlx+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/bacnet-xdd+zip
encoding: base64
xrefs:
person:
- ASHRAE
- Dave_Robin
template:
- application/bacnet-xdd+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/batch-SMTP
encoding: base64
xrefs:
rfc:
- rfc2442
template:
- application/batch-SMTP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/beep+xml
encoding: base64
xrefs:
rfc:
- rfc3080
template:
- application/beep+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/bizagi-modeler
encoding: base64
extensions:
- bpm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/bleeper
encoding: base64
extensions:
- bleep
obsolete: true
use-instead: application/x-bleeper
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/bufr
encoding: base64
xrefs:
person:
- Anna_Milan
- World_Meterological_Organization
template:
- application/bufr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/c2pa
encoding: base64
xrefs:
person:
- C2PA
- Leonard_Rosenthol
template:
- application/c2pa
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/calendar+json
encoding: base64
xrefs:
rfc:
- rfc7265
template:
- application/calendar+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/calendar+xml
encoding: base64
xrefs:
rfc:
- rfc6321
template:
- application/calendar+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/call-completion
encoding: base64
xrefs:
rfc:
- rfc6910
template:
- application/call-completion
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cals-1840
encoding: base64
xrefs:
rfc:
- rfc1895
template:
- application/CALS-1840
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cals1840
encoding: base64
obsolete: true
use-instead: application/cals-1840
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/cap+xml
encoding: base64
xrefs:
draft:
- RFC-ietf-ecrit-data-only-ea-22
template:
- application/cap+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/captive+json
encoding: base64
xrefs:
rfc:
- rfc8908
template:
- application/captive+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cbor
encoding: base64
extensions:
- cbor
xrefs:
rfc:
- rfc8949
template:
- application/cbor
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cbor-seq
encoding: base64
xrefs:
rfc:
- rfc8742
template:
- application/cbor-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cccex
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/cccex
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ccmp+xml
encoding: base64
xrefs:
rfc:
- rfc6503
template:
- application/ccmp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ccxml+xml
friendly:
en: Voice Browser Call Control
encoding: base64
extensions:
- ccxml
xrefs:
rfc:
- rfc4267
template:
- application/ccxml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cda+xml
encoding: base64
xrefs:
person:
- HL7
- Marc_Duteau
template:
- application/cda+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/CDFX+XML
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/CDFX+XML
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cdmi-capability
friendly:
en: Cloud Data Management Interface (CDMI) - Capability
encoding: base64
extensions:
- cdmia
xrefs:
rfc:
- rfc6208
template:
- application/cdmi-capability
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cdmi-container
friendly:
en: Cloud Data Management Interface (CDMI) - Contaimer
encoding: base64
extensions:
- cdmic
xrefs:
rfc:
- rfc6208
template:
- application/cdmi-container
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cdmi-domain
friendly:
en: Cloud Data Management Interface (CDMI) - Domain
encoding: base64
extensions:
- cdmid
xrefs:
rfc:
- rfc6208
template:
- application/cdmi-domain
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cdmi-object
friendly:
en: Cloud Data Management Interface (CDMI) - Object
encoding: base64
extensions:
- cdmio
xrefs:
rfc:
- rfc6208
template:
- application/cdmi-object
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cdmi-queue
friendly:
en: Cloud Data Management Interface (CDMI) - Queue
encoding: base64
extensions:
- cdmiq
xrefs:
rfc:
- rfc6208
template:
- application/cdmi-queue
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/cdni
encoding: base64
xrefs:
rfc:
- rfc7736
template:
- application/cdni
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ce+cbor
encoding: base64
xrefs:
uri:
- https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf
person:
- Ned_M._Smith
- TCG_DICE_WG
template:
- application/ce+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/CEA
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/CEA
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cea-2018+xml
encoding: base64
xrefs:
person:
- Gottfried_Zimmermann
template:
- application/cea-2018+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cellml+xml
encoding: base64
xrefs:
rfc:
- rfc4708
template:
- application/cellml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cert-chain+cbor
encoding: base64
xrefs:
draft:
- draft-yasskin-http-origin-signed-responses-07
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/CESR
encoding: base64
xrefs:
person:
- Samuel_M._Smith
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/cfw
encoding: base64
xrefs:
rfc:
- rfc6230
template:
- application/cfw
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cid
encoding: base64
xrefs:
person:
- Michael_B_Jones
- W3C_Verifiable_Credentials_WG
template:
- application/cid
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cid-edhoc+cbor-seq
encoding: base64
xrefs:
rfc:
- rfc9528
template:
- application/cid-edhoc+cbor-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/city+json
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/city+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/city+json-seq
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/city+json-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/clariscad
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/clf+xml
encoding: base64
xrefs:
person:
- Frederick_Walls
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/clr
encoding: base64
xrefs:
person:
- Andy_Miller
- IMS_Global
template:
- application/clr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/clue+xml
encoding: base64
xrefs:
rfc:
- rfc8847
template:
- application/clue+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/clue_info+xml
encoding: base64
xrefs:
rfc:
- rfc8846
template:
- application/clue_info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cms
encoding: base64
xrefs:
rfc:
- rfc7193
template:
- application/cms
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cmw+cbor
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-msg-wrap-22
template:
- application/cmw+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cmw+cose
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-msg-wrap-22
template:
- application/cmw+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cmw+json
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-msg-wrap-22
template:
- application/cmw+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cmw+jws
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-msg-wrap-22
template:
- application/cmw+jws
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cnrp+xml
encoding: base64
xrefs:
rfc:
- rfc3367
template:
- application/cnrp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/coap-eap
encoding: base64
xrefs:
rfc:
- rfc9820
template:
- application/coap-eap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/coap-group+json
encoding: base64
xrefs:
rfc:
- rfc7390
template:
- application/coap-group+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/coap-payload
encoding: base64
xrefs:
rfc:
- rfc8075
template:
- application/coap-payload
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/commonground
encoding: base64
xrefs:
person:
- David_Glazer
template:
- application/commonground
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/concise-problem-details+cbor
encoding: base64
xrefs:
rfc:
- rfc9290
template:
- application/concise-problem-details+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/conference-info+xml
encoding: base64
xrefs:
rfc:
- rfc4575
template:
- application/conference-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/coreldraw
encoding: base64
extensions:
- cdr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/cose
encoding: base64
xrefs:
rfc:
- rfc9052
template:
- application/cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cose-key
encoding: base64
xrefs:
rfc:
- rfc9052
template:
- application/cose-key
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cose-key-set
encoding: base64
xrefs:
rfc:
- rfc9052
template:
- application/cose-key-set
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cose-x509
encoding: base64
xrefs:
rfc:
- rfc9360
template:
- application/cose-x509
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cpl+xml
encoding: base64
xrefs:
rfc:
- rfc3880
template:
- application/cpl+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/csrattrs
encoding: base64
xrefs:
rfc:
- rfc7030
template:
- application/csrattrs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/csta+xml
encoding: base64
xrefs:
person:
- Ecma_International_Helpdesk
template:
- application/csta+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/CSTAdata+xml
encoding: base64
xrefs:
person:
- Ecma_International_Helpdesk
template:
- application/CSTAdata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/csvm+json
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C
template:
- application/csvm+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cu-seeme
friendly:
en: CU-SeeMe
encoding: base64
extensions:
- cu
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/cwl
encoding: base64
xrefs:
person:
- CWL_Project
- Michael_R._Crusoe
template:
- application/cwl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cwl+json
encoding: base64
xrefs:
person:
- CWL_Project
- Michael_R._Crusoe
template:
- application/cwl+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cwl+yaml
encoding: base64
xrefs:
person:
- CWL_Project
- Michael_R._Crusoe
template:
- application/cwl+yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cwt
encoding: base64
xrefs:
rfc:
- rfc8392
template:
- application/cwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/cybercash
encoding: base64
xrefs:
person:
- Donald_E._Eastlake_3rd
template:
- application/cybercash
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dash+xml
encoding: base64
extensions:
- mpd
xrefs:
person:
- ISO-IEC_JTC_1
- Thomas_Stockhammer
template:
- application/dash+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/dash-patch+xml
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
template:
- application/dash-patch+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dashdelta
encoding: base64
xrefs:
person:
- David_Furbeck
template:
- application/dashdelta
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/davmount+xml
friendly:
en: Web Distributed Authoring and Versioning
encoding: base64
extensions:
- davmount
xrefs:
rfc:
- rfc4709
template:
- application/davmount+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/dca-rft
encoding: base64
xrefs:
person:
- Larry_Campbell
template:
- application/dca-rft
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/DCD
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/DCD
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dec-dx
encoding: base64
xrefs:
person:
- Larry_Campbell
template:
- application/dec-dx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/deflate
encoding: base64
obsolete: true
xrefs:
person:
- David_Clunie
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/dialog-info+xml
encoding: base64
xrefs:
rfc:
- rfc4235
template:
- application/dialog-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dicom
encoding: base64
extensions:
- dcm
xrefs:
rfc:
- rfc3240
template:
- application/dicom
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/dicom+json
encoding: base64
xrefs:
person:
- DICOM_Standard_Committee
- David_Clunie
template:
- application/dicom+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dicom+xml
encoding: base64
xrefs:
person:
- DICOM_Standard_Committee
- David_Clunie
template:
- application/dicom+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/did
encoding: base64
xrefs:
person:
- W3C_DID_WG
template:
- application/did
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dif+xml
encoding: base64
extensions:
- dif
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/DII
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/DII
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/DIT
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/DIT
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dita+xml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/dns
encoding: base64
xrefs:
rfc:
- rfc4027
template:
- application/dns
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dns+json
encoding: base64
xrefs:
rfc:
- rfc8427
template:
- application/dns+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dns-message
encoding: base64
xrefs:
rfc:
- rfc8484
template:
- application/dns-message
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/docbook+xml
encoding: base64
extensions:
- dbk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/dots+cbor
encoding: base64
xrefs:
rfc:
- rfc9132
template:
- application/dots+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dpop+jwt
encoding: base64
xrefs:
rfc:
- rfc9449
template:
- application/dpop+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/drafting
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/dskpp+xml
encoding: base64
xrefs:
rfc:
- rfc6063
template:
- application/dskpp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dssc+der
friendly:
en: Data Structure for the Security Suitability of Cryptographic Algorithms
encoding: base64
extensions:
- dssc
xrefs:
rfc:
- rfc5698
template:
- application/dssc+der
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/dssc+xml
friendly:
en: Data Structure for the Security Suitability of Cryptographic Algorithms
encoding: base64
extensions:
- xdssc
xrefs:
rfc:
- rfc5698
template:
- application/dssc+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/dvcs
encoding: base64
xrefs:
rfc:
- rfc3029
template:
- application/dvcs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/dxf
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/eat+cwt
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat+cwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/eat+jwt
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/eat-bun+cbor
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat-bun+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/eat-bun+json
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat-bun+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/eat-ucs+cbor
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat-ucs+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/eat-ucs+json
encoding: base64
xrefs:
rfc:
- rfc9782
template:
- application/eat-ucs+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ecmascript
friendly:
en: ECMAScript
encoding: base64
extensions:
- ecma
- es
obsolete: true
use-instead: text/javascript
xrefs:
rfc:
- rfc4329
- rfc9239
template:
- application/ecmascript
notes:
- "(OBSOLETED in favor of text/javascript)"
registered: true
sort-priority: 142
- !ruby/object:MIME::Type
content-type: application/edhoc+cbor-seq
encoding: base64
xrefs:
rfc:
- rfc9528
template:
- application/edhoc+cbor-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EDI-consent
encoding: base64
xrefs:
rfc:
- rfc1767
template:
- application/EDI-consent
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EDI-X12
encoding: base64
xrefs:
rfc:
- rfc1767
template:
- application/EDI-X12
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EDIFACT
encoding: base64
xrefs:
rfc:
- rfc1767
template:
- application/EDIFACT
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/efi
encoding: base64
xrefs:
person:
- Samer_El-Haj-Mahmoud
- UEFI_Forum
template:
- application/efi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/elm+json
encoding: base64
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- application/elm+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/elm+xml
encoding: base64
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- application/elm+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.cap+xml
encoding: base64
xrefs:
rfc:
- rfc8876
template:
- application/EmergencyCallData.cap+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.Comment+xml
encoding: base64
xrefs:
rfc:
- rfc7852
template:
- application/EmergencyCallData.Comment+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.Control+xml
encoding: base64
xrefs:
rfc:
- rfc8147
template:
- application/EmergencyCallData.Control+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.DeviceInfo+xml
encoding: base64
xrefs:
rfc:
- rfc7852
template:
- application/EmergencyCallData.DeviceInfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.eCall.MSD
encoding: base64
xrefs:
rfc:
- rfc8147
template:
- application/EmergencyCallData.eCall.MSD
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.LegacyESN+json
encoding: base64
xrefs:
person:
- NENA
- Randall_Gellens
template:
- application/EmergencyCallData.LegacyESN+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.ProviderInfo+xml
encoding: base64
xrefs:
rfc:
- rfc7852
template:
- application/EmergencyCallData.ProviderInfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.ServiceInfo+xml
encoding: base64
xrefs:
rfc:
- rfc7852
template:
- application/EmergencyCallData.ServiceInfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.SubscriberInfo+xml
encoding: base64
xrefs:
rfc:
- rfc7852
template:
- application/EmergencyCallData.SubscriberInfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/EmergencyCallData.VEDS+xml
encoding: base64
xrefs:
rfc:
- rfc8148
rfc-errata:
- '6500'
template:
- application/EmergencyCallData.VEDS+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/emma+xml
friendly:
en: Extensible MultiModal Annotation
encoding: base64
extensions:
- emma
xrefs:
person:
- ISO-IEC_JTC_1
- W3C
uri:
- http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
template:
- application/emma+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/emotionml+xml
encoding: base64
xrefs:
person:
- Kazuyuki_Ashimura
- W3C
template:
- application/emotionml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/encaprtp
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- application/encaprtp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/entity-statement+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/entity-statement+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/envi.hdr
encoding: base64
extensions:
- hdr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/epp+xml
encoding: base64
xrefs:
rfc:
- rfc5730
template:
- application/epp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/epub+zip
friendly:
en: Electronic Publication
encoding: base64
extensions:
- epub
xrefs:
person:
- EPUB_3_WG
- W3C
template:
- application/epub+zip
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/eshop
encoding: base64
xrefs:
person:
- Steve_Katz
template:
- application/eshop
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- application/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/excel
encoding: base64
extensions:
- xls
- xlt
obsolete: true
use-instead: application/vnd.ms-excel
registered: false
sort-priority: 174
- !ruby/object:MIME::Type
content-type: application/exi
friendly:
en: Efficient XML Interchange
encoding: base64
extensions:
- exi
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration
template:
- application/exi
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/expect-ct-report+json
encoding: base64
xrefs:
rfc:
- rfc9163
template:
- application/expect-ct-report+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/explicit-registration-response+jwt
encoding: base64
xrefs:
person:
- Michael_B_Jones
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/explicit-registration-response+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/express
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- application/express
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fastinfoset
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/fastinfoset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fastsoap
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/fastsoap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fdf
encoding: base64
xrefs:
person:
- Betsy_Fanning
- ISO-TC_171-SC_2
template:
- application/fdf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fdt+xml
encoding: base64
xrefs:
rfc:
- rfc6726
template:
- application/fdt+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fhir+json
encoding: base64
xrefs:
person:
- Grahame_Grieve
- HL7
template:
- application/fhir+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fhir+xml
encoding: base64
xrefs:
person:
- Grahame_Grieve
- HL7
template:
- application/fhir+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/fits
encoding: base64
extensions:
- fits
- fit
- fts
xrefs:
rfc:
- rfc4047
template:
- application/fits
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/flexfec
encoding: base64
xrefs:
rfc:
- rfc8627
template:
- application/flexfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/font-sfnt
encoding: base64
extensions:
- otf
- ttf
obsolete: true
use-instead: font/sfnt
xrefs:
person:
- ISO-IEC_JTC_1
- Levantovsky
rfc:
- rfc8081
template:
- application/font-sfnt
notes:
- "- DEPRECATED in favor of font/sfnt"
registered: true
sort-priority: 142
- !ruby/object:MIME::Type
content-type: application/font-tdpfr
friendly:
en: Portable Font Resource
encoding: base64
extensions:
- pfr
xrefs:
rfc:
- rfc3073
template:
- application/font-tdpfr
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/font-woff
friendly:
en: Web Open Font Format
encoding: base64
extensions:
- woff
- woff2
obsolete: true
use-instead: font/woff
xrefs:
person:
- W3C
rfc:
- rfc8081
template:
- application/font-woff
notes:
- "- DEPRECATED in favor of font/woff"
registered: true
sort-priority: 142
- !ruby/object:MIME::Type
content-type: application/fractals
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/framework-attributes+xml
encoding: base64
xrefs:
rfc:
- rfc6230
template:
- application/framework-attributes+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/futuresplash
encoding: base64
extensions:
- spl
obsolete: true
use-instead: application/x-futuresplash
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/geo+json
encoding: base64
xrefs:
rfc:
- rfc7946
template:
- application/geo+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geo+json-seq
encoding: base64
xrefs:
rfc:
- rfc8142
template:
- application/geo+json-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geofeed+csv
encoding: base64
xrefs:
rfc:
- rfc9877
template:
- application/geofeed+csv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geopackage+sqlite3
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/geopackage+sqlite3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geopose+json
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/geopose+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geoxacml+json
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/geoxacml+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/geoxacml+xml
encoding: base64
xrefs:
person:
- OGC
- Scott_Simmons
template:
- application/geoxacml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ghostview
encoding: base64
obsolete: true
use-instead: application/x-ghostview
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/gltf-buffer
encoding: base64
xrefs:
person:
- Khronos
- Saurabh_Bhatia
template:
- application/gltf-buffer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gml+xml
encoding: base64
extensions:
- gml
xrefs:
person:
- Clemens_Portele
- OGC
template:
- application/gml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/gnap-binding-jws
encoding: base64
xrefs:
rfc:
- rfc9635
template:
- application/gnap-binding-jws
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gnap-binding-jwsd
encoding: base64
xrefs:
rfc:
- rfc9635
template:
- application/gnap-binding-jwsd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gnap-binding-rotation-jws
encoding: base64
xrefs:
rfc:
- rfc9635
template:
- application/gnap-binding-rotation-jws
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gnap-binding-rotation-jwsd
encoding: base64
xrefs:
rfc:
- rfc9635
template:
- application/gnap-binding-rotation-jwsd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gpx+xml
encoding: base64
extensions:
- gpx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/grib
encoding: base64
xrefs:
person:
- Anna_Milan
- World_Meterological_Organization
template:
- application/grib
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/gxf
encoding: base64
extensions:
- gxf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/gzip
encoding: base64
extensions:
- gz
- tgz
xrefs:
rfc:
- rfc6713
template:
- application/gzip
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/H224
encoding: base64
xrefs:
rfc:
- rfc4573
template:
- application/H224
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/held+xml
encoding: base64
xrefs:
rfc:
- rfc5985
template:
- application/held+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/hep
encoding: base64
extensions:
- hep
obsolete: true
use-instead: application/x-hep
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/hl7v2+xml
encoding: base64
xrefs:
person:
- HL7
- Marc_Duteau
template:
- application/hl7v2+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/http
encoding: base64
xrefs:
rfc:
- rfc9112
template:
- application/http
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/hwp+zip
encoding: base64
extensions:
- hwpx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/hyperstudio
friendly:
en: Hyperstudio
encoding: base64
extensions:
- stk
xrefs:
person:
- Michael_Domino
template:
- application/hyperstudio
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/i-deas
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/ibe-key-request+xml
encoding: base64
xrefs:
rfc:
- rfc5408
template:
- application/ibe-key-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ibe-pkg-reply+xml
encoding: base64
xrefs:
rfc:
- rfc5408
template:
- application/ibe-pkg-reply+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ibe-pp-data
encoding: base64
xrefs:
rfc:
- rfc5408
template:
- application/ibe-pp-data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/iges
encoding: base64
xrefs:
person:
- Curtis_Parks
template:
- application/iges
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/illustrator
encoding: base64
extensions:
- ai
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/illustrator+ps
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/im-iscomposing+xml
encoding: base64
xrefs:
rfc:
- rfc3994
template:
- application/im-iscomposing+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/imagemap
encoding: 8bit
extensions:
- imagemap
- imap
obsolete: true
use-instead: application/x-imagemap
registered: false
sort-priority: 174
- !ruby/object:MIME::Type
content-type: application/index
encoding: base64
xrefs:
rfc:
- rfc2652
template:
- application/index
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/index.cmd
encoding: base64
xrefs:
rfc:
- rfc2652
template:
- application/index.cmd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/index.obj
encoding: base64
xrefs:
rfc:
- rfc2652
template:
- application/index.obj
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/index.response
encoding: base64
xrefs:
rfc:
- rfc2652
template:
- application/index.response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/index.vnd
encoding: base64
xrefs:
rfc:
- rfc2652
template:
- application/index.vnd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/inf
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/inkml+xml
encoding: base64
extensions:
- ink
- inkml
xrefs:
person:
- Kazuyuki_Ashimura
template:
- application/inkml+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/ion
encoding: base64
xrefs:
person:
- Jonathan_Hohle
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/iotp
encoding: base64
xrefs:
rfc:
- rfc2935
template:
- application/IOTP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ipfix
friendly:
en: Internet Protocol Flow Information Export
encoding: base64
extensions:
- ipfix
xrefs:
rfc:
- rfc5655
template:
- application/ipfix
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/ipp
encoding: base64
xrefs:
rfc:
- rfc8010
template:
- application/ipp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/isup
encoding: base64
xrefs:
rfc:
- rfc3204
template:
- application/ISUP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/its+xml
encoding: base64
xrefs:
person:
- ITS-IG-W3C
- W3C
template:
- application/its+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/java-archive
friendly:
en: Java Archive
encoding: base64
extensions:
- jar
xrefs:
person:
- Iris_Clark
- JCP
template:
- application/java-archive
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/java-serialized-object
friendly:
en: Java Serialized Object
encoding: base64
extensions:
- ser
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/java-vm
friendly:
en: Java Bytecode File
encoding: base64
extensions:
- class
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/javascript
friendly:
en: JavaScript
encoding: 8bit
extensions:
- js
- mjs
- sj
obsolete: true
use-instead: text/javascript
xrefs:
rfc:
- rfc4329
- rfc9239
template:
- application/javascript
notes:
- "(OBSOLETED in favor of text/javascript)"
registered: true
sort-priority: 141
- !ruby/object:MIME::Type
content-type: application/jcr-sql2
encoding: base64
xrefs:
person:
- Julian_Reschke
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/jcr-xpath
encoding: base64
xrefs:
person:
- Julian_Reschke
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/jf2feed+json
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C
template:
- application/jf2feed+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jose
encoding: base64
xrefs:
rfc:
- rfc7515
template:
- application/jose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jose+json
encoding: base64
xrefs:
rfc:
- rfc7515
template:
- application/jose+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jrd+json
encoding: base64
xrefs:
rfc:
- rfc7033
template:
- application/jrd+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jscalendar+json
encoding: base64
xrefs:
rfc:
- rfc8984
template:
- application/jscalendar+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jscontact+json
encoding: base64
xrefs:
rfc:
- rfc9553
template:
- application/jscontact+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/json
friendly:
en: JavaScript Object Notation (JSON)
encoding: 8bit
extensions:
- json
xrefs:
rfc:
- rfc8259
template:
- application/json
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/json-nd
encoding: base64
xrefs:
person:
- Glen_Kleidon
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/json-patch+json
encoding: base64
xrefs:
rfc:
- rfc6902
template:
- application/json-patch+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/json-patch-query+json
encoding: base64
xrefs:
person:
- Lorna_Mitchell
- TM_Forum
template:
- application/json-patch-query+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/json-seq
encoding: base64
xrefs:
rfc:
- rfc7464
template:
- application/json-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jsonml+json
encoding: base64
extensions:
- jsonml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/jsonpath
encoding: base64
xrefs:
rfc:
- rfc9535
template:
- application/jsonpath
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jwk+json
encoding: base64
xrefs:
rfc:
- rfc7517
template:
- application/jwk+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jwk-set+json
encoding: base64
xrefs:
rfc:
- rfc7517
template:
- application/jwk-set+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jwk-set+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/jwk-set+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/jwt
encoding: base64
xrefs:
rfc:
- rfc7519
template:
- application/jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/kate
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/kb+cwt
encoding: base64
xrefs:
draft:
- draft-ietf-spice-sd-cwt-06
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/kb+jwt
encoding: base64
xrefs:
rfc:
- rfc9901
template:
- application/kb+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/kbl+xml
encoding: base64
xrefs:
person:
- Nora_Tazir
- prostep_ivip
template:
- application/kbl+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/kpml-request+xml
encoding: base64
xrefs:
rfc:
- rfc4730
template:
- application/kpml-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/kpml-response+xml
encoding: base64
xrefs:
rfc:
- rfc4730
template:
- application/kpml-response+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ld+json
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C
template:
- application/ld+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/lgr+xml
encoding: base64
xrefs:
rfc:
- rfc7940
template:
- application/lgr+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/link-format
encoding: base64
xrefs:
rfc:
- rfc6690
template:
- application/link-format
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/linkset
encoding: base64
xrefs:
rfc:
- rfc9264
template:
- application/linkset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/linkset+json
encoding: base64
xrefs:
rfc:
- rfc9264
template:
- application/linkset+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/load-control+xml
encoding: base64
xrefs:
rfc:
- rfc7200
template:
- application/load-control+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/logout+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/logout+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/lost+xml
encoding: base64
extensions:
- lostxml
xrefs:
rfc:
- rfc5222
template:
- application/lost+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/lostsync+xml
encoding: base64
xrefs:
rfc:
- rfc6739
template:
- application/lostsync+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/lotus-123
encoding: base64
extensions:
- wks
obsolete: true
use-instead: application/vnd.lotus-1-2-3
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/lpf+zip
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C
template:
- application/lpf+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/LXF
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/LXF
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mac-binhex40
friendly:
en: Macintosh BinHex 4.0
encoding: 8bit
extensions:
- hqx
xrefs:
person:
- Patrik_Faltstrom
template:
- application/mac-binhex40
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/mac-compactpro
friendly:
en: Compact Pro
encoding: base64
extensions:
- cpt
obsolete: true
use-instead: application/x-mac-compactpro
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/macbinary
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/macwriteii
encoding: base64
xrefs:
person:
- Paul_Lindner
template:
- application/macwriteii
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mads+xml
friendly:
en: Metadata Authority Description Schema
encoding: base64
extensions:
- mads
xrefs:
rfc:
- rfc6207
template:
- application/mads+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/manifest+json
encoding: base64
extensions:
- webmanifest
xrefs:
person:
- Marcos_Caceres
- W3C
template:
- application/manifest+json
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/marc
friendly:
en: MARC Formats
encoding: base64
extensions:
- mrc
xrefs:
rfc:
- rfc2220
template:
- application/marc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/marcxml+xml
friendly:
en: MARC21 XML Schema
encoding: base64
extensions:
- mrcx
xrefs:
rfc:
- rfc6207
template:
- application/marcxml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/mathcad
encoding: base64
extensions:
- mcd
obsolete: true
use-instead: application/vnd.mcd
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/mathematica
friendly:
en: Mathematica Notebooks
encoding: base64
extensions:
- ma
- mb
- nb
xrefs:
person:
- Wolfram
template:
- application/mathematica
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/mathematica-old
encoding: base64
obsolete: true
use-instead: application/x-mathematica-old
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/mathml+xml
friendly:
en: Mathematical Markup Language
encoding: base64
extensions:
- mathml
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/MathML3/appendixb.html
template:
- application/mathml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/mathml-content+xml
encoding: base64
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/MathML3/appendixb.html
template:
- application/mathml-content+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mathml-presentation+xml
encoding: base64
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/MathML3/appendixb.html
template:
- application/mathml-presentation+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-associated-procedure-description+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-associated-procedure-description+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-deregister+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-deregister+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-envelope+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-envelope+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-msk+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-msk+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-msk-response+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-msk-response+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-protection-description+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-protection-description+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-reception-report+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-reception-report+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-register+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-register+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-register-response+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-register-response+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-schedule+xml
encoding: base64
xrefs:
person:
- Eric_Turcotte
- _3GPP
template:
- application/mbms-schedule+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbms-user-service-description+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/mbms-user-service-description+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mbox
friendly:
en: Mbox database files
encoding: base64
extensions:
- mbox
xrefs:
rfc:
- rfc4155
template:
- application/mbox
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/measured-component+cbor
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-eat-measured-component-12
template:
- application/measured-component+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/measured-component+json
encoding: base64
xrefs:
draft:
- RFC-ietf-rats-eat-measured-component-12
template:
- application/measured-component+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/media-policy-dataset+xml
encoding: base64
xrefs:
rfc:
- rfc6796
template:
- application/media-policy-dataset+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/media_control+xml
encoding: base64
xrefs:
rfc:
- rfc5168
template:
- application/media_control+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mediaservercontrol+xml
friendly:
en: Media Server Control Markup Language
encoding: base64
extensions:
- mscml
xrefs:
rfc:
- rfc5022
template:
- application/mediaservercontrol+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/merge-patch+json
encoding: base64
xrefs:
rfc:
- rfc7396
template:
- application/merge-patch+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/metalink+xml
encoding: base64
extensions:
- metalink
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/metalink4+xml
friendly:
en: Metalink
encoding: base64
extensions:
- meta4
xrefs:
rfc:
- rfc5854
template:
- application/metalink4+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/mets+xml
friendly:
en: Metadata Encoding and Transmission Standard
encoding: base64
extensions:
- mets
xrefs:
rfc:
- rfc6207
template:
- application/mets+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/MF4
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/MF4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/microdata+json
encoding: 8bit
xrefs:
url:
- https://html.spec.whatwg.org/multipage/iana.html#application/microdata+json
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/mikey
encoding: base64
xrefs:
rfc:
- rfc3830
template:
- application/mikey
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mipc
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/mipc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/missing-blocks+cbor-seq
encoding: base64
xrefs:
rfc:
- rfc9177
template:
- application/missing-blocks+cbor-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mmt-aei+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/mmt-aei+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mmt-usd+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/mmt-usd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mods+xml
friendly:
en: Metadata Object Description Schema
encoding: base64
extensions:
- mods
xrefs:
rfc:
- rfc6207
template:
- application/mods+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/moss-keys
encoding: base64
xrefs:
rfc:
- rfc1848
template:
- application/moss-keys
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/moss-signature
encoding: base64
xrefs:
rfc:
- rfc1848
template:
- application/moss-signature
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mosskey-data
encoding: base64
xrefs:
rfc:
- rfc1848
template:
- application/mosskey-data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mosskey-request
encoding: base64
xrefs:
rfc:
- rfc1848
template:
- application/mosskey-request
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mp21
friendly:
en: MPEG-21
encoding: base64
extensions:
- m21
- mp21
xrefs:
rfc:
- rfc6381
person:
- David_Singer
template:
- application/mp21
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/mp4
friendly:
en: MPEG4
encoding: base64
extensions:
- mp4
- mpg4
- mp4s
xrefs:
rfc:
- rfc4337
- rfc6381
template:
- application/mp4
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/mpeg4-generic
encoding: base64
xrefs:
rfc:
- rfc3640
template:
- application/mpeg4-generic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mpeg4-iod
encoding: base64
xrefs:
rfc:
- rfc4337
template:
- application/mpeg4-iod
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mpeg4-iod-xmt
encoding: base64
xrefs:
rfc:
- rfc4337
template:
- application/mpeg4-iod-xmt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mrb-consumer+xml
encoding: base64
xrefs:
rfc:
- rfc6917
template:
- application/mrb-consumer+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mrb-publish+xml
encoding: base64
xrefs:
rfc:
- rfc6917
template:
- application/mrb-publish+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/msc-ivr+xml
encoding: base64
xrefs:
rfc:
- rfc6231
template:
- application/msc-ivr+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/msc-mixer+xml
encoding: base64
xrefs:
rfc:
- rfc6505
template:
- application/msc-mixer+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/msword
friendly:
en: Microsoft Word
encoding: base64
extensions:
- doc
- dot
- wrd
xrefs:
person:
- Paul_Lindner
template:
- application/msword
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/msword2
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/msword5
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/mud+json
encoding: base64
xrefs:
rfc:
- rfc8520
template:
- application/mud+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/multipart-core
encoding: base64
xrefs:
rfc:
- rfc8710
template:
- application/multipart-core
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/mxf
friendly:
en: Material Exchange Format
encoding: base64
extensions:
- mxf
xrefs:
rfc:
- rfc4539
template:
- application/mxf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/n-quads
encoding: base64
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- application/n-quads
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/n-triples
encoding: base64
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- application/n-triples
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/nasdata
encoding: base64
xrefs:
rfc:
- rfc4707
template:
- application/nasdata
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/netcdf
encoding: base64
extensions:
- nc
- cdf
xrefs:
person:
- Ethan_Davis
registered: true
provisional: true
sort-priority: 78
- !ruby/object:MIME::Type
content-type: application/news-checkgroups
encoding: base64
xrefs:
rfc:
- rfc5537
template:
- application/news-checkgroups
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/news-groupinfo
encoding: base64
xrefs:
rfc:
- rfc5537
template:
- application/news-groupinfo
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/news-message-id
encoding: base64
obsolete: true
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/news-transmission
encoding: base64
xrefs:
rfc:
- rfc5537
template:
- application/news-transmission
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/nlsml+xml
encoding: base64
xrefs:
rfc:
- rfc6787
template:
- application/nlsml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/node
encoding: base64
xrefs:
person:
- Node.js_TSC
template:
- application/node
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/nss
encoding: base64
xrefs:
person:
- Michael_Hammer
template:
- application/nss
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/oauth-authz-req+jwt
encoding: base64
xrefs:
rfc:
- rfc9101
template:
- application/oauth-authz-req+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/oblivious-dns-message
encoding: base64
xrefs:
rfc:
- rfc9230
template:
- application/oblivious-dns-message
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ocsp-request
encoding: base64
xrefs:
rfc:
- rfc6960
template:
- application/ocsp-request
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ocsp-response
encoding: base64
xrefs:
rfc:
- rfc6960
template:
- application/ocsp-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/octet-stream
friendly:
en: Binary Data
encoding: base64
extensions:
- bin
- dms
- lha
- lzh
- class
- ani
- pgp
- gpg
- so
- dll
- dylib
- bpk
- deploy
- dist
- distz
- dump
- elc
- lrf
- mar
- pkg
- ipa
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- application/octet-stream
registered: true
sort-priority: 0
- !ruby/object:MIME::Type
content-type: application/oda
friendly:
en: Office Document Architecture
encoding: base64
extensions:
- oda
xrefs:
rfc:
- rfc1494
template:
- application/ODA
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/odm+json
encoding: base64
xrefs:
person:
- Sam_Hume
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/odm+xml
encoding: base64
xrefs:
person:
- CDISC
- Sam_Hume
template:
- application/odm+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ODX
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/ODX
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/oebps-package+xml
friendly:
en: Open eBook Publication Structure
encoding: base64
extensions:
- opf
xrefs:
person:
- EPUB_3_WG
- W3C
template:
- application/oebps-package+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/ogg
friendly:
en: Ogg
encoding: base64
extensions:
- ogx
xrefs:
rfc:
- rfc5334
- rfc7845
template:
- application/ogg
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/ohttp-keys
encoding: base64
xrefs:
rfc:
- rfc9458
template:
- application/ohttp-keys
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/omdoc+xml
encoding: base64
extensions:
- omdoc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/onenote
friendly:
en: Microsoft OneNote
encoding: base64
extensions:
- onepkg
- onetmp
- onetoc
- onetoc2
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/onix-message+xml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/onix-message-short+xml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/opc-nodeset+xml
encoding: base64
xrefs:
person:
- OPC_Foundation
template:
- application/opc-nodeset+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/oscore
encoding: base64
xrefs:
rfc:
- rfc8613
template:
- application/oscore
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/oxps
encoding: base64
extensions:
- oxps
xrefs:
person:
- Ecma_International_Helpdesk
template:
- application/oxps
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/p21
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- application/p21
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/p21+zip
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- application/p21+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/p2p-overlay+xml
encoding: base64
xrefs:
rfc:
- rfc6940
template:
- application/p2p-overlay+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/parityfec
encoding: base64
xrefs:
rfc:
- rfc3009
template:
- application/parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/passport
encoding: base64
xrefs:
rfc:
- rfc8225
template:
- application/passport
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/patch-ops-error+xml
friendly:
en: XML Patch Framework
encoding: base64
extensions:
- xer
xrefs:
rfc:
- rfc5261
template:
- application/patch-ops-error+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pdf
friendly:
en: Adobe Portable Document Format
encoding: base64
extensions:
- pdf
- ai
xrefs:
rfc:
- rfc8118
template:
- application/pdf
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/PDX
encoding: base64
xrefs:
person:
- ASAM
- Bernd_Wenzel
template:
- application/PDX
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pem-certificate-chain
encoding: base64
xrefs:
rfc:
- rfc8555
template:
- application/pem-certificate-chain
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pgp-encrypted
friendly:
en: Pretty Good Privacy
encoding: 7bit
extensions:
- pgp
- gpg
xrefs:
rfc:
- rfc3156
template:
- application/pgp-encrypted
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/pgp-keys
encoding: 7bit
xrefs:
rfc:
- rfc3156
template:
- application/pgp-keys
registered: true
signature: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pgp-signature
friendly:
en: Pretty Good Privacy - Signature
encoding: base64
extensions:
- asc
- sig
xrefs:
rfc:
- rfc3156
template:
- application/pgp-signature
registered: true
signature: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/pics-rules
friendly:
en: PICSRules
encoding: base64
extensions:
- prf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/pidf+xml
encoding: base64
xrefs:
rfc:
- rfc3863
template:
- application/pidf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pidf-diff+xml
encoding: base64
xrefs:
rfc:
- rfc5262
template:
- application/pidf-diff+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pkcs10
friendly:
en: 'PKCS #10 - Certification Request Standard'
encoding: base64
extensions:
- p10
xrefs:
rfc:
- rfc5967
template:
- application/pkcs10
registered: true
signature: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkcs12
encoding: base64
xrefs:
person:
- IETF
template:
- application/pkcs12
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pkcs7-mime
friendly:
en: 'PKCS #7 - Cryptographic Message Syntax Standard'
encoding: base64
extensions:
- p7m
- p7c
xrefs:
rfc:
- rfc7114
- rfc8551
template:
- application/pkcs7-mime
registered: true
signature: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/pkcs7-signature
friendly:
en: 'PKCS #7 - Cryptographic Message Syntax Standard'
encoding: base64
extensions:
- p7s
xrefs:
rfc:
- rfc8551
template:
- application/pkcs7-signature
registered: true
signature: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkcs8
friendly:
en: 'PKCS #8 - Private-Key Information Syntax Standard'
encoding: base64
extensions:
- p8
xrefs:
rfc:
- rfc5958
template:
- application/pkcs8
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkcs8-encrypted
encoding: base64
xrefs:
rfc:
- rfc8351
template:
- application/pkcs8-encrypted
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pkix-attr-cert
friendly:
en: Attribute Certificate
encoding: base64
extensions:
- ac
xrefs:
rfc:
- rfc5877
template:
- application/pkix-attr-cert
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkix-cert
friendly:
en: Internet Public Key Infrastructure - Certificate
encoding: base64
extensions:
- cer
xrefs:
rfc:
- rfc2585
template:
- application/pkix-cert
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkix-crl
friendly:
en: Internet Public Key Infrastructure - Certificate Revocation Lists
encoding: base64
extensions:
- crl
xrefs:
rfc:
- rfc2585
template:
- application/pkix-crl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkix-keyinfo
encoding: base64
xrefs:
draft:
- draft-hallambaker-mesh-udf-05
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/pkix-pkipath
friendly:
en: Internet Public Key Infrastructure - Certification Path
encoding: base64
extensions:
- pkipath
xrefs:
rfc:
- rfc6066
template:
- application/pkix-pkipath
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pkixcmp
friendly:
en: Internet Public Key Infrastructure - Certificate Management Protocole
encoding: base64
extensions:
- pki
xrefs:
rfc:
- rfc9811
template:
- application/pkixcmp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pls+xml
friendly:
en: Pronunciation Lexicon Specification
encoding: base64
extensions:
- pls
xrefs:
rfc:
- rfc4267
template:
- application/pls+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/poc-settings+xml
encoding: base64
xrefs:
rfc:
- rfc4354
template:
- application/poc-settings+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/postscript
friendly:
en: PostScript
encoding: 8bit
extensions:
- eps
- ps
- ai
- epsf
- epsi
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- application/postscript
registered: true
sort-priority: 11
- !ruby/object:MIME::Type
content-type: application/powerpoint
encoding: base64
extensions:
- ppt
- pps
- pot
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/ppsp-tracker+json
encoding: base64
xrefs:
rfc:
- rfc7846
template:
- application/ppsp-tracker+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/private-token-issuer-directory
encoding: base64
xrefs:
rfc:
- rfc9578
template:
- application/private-token-issuer-directory
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/private-token-request
encoding: base64
xrefs:
rfc:
- rfc9578
template:
- application/private-token-request
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/private-token-response
encoding: base64
xrefs:
rfc:
- rfc9578
template:
- application/private-token-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pro_eng
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/problem+json
encoding: base64
xrefs:
rfc:
- rfc9457
template:
- application/problem+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/problem+xml
encoding: base64
xrefs:
rfc:
- rfc9457
template:
- application/problem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/protobuf
encoding: base64
xrefs:
draft:
- RFC-ietf-dispatch-mime-protobuf-06
template:
- application/protobuf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/protobuf+json
encoding: base64
xrefs:
draft:
- RFC-ietf-dispatch-mime-protobuf-06
template:
- application/protobuf+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/provenance+xml
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C
template:
- application/provenance+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/provided-claims+jwt
encoding: base64
xrefs:
person:
- Daniel_Fett
- OpenID_Foundation_eKYC_and_IDA_WG
template:
- application/provided-claims+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prql
friendly:
en: Pipelined Relational Query Language
encoding: base64
extensions:
- prql
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/prs.alvestrand.titrax-sheet
encoding: base64
xrefs:
person:
- Harald_T._Alvestrand
template:
- application/prs.alvestrand.titrax-sheet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.bwtc32key
encoding: base64
xrefs:
person:
- Raja_Fjords
template:
- application/prs.bwtc32key
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.cww
friendly:
en: CU-Writer
encoding: base64
extensions:
- cw
- cww
xrefs:
person:
- Khemchart_Rungchavalnont
template:
- application/prs.cww
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/prs.cyn
encoding: base64
xrefs:
person:
- Cynthia_Revström
template:
- application/prs.cyn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.hpub+zip
encoding: base64
xrefs:
person:
- Giulio_Zambon
template:
- application/prs.hpub+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-document+xml
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-document+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-executable
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-executable
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-object+json
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-object+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-object+json-seq
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-object+json-seq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-object+yaml
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-object+yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.implied-structure
encoding: base64
xrefs:
person:
- Marek_Čermák
template:
- application/prs.implied-structure
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.mayfile
encoding: base64
xrefs:
person:
- Azalea_Gardenia
template:
- application/prs.mayfile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.nprend
encoding: base64
extensions:
- rnd
- rct
xrefs:
person:
- Jay_Doggett
template:
- application/prs.nprend
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/prs.plucker
encoding: base64
xrefs:
person:
- Bill_Janssen
template:
- application/prs.plucker
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.rdf-xml-crypt
encoding: base64
xrefs:
person:
- Toby_Inkster
template:
- application/prs.rdf-xml-crypt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.sclt
encoding: base64
xrefs:
person:
- Sambhav_Aryal
template:
- application/prs.sclt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.vcfbzip2
encoding: base64
xrefs:
person:
- Paolo_Marcheschi
template:
- application/prs.vcfbzip2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/prs.xsf+xml
encoding: base64
xrefs:
person:
- Maik_Stührenberg
template:
- application/prs.xsf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/pskc+xml
friendly:
en: Portable Symmetric Key Container
encoding: base64
extensions:
- pskcxml
xrefs:
rfc:
- rfc6030
template:
- application/pskc+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/pvd+json
encoding: base64
xrefs:
rfc:
- rfc8801
template:
- application/pvd+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/qsig
encoding: base64
xrefs:
rfc:
- rfc3204
template:
- application/QSIG
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/quicktime
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/quicktimeplayer
encoding: base64
extensions:
- qtl
obsolete: true
use-instead: application/x-quicktimeplayer
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/raptorfec
encoding: base64
xrefs:
rfc:
- rfc6682
template:
- application/raptorfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rdap+json
encoding: base64
xrefs:
rfc:
- rfc9083
template:
- application/rdap+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rdf+xml
friendly:
en: Resource Description Framework
encoding: 8bit
extensions:
- rdf
- owl
- xmp
xrefs:
rfc:
- rfc3870
template:
- application/rdf+xml
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/reginfo+xml
friendly:
en: IMS Networks
encoding: base64
extensions:
- rif
xrefs:
rfc:
- rfc3680
template:
- application/reginfo+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/relax-ng-compact-syntax
friendly:
en: Relax NG Compact Syntax
encoding: base64
extensions:
- rnc
xrefs:
uri:
- http://www.JTC_1sc34.org/repository/0661.pdf
template:
- application/relax-ng-compact-syntax
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/remote-printing
encoding: base64
obsolete: true
xrefs:
rfc:
- rfc1486
person:
- Marshall_Rose
uri:
- https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic
template:
- application/remote-printing
notes:
- "(OBSOLETE)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/remote_printing
encoding: base64
obsolete: true
use-instead: application/remote-printing
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/reports+json
encoding: base64
xrefs:
person:
- Douglas_Creager
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/reputon+json
encoding: base64
xrefs:
rfc:
- rfc7071
template:
- application/reputon+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/resolve-response+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/resolve-response+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/resource-lists+xml
friendly:
en: XML Resource Lists
encoding: base64
extensions:
- rl
xrefs:
rfc:
- rfc4826
template:
- application/resource-lists+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/resource-lists-diff+xml
friendly:
en: XML Resource Lists Diff
encoding: base64
extensions:
- rld
xrefs:
rfc:
- rfc5362
template:
- application/resource-lists-diff+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/rfc+xml
encoding: base64
xrefs:
rfc:
- rfc7991
template:
- application/rfc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rif+xml
encoding: base64
xrefs:
person:
- Sandro_Hawke
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/riscos
encoding: base64
xrefs:
person:
- Nick_Smith
template:
- application/riscos
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rlmi+xml
encoding: base64
xrefs:
rfc:
- rfc4662
template:
- application/rlmi+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rls-services+xml
friendly:
en: XML Resource Lists
encoding: base64
extensions:
- rs
xrefs:
rfc:
- rfc4826
template:
- application/rls-services+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/roughtime-malfeasance+json
encoding: base64
xrefs:
draft:
- draft-ietf-ntp-roughtime-16
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/roughtime-server+json
encoding: base64
xrefs:
draft:
- draft-ietf-ntp-roughtime-16
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/route-apd+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/route-apd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/route-s-tsid+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/route-s-tsid+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/route-usd+xml
encoding: base64
xrefs:
person:
- ATSC
template:
- application/route-usd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rpki-checklist
encoding: base64
xrefs:
rfc:
- rfc9323
template:
- application/rpki-checklist
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rpki-ghostbusters
encoding: base64
extensions:
- gbr
obsolete: true
xrefs:
rfc:
- rfc6493
uri:
- https://datatracker.ietf.org/doc/status-change-rpki-ghostbusters-record-to-historic/
template:
- application/rpki-ghostbusters
notes:
- "(DEPRECATED)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/rpki-manifest
encoding: base64
extensions:
- mft
xrefs:
rfc:
- rfc6481
template:
- application/rpki-manifest
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/rpki-publication
encoding: base64
xrefs:
rfc:
- rfc8181
template:
- application/rpki-publication
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rpki-roa
encoding: base64
extensions:
- roa
xrefs:
rfc:
- rfc9582
template:
- application/rpki-roa
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/rpki-signed-tal
encoding: base64
xrefs:
rfc:
- rfc9691
template:
- application/rpki-signed-tal
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rpki-updown
encoding: base64
xrefs:
rfc:
- rfc6492
template:
- application/rpki-updown
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rs-metadata+xml
encoding: base64
xrefs:
rfc:
- rfc7865
- rfc9806
template:
- application/rs-metadata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rsd+xml
friendly:
en: Really Simple Discovery
encoding: base64
extensions:
- rsd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/rss+xml
friendly:
en: RSS - Really Simple Syndication
encoding: base64
extensions:
- rss
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/rtf
friendly:
en: Rich Text Format
encoding: base64
extensions:
- rtf
xrefs:
person:
- Paul_Lindner
template:
- application/rtf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/rtploopback
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- application/rtploopback
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/rtx
encoding: base64
xrefs:
rfc:
- rfc4588
template:
- application/rtx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/samlassertion+xml
encoding: base64
xrefs:
person:
- OASIS_Security_Services_Technical_Committee_SSTC
template:
- application/samlassertion+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/samlmetadata+xml
encoding: base64
xrefs:
person:
- OASIS_Security_Services_Technical_Committee_SSTC
template:
- application/samlmetadata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sarif+json
encoding: base64
xrefs:
person:
- Laurence_J._Golding
- Michael_C._Fanning
- OASIS
template:
- application/sarif+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sarif-external-properties+json
encoding: base64
xrefs:
person:
- David_Keaton
- Michael_C._Fanning
- OASIS
template:
- application/sarif-external-properties+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sbe
encoding: base64
xrefs:
person:
- Donald_L._Mendelson
- FIX_Trading_Community
template:
- application/sbe
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sbml+xml
friendly:
en: Systems Biology Markup Language
encoding: base64
extensions:
- sbml
xrefs:
rfc:
- rfc3823
template:
- application/sbml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/scaip+xml
encoding: base64
xrefs:
person:
- Oskar_Jonsson
- SIS
template:
- application/scaip+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/scim+json
encoding: base64
xrefs:
rfc:
- rfc7644
template:
- application/scim+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/scitt-receipt+cose
encoding: base64
xrefs:
draft:
- RFC-ietf-scitt-architecture-21
template:
- application/scitt-receipt+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/scitt-statement+cose
encoding: base64
xrefs:
draft:
- RFC-ietf-scitt-architecture-21
template:
- application/scitt-statement+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/scvp-cv-request
friendly:
en: Server-Based Certificate Validation Protocol - Validation Request
encoding: base64
extensions:
- scq
xrefs:
rfc:
- rfc5055
template:
- application/scvp-cv-request
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/scvp-cv-response
friendly:
en: Server-Based Certificate Validation Protocol - Validation Response
encoding: base64
extensions:
- scs
xrefs:
rfc:
- rfc5055
template:
- application/scvp-cv-response
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/scvp-vp-request
friendly:
en: Server-Based Certificate Validation Protocol - Validation Policies - Request
encoding: base64
extensions:
- spq
xrefs:
rfc:
- rfc5055
template:
- application/scvp-vp-request
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/scvp-vp-response
friendly:
en: Server-Based Certificate Validation Protocol - Validation Policies - Response
encoding: base64
extensions:
- spp
xrefs:
rfc:
- rfc5055
template:
- application/scvp-vp-response
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sd-cwt
encoding: base64
xrefs:
draft:
- draft-ietf-spice-sd-cwt-06
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/sd-jwt
encoding: base64
xrefs:
rfc:
- rfc9901
template:
- application/sd-jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sd-jwt+json
encoding: base64
xrefs:
rfc:
- rfc9901
template:
- application/sd-jwt+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sdf+json
encoding: base64
xrefs:
rfc:
- rfc9880
template:
- application/sdf+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sdp
friendly:
en: Session Description Protocol
encoding: base64
extensions:
- sdp
xrefs:
rfc:
- rfc8866
template:
- application/sdp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/secevent+jwt
encoding: base64
xrefs:
rfc:
- rfc8417
template:
- application/secevent+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml+cbor
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/senml+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml+json
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/senml+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml+xml
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/senml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml-etch+cbor
encoding: base64
xrefs:
rfc:
- rfc8790
template:
- application/senml-etch+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml-etch+json
encoding: base64
xrefs:
rfc:
- rfc8790
template:
- application/senml-etch+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/senml-exi
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/senml-exi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sensml+cbor
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/sensml+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sensml+json
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/sensml+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sensml+xml
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/sensml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sensml-exi
encoding: base64
xrefs:
rfc:
- rfc8428
template:
- application/sensml-exi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sep+xml
encoding: base64
xrefs:
person:
- IEEE
- Robby_Simpson
template:
- application/sep+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sep-exi
encoding: base64
xrefs:
person:
- IEEE
- Robby_Simpson
template:
- application/sep-exi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sereal
encoding: base64
extensions:
- srl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/session-info
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP
template:
- application/session-info
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/set
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/set-payment
encoding: base64
xrefs:
person:
- Brian_Korver
template:
- application/set-payment
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/set-payment-initiation
friendly:
en: Secure Electronic Transaction - Payment
encoding: base64
extensions:
- setpay
xrefs:
person:
- Brian_Korver
template:
- application/set-payment-initiation
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/set-registration
encoding: base64
xrefs:
person:
- Brian_Korver
template:
- application/set-registration
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/set-registration-initiation
friendly:
en: Secure Electronic Transaction - Registration
encoding: base64
extensions:
- setreg
xrefs:
person:
- Brian_Korver
template:
- application/set-registration-initiation
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sgml
encoding: base64
extensions:
- sgml
xrefs:
rfc:
- rfc1874
template:
- application/SGML
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sgml-open-catalog
encoding: base64
extensions:
- soc
xrefs:
person:
- Paul_Grosso
template:
- application/sgml-open-catalog
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/shf+xml
friendly:
en: S Hexdump Format
encoding: base64
extensions:
- shf
xrefs:
rfc:
- rfc4194
template:
- application/shf+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sieve
encoding: base64
extensions:
- siv
xrefs:
rfc:
- rfc5228
template:
- application/sieve
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/signed-exchange
encoding: base64
xrefs:
draft:
- draft-yasskin-http-origin-signed-responses-07
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/simple-filter+xml
encoding: base64
xrefs:
rfc:
- rfc4661
template:
- application/simple-filter+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/simple-message-summary
encoding: base64
xrefs:
rfc:
- rfc3842
template:
- application/simple-message-summary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/simpleSymbolContainer
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/simpleSymbolContainer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sipc
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/sipc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/SLA
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/slate
encoding: base64
xrefs:
person:
- Terry_Crowley
template:
- application/slate
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sldworks
encoding: base64
extensions:
- sldprt
- sldasm
- slddrw
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/smil
encoding: 8bit
extensions:
- smi
- smil
obsolete: true
use-instead: application/smil+xml
xrefs:
rfc:
- rfc4536
template:
- application/smil
notes:
- "(OBSOLETED in favor of application/smil+xml)"
registered: true
sort-priority: 142
- !ruby/object:MIME::Type
content-type: application/smil+xml
friendly:
en: Synchronized Multimedia Integration Language
encoding: 8bit
extensions:
- smi
- smil
- sml
xrefs:
rfc:
- rfc4536
template:
- application/smil+xml
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/smpte336m
encoding: base64
xrefs:
rfc:
- rfc6597
template:
- application/smpte336m
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/soap+fastinfoset
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/soap+fastinfoset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/soap+xml
encoding: base64
xrefs:
rfc:
- rfc3902
template:
- application/soap+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/solids
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/sparql-query
friendly:
en: SPARQL - Query
encoding: base64
extensions:
- rq
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType
template:
- application/sparql-query
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sparql-results+xml
friendly:
en: SPARQL - Results
encoding: base64
extensions:
- srx
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime
template:
- application/sparql-results+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/spdx+json
encoding: base64
xrefs:
person:
- Linux_Foundation
- Rose_Judge
template:
- application/spdx+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/speculationrules+json
encoding: 8bit
xrefs:
url:
- https://html.spec.whatwg.org/multipage/iana.html#application/speculationrules+json
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/spirits-event+xml
encoding: base64
xrefs:
rfc:
- rfc3910
template:
- application/spirits-event+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/sql
encoding: base64
xrefs:
rfc:
- rfc6922
template:
- application/sql
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/srgs
friendly:
en: Speech Recognition Grammar Specification
encoding: base64
extensions:
- gram
xrefs:
rfc:
- rfc4267
template:
- application/srgs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/srgs+xml
friendly:
en: Speech Recognition Grammar Specification - XML
encoding: base64
extensions:
- grxml
xrefs:
rfc:
- rfc4267
template:
- application/srgs+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/sru+xml
friendly:
en: Search/Retrieve via URL Response Format
encoding: base64
extensions:
- sru
xrefs:
rfc:
- rfc6207
template:
- application/sru+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/ssdl+xml
encoding: base64
extensions:
- ssdl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/sslkeylogfile
encoding: base64
xrefs:
draft:
- RFC-ietf-tls-keylogfile-05
template:
- application/sslkeylogfile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ssml+xml
friendly:
en: Speech Synthesis Markup Language
encoding: base64
extensions:
- ssml
xrefs:
rfc:
- rfc4267
template:
- application/ssml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/ST2110-41
encoding: base64
xrefs:
person:
- SMPTE
- SMPTE_Director_of_Standards_Development
template:
- application/ST2110-41
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/STEP
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/stix+json
encoding: base64
xrefs:
person:
- Chet_Ensign
- OASIS
template:
- application/stix+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/stratum
encoding: base64
xrefs:
person:
- Ben_van_Hartingsveldt
note:
- '1'
template:
- application/stratum
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/suit-envelope+cose
encoding: base64
xrefs:
draft:
- RFC-ietf-suit-manifest-34
template:
- application/suit-envelope+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/suit-report+cose
encoding: base64
xrefs:
draft:
- RFC-ietf-suit-report-19
template:
- application/suit-report+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/swid+cbor
encoding: base64
xrefs:
rfc:
- rfc9393
template:
- application/swid+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/swid+xml
encoding: base64
xrefs:
person:
- David_Waltermire
- ISO-IEC_JTC_1
- Ron_Brill
template:
- application/swid+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-apex-update
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-apex-update
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-apex-update-confirm
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-apex-update-confirm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-community-update
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-community-update
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-community-update-confirm
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-community-update-confirm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-error
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-error
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-sequence-adjust
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-sequence-adjust
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-sequence-adjust-confirm
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-sequence-adjust-confirm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-status-query
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-status-query
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-status-response
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-status-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-update
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-update
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tamp-update-confirm
encoding: base64
xrefs:
rfc:
- rfc5934
template:
- application/tamp-update-confirm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/taxii+json
encoding: base64
xrefs:
person:
- Chet_Ensign
- OASIS
template:
- application/taxii+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/td+json
encoding: base64
xrefs:
person:
- Matthias_Kovatsch
- W3C
template:
- application/td+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/teep+cbor
encoding: base64
xrefs:
draft:
- RFC-ietf-teep-protocol-26
template:
- application/teep+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tei+xml
friendly:
en: Text Encoding and Interchange
encoding: base64
extensions:
- tei
- teicorpus
xrefs:
rfc:
- rfc6129
template:
- application/tei+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/TETRA_ISI
encoding: base64
xrefs:
person:
- ETSI
- Miguel_Angel_Reina_Ortega
template:
- application/TETRA_ISI
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/texinfo
encoding: base64
xrefs:
person:
- Simon_Josefsson
note:
- '3'
template:
- application/texinfo
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/thraud+xml
friendly:
en: Sharing Transaction Fraud Data
encoding: base64
extensions:
- tfi
xrefs:
rfc:
- rfc5941
template:
- application/thraud+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/timestamp-query
encoding: base64
xrefs:
rfc:
- rfc3161
template:
- application/timestamp-query
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/timestamp-reply
encoding: base64
xrefs:
rfc:
- rfc3161
template:
- application/timestamp-reply
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/timestamped-data
friendly:
en: Time Stamped Data Envelope
encoding: base64
extensions:
- tsd
xrefs:
rfc:
- rfc5955
template:
- application/timestamped-data
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/tlsrpt+gzip
encoding: base64
xrefs:
rfc:
- rfc8460
template:
- application/tlsrpt+gzip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tlsrpt+json
encoding: base64
xrefs:
rfc:
- rfc8460
template:
- application/tlsrpt+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tm+json
encoding: base64
xrefs:
person:
- Sebastian_Kaebisch
- W3C
template:
- application/tm+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tnauthlist
encoding: base64
xrefs:
rfc:
- rfc8226
template:
- application/tnauthlist
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/toc+cbor
encoding: base64
xrefs:
uri:
- https://trustedcomputinggroup.org/wp-content/uploads/TCG-DICE-Concise-Evidence-Binding-for-SPDM-Version-1.1-RC1_10April25.pdf
person:
- Ned_M._Smith
- TCG_DICE_WG
template:
- application/toc+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/token-introspection+jwt
encoding: base64
xrefs:
rfc:
- rfc9701
template:
- application/token-introspection+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/toml
encoding: base64
xrefs:
person:
- Ben_van_Hartingsveldt
uri:
- https://github.com/toml-lang/toml/issues/870
note:
- '2'
template:
- application/toml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/toolbook
encoding: base64
extensions:
- tbk
obsolete: true
use-instead: application/x-toolbook
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/trickle-ice-sdpfrag
encoding: base64
xrefs:
rfc:
- rfc8840
template:
- application/trickle-ice-sdpfrag
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/trig
encoding: base64
xrefs:
person:
- W3C
- W3C_RDF_WG
template:
- application/trig
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/trust-chain+json
encoding: base64
xrefs:
person:
- Michael_B_Jones
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/trust-chain+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/trust-mark+jwt
encoding: base64
xrefs:
person:
- Michael_B_Jones
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/trust-mark+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/trust-mark-delegation+jwt
encoding: base64
xrefs:
person:
- OpenID_Foundation_Artifact_Binding_WG
- Roland_Hedberg
template:
- application/trust-mark-delegation+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/trust-mark-status-response+jwt
encoding: base64
xrefs:
person:
- Michael_B_Jones
- OpenID_Foundation_Artifact_Binding_WG
template:
- application/trust-mark-status-response+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ttml+xml
encoding: base64
extensions:
- ttml
xrefs:
person:
- W3C
- W3C_Timed_Text_WG
template:
- application/ttml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/tve-trigger
encoding: base64
xrefs:
person:
- Linda_Welsh
template:
- application/tve-trigger
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tzif
encoding: base64
xrefs:
rfc:
- rfc9636
template:
- application/tzif
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/tzif-leap
encoding: base64
xrefs:
rfc:
- rfc9636
template:
- application/tzif-leap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/uccs+cbor
encoding: base64
xrefs:
rfc:
- rfc9781
template:
- application/uccs+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ujcs+json
encoding: base64
xrefs:
rfc:
- rfc9781
template:
- application/ujcs+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/ulpfec
encoding: base64
xrefs:
rfc:
- rfc5109
template:
- application/ulpfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/urc-grpsheet+xml
encoding: base64
xrefs:
person:
- Gottfried_Zimmermann
- ISO-IEC_JTC_1
template:
- application/urc-grpsheet+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/urc-ressheet+xml
encoding: base64
xrefs:
person:
- Gottfried_Zimmermann
- ISO-IEC_JTC_1
template:
- application/urc-ressheet+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/urc-targetdesc+xml
encoding: base64
xrefs:
person:
- Gottfried_Zimmermann
- ISO-IEC_JTC_1
template:
- application/urc-targetdesc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/urc-uisocketdesc+xml
encoding: base64
xrefs:
person:
- Gottfried_Zimmermann
template:
- application/urc-uisocketdesc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/v3c
encoding: base64
xrefs:
draft:
- RFC-ietf-avtcore-rtp-v3c-17
template:
- application/v3c
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vc
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vc+cose
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vc+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vc+jwt
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vc+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vc+sd-jwt
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vc+sd-jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vcard+json
encoding: base64
xrefs:
rfc:
- rfc7095
template:
- application/vcard+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vcard+xml
encoding: base64
xrefs:
rfc:
- rfc6351
template:
- application/vcard+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vda
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vec+xml
encoding: base64
xrefs:
person:
- Nora_Tazir
- prostep_ivip
template:
- application/vec+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vec-package
encoding: base64
obsolete: true
xrefs:
person:
- Nora_Tazir
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vec-package+gzip
encoding: base64
xrefs:
person:
- Nora_Tazir
- prostep_ivip
template:
- application/vec-package+gzip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vec-package+zip
encoding: base64
xrefs:
person:
- Nora_Tazir
- prostep_ivip
template:
- application/vec-package+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vemmi
encoding: base64
xrefs:
rfc:
- rfc2122
template:
- application/vemmi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vividence.scriptfile
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/VMSBACKUP
encoding: base64
extensions:
- bck
obsolete: true
use-instead: application/x-VMSBACKUP
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/vnd.1000minds.decision-model+xml
encoding: base64
xrefs:
person:
- Franz_Ombler
template:
- application/vnd.1000minds.decision-model+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.1ob
encoding: base64
xrefs:
person:
- Rob_Coyle
template:
- application/vnd.1ob
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-prose+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp-prose+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-prose-pc3a+xml
encoding: base64
xrefs:
person:
- Haorui_Yang
template:
- application/vnd.3gpp-prose-pc3a+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-prose-pc3ach+xml
encoding: base64
xrefs:
person:
- Haorui_Yang
template:
- application/vnd.3gpp-prose-pc3ach+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-prose-pc3ch+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp-prose-pc3ch+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-prose-pc8+xml
encoding: base64
xrefs:
person:
- Haorui_Yang
template:
- application/vnd.3gpp-prose-pc8+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp-v2x-local-service-information
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp-v2x-local-service-information
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.5gnas
encoding: base64
xrefs:
person:
- Jones_Lu_Yunjie
- _3GPP
template:
- application/vnd.3gpp.5gnas
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.5gsa2x
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_CT1
template:
- application/vnd.3gpp.5gsa2x
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.5gsa2x-local-service-information
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_CT1
template:
- application/vnd.3gpp.5gsa2x-local-service-information
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.5gsv2x
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_CT1
template:
- application/vnd.3gpp.5gsv2x
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.5gsv2x-local-service-information
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_CT1
template:
- application/vnd.3gpp.5gsv2x-local-service-information
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.access-transfer-events+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.access-transfer-events+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.bsf+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.bsf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.crs+xml
encoding: base64
xrefs:
person:
- Xu_Chen
template:
- application/vnd.3gpp.crs+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.current-location-discovery+xml
encoding: base64
xrefs:
person:
- Peter_Leis
template:
- application/vnd.3gpp.current-location-discovery+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.GMOP+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.GMOP+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.gtpc
encoding: base64
xrefs:
person:
- Yang_Yong
- _3GPP
template:
- application/vnd.3gpp.gtpc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.interworking-data
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.interworking-data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.lpp
encoding: base64
xrefs:
person:
- Jones_Lu_Yunjie
- _3GPP
template:
- application/vnd.3gpp.lpp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mc-signalling-ear
encoding: base64
xrefs:
person:
- Tim_Woodward
template:
- application/vnd.3gpp.mc-signalling-ear
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-affiliation-command+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-affiliation-command+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
encoding: base64
xrefs:
person:
- Kiran_Kapale
template:
- application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-payload
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-payload
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-regroup+xml
encoding: base64
xrefs:
person:
- Kiran_Kapale
template:
- application/vnd.3gpp.mcdata-regroup+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-service-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-service-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-signalling
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-signalling
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-ue-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-ue-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcdata-user-profile+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcdata-user-profile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-affiliation-command+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-affiliation-command+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-floor-request+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-floor-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-location-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-location-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-mbms-usage-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-mbms-usage-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-regroup+xml
encoding: base64
xrefs:
person:
- Kiran_Kapale
template:
- application/vnd.3gpp.mcptt-regroup+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-service-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-service-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-signed+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-signed+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-ue-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-ue-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-ue-init-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-ue-init-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcptt-user-profile+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcptt-user-profile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcs-location-user-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcs-location-user-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-affiliation-command+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-affiliation-command+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-affiliation-info+xml
encoding: base64
obsolete: true
use-instead: application/vnd.3gpp.mcvideo-info+xml
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-affiliation-info+xml
notes:
- "(OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-location-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-location-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-mbms-usage-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-mbms-usage-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-regroup+xml
encoding: base64
xrefs:
person:
- Kiran_Kapale
template:
- application/vnd.3gpp.mcvideo-regroup+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-service-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-service-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-transmission-request+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-transmission-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-ue-config+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-ue-config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mcvideo-user-profile+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mcvideo-user-profile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.mid-call+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.mid-call+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.ngap
encoding: base64
xrefs:
person:
- Yang_Yong
- _3GPP
template:
- application/vnd.3gpp.ngap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.pfcp
encoding: base64
xrefs:
person:
- Bruno_Landais
- _3GPP
template:
- application/vnd.3gpp.pfcp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.pic-bw-large
friendly:
en: 3rd Generation Partnership Project - Pic Large
encoding: base64
extensions:
- plb
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.pic-bw-large
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.pic-bw-small
friendly:
en: 3rd Generation Partnership Project - Pic Small
encoding: base64
extensions:
- psb
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.pic-bw-small
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.pic-bw-var
friendly:
en: 3rd Generation Partnership Project - Pic Var
encoding: base64
extensions:
- pvb
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.pic-bw-var
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.pinapp-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
- _3GPP_CT1
template:
- application/vnd.3gpp.pinapp-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.s1ap
encoding: base64
xrefs:
person:
- Yang_Yong
- _3GPP
template:
- application/vnd.3gpp.s1ap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-app-comm-requirements-info+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-app-comm-requirements-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-data-delivery-info+cbor
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-data-delivery-info+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-data-delivery-info+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-data-delivery-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-group-doc+xml
encoding: base64
xrefs:
person:
- Sapan_Shah
template:
- application/vnd.3gpp.seal-group-doc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.seal-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-location-info+cbor
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-location-info+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-location-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.seal-location-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-mbms-usage-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.seal-mbms-usage-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-mbs-usage-info+xml
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-mbs-usage-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.seal-network-QoS-management-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-network-resource-info+cbor
encoding: base64
xrefs:
person:
- _3GPP
template:
- application/vnd.3gpp.seal-network-resource-info+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-ue-config-info+xml
encoding: base64
xrefs:
person:
- Sapan_Shah
template:
- application/vnd.3gpp.seal-ue-config-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-unicast-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.seal-unicast-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.seal-user-profile-info+xml
encoding: base64
xrefs:
person:
- Sapan_Shah
template:
- application/vnd.3gpp.seal-user-profile-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.sms
encoding: base64
extensions:
- sms
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.sms
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.sms+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.sms+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.srvcc-ext+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.srvcc-ext+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.SRVCC-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.SRVCC-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.state-and-event-info+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.state-and-event-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.ussd+xml
encoding: base64
xrefs:
person:
- Dongwook_Kim
template:
- application/vnd.3gpp.ussd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.v2x
encoding: base64
xrefs:
person:
- Sang_Min_Park
template:
- application/vnd.3gpp.v2x
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp.vae-info+xml
encoding: base64
xrefs:
person:
- Christian_Herrero-Veron
- _3GPP
template:
- application/vnd.3gpp.vae-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp2.bcmcsinfo+xml
encoding: base64
xrefs:
person:
- AC_Mahendran
template:
- application/vnd.3gpp2.bcmcsinfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp2.sms
encoding: base64
xrefs:
person:
- AC_Mahendran
template:
- application/vnd.3gpp2.sms
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3gpp2.tcap
friendly:
en: 3rd Generation Partnership Project - Transaction Capabilities Application
Part
encoding: base64
extensions:
- tcap
xrefs:
person:
- AC_Mahendran
template:
- application/vnd.3gpp2.tcap
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.3lightssoftware.imagescal
encoding: base64
xrefs:
person:
- Gus_Asadi
template:
- application/vnd.3lightssoftware.imagescal
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.3M.Post-it-Notes
friendly:
en: 3M Post It Notes
encoding: base64
extensions:
- pwn
xrefs:
person:
- Michael_OBrien
template:
- application/vnd.3M.Post-it-Notes
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.accpac.simply.aso
friendly:
en: Simply Accounting
encoding: base64
extensions:
- aso
xrefs:
person:
- Steve_Leow
template:
- application/vnd.accpac.simply.aso
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.accpac.simply.imp
friendly:
en: Simply Accounting - Data Import
encoding: base64
extensions:
- imp
xrefs:
person:
- Steve_Leow
template:
- application/vnd.accpac.simply.imp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.acm.addressxfer+json
encoding: base64
xrefs:
person:
- Sridhar_Ramakrishnan
template:
- application/vnd.acm.addressxfer+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.acm.chatbot+json
encoding: base64
xrefs:
person:
- Sridhar_Ramakrishnan
template:
- application/vnd.acm.chatbot+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.acucobol
friendly:
en: ACU Cobol
encoding: base64
extensions:
- acu
xrefs:
person:
- Dovid_Lubin
template:
- application/vnd.acucobol
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.acucorp
friendly:
en: ACU Cobol
encoding: 7bit
extensions:
- atc
- acutc
xrefs:
person:
- Dovid_Lubin
template:
- application/vnd.acucorp
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.aftereffects.project
encoding: base64
extensions:
- aep
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.aftereffects.template
encoding: base64
extensions:
- aet
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.air-application-installer-package+zip
friendly:
en: Adobe AIR Application
encoding: base64
extensions:
- air
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.flash.movie
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.adobe.flash.movie
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.formscentral.fcdt
encoding: base64
extensions:
- fcdt
xrefs:
person:
- Chris_Solc
template:
- application/vnd.adobe.formscentral.fcdt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.fxp
friendly:
en: Adobe Flex Project
encoding: base64
extensions:
- fxp
- fxpl
xrefs:
person:
- Steven_Heintz
template:
- application/vnd.adobe.fxp
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.indesign-idml-package
encoding: base64
extensions:
- idml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.partial-upload
encoding: base64
xrefs:
person:
- Tapani_Otala
template:
- application/vnd.adobe.partial-upload
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.xdp+xml
friendly:
en: Adobe XML Data Package
encoding: base64
extensions:
- xdp
xrefs:
person:
- John_Brinkman
template:
- application/vnd.adobe.xdp+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.adobe.xfdf
friendly:
en: Adobe XML Forms Data Format
encoding: base64
extensions:
- xfdf
xrefs:
person:
- Roberto_Perelman
template:
- application/vnd.adobe.xfdf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.aether.imp
encoding: base64
xrefs:
person:
- Jay_Moskowitz
template:
- application/vnd.aether.imp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.afplinedata
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.afplinedata
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.afplinedata-pagedef
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.afplinedata-pagedef
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.cmoca-cmresource
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.cmoca-cmresource
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.foca-charset
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.foca-charset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.foca-codedfont
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.foca-codedfont
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.foca-codepage
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.foca-codepage
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-cmtable
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-cmtable
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-formdef
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-formdef
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-mediummap
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-mediummap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-objectcontainer
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-objectcontainer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-overlay
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-overlay
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.afpc.modca-pagesegment
encoding: base64
xrefs:
person:
- Jörg_Palmer
template:
- application/vnd.afpc.modca-pagesegment
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.age
encoding: base64
xrefs:
person:
- Filippo_Valsorda
template:
- application/vnd.age
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ah-barcode
encoding: base64
xrefs:
person:
- Katsuhiko_Ichinose
template:
- application/vnd.ah-barcode
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ahead.space
friendly:
en: Ahead AIR Application
encoding: base64
extensions:
- ahead
xrefs:
person:
- Tor_Kristensen
template:
- application/vnd.ahead.space
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.aia
encoding: base64
xrefs:
person:
- Alan_Johnson
template:
- application/vnd.aia
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.airzip.filesecure.azf
friendly:
en: AirZip FileSECURE
encoding: base64
extensions:
- azf
xrefs:
person:
- Daniel_Mould
- Gary_Clueit
template:
- application/vnd.airzip.filesecure.azf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.airzip.filesecure.azs
friendly:
en: AirZip FileSECURE
encoding: base64
extensions:
- azs
xrefs:
person:
- Daniel_Mould
- Gary_Clueit
template:
- application/vnd.airzip.filesecure.azs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.amadeus+json
encoding: base64
xrefs:
person:
- Patrick_Brosse
template:
- application/vnd.amadeus+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.amazon.ebook
friendly:
en: Amazon Kindle eBook format
encoding: base64
extensions:
- azw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.amazon.mobi8-ebook
encoding: base64
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.amazon.mobi8-ebook
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.americandynamics.acc
friendly:
en: Active Content Compression
encoding: base64
extensions:
- acc
xrefs:
person:
- Gary_Sands
template:
- application/vnd.americandynamics.acc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.amiga.ami
friendly:
en: AmigaDE
encoding: base64
extensions:
- ami
xrefs:
person:
- Kevin_Blumberg
template:
- application/vnd.amiga.ami
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.amundsen.maze+xml
encoding: base64
xrefs:
person:
- Mike_Amundsen
template:
- application/vnd.amundsen.maze+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.android.ota
encoding: base64
xrefs:
person:
- Greg_Kaiser
template:
- application/vnd.android.ota
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.android.package-archive
friendly:
en: Android Package Archive
encoding: base64
extensions:
- apk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.anki
encoding: base64
xrefs:
person:
- Kerrick_Staley
template:
- application/vnd.anki
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.anser-web-certificate-issue-initiation
friendly:
en: ANSER-WEB Terminal Client - Certificate Issue
encoding: base64
extensions:
- cii
xrefs:
person:
- Hiroyoshi_Mori
template:
- application/vnd.anser-web-certificate-issue-initiation
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.anser-web-funds-transfer-initiation
friendly:
en: ANSER-WEB Terminal Client - Web Funds Transfer
encoding: base64
extensions:
- fti
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.antix.game-component
friendly:
en: Antix Game Player
encoding: base64
extensions:
- atx
xrefs:
person:
- Daniel_Shelton
template:
- application/vnd.antix.game-component
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apache.arrow.file
encoding: base64
xrefs:
person:
- Apache_Arrow_Project
template:
- application/vnd.apache.arrow.file
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apache.arrow.stream
encoding: base64
xrefs:
person:
- Apache_Arrow_Project
template:
- application/vnd.apache.arrow.stream
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apache.parquet
encoding: base64
extensions:
- parquet
xrefs:
person:
- Apache_Parquet_Project
template:
- application/vnd.apache.parquet
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apache.thrift.binary
encoding: base64
xrefs:
person:
- Roger_Meier
template:
- application/vnd.apache.thrift.binary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apache.thrift.compact
encoding: base64
xrefs:
person:
- Roger_Meier
template:
- application/vnd.apache.thrift.compact
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apache.thrift.json
encoding: base64
xrefs:
person:
- Roger_Meier
template:
- application/vnd.apache.thrift.json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apexlang
encoding: base64
xrefs:
person:
- Fawad_Shaikh
template:
- application/vnd.apexlang
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.api+json
encoding: base64
xrefs:
person:
- Steve_Klabnik
template:
- application/vnd.api+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.aplextor.warrp+json
encoding: base64
xrefs:
person:
- Oleg_Uryutin
template:
- application/vnd.aplextor.warrp+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apothekende.reservation+json
encoding: base64
xrefs:
person:
- Adrian_Föder
template:
- application/vnd.apothekende.reservation+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.apple.installer+xml
friendly:
en: Apple Installer Package
encoding: base64
extensions:
- mpkg
xrefs:
person:
- Peter_Bierman
template:
- application/vnd.apple.installer+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apple.iwork
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.apple.keynote
encoding: base64
extensions:
- key
xrefs:
person:
- Manichandra_Sajjanapu
template:
- application/vnd.apple.keynote
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apple.mpegurl
friendly:
en: Multimedia Playlist Unicode
encoding: base64
extensions:
- m3u8
xrefs:
rfc:
- rfc8216
template:
- application/vnd.apple.mpegurl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apple.numbers
encoding: base64
extensions:
- numbers
xrefs:
person:
- Manichandra_Sajjanapu
template:
- application/vnd.apple.numbers
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apple.pages
encoding: base64
extensions:
- pages
xrefs:
person:
- Manichandra_Sajjanapu
template:
- application/vnd.apple.pages
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.apple.pkpass
encoding: base64
extensions:
- pkpass
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.apple.unknown.13
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.arastra.swi
encoding: base64
extensions:
- swi
obsolete: true
use-instead: application/vnd.aristanetworks.swi
xrefs:
person:
- Bill_Fenner
template:
- application/vnd.arastra.swi
notes:
- "(OBSOLETED in favor of application/vnd.aristanetworks.swi)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.aristanetworks.swi
friendly:
en: Arista Networks Software Image
encoding: base64
extensions:
- swi
xrefs:
person:
- Bill_Fenner
template:
- application/vnd.aristanetworks.swi
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.artisan+json
encoding: base64
xrefs:
person:
- Brad_Turner
template:
- application/vnd.artisan+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.artsquare
encoding: base64
xrefs:
person:
- Christopher_Smith
template:
- application/vnd.artsquare
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.as207960.vas.config+jer
encoding: base64
xrefs:
person:
- AS207960_Cyfyngedig
template:
- application/vnd.as207960.vas.config+jer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.as207960.vas.config+uper
encoding: base64
xrefs:
person:
- AS207960_Cyfyngedig
template:
- application/vnd.as207960.vas.config+uper
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.as207960.vas.tap+jer
encoding: base64
xrefs:
person:
- AS207960_Cyfyngedig
template:
- application/vnd.as207960.vas.tap+jer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.as207960.vas.tap+uper
encoding: base64
xrefs:
person:
- AS207960_Cyfyngedig
template:
- application/vnd.as207960.vas.tap+uper
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.astraea-software.iota
encoding: base64
extensions:
- iota
xrefs:
person:
- Christopher_Snazell
template:
- application/vnd.astraea-software.iota
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.audiograph
friendly:
en: Audiograph
encoding: base64
extensions:
- aep
xrefs:
person:
- Horia_Cristian_Slusanschi
template:
- application/vnd.audiograph
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.autopackage
encoding: base64
xrefs:
person:
- Mike_Hearn
template:
- application/vnd.autopackage
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.avalon+json
encoding: base64
xrefs:
person:
- Ben_Hinman
template:
- application/vnd.avalon+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.avistar+xml
encoding: base64
xrefs:
person:
- Vladimir_Vysotsky
template:
- application/vnd.avistar+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.balsamiq.bmml+xml
encoding: base64
xrefs:
person:
- Giacomo_Guilizzoni
template:
- application/vnd.balsamiq.bmml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.balsamiq.bmpr
encoding: base64
xrefs:
person:
- Giacomo_Guilizzoni
template:
- application/vnd.balsamiq.bmpr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.banana-accounting
encoding: base64
xrefs:
person:
- José_Del_Romano
template:
- application/vnd.banana-accounting
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bbf.usp.error
encoding: base64
xrefs:
person:
- Broadband_Forum
template:
- application/vnd.bbf.usp.error
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bbf.usp.msg
encoding: base64
xrefs:
person:
- Broadband_Forum
template:
- application/vnd.bbf.usp.msg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bbf.usp.msg+json
encoding: base64
xrefs:
person:
- Broadband_Forum
template:
- application/vnd.bbf.usp.msg+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bekitzur-stech+json
encoding: base64
xrefs:
person:
- Jegulsky
template:
- application/vnd.bekitzur-stech+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.belightsoft.lhzd+zip
encoding: base64
xrefs:
person:
- Dmytro_Yunchyk
template:
- application/vnd.belightsoft.lhzd+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.belightsoft.lhzl+zip
encoding: base64
xrefs:
person:
- Dmytro_Yunchyk
template:
- application/vnd.belightsoft.lhzl+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bint.med-content
encoding: base64
xrefs:
person:
- Heinz-Peter_Schütz
template:
- application/vnd.bint.med-content
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.biopax.rdf+xml
encoding: base64
xrefs:
person:
- Pathway_Commons
template:
- application/vnd.biopax.rdf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.blink-idb-value-wrapper
encoding: base64
xrefs:
person:
- Victor_Costan
template:
- application/vnd.blink-idb-value-wrapper
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.blueice.multipass
friendly:
en: Blueice Research Multipass
encoding: base64
extensions:
- mpm
xrefs:
person:
- Thomas_Holmstrom
template:
- application/vnd.blueice.multipass
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.bluetooth.ep.oob
encoding: base64
xrefs:
person:
- Mike_Foley
template:
- application/vnd.bluetooth.ep.oob
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bluetooth.le.oob
encoding: base64
xrefs:
person:
- Mark_Powell
template:
- application/vnd.bluetooth.le.oob
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bmi
friendly:
en: BMI Drawing Data Interchange
encoding: base64
extensions:
- bmi
xrefs:
person:
- Tadashi_Gotoh
template:
- application/vnd.bmi
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.bpf
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/vnd.bpf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bpf3
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/vnd.bpf3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.businessobjects
friendly:
en: BusinessObjects
encoding: base64
extensions:
- rep
xrefs:
person:
- Philippe_Imoucha
template:
- application/vnd.businessobjects
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.byu.uapi+json
encoding: base64
xrefs:
person:
- Brent_Moore
template:
- application/vnd.byu.uapi+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.bzip3
encoding: base64
xrefs:
person:
- Kamila_Szewczyk
template:
- application/vnd.bzip3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.c3voc.schedule+xml
encoding: base64
xrefs:
person:
- Andreas_Hubel
template:
- application/vnd.c3voc.schedule+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cab-jscript
encoding: base64
xrefs:
person:
- Joerg_Falkenberg
template:
- application/vnd.cab-jscript
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.canon-cpdl
encoding: base64
xrefs:
person:
- Shin_Muto
template:
- application/vnd.canon-cpdl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.canon-lips
encoding: base64
xrefs:
person:
- Shin_Muto
template:
- application/vnd.canon-lips
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.capasystems-pg+json
encoding: base64
xrefs:
person:
- Yüksel_Aydemir
template:
- application/vnd.capasystems-pg+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cel
encoding: base64
xrefs:
person:
- Tristan_Swadell
template:
- application/vnd.cel
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cendio.thinlinc.clientconf
encoding: base64
xrefs:
person:
- Peter_Astrand
template:
- application/vnd.cendio.thinlinc.clientconf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.century-systems.tcp_stream
encoding: base64
xrefs:
person:
- Shuji_Fujii
template:
- application/vnd.century-systems.tcp_stream
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.chemdraw+xml
friendly:
en: CambridgeSoft Chem Draw
encoding: base64
extensions:
- cdxml
xrefs:
person:
- Glenn_Howes
template:
- application/vnd.chemdraw+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.chess-pgn
encoding: base64
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.chess-pgn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.chipnuts.karaoke-mmd
friendly:
en: Karaoke on Chipnuts Chipsets
encoding: base64
extensions:
- mmd
xrefs:
person:
- Chunyun_Xiong
template:
- application/vnd.chipnuts.karaoke-mmd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ciedi
encoding: base64
xrefs:
person:
- Hidekazu_Enjo
template:
- application/vnd.ciedi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cinderella
friendly:
en: Interactive Geometry Software Cinderella
encoding: base64
extensions:
- cdy
xrefs:
person:
- Ulrich_Kortenkamp
template:
- application/vnd.cinderella
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cirpack.isdn-ext
encoding: base64
xrefs:
person:
- Pascal_Mayeux
template:
- application/vnd.cirpack.isdn-ext
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.citationstyles.style+xml
encoding: base64
xrefs:
person:
- Rintze_M._Zelle
template:
- application/vnd.citationstyles.style+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.claymore
friendly:
en: Claymore Data Files
encoding: base64
extensions:
- cla
xrefs:
person:
- Ray_Simpson
template:
- application/vnd.claymore
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cloanto.rp9
friendly:
en: RetroPlatform Player
encoding: base64
extensions:
- rp9
xrefs:
person:
- Mike_Labatt
template:
- application/vnd.cloanto.rp9
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.clonk.c4group
friendly:
en: Clonk Game
encoding: base64
extensions:
- c4d
- c4f
- c4g
- c4p
- c4u
xrefs:
person:
- Guenther_Brammer
template:
- application/vnd.clonk.c4group
registered: true
sort-priority: 11
- !ruby/object:MIME::Type
content-type: application/vnd.cluetrust.cartomobile-config
friendly:
en: ClueTrust CartoMobile - Config
encoding: base64
extensions:
- c11amc
xrefs:
person:
- Gaige_Paulsen
template:
- application/vnd.cluetrust.cartomobile-config
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cluetrust.cartomobile-config-pkg
friendly:
en: ClueTrust CartoMobile - Config Package
encoding: base64
extensions:
- c11amz
xrefs:
person:
- Gaige_Paulsen
template:
- application/vnd.cluetrust.cartomobile-config-pkg
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cmmf-configuration-information+json
encoding: base64
xrefs:
person:
- Jason_Cloud
template:
- application/vnd.cmmf-configuration-information+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cmmf-efd+xml
encoding: base64
xrefs:
person:
- Jason_Cloud
template:
- application/vnd.cmmf-efd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cmmf-encoder-configuration+json
encoding: base64
xrefs:
person:
- Jason_Cloud
template:
- application/vnd.cmmf-encoder-configuration+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cncf.helm.chart.content.v1.tar+gzip
encoding: base64
xrefs:
person:
- Andrew_Block
template:
- application/vnd.cncf.helm.chart.content.v1.tar+gzip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cncf.helm.chart.provenance.v1.prov
encoding: base64
xrefs:
person:
- Andrew_Block
template:
- application/vnd.cncf.helm.chart.provenance.v1.prov
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cncf.helm.config.v1+json
encoding: base64
xrefs:
person:
- Andrew_Block
template:
- application/vnd.cncf.helm.config.v1+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.coffeescript
encoding: base64
xrefs:
person:
- Devyn_Collier_Johnson
template:
- application/vnd.coffeescript
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.document
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.document
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.document-template
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.document-template
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.presentation
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.presentation
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.presentation-template
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.presentation-template
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.spreadsheet
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.spreadsheet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collabio.xodocuments.spreadsheet-template
encoding: base64
xrefs:
person:
- Alexey_Meandrov
template:
- application/vnd.collabio.xodocuments.spreadsheet-template
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collection+json
encoding: base64
xrefs:
person:
- Mike_Amundsen
template:
- application/vnd.collection+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collection.doc+json
encoding: base64
xrefs:
person:
- Irakli_Nadareishvili
template:
- application/vnd.collection.doc+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.collection.next+json
encoding: base64
xrefs:
person:
- Ioseb_Dzmanashvili
template:
- application/vnd.collection.next+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.comicbook+zip
encoding: base64
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.comicbook+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.comicbook-rar
encoding: base64
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.comicbook-rar
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.commerce-battelle
encoding: base64
xrefs:
person:
- David_Applebaum
template:
- application/vnd.commerce-battelle
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.commonspace
friendly:
en: Sixth Floor Media - CommonSpace
encoding: base64
extensions:
- csp
xrefs:
person:
- Ravinder_Chandhok
template:
- application/vnd.commonspace
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.contact.cmsg
friendly:
en: CIM Database
encoding: base64
extensions:
- cdbcmsg
xrefs:
person:
- Frank_Patz
template:
- application/vnd.contact.cmsg
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.coreos.ignition+json
encoding: base64
xrefs:
person:
- Alex_Crawford
template:
- application/vnd.coreos.ignition+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cosmocaller
friendly:
en: CosmoCaller
encoding: base64
extensions:
- cmc
xrefs:
person:
- Steve_Dellutri
template:
- application/vnd.cosmocaller
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.crick.clicker
friendly:
en: CrickSoftware - Clicker
encoding: base64
extensions:
- clkx
xrefs:
person:
- Andrew_Burt
template:
- application/vnd.crick.clicker
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.crick.clicker.keyboard
friendly:
en: CrickSoftware - Clicker - Keyboard
encoding: base64
extensions:
- clkk
xrefs:
person:
- Andrew_Burt
template:
- application/vnd.crick.clicker.keyboard
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.crick.clicker.palette
friendly:
en: CrickSoftware - Clicker - Palette
encoding: base64
extensions:
- clkp
xrefs:
person:
- Andrew_Burt
template:
- application/vnd.crick.clicker.palette
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.crick.clicker.template
friendly:
en: CrickSoftware - Clicker - Template
encoding: base64
extensions:
- clkt
xrefs:
person:
- Andrew_Burt
template:
- application/vnd.crick.clicker.template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.crick.clicker.wordbank
friendly:
en: CrickSoftware - Clicker - Wordbank
encoding: base64
extensions:
- clkw
xrefs:
person:
- Andrew_Burt
template:
- application/vnd.crick.clicker.wordbank
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.criticaltools.wbs+xml
friendly:
en: Critical Tools - PERT Chart EXPERT
encoding: base64
extensions:
- wbs
xrefs:
person:
- Jim_Spiller
template:
- application/vnd.criticaltools.wbs+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cryptii.pipe+json
encoding: base64
xrefs:
person:
- Fränz_Friederes
template:
- application/vnd.cryptii.pipe+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.crypto-shade-file
encoding: base64
xrefs:
person:
- Connor_Horman
template:
- application/vnd.crypto-shade-file
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cryptomator.encrypted
encoding: base64
xrefs:
person:
- Sebastian_Stenzel
template:
- application/vnd.cryptomator.encrypted
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cryptomator.vault
encoding: base64
xrefs:
person:
- Sebastian_Stenzel
template:
- application/vnd.cryptomator.vault
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ctc-posml
friendly:
en: PosML
encoding: base64
extensions:
- pml
xrefs:
person:
- Bayard_Kohlhepp
template:
- application/vnd.ctc-posml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ctct.ws+xml
encoding: base64
xrefs:
person:
- Jim_Ancona
template:
- application/vnd.ctct.ws+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cups-pdf
encoding: base64
xrefs:
person:
- Michael_Sweet
template:
- application/vnd.cups-pdf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cups-postscript
encoding: base64
xrefs:
person:
- Michael_Sweet
template:
- application/vnd.cups-postscript
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cups-ppd
friendly:
en: Adobe PostScript Printer Description File Format
encoding: base64
extensions:
- ppd
xrefs:
person:
- Michael_Sweet
template:
- application/vnd.cups-ppd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.cups-raster
encoding: base64
xrefs:
person:
- Michael_Sweet
template:
- application/vnd.cups-raster
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cups-raw
encoding: base64
xrefs:
person:
- Michael_Sweet
template:
- application/vnd.cups-raw
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.curl
encoding: base64
extensions:
- curl
xrefs:
person:
- Robert_Byrnes
template:
- application/vnd.curl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.curl.car
friendly:
en: CURL Applet
encoding: base64
extensions:
- car
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.curl.pcurl
friendly:
en: CURL Applet
encoding: base64
extensions:
- pcurl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.cyan.dean.root+xml
encoding: base64
xrefs:
person:
- Matt_Kern
template:
- application/vnd.cyan.dean.root+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cybank
encoding: base64
xrefs:
person:
- Nor_Helmee
template:
- application/vnd.cybank
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cyclonedx+json
encoding: base64
xrefs:
person:
- Patrick_Dwyer
template:
- application/vnd.cyclonedx+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.cyclonedx+xml
encoding: base64
xrefs:
person:
- Patrick_Dwyer
template:
- application/vnd.cyclonedx+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.d2l.coursepackage1p0+zip
encoding: base64
xrefs:
person:
- Viktor_Haag
template:
- application/vnd.d2l.coursepackage1p0+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.d3m-dataset
encoding: base64
xrefs:
person:
- Mi_Tar
template:
- application/vnd.d3m-dataset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.d3m-problem
encoding: base64
xrefs:
person:
- Mi_Tar
template:
- application/vnd.d3m-problem
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dart
encoding: base64
extensions:
- dart
xrefs:
person:
- Anders_Sandholm
template:
- application/vnd.dart
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.data-vision.rdz
friendly:
en: RemoteDocs R-Viewer
encoding: base64
extensions:
- rdz
xrefs:
person:
- James_Fields
template:
- application/vnd.data-vision.rdz
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.datalog
encoding: base64
xrefs:
person:
- Simon_Johnston
template:
- application/vnd.datalog
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.datapackage+json
encoding: base64
xrefs:
person:
- Paul_Walsh
template:
- application/vnd.datapackage+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dataresource+json
encoding: base64
xrefs:
person:
- Paul_Walsh
template:
- application/vnd.dataresource+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dbf
encoding: base64
xrefs:
person:
- Mi_Tar
template:
- application/vnd.dbf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dcmp+xml
encoding: base64
xrefs:
person:
- Jan_Boström
template:
- application/vnd.dcmp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.debian.binary-package
encoding: base64
xrefs:
person:
- Debian_Policy_mailing_list
template:
- application/vnd.debian.binary-package
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dece.data
encoding: base64
extensions:
- uvd
- uvf
- uvvd
- uvvf
xrefs:
person:
- Michael_A_Dolan
template:
- application/vnd.dece.data
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/vnd.dece.ttml+xml
encoding: base64
extensions:
- uvt
- uvvt
xrefs:
person:
- Michael_A_Dolan
template:
- application/vnd.dece.ttml+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.dece.unspecified
encoding: base64
extensions:
- uvvx
- uvx
xrefs:
person:
- Michael_A_Dolan
template:
- application/vnd.dece.unspecified
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.dece.zip
encoding: base64
extensions:
- uvvz
- uvz
xrefs:
person:
- Michael_A_Dolan
template:
- application/vnd.dece.zip
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.denovo.fcselayout-link
friendly:
en: FCS Express Layout Link
encoding: base64
extensions:
- fe_launch
xrefs:
person:
- Michael_Dixon
template:
- application/vnd.denovo.fcselayout-link
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.desmume.movie
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.desmume.movie
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.deut+json
encoding: base64
xrefs:
person:
- Deut.li
template:
- application/vnd.deut+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.digilite.prolights
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.dir-bi.plate-dl-nosuffix
encoding: base64
xrefs:
person:
- Yamanaka
template:
- application/vnd.dir-bi.plate-dl-nosuffix
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dm.delegation+xml
encoding: base64
xrefs:
person:
- Axel_Ferrazzini
template:
- application/vnd.dm.delegation+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dna
friendly:
en: New Moon Liftoff/DNA
encoding: base64
extensions:
- dna
xrefs:
person:
- Meredith_Searcy
template:
- application/vnd.dna
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.document+json
encoding: base64
xrefs:
person:
- Tom_Christie
template:
- application/vnd.document+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dolby.mlp
friendly:
en: Dolby Meridian Lossless Packing
encoding: base64
extensions:
- mlp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.dolby.mobile.1
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- application/vnd.dolby.mobile.1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dolby.mobile.2
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- application/vnd.dolby.mobile.2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.doremir.scorecloud-binary-document
encoding: base64
xrefs:
person:
- Erik_Ronström
template:
- application/vnd.doremir.scorecloud-binary-document
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dpgraph
friendly:
en: DPGraph
encoding: base64
extensions:
- dpg
xrefs:
person:
- David_Parker
template:
- application/vnd.dpgraph
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.dreamfactory
friendly:
en: DreamFactory
encoding: base64
extensions:
- dfac
xrefs:
person:
- William_C._Appleton
template:
- application/vnd.dreamfactory
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.drive+json
encoding: base64
xrefs:
person:
- Keith_Kester
template:
- application/vnd.drive+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ds-keypoint
encoding: base64
extensions:
- kpxx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.dtg.local
encoding: base64
xrefs:
person:
- Ali_Teffahi
template:
- application/vnd.dtg.local
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dtg.local.flash
encoding: base64
xrefs:
person:
- Ali_Teffahi
template:
- application/vnd.dtg.local.flash
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dtg.local.html
encoding: base64
xrefs:
person:
- Ali_Teffahi
template:
- application/vnd.dtg.local.html
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ait
friendly:
en: Digital Video Broadcasting
encoding: base64
extensions:
- ait
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- application/vnd.dvb.ait
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.dvbisl+xml
encoding: base64
xrefs:
person:
- Emily_DUBS
template:
- application/vnd.dvb.dvbisl+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.dvbj
encoding: base64
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- application/vnd.dvb.dvbj
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.esgcontainer
encoding: base64
xrefs:
person:
- Joerg_Heuer
template:
- application/vnd.dvb.esgcontainer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ipdcdftnotifaccess
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.ipdcdftnotifaccess
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ipdcesgaccess
encoding: base64
xrefs:
person:
- Joerg_Heuer
template:
- application/vnd.dvb.ipdcesgaccess
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ipdcesgaccess2
encoding: base64
xrefs:
person:
- Jerome_Marcon
template:
- application/vnd.dvb.ipdcesgaccess2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ipdcesgpdd
encoding: base64
xrefs:
person:
- Jerome_Marcon
template:
- application/vnd.dvb.ipdcesgpdd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.ipdcroaming
encoding: base64
xrefs:
person:
- Yiling_Xu
template:
- application/vnd.dvb.ipdcroaming
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.iptv.alfec-base
encoding: base64
xrefs:
person:
- Jean-Baptiste_Henry
template:
- application/vnd.dvb.iptv.alfec-base
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.iptv.alfec-enhancement
encoding: base64
xrefs:
person:
- Jean-Baptiste_Henry
template:
- application/vnd.dvb.iptv.alfec-enhancement
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-aggregate-root+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-aggregate-root+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-container+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-container+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-generic+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-generic+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-ia-msglist+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-ia-msglist+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-ia-registration-request+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-ia-registration-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-ia-registration-response+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-ia-registration-response+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.notif-init+xml
encoding: base64
xrefs:
person:
- Roy_Yue
template:
- application/vnd.dvb.notif-init+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.pfr
encoding: base64
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- application/vnd.dvb.pfr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dvb.service
friendly:
en: Digital Video Broadcasting
encoding: base64
extensions:
- svc
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- application/vnd.dvb.service
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.dxr
encoding: base64
xrefs:
person:
- Michael_Duffy
template:
- application/vnd.dxr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.dynageo
friendly:
en: DynaGeo
encoding: base64
extensions:
- geo
xrefs:
person:
- Roland_Mechling
template:
- application/vnd.dynageo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.dzr
encoding: base64
xrefs:
person:
- Carl_Anderson
template:
- application/vnd.dzr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.easykaraoke.cdgdownload
encoding: base64
xrefs:
person:
- Iain_Downs
template:
- application/vnd.easykaraoke.cdgdownload
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecdis-update
encoding: base64
xrefs:
person:
- Gert_Buettgenbach
template:
- application/vnd.ecdis-update
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecip.rlp
encoding: base64
xrefs:
person:
- Wei_Tang
template:
- application/vnd.ecip.rlp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eclipse.ditto+json
encoding: base64
xrefs:
person:
- Eclipse_Ditto_developers
template:
- application/vnd.eclipse.ditto+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.chart
friendly:
en: EcoWin Chart
encoding: base64
extensions:
- mag
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.chart
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.filerequest
encoding: base64
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.filerequest
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.fileupdate
encoding: base64
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.fileupdate
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.series
encoding: base64
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.series
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.seriesrequest
encoding: base64
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.seriesrequest
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ecowin.seriesupdate
encoding: base64
xrefs:
person:
- Thomas_Olsson
template:
- application/vnd.ecowin.seriesupdate
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.edulith.edux+json
encoding: base64
xrefs:
person:
- Heike_Håland_Østensen
template:
- application/vnd.edulith.edux+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.efi.img
encoding: base64
xrefs:
person:
- Fu_Siyuan
- UEFI_Forum
template:
- application/vnd.efi.img
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.efi.iso
encoding: base64
xrefs:
person:
- Fu_Siyuan
- UEFI_Forum
template:
- application/vnd.efi.iso
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eln+zip
encoding: base64
xrefs:
person:
- Nicolas_CARPI
template:
- application/vnd.eln+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.emclient.accessrequest+xml
encoding: base64
xrefs:
person:
- Filip_Navara
template:
- application/vnd.emclient.accessrequest+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.enliven
friendly:
en: Enliven Viewer
encoding: base64
extensions:
- nml
xrefs:
person:
- Paul_Santinelli_Jr.
template:
- application/vnd.enliven
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.enphase.envoy
encoding: base64
xrefs:
person:
- Chris_Eich
template:
- application/vnd.enphase.envoy
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eprints.data+xml
encoding: base64
xrefs:
person:
- Tim_Brody
template:
- application/vnd.eprints.data+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.epson.esf
friendly:
en: QUASS Stream Player
encoding: base64
extensions:
- esf
xrefs:
person:
- Shoji_Hoshina
template:
- application/vnd.epson.esf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.epson.msf
friendly:
en: QUASS Stream Player
encoding: base64
extensions:
- msf
xrefs:
person:
- Shoji_Hoshina
template:
- application/vnd.epson.msf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.epson.quickanime
friendly:
en: QuickAnime Player
encoding: base64
extensions:
- qam
xrefs:
person:
- Yu_Gu
template:
- application/vnd.epson.quickanime
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.epson.salt
friendly:
en: SimpleAnimeLite Player
encoding: base64
extensions:
- slt
xrefs:
person:
- Yasuhito_Nagatomo
template:
- application/vnd.epson.salt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.epson.ssf
friendly:
en: QUASS Stream Player
encoding: base64
extensions:
- ssf
xrefs:
person:
- Shoji_Hoshina
template:
- application/vnd.epson.ssf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ericsson.quickcall
encoding: base64
xrefs:
person:
- Paul_Tidwell
template:
- application/vnd.ericsson.quickcall
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.erofs
encoding: base64
xrefs:
person:
- Xiang_Gao
template:
- application/vnd.erofs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.espass-espass+zip
encoding: base64
xrefs:
person:
- Marcus_Ligi_Büschleb
template:
- application/vnd.espass-espass+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eszigno3+xml
friendly:
en: MICROSEC e-Szign¢
encoding: base64
extensions:
- es3
- et3
xrefs:
person:
- Szilveszter_Tóth
template:
- application/vnd.eszigno3+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.aoc+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.aoc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.asic-e+zip
encoding: base64
extensions:
- asice
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.asic-e+zip
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.asic-s+zip
encoding: base64
extensions:
- asics
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.asic-s+zip
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.cug+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.cug+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvcommand+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvcommand+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvdiscovery+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvdiscovery+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvprofile+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvprofile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvsad-bc+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvsad-bc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvsad-cod+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvsad-cod+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvsad-npvr+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvsad-npvr+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvservice+xml
encoding: base64
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.iptvservice+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvsync+xml
encoding: base64
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.iptvsync+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.iptvueprofile+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.iptvueprofile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.mcid+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.mcid+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.mheg5
encoding: base64
xrefs:
person:
- Ian_Medland
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.mheg5
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.overload-control-policy-dataset+xml
encoding: base64
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.overload-control-policy-dataset+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.pstn+xml
encoding: base64
xrefs:
person:
- Jiwan_Han
- Thomas_Belling
template:
- application/vnd.etsi.pstn+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.sci+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.sci+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.simservs+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.simservs+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.timestamp-token
encoding: base64
xrefs:
person:
- Miguel_Angel_Reina_Ortega
template:
- application/vnd.etsi.timestamp-token
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.tsl+xml
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.tsl+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.etsi.tsl.der
encoding: base64
xrefs:
person:
- Shicheng_Hu
template:
- application/vnd.etsi.tsl.der
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eu.kasparian.car+json
encoding: base64
xrefs:
person:
- Hervé_Kasparian
template:
- application/vnd.eu.kasparian.car+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.eudora.data
encoding: base64
xrefs:
person:
- Pete_Resnick
template:
- application/vnd.eudora.data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.evolv.ecig.profile
encoding: base64
xrefs:
person:
- James_Bellinger
template:
- application/vnd.evolv.ecig.profile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.evolv.ecig.settings
encoding: base64
xrefs:
person:
- James_Bellinger
template:
- application/vnd.evolv.ecig.settings
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.evolv.ecig.theme
encoding: base64
xrefs:
person:
- James_Bellinger
template:
- application/vnd.evolv.ecig.theme
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.exstream-empower+zip
encoding: base64
xrefs:
person:
- Bill_Kidwell
template:
- application/vnd.exstream-empower+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.exstream-package
encoding: base64
xrefs:
person:
- Bill_Kidwell
template:
- application/vnd.exstream-package
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ezpix-album
friendly:
en: EZPix Secure Photo Album
encoding: base64
extensions:
- ez2
xrefs:
person:
- ElectronicZombieCorp
template:
- application/vnd.ezpix-album
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ezpix-package
friendly:
en: EZPix Secure Photo Album
encoding: base64
extensions:
- ez3
xrefs:
person:
- ElectronicZombieCorp
template:
- application/vnd.ezpix-package
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.f-secure.mobile
encoding: base64
xrefs:
person:
- Samu_Sarivaara
template:
- application/vnd.f-secure.mobile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.faf+yaml
encoding: base64
xrefs:
person:
- James_Wolfe
template:
- application/vnd.faf+yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.familysearch.gedcom+zip
encoding: base64
xrefs:
person:
- Gordon_Clarke
template:
- application/vnd.familysearch.gedcom+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fastcopy-disk-image
encoding: base64
xrefs:
person:
- Thomas_Huth
template:
- application/vnd.fastcopy-disk-image
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fdf
friendly:
en: Forms Data Format
encoding: base64
extensions:
- fdf
xrefs:
person:
- Steve_Zilles
template:
- application/vnd.fdf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fdsn.mseed
encoding: base64
extensions:
- mseed
xrefs:
person:
- International_FDSN
template:
- application/vnd.fdsn.mseed
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fdsn.seed
friendly:
en: Digital Siesmograph Networks - SEED Datafiles
encoding: base64
extensions:
- dataless
- seed
xrefs:
person:
- Chad_Trabant
template:
- application/vnd.fdsn.seed
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.fdsn.stationxml+xml
encoding: base64
xrefs:
person:
- International_FDSN
template:
- application/vnd.fdsn.stationxml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ffsns
encoding: base64
xrefs:
person:
- Holstage
template:
- application/vnd.ffsns
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fgb
encoding: base64
xrefs:
person:
- Björn_Harrtell
template:
- application/vnd.fgb
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ficlab.flb+zip
encoding: base64
xrefs:
person:
- Steve_Gilberd
template:
- application/vnd.ficlab.flb+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.filmit.zfc
encoding: base64
xrefs:
person:
- Harms_Moeller
template:
- application/vnd.filmit.zfc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fints
encoding: base64
xrefs:
person:
- Ingo_Hammann
template:
- application/vnd.fints
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.firemonkeys.cloudcell
encoding: base64
xrefs:
person:
- Alex_Dubov
template:
- application/vnd.firemonkeys.cloudcell
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.FloGraphIt
friendly:
en: NpGraphIt
encoding: base64
extensions:
- gph
xrefs:
person:
- Dick_Floersch
template:
- application/vnd.FloGraphIt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fluxtime.clip
friendly:
en: FluxTime Clip
encoding: base64
extensions:
- ftc
xrefs:
person:
- Marc_Winter
template:
- application/vnd.fluxtime.clip
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.font-fontforge-sfd
encoding: base64
xrefs:
person:
- George_Williams
template:
- application/vnd.font-fontforge-sfd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.framemaker
friendly:
en: FrameMaker Normal Format
encoding: base64
extensions:
- frm
- maker
- frame
- fm
- fb
- book
- fbdoc
xrefs:
person:
- Mike_Wexler
template:
- application/vnd.framemaker
registered: true
sort-priority: 9
- !ruby/object:MIME::Type
content-type: application/vnd.freelog.comic
encoding: base64
xrefs:
person:
- Liu_Qiancen
template:
- application/vnd.freelog.comic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.frogans.fnc
friendly:
en: Frogans Player
encoding: base64
extensions:
- fnc
obsolete: true
xrefs:
person:
- Alexis_Tamas
- OP3FT
template:
- application/vnd.frogans.fnc
notes:
- "(OBSOLETE)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.frogans.ltf
friendly:
en: Frogans Player
encoding: base64
extensions:
- ltf
obsolete: true
xrefs:
person:
- Alexis_Tamas
- OP3FT
template:
- application/vnd.frogans.ltf
notes:
- "(OBSOLETE)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.fsc.weblaunch
friendly:
en: Friendly Software Corporation
encoding: 7bit
extensions:
- fsc
xrefs:
person:
- Derek_Smith
template:
- application/vnd.fsc.weblaunch
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujifilm.fb.docuworks
encoding: base64
xrefs:
person:
- Kazuya_Iimura
template:
- application/vnd.fujifilm.fb.docuworks
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujifilm.fb.docuworks.binder
encoding: base64
xrefs:
person:
- Kazuya_Iimura
template:
- application/vnd.fujifilm.fb.docuworks.binder
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujifilm.fb.docuworks.container
encoding: base64
xrefs:
person:
- Kazuya_Iimura
template:
- application/vnd.fujifilm.fb.docuworks.container
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujifilm.fb.jfi+xml
encoding: base64
xrefs:
person:
- Keitaro_Ishida
template:
- application/vnd.fujifilm.fb.jfi+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujitsu.oasys
friendly:
en: Fujitsu Oasys
encoding: base64
extensions:
- oas
xrefs:
person:
- Nobukazu_Togashi
template:
- application/vnd.fujitsu.oasys
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujitsu.oasys2
friendly:
en: Fujitsu Oasys
encoding: base64
extensions:
- oa2
xrefs:
person:
- Nobukazu_Togashi
template:
- application/vnd.fujitsu.oasys2
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujitsu.oasys3
friendly:
en: Fujitsu Oasys
encoding: base64
extensions:
- oa3
xrefs:
person:
- Seiji_Okudaira
template:
- application/vnd.fujitsu.oasys3
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujitsu.oasysgp
friendly:
en: Fujitsu Oasys
encoding: base64
extensions:
- fg5
xrefs:
person:
- Masahiko_Sugimoto
template:
- application/vnd.fujitsu.oasysgp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujitsu.oasysprs
friendly:
en: Fujitsu Oasys
encoding: base64
extensions:
- bh2
xrefs:
person:
- Masumi_Ogita
template:
- application/vnd.fujitsu.oasysprs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.ART-EX
encoding: base64
xrefs:
person:
- Fumio_Tanabe
template:
- application/vnd.fujixerox.ART-EX
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.ART4
encoding: base64
xrefs:
person:
- Fumio_Tanabe
template:
- application/vnd.fujixerox.ART4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.ddd
friendly:
en: Fujitsu - Xerox 2D CAD Data
encoding: base64
extensions:
- ddd
xrefs:
person:
- Masanori_Onda
template:
- application/vnd.fujixerox.ddd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.docuworks
friendly:
en: Fujitsu - Xerox DocuWorks
encoding: base64
extensions:
- xdw
xrefs:
person:
- Takatomo_Wakibayashi
template:
- application/vnd.fujixerox.docuworks
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.docuworks.binder
friendly:
en: Fujitsu - Xerox DocuWorks Binder
encoding: base64
extensions:
- xbd
xrefs:
person:
- Takashi_Matsumoto
template:
- application/vnd.fujixerox.docuworks.binder
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.docuworks.container
encoding: base64
xrefs:
person:
- Kiyoshi_Tashiro
template:
- application/vnd.fujixerox.docuworks.container
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fujixerox.HBPL
encoding: base64
xrefs:
person:
- Fumio_Tanabe
template:
- application/vnd.fujixerox.HBPL
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fut-misnet
encoding: base64
xrefs:
person:
- Jann_Pruulman
template:
- application/vnd.fut-misnet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.futoin+cbor
encoding: base64
xrefs:
person:
- Andrey_Galkin
template:
- application/vnd.futoin+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.futoin+json
encoding: base64
xrefs:
person:
- Andrey_Galkin
template:
- application/vnd.futoin+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.fuzzysheet
friendly:
en: FuzzySheet
encoding: base64
extensions:
- fzs
xrefs:
person:
- Simon_Birtwistle
template:
- application/vnd.fuzzysheet
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.g3pix.g3fc
encoding: base64
xrefs:
person:
- Lucas_Guimarães
template:
- application/vnd.g3pix.g3fc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ga4gh.passport+jwt
encoding: base64
xrefs:
person:
- GA4GH_Secretariat
template:
- application/vnd.ga4gh.passport+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.genomatix.tuxedo
friendly:
en: Genomatix Tuxedo Framework
encoding: base64
extensions:
- txd
xrefs:
person:
- Torben_Frey
template:
- application/vnd.genomatix.tuxedo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.genozip
encoding: base64
xrefs:
person:
- Divon_Lan
template:
- application/vnd.genozip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentics.grd+json
encoding: base64
xrefs:
person:
- Philipp_Gortan
template:
- application/vnd.gentics.grd+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.catmetadata+xml
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.catmetadata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.ebuild
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.ebuild
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.eclass
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.eclass
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.gpkg
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.gpkg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.manifest
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.manifest
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.pkgmetadata+xml
encoding: base64
xrefs:
person:
- Michał_Górny
template:
- application/vnd.gentoo.pkgmetadata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gentoo.xpak
encoding: base64
xrefs:
person:
- Gentoo_Portage_Project
template:
- application/vnd.gentoo.xpak
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.geo+json
encoding: base64
obsolete: true
use-instead: application/geo+json
xrefs:
rfc:
- rfc7946
person:
- Sean_Gillies
template:
- application/vnd.geo+json
notes:
- "(OBSOLETED by in favor of application/geo+json)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.geocube+xml
encoding: 8bit
obsolete: true
xrefs:
person:
- Francois_Pirsch
template:
- application/vnd.geocube+xml
notes:
- "(OBSOLETED by request)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.geogebra.file
friendly:
en: GeoGebra
encoding: base64
extensions:
- ggb
xrefs:
person:
- GeoGebra
- Yves_Kreis
template:
- application/vnd.geogebra.file
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.geogebra.pinboard
encoding: base64
xrefs:
person:
- GeoGebra
- Michael_Borcherds
template:
- application/vnd.geogebra.pinboard
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.geogebra.slides
encoding: base64
extensions:
- ggs
xrefs:
person:
- GeoGebra
- Markus_Hohenwarter
- Michael_Borcherds
template:
- application/vnd.geogebra.slides
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.geogebra.tool
friendly:
en: GeoGebra
encoding: base64
extensions:
- ggt
xrefs:
person:
- GeoGebra
- Yves_Kreis
template:
- application/vnd.geogebra.tool
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.geometry-explorer
friendly:
en: GeoMetry Explorer
encoding: base64
extensions:
- gex
- gre
xrefs:
person:
- Michael_Hvidsten
template:
- application/vnd.geometry-explorer
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.geonext
friendly:
en: GEONExT and JSXGraph
encoding: base64
extensions:
- gxt
xrefs:
person:
- Matthias_Ehmann
template:
- application/vnd.geonext
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.geoplan
friendly:
en: GeoplanW
encoding: base64
extensions:
- g2w
xrefs:
person:
- Christian_Mercat
template:
- application/vnd.geoplan
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.geospace
friendly:
en: GeospacW
encoding: base64
extensions:
- g3w
xrefs:
person:
- Christian_Mercat
template:
- application/vnd.geospace
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.gerber
encoding: base64
xrefs:
person:
- Thomas_Weyn
template:
- application/vnd.gerber
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.globalplatform.card-content-mgt
encoding: base64
xrefs:
person:
- Gil_Bernabeu
template:
- application/vnd.globalplatform.card-content-mgt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.globalplatform.card-content-mgt-response
encoding: base64
xrefs:
person:
- Gil_Bernabeu
template:
- application/vnd.globalplatform.card-content-mgt-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gmx
friendly:
en: GameMaker ActiveX
encoding: base64
extensions:
- gmx
obsolete: true
xrefs:
person:
- Christian_V._Sciberras
template:
- application/vnd.gmx
notes:
- "- DEPRECATED"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.gnu.taler.exchange+json
encoding: base64
xrefs:
person:
- Christian_Grothoff
template:
- application/vnd.gnu.taler.exchange+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gnu.taler.merchant+json
encoding: base64
xrefs:
person:
- Christian_Grothoff
template:
- application/vnd.gnu.taler.merchant+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.google-earth.kml+xml
friendly:
en: Google Earth - KML
encoding: 8bit
extensions:
- kml
xrefs:
person:
- Michael_Ashbridge
template:
- application/vnd.google-earth.kml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.google-earth.kmz
friendly:
en: Google Earth - Zipped KML
encoding: 8bit
extensions:
- kmz
xrefs:
person:
- Michael_Ashbridge
template:
- application/vnd.google-earth.kmz
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.gov.sk.e-form+xml
encoding: base64
obsolete: true
xrefs:
person:
- Stefan_Szilva
template:
- application/vnd.gov.sk.e-form+xml
notes:
- "(OBSOLETED by request)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.gov.sk.e-form+zip
encoding: base64
xrefs:
person:
- Stefan_Szilva
template:
- application/vnd.gov.sk.e-form+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gov.sk.xmldatacontainer+xml
encoding: base64
xrefs:
person:
- Stefan_Szilva
template:
- application/vnd.gov.sk.xmldatacontainer+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gp3
encoding: base64
xrefs:
person:
- Robert_Clausing
template:
- application/vnd.gp3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.gpxsee.map+xml
encoding: base64
xrefs:
person:
- Martin_Tůma
template:
- application/vnd.gpxsee.map+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.grafeq
friendly:
en: GrafEq
encoding: base64
extensions:
- gqf
- gqs
xrefs:
person:
- Jeff_Tupper
template:
- application/vnd.grafeq
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.gridmp
encoding: base64
xrefs:
person:
- Jeff_Lawson
template:
- application/vnd.gridmp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.groove-account
friendly:
en: Groove - Account
encoding: base64
extensions:
- gac
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-account
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-help
friendly:
en: Groove - Help
encoding: base64
extensions:
- ghf
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-help
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-identity-message
friendly:
en: Groove - Identity Message
encoding: base64
extensions:
- gim
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-identity-message
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-injector
friendly:
en: Groove - Injector
encoding: base64
extensions:
- grv
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-injector
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-tool-message
friendly:
en: Groove - Tool Message
encoding: base64
extensions:
- gtm
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-tool-message
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-tool-template
friendly:
en: Groove - Tool Template
encoding: base64
extensions:
- tpl
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-tool-template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.groove-vcard
friendly:
en: Groove - Vcard
encoding: base64
extensions:
- vcg
xrefs:
person:
- Todd_Joseph
template:
- application/vnd.groove-vcard
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hal+json
encoding: base64
xrefs:
person:
- Mike_Kelly
template:
- application/vnd.hal+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hal+xml
friendly:
en: Hypertext Application Language
encoding: base64
extensions:
- hal
xrefs:
person:
- Mike_Kelly
template:
- application/vnd.hal+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.HandHeld-Entertainment+xml
friendly:
en: ZVUE Media Manager
encoding: base64
extensions:
- zmm
xrefs:
person:
- Eric_Hamilton
template:
- application/vnd.HandHeld-Entertainment+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hbci
friendly:
en: Homebanking Computer Interface (HBCI)
encoding: base64
extensions:
- hbci
- hbc
- kom
- upa
- pkd
- bpd
xrefs:
person:
- Ingo_Hammann
template:
- application/vnd.hbci
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: application/vnd.hc+json
encoding: base64
xrefs:
person:
- Jan_Schütze
template:
- application/vnd.hc+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hcl-bireports
encoding: base64
xrefs:
person:
- Doug_R._Serres
template:
- application/vnd.hcl-bireports
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hdfgroup.hdf4
encoding: base64
xrefs:
person:
- HDF_Group
template:
- application/vnd.hdfgroup.hdf4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hdfgroup.hdf5
encoding: base64
xrefs:
person:
- HDF_Group
template:
- application/vnd.hdfgroup.hdf5
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hdt
encoding: base64
xrefs:
person:
- Javier_D._Fernández
template:
- application/vnd.hdt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.heroku+json
encoding: base64
xrefs:
person:
- Wesley_Beary
template:
- application/vnd.heroku+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hhe.lesson-player
friendly:
en: Archipelago Lesson Player
encoding: base64
extensions:
- les
xrefs:
person:
- Randy_Jones
template:
- application/vnd.hhe.lesson-player
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hl7cda+xml
encoding: base64
xrefs:
person:
- Marc_Duteau
template:
- application/vnd.hl7cda+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hl7v2+xml
encoding: base64
xrefs:
person:
- Marc_Duteau
template:
- application/vnd.hl7v2+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hp-HPGL
friendly:
en: HP-GL/2 and HP RTL
encoding: base64
extensions:
- plt
- hpgl
xrefs:
person:
- Bob_Pentecost
template:
- application/vnd.hp-HPGL
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.hp-hpid
friendly:
en: Hewlett Packard Instant Delivery
encoding: base64
extensions:
- hpid
xrefs:
person:
- Aloke_Gupta
template:
- application/vnd.hp-hpid
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hp-hps
friendly:
en: Hewlett-Packard's WebPrintSmart
encoding: base64
extensions:
- hps
xrefs:
person:
- Steve_Aubrey
template:
- application/vnd.hp-hps
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hp-jlyt
friendly:
en: HP Indigo Digital Press - Job Layout Languate
encoding: base64
extensions:
- jlt
xrefs:
person:
- Amir_Gaash
template:
- application/vnd.hp-jlyt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hp-PCL
friendly:
en: HP Printer Command Language
encoding: base64
extensions:
- pcl
xrefs:
person:
- Bob_Pentecost
template:
- application/vnd.hp-PCL
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hp-PCLXL
friendly:
en: PCL 6 Enhanced (Formely PCL XL)
encoding: base64
extensions:
- pclxl
xrefs:
person:
- Bob_Pentecost
template:
- application/vnd.hp-PCLXL
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hsl
encoding: base64
xrefs:
person:
- Heungsub_Lee
template:
- application/vnd.hsl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.httphone
encoding: base64
xrefs:
person:
- Franck_Lefevre
template:
- application/vnd.httphone
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hydrostatix.sof-data
friendly:
en: Hydrostatix Master Suite
encoding: base64
extensions:
- sfd-hdstx
xrefs:
person:
- Allen_Gillam
template:
- application/vnd.hydrostatix.sof-data
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.hyper+json
encoding: base64
xrefs:
person:
- Irakli_Nadareishvili
template:
- application/vnd.hyper+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hyper-item+json
encoding: base64
xrefs:
person:
- Mario_Demuth
template:
- application/vnd.hyper-item+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hyperdrive+json
encoding: base64
xrefs:
person:
- Daniel_Sims
template:
- application/vnd.hyperdrive+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.hzn-3d-crossword
friendly:
en: 3D Crossword Plugin
encoding: base64
extensions:
- x3d
xrefs:
person:
- James_Minnis
template:
- application/vnd.hzn-3d-crossword
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.afplinedata
encoding: base64
obsolete: true
use-instead: vnd.afpc.afplinedata
xrefs:
person:
- Roger_Buis
template:
- application/vnd.ibm.afplinedata
notes:
- "(OBSOLETED in favor of vnd.afpc.afplinedata)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.electronic-media
encoding: base64
extensions:
- emm
xrefs:
person:
- Bruce_Tantlinger
template:
- application/vnd.ibm.electronic-media
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.MiniPay
friendly:
en: MiniPay
encoding: base64
extensions:
- mpy
xrefs:
person:
- Amir_Herzberg
template:
- application/vnd.ibm.MiniPay
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.modcap
friendly:
en: MO:DCA-P
encoding: base64
extensions:
- afp
- list3820
- listafp
obsolete: true
use-instead: application/vnd.afpc.modca
xrefs:
person:
- Reinhard_Hohensee
template:
- application/vnd.ibm.modcap
notes:
- "(OBSOLETED in favor of application/vnd.afpc.modca)"
registered: true
sort-priority: 141
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.rights-management
friendly:
en: IBM DB2 Rights Manager
encoding: base64
extensions:
- irm
xrefs:
person:
- Bruce_Tantlinger
template:
- application/vnd.ibm.rights-management
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ibm.secure-container
friendly:
en: IBM Electronic Media Management System - Secure Container
encoding: base64
extensions:
- sc
xrefs:
person:
- Bruce_Tantlinger
template:
- application/vnd.ibm.secure-container
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.iccprofile
friendly:
en: ICC profile
encoding: base64
extensions:
- icc
- icm
xrefs:
person:
- Phil_Green
template:
- application/vnd.iccprofile
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.ieee.1905
encoding: base64
xrefs:
person:
- Purva_R_Rajkotia
template:
- application/vnd.ieee.1905
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.igloader
friendly:
en: igLoader
encoding: base64
extensions:
- igl
xrefs:
person:
- Tim_Fisher
template:
- application/vnd.igloader
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.imagemeter.folder+zip
encoding: base64
xrefs:
person:
- Dirk_Farin
template:
- application/vnd.imagemeter.folder+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.imagemeter.image+zip
encoding: base64
xrefs:
person:
- Dirk_Farin
template:
- application/vnd.imagemeter.image+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.immervision-ivp
friendly:
en: ImmerVision PURE Players
encoding: base64
extensions:
- ivp
xrefs:
person:
- Mathieu_Villegas
template:
- application/vnd.immervision-ivp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.immervision-ivu
friendly:
en: ImmerVision PURE Players
encoding: base64
extensions:
- ivu
xrefs:
person:
- Mathieu_Villegas
template:
- application/vnd.immervision-ivu
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ims.imsccv1p1
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.imsccv1p1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.imsccv1p2
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.imsccv1p2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.imsccv1p3
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.imsccv1p3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lis.v2.result+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lis.v2.result+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lti.v2.toolconsumerprofile+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lti.v2.toolconsumerprofile+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lti.v2.toolproxy+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lti.v2.toolproxy+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lti.v2.toolproxy.id+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lti.v2.toolproxy.id+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lti.v2.toolsettings+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lti.v2.toolsettings+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ims.lti.v2.toolsettings.simple+json
encoding: base64
xrefs:
person:
- Lisa_Mattson
template:
- application/vnd.ims.lti.v2.toolsettings.simple+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.informedcontrol.rms+xml
encoding: base64
xrefs:
person:
- Mark_Wahl
template:
- application/vnd.informedcontrol.rms+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.informix-visionary
encoding: base64
obsolete: true
use-instead: application/vnd.visionary
xrefs:
person:
- Christopher_Gales
template:
- application/vnd.informix-visionary
notes:
- "(OBSOLETED in favor of application/vnd.visionary)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.infotech.project
encoding: base64
xrefs:
person:
- Charles_Engelke
template:
- application/vnd.infotech.project
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.infotech.project+xml
encoding: base64
xrefs:
person:
- Charles_Engelke
template:
- application/vnd.infotech.project+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.innopath.wamp.notification
encoding: base64
xrefs:
person:
- Takanori_Sudo
template:
- application/vnd.innopath.wamp.notification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.insors.igm
friendly:
en: IOCOM Visimeet
encoding: base64
extensions:
- igm
xrefs:
person:
- Jon_Swanson
template:
- application/vnd.insors.igm
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.intercon.formnet
friendly:
en: Intercon FormNet
encoding: base64
extensions:
- xpw
- xpx
xrefs:
person:
- Tom_Gurak
template:
- application/vnd.intercon.formnet
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.intergeo
friendly:
en: Interactive Geometry Software
encoding: base64
extensions:
- i2g
xrefs:
person:
- Yves_Kreis_2
template:
- application/vnd.intergeo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.intertrust.digibox
encoding: base64
xrefs:
person:
- Luke_Tomasello
template:
- application/vnd.intertrust.digibox
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.intertrust.nncp
encoding: base64
xrefs:
person:
- Luke_Tomasello
template:
- application/vnd.intertrust.nncp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.intu.qbo
friendly:
en: Open Financial Exchange
encoding: base64
extensions:
- qbo
xrefs:
person:
- Greg_Scratchley
template:
- application/vnd.intu.qbo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.intu.qfx
friendly:
en: Quicken
encoding: base64
extensions:
- qfx
xrefs:
person:
- Greg_Scratchley
template:
- application/vnd.intu.qfx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ipfs.ipns-record
encoding: base64
xrefs:
person:
- Marcin_Rataj
template:
- application/vnd.ipfs.ipns-record
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ipld.car
encoding: base64
xrefs:
person:
- Marcin_Rataj
template:
- application/vnd.ipld.car
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ipld.dag-cbor
encoding: base64
xrefs:
person:
- Marcin_Rataj
template:
- application/vnd.ipld.dag-cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ipld.dag-json
encoding: base64
xrefs:
person:
- Marcin_Rataj
template:
- application/vnd.ipld.dag-json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ipld.raw
encoding: base64
xrefs:
person:
- Marcin_Rataj
template:
- application/vnd.ipld.raw
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.catalogitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.catalogitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.conceptitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.conceptitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.knowledgeitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.knowledgeitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.newsitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.newsitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.newsmessage+xml
encoding: base64
extensions:
- nar
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.newsmessage+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.packageitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.packageitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.iptc.g2.planningitem+xml
encoding: base64
xrefs:
person:
- Michael_Steidl
template:
- application/vnd.iptc.g2.planningitem+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ipunplugged.rcprofile
friendly:
en: IP Unplugged Roaming Client
encoding: base64
extensions:
- rcprofile
xrefs:
person:
- Per_Ersson
template:
- application/vnd.ipunplugged.rcprofile
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.irepository.package+xml
friendly:
en: iRepository / Lucidoc Editor
encoding: base64
extensions:
- irp
xrefs:
person:
- Martin_Knowles
template:
- application/vnd.irepository.package+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.is-xpr
friendly:
en: Express by Infoseek
encoding: base64
extensions:
- xpr
xrefs:
person:
- Satish_Navarajan
template:
- application/vnd.is-xpr
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.isac.fcs
friendly:
en: International Society for Advancement of Cytometry
encoding: base64
extensions:
- fcs
xrefs:
person:
- Ryan_Brinkman
template:
- application/vnd.isac.fcs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.iso11783-10+zip
encoding: base64
xrefs:
person:
- Frank_Wiebeler
template:
- application/vnd.iso11783-10+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.jam
friendly:
en: Lightspeed Audio Lab
encoding: base64
extensions:
- jam
xrefs:
person:
- Brijesh_Kumar
template:
- application/vnd.jam
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-directory-service
encoding: base64
xrefs:
person:
- Kiyofusa_Fujii
template:
- application/vnd.japannet-directory-service
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-jpnstore-wakeup
encoding: base64
xrefs:
person:
- Jun_Yoshitake
template:
- application/vnd.japannet-jpnstore-wakeup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-payment-wakeup
encoding: base64
xrefs:
person:
- Kiyofusa_Fujii
template:
- application/vnd.japannet-payment-wakeup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-registration
encoding: base64
xrefs:
person:
- Jun_Yoshitake
template:
- application/vnd.japannet-registration
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-registration-wakeup
encoding: base64
xrefs:
person:
- Kiyofusa_Fujii
template:
- application/vnd.japannet-registration-wakeup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-setstore-wakeup
encoding: base64
xrefs:
person:
- Jun_Yoshitake
template:
- application/vnd.japannet-setstore-wakeup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-verification
encoding: base64
xrefs:
person:
- Jun_Yoshitake
template:
- application/vnd.japannet-verification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.japannet-verification-wakeup
encoding: base64
xrefs:
person:
- Kiyofusa_Fujii
template:
- application/vnd.japannet-verification-wakeup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: 'application/vnd.java.hprof '
encoding: base64
extensions:
- hprof
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.java.hprof.text
encoding: base64
extensions:
- hprof.txt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.jcp.javame.midlet-rms
friendly:
en: Mobile Information Device Profile
encoding: base64
extensions:
- rms
xrefs:
person:
- Mikhail_Gorshenev
template:
- application/vnd.jcp.javame.midlet-rms
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.jisp
friendly:
en: RhymBox
encoding: base64
extensions:
- jisp
xrefs:
person:
- Sebastiaan_Deckers
template:
- application/vnd.jisp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.joost.joda-archive
friendly:
en: Joda Archive
encoding: base64
extensions:
- joda
xrefs:
person:
- Joost
template:
- application/vnd.joost.joda-archive
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.jsk.isdn-ngn
encoding: base64
xrefs:
person:
- Yokoyama_Kiyonobu
template:
- application/vnd.jsk.isdn-ngn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.kahootz
friendly:
en: Kahootz
encoding: base64
extensions:
- ktr
- ktz
xrefs:
person:
- Tim_Macdonald
template:
- application/vnd.kahootz
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.kde.karbon
friendly:
en: KDE KOffice Office Suite - Karbon
encoding: base64
extensions:
- karbon
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.karbon
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kchart
friendly:
en: KDE KOffice Office Suite - KChart
encoding: base64
extensions:
- chrt
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kchart
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kformula
friendly:
en: KDE KOffice Office Suite - Kformula
encoding: base64
extensions:
- kfo
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kformula
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kivio
friendly:
en: KDE KOffice Office Suite - Kivio
encoding: base64
extensions:
- flw
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kivio
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kontour
friendly:
en: KDE KOffice Office Suite - Kontour
encoding: base64
extensions:
- kon
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kontour
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kpresenter
friendly:
en: KDE KOffice Office Suite - Kpresenter
encoding: base64
extensions:
- kpr
- kpt
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kpresenter
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kspread
friendly:
en: KDE KOffice Office Suite - Kspread
encoding: base64
extensions:
- ksp
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kspread
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.kde.kword
friendly:
en: KDE KOffice Office Suite - Kword
encoding: base64
extensions:
- kwd
- kwt
xrefs:
person:
- David_Faure
template:
- application/vnd.kde.kword
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.kdl
encoding: base64
xrefs:
person:
- Katerina_Zoé_Marchán_Salvá
template:
- application/vnd.kdl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.kenameaapp
friendly:
en: Kenamea App
encoding: base64
extensions:
- htke
xrefs:
person:
- Dirk_DiGiorgio-Haag
template:
- application/vnd.kenameaapp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.keyman.kmp+zip
encoding: base64
xrefs:
person:
- Marc_Durdin
template:
- application/vnd.keyman.kmp+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.keyman.kmx
encoding: base64
xrefs:
person:
- Marc_Durdin
template:
- application/vnd.keyman.kmx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.kidspiration
friendly:
en: Kidspiration
encoding: base64
extensions:
- kia
xrefs:
person:
- Jack_Bennett
template:
- application/vnd.kidspiration
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Kinar
friendly:
en: Kinar Applications
encoding: base64
extensions:
- kne
- knp
- sdf
xrefs:
person:
- Hemant_Thakkar
template:
- application/vnd.Kinar
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.koan
friendly:
en: SSEYO Koan Play File
encoding: base64
extensions:
- skd
- skm
- skp
- skt
xrefs:
person:
- Pete_Cole
template:
- application/vnd.koan
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/vnd.kodak-descriptor
friendly:
en: Kodak Storyshare
encoding: base64
extensions:
- sse
xrefs:
person:
- Michael_J._Donahue
template:
- application/vnd.kodak-descriptor
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.las
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/vnd.las
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.las.las+json
encoding: base64
xrefs:
person:
- Rob_Bailey
template:
- application/vnd.las.las+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.las.las+xml
friendly:
en: Laser App Enterprise
encoding: base64
extensions:
- lasxml
xrefs:
person:
- Rob_Bailey
template:
- application/vnd.las.las+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.laszip
encoding: base64
xrefs:
person:
- Bryan_Blank
- NCGIS
template:
- application/vnd.laszip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ldev.productlicensing
encoding: base64
xrefs:
person:
- L.development_Polska
template:
- application/vnd.ldev.productlicensing
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.leap+json
encoding: base64
xrefs:
person:
- Mark_C_Fralick
template:
- application/vnd.leap+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.liberty-request+xml
encoding: base64
xrefs:
person:
- Brett_McDowell
template:
- application/vnd.liberty-request+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.llamagraphics.life-balance.desktop
friendly:
en: Life Balance - Desktop Edition
encoding: base64
extensions:
- lbd
xrefs:
person:
- Catherine_E._White
template:
- application/vnd.llamagraphics.life-balance.desktop
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.llamagraphics.life-balance.exchange+xml
friendly:
en: Life Balance - Exchange Format
encoding: base64
extensions:
- lbe
xrefs:
person:
- Catherine_E._White
template:
- application/vnd.llamagraphics.life-balance.exchange+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.logipipe.circuit+zip
encoding: base64
xrefs:
person:
- Victor_Kuchynsky
template:
- application/vnd.logipipe.circuit+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.loom
encoding: base64
xrefs:
person:
- Sten_Linnarsson
template:
- application/vnd.loom
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-1-2-3
friendly:
en: Lotus 1-2-3
encoding: base64
extensions:
- wks
- '123'
- wk1
- wk2
- wk3
- wk4
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-1-2-3
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-approach
friendly:
en: Lotus Approach
encoding: base64
extensions:
- apr
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-approach
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-freelance
friendly:
en: Lotus Freelance
encoding: base64
extensions:
- pre
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-freelance
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-notes
friendly:
en: Lotus Notes
encoding: base64
extensions:
- nsf
xrefs:
person:
- Michael_Laramie
template:
- application/vnd.lotus-notes
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-organizer
friendly:
en: Lotus Organizer
encoding: base64
extensions:
- org
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-organizer
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-screencam
friendly:
en: Lotus Screencam
encoding: base64
extensions:
- scm
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-screencam
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.lotus-wordpro
friendly:
en: Lotus Wordpro
encoding: base64
extensions:
- lwp
xrefs:
person:
- Paul_Wattenberger
template:
- application/vnd.lotus-wordpro
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.macports.portpkg
friendly:
en: MacPorts Port System
encoding: base64
extensions:
- portpkg
xrefs:
person:
- James_Berry
template:
- application/vnd.macports.portpkg
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.majikah.bundle
encoding: base64
xrefs:
person:
- Josef_Elijah_Fabian
template:
- application/vnd.majikah.bundle
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.maml
encoding: base64
xrefs:
person:
- Anton_Medvedev
template:
- application/vnd.maml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mapbox-vector-tile
encoding: base64
xrefs:
person:
- Blake_Thompson
template:
- application/vnd.mapbox-vector-tile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.marlin.drm.actiontoken+xml
encoding: base64
xrefs:
person:
- Gary_Ellison
template:
- application/vnd.marlin.drm.actiontoken+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.marlin.drm.conftoken+xml
encoding: base64
xrefs:
person:
- Gary_Ellison
template:
- application/vnd.marlin.drm.conftoken+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.marlin.drm.license+xml
encoding: base64
xrefs:
person:
- Gary_Ellison
template:
- application/vnd.marlin.drm.license+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.marlin.drm.mdcf
encoding: base64
xrefs:
person:
- Gary_Ellison
template:
- application/vnd.marlin.drm.mdcf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mason+json
encoding: base64
xrefs:
person:
- Jorn_Wildt
template:
- application/vnd.mason+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.maxar.archive.3tz+zip
encoding: base64
xrefs:
person:
- Erik_Dahlström
template:
- application/vnd.maxar.archive.3tz+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.maxmind.maxmind-db
encoding: base64
xrefs:
person:
- William_Stevenson
template:
- application/vnd.maxmind.maxmind-db
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mcd
friendly:
en: Micro CADAM Helix D&D
encoding: base64
extensions:
- mcd
xrefs:
person:
- Tadashi_Gotoh
template:
- application/vnd.mcd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mdl
encoding: base64
xrefs:
person:
- Lutz_Kettner
template:
- application/vnd.mdl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mdl-mbsdf
encoding: base64
xrefs:
person:
- Lutz_Kettner
template:
- application/vnd.mdl-mbsdf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.medcalcdata
friendly:
en: MedCalc
encoding: base64
extensions:
- mc1
xrefs:
person:
- Frank_Schoonjans
template:
- application/vnd.medcalcdata
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mediastation.cdkey
friendly:
en: MediaRemote
encoding: base64
extensions:
- cdkey
xrefs:
person:
- Henry_Flurry
template:
- application/vnd.mediastation.cdkey
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.medicalholodeck.recordxr
encoding: base64
xrefs:
person:
- Dominique_Sandoz
template:
- application/vnd.medicalholodeck.recordxr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.meridian-slingshot
encoding: base64
xrefs:
person:
- Eric_Wedel
template:
- application/vnd.meridian-slingshot
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mermaid
encoding: base64
xrefs:
person:
- Sidharth_Vinod
template:
- application/vnd.mermaid
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.MFER
friendly:
en: Medical Waveform Encoding Format
encoding: base64
extensions:
- mwf
xrefs:
person:
- Masaaki_Hirai
template:
- application/vnd.MFER
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mfmp
friendly:
en: Melody Format for Mobile Platform
encoding: base64
extensions:
- mfm
xrefs:
person:
- Yukari_Ikeda
template:
- application/vnd.mfmp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.micro+json
encoding: base64
xrefs:
person:
- Dali_Zheng
template:
- application/vnd.micro+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.micrografx.flo
friendly:
en: Micrografx
encoding: base64
extensions:
- flo
xrefs:
person:
- Joe_Prevo
template:
- application/vnd.micrografx.flo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.micrografx.igx
friendly:
en: Micrografx iGrafx Professional
encoding: base64
extensions:
- igx
xrefs:
person:
- Joe_Prevo
template:
- application/vnd.micrografx.igx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.microsoft.portable-executable
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.microsoft.portable-executable
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.microsoft.windows.thumbnail-cache
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.microsoft.windows.thumbnail-cache
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.miele+json
encoding: base64
xrefs:
person:
- Nils_Langhammer
template:
- application/vnd.miele+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mif
friendly:
en: FrameMaker Interchange Format
encoding: base64
extensions:
- mif
xrefs:
person:
- Mike_Wexler
template:
- application/vnd.mif
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mindjet.mindmanager
encoding: base64
extensions:
- mmp
- mmap
- mmpt
- mmat
- mmmp
- mmas
registered: false
sort-priority: 42
- !ruby/object:MIME::Type
content-type: application/vnd.minisoft-hp3000-save
encoding: base64
xrefs:
person:
- Chris_Bartram
template:
- application/vnd.minisoft-hp3000-save
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mitsubishi.misty-guard.trustweb
encoding: base64
xrefs:
person:
- Tanaka
template:
- application/vnd.mitsubishi.misty-guard.trustweb
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.DAF
friendly:
en: Mobius Management Systems - UniversalArchive
encoding: base64
extensions:
- daf
xrefs:
person:
- Allen_K._Kabayama
template:
- application/vnd.Mobius.DAF
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.DIS
friendly:
en: Mobius Management Systems - Distribution Database
encoding: base64
extensions:
- dis
xrefs:
person:
- Allen_K._Kabayama
template:
- application/vnd.Mobius.DIS
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.MBK
friendly:
en: Mobius Management Systems - Basket file
encoding: base64
extensions:
- mbk
xrefs:
person:
- Alex_Devasia
template:
- application/vnd.Mobius.MBK
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.MQY
friendly:
en: Mobius Management Systems - Query File
encoding: base64
extensions:
- mqy
xrefs:
person:
- Alex_Devasia
template:
- application/vnd.Mobius.MQY
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.MSL
friendly:
en: Mobius Management Systems - Script Language
encoding: base64
extensions:
- msl
xrefs:
person:
- Allen_K._Kabayama
template:
- application/vnd.Mobius.MSL
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.PLC
friendly:
en: Mobius Management Systems - Policy Definition Language File
encoding: base64
extensions:
- plc
xrefs:
person:
- Allen_K._Kabayama
template:
- application/vnd.Mobius.PLC
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.Mobius.TXF
friendly:
en: Mobius Management Systems - Topic Index File
encoding: base64
extensions:
- txf
xrefs:
person:
- Allen_K._Kabayama
template:
- application/vnd.Mobius.TXF
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.modl
encoding: base64
xrefs:
person:
- Elliott_Brown
template:
- application/vnd.modl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mophun.application
friendly:
en: Mophun VM
encoding: base64
extensions:
- mpn
xrefs:
person:
- Bjorn_Wennerstrom
template:
- application/vnd.mophun.application
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mophun.certificate
friendly:
en: Mophun Certificate
encoding: base64
extensions:
- mpc
xrefs:
person:
- Bjorn_Wennerstrom
template:
- application/vnd.mophun.certificate
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.adsi
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.adsi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.fis
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.fis
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.gotap
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.gotap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.kmr
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.kmr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.ttc
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.ttc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.flexsuite.wem
encoding: base64
xrefs:
person:
- Mark_Patton
template:
- application/vnd.motorola.flexsuite.wem
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.motorola.iprm
encoding: base64
xrefs:
person:
- Rafie_Shamsaasef
template:
- application/vnd.motorola.iprm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.mozilla.xul+xml
friendly:
en: XUL - XML User Interface Language
encoding: base64
extensions:
- xul
xrefs:
person:
- Braden_N_McDaniel
template:
- application/vnd.mozilla.xul+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-3mfdocument
encoding: base64
xrefs:
person:
- Shawn_Maloney
template:
- application/vnd.ms-3mfdocument
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-artgalry
friendly:
en: Microsoft Artgalry
encoding: base64
extensions:
- cil
xrefs:
person:
- Dean_Slawson
template:
- application/vnd.ms-artgalry
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-asf
encoding: base64
extensions:
- asf
xrefs:
person:
- Eric_Fleischman
template:
- application/vnd.ms-asf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-cab-compressed
friendly:
en: Microsoft Cabinet File
encoding: base64
extensions:
- cab
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.ms-cab-compressed
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel
friendly:
en: Microsoft Excel
encoding: base64
extensions:
- xls
- xlt
- xla
- xlc
- xlm
- xlw
- xll
- xld
xrefs:
person:
- Sukvinder_S._Gill
template:
- application/vnd.ms-excel
registered: true
sort-priority: 8
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.addin.macroEnabled.12
friendly:
en: Microsoft Excel - Add-In File
encoding: base64
extensions:
- xlam
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-excel.addin.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.sheet.2
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.sheet.3
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.sheet.4
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.sheet.binary.macroEnabled.12
friendly:
en: Microsoft Excel - Binary Workbook
encoding: base64
extensions:
- xlsb
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-excel.sheet.binary.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.sheet.macroEnabled.12
friendly:
en: Microsoft Excel - Macro-Enabled Workbook
encoding: base64
extensions:
- xlsm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-excel.sheet.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.template.macroEnabled.12
friendly:
en: Microsoft Excel - Macro-Enabled Template File
encoding: base64
extensions:
- xltm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-excel.template.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.workspace.3
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-excel.workspace.4
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-fontobject
friendly:
en: Microsoft Embedded OpenType
encoding: base64
extensions:
- eot
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.ms-fontobject
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-htmlhelp
friendly:
en: Microsoft Html Help File
encoding: base64
extensions:
- chm
xrefs:
person:
- Anatoly_Techtonik
template:
- application/vnd.ms-htmlhelp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-ims
friendly:
en: Microsoft Class Server
encoding: base64
extensions:
- ims
xrefs:
person:
- Eric_Ledoux
template:
- application/vnd.ms-ims
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-lrm
friendly:
en: Microsoft Learning Resource Module
encoding: base64
extensions:
- lrm
xrefs:
person:
- Eric_Ledoux
template:
- application/vnd.ms-lrm
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-office.activeX+xml
encoding: base64
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-office.activeX+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-officetheme
friendly:
en: Microsoft Office System Release Theme
encoding: base64
extensions:
- thmx
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-officetheme
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-outlook
encoding: base64
extensions:
- msg
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-outlook-pst
encoding: base64
extensions:
- pst
- ost
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/vnd.ms-package.3dmanufacturing-3dmodel+xml
encoding: base64
extensions:
- 3mf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-pki.seccat
friendly:
en: Microsoft Trust UI Provider - Security Catalog
encoding: base64
extensions:
- cat
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-pki.stl
friendly:
en: Microsoft Trust UI Provider - Certificate Trust Link
encoding: base64
extensions:
- stl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-playready.initiator+xml
encoding: base64
xrefs:
person:
- Daniel_Schneider
template:
- application/vnd.ms-playready.initiator+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint
friendly:
en: Microsoft PowerPoint
encoding: base64
extensions:
- ppt
- pps
- pot
- ppz
- ppa
xrefs:
person:
- Sukvinder_S._Gill
template:
- application/vnd.ms-powerpoint
registered: true
sort-priority: 11
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint.addin.macroEnabled.12
friendly:
en: Microsoft PowerPoint - Add-in file
encoding: base64
extensions:
- ppam
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-powerpoint.addin.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint.presentation.macroEnabled.12
friendly:
en: Microsoft PowerPoint - Macro-Enabled Presentation File
encoding: base64
extensions:
- pptm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-powerpoint.presentation.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint.slide.macroEnabled.12
friendly:
en: Microsoft PowerPoint - Macro-Enabled Open XML Slide
encoding: base64
extensions:
- sldm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-powerpoint.slide.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint.slideshow.macroEnabled.12
friendly:
en: Microsoft PowerPoint - Macro-Enabled Slide Show File
encoding: base64
extensions:
- ppsm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-powerpoint.slideshow.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-powerpoint.template.macroEnabled.12
friendly:
en: Micosoft PowerPoint - Macro-Enabled Template File
encoding: base64
extensions:
- potm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-powerpoint.template.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-PrintDeviceCapabilities+xml
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-PrintDeviceCapabilities+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-PrintSchemaTicket+xml
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-PrintSchemaTicket+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-project
friendly:
en: Microsoft Project
encoding: base64
extensions:
- mpp
- mpt
xrefs:
person:
- Sukvinder_S._Gill
template:
- application/vnd.ms-project
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.ms-spreadsheetml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-tnef
encoding: base64
xrefs:
person:
- Sukvinder_S._Gill
template:
- application/vnd.ms-tnef
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.drawing
encoding: base64
extensions:
- vsdx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.drawing.macroEnabled.12
encoding: base64
extensions:
- vsdm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.stencil
encoding: base64
extensions:
- vssx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.stencil.macroEnabled.12
encoding: base64
extensions:
- vssm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.template
encoding: base64
extensions:
- vstx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-visio.template.macroEnabled.12
encoding: base64
extensions:
- vstm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.ms-windows.devicepairing
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-windows.devicepairing
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-windows.nwprinting.oob
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-windows.nwprinting.oob
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-windows.printerpairing
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-windows.printerpairing
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-windows.wsd.oob
encoding: base64
xrefs:
person:
- Justin_Hutchings
template:
- application/vnd.ms-windows.wsd.oob
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wmdrm.lic-chlg-req
encoding: base64
xrefs:
person:
- Kevin_Lau
template:
- application/vnd.ms-wmdrm.lic-chlg-req
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wmdrm.lic-resp
encoding: base64
xrefs:
person:
- Kevin_Lau
template:
- application/vnd.ms-wmdrm.lic-resp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wmdrm.meter-chlg-req
encoding: base64
xrefs:
person:
- Kevin_Lau
template:
- application/vnd.ms-wmdrm.meter-chlg-req
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wmdrm.meter-resp
encoding: base64
xrefs:
person:
- Kevin_Lau
template:
- application/vnd.ms-wmdrm.meter-resp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ms-word.document.macroEnabled.12
friendly:
en: Micosoft Word - Macro-Enabled Document
encoding: base64
extensions:
- docm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-word.document.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-word.template.macroEnabled.12
friendly:
en: Micosoft Word - Macro-Enabled Template
encoding: base64
extensions:
- dotm
xrefs:
person:
- Chris_Rae
template:
- application/vnd.ms-word.template.macroEnabled.12
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-word2006ml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wordml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.ms-works
friendly:
en: Microsoft Works
encoding: base64
extensions:
- wcm
- wdb
- wks
- wps
xrefs:
person:
- Sukvinder_S._Gill
template:
- application/vnd.ms-works
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/vnd.ms-wpl
friendly:
en: Microsoft Windows Media Player Playlist
encoding: base64
extensions:
- wpl
xrefs:
person:
- Dan_Plastina
template:
- application/vnd.ms-wpl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ms-xpsdocument
friendly:
en: Microsoft XML Paper Specification
encoding: 8bit
extensions:
- xps
- oxps
xrefs:
person:
- Jesse_McGatha
template:
- application/vnd.ms-xpsdocument
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.msa-disk-image
encoding: base64
extensions:
- msa
xrefs:
person:
- Thomas_Huth
template:
- application/vnd.msa-disk-image
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mseq
friendly:
en: 3GPP MSEQ File
encoding: base64
extensions:
- mseq
xrefs:
person:
- Gwenael_Le_Bodic
template:
- application/vnd.mseq
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.msgpack
encoding: base64
xrefs:
person:
- Alexander_Ivanov
template:
- application/vnd.msgpack
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.msign
encoding: base64
xrefs:
person:
- Malte_Borcherding
template:
- application/vnd.msign
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.multiad.creator
encoding: base64
xrefs:
person:
- Steve_Mills
template:
- application/vnd.multiad.creator
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.multiad.creator.cif
encoding: base64
xrefs:
person:
- Steve_Mills
template:
- application/vnd.multiad.creator.cif
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.music-niff
encoding: base64
xrefs:
person:
- Tim_Butler
template:
- application/vnd.music-niff
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.musician
friendly:
en: MUsical Score Interpreted Code Invented for the ASCII designation of Notation
encoding: base64
extensions:
- mus
xrefs:
person:
- Greg_Adams
template:
- application/vnd.musician
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.muvee.style
friendly:
en: Muvee Automatic Video Editing
encoding: base64
extensions:
- msty
xrefs:
person:
- Chandrashekhara_Anantharamu
template:
- application/vnd.muvee.style
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.mynfc
encoding: base64
extensions:
- taglet
xrefs:
person:
- Franck_Lefevre
template:
- application/vnd.mynfc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.nacamar.ybrid+json
encoding: base64
xrefs:
person:
- Sebastian_A._Weiss
template:
- application/vnd.nacamar.ybrid+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nato.bindingdataobject+cbor
encoding: base64
xrefs:
person:
- Aidan_Murdock
template:
- application/vnd.nato.bindingdataobject+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nato.bindingdataobject+json
encoding: base64
xrefs:
person:
- Aidan_Murdock
template:
- application/vnd.nato.bindingdataobject+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nato.bindingdataobject+xml
encoding: base64
xrefs:
person:
- Aidan_Murdock
template:
- application/vnd.nato.bindingdataobject+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nato.openxmlformats-package.iepd+zip
encoding: base64
xrefs:
person:
- Aidan_Murdock
template:
- application/vnd.nato.openxmlformats-package.iepd+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ncd.control
encoding: base64
xrefs:
person:
- Lauri_Tarkkala
template:
- application/vnd.ncd.control
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ncd.reference
encoding: base64
xrefs:
person:
- Lauri_Tarkkala
template:
- application/vnd.ncd.reference
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nearst.inv+json
encoding: base64
xrefs:
person:
- Thomas_Schoffelen
template:
- application/vnd.nearst.inv+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nebumind.line
encoding: base64
xrefs:
person:
- Andreas_Molzer
template:
- application/vnd.nebumind.line
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nervana
encoding: base64
extensions:
- ent
- entity
- req
- request
- bkm
- kcm
xrefs:
person:
- Steve_Judkins
template:
- application/vnd.nervana
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: application/vnd.netfpx
encoding: base64
xrefs:
person:
- Andy_Mutz
template:
- application/vnd.netfpx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.neurolanguage.nlu
friendly:
en: neuroLanguage
encoding: base64
extensions:
- nlu
xrefs:
person:
- Dan_DuFeu
template:
- application/vnd.neurolanguage.nlu
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.nimn
encoding: base64
xrefs:
person:
- Amit_Kumar_Gupta
template:
- application/vnd.nimn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nintendo.nitro.rom
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.nintendo.nitro.rom
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nintendo.snes.rom
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.nintendo.snes.rom
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nitf
encoding: base64
extensions:
- nitf
- ntf
xrefs:
person:
- Steve_Rogan
template:
- application/vnd.nitf
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.noblenet-directory
friendly:
en: NobleNet Directory
encoding: base64
extensions:
- nnd
xrefs:
person:
- Monty_Solomon
template:
- application/vnd.noblenet-directory
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.noblenet-sealer
friendly:
en: NobleNet Sealer
encoding: base64
extensions:
- nns
xrefs:
person:
- Monty_Solomon
template:
- application/vnd.noblenet-sealer
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.noblenet-web
friendly:
en: NobleNet Web
encoding: base64
extensions:
- nnw
xrefs:
person:
- Monty_Solomon
template:
- application/vnd.noblenet-web
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.catalogs
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.catalogs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.conml+wbxml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.conml+wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.conml+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.conml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.iptv.config+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.iptv.config+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.iSDS-radio-presets
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.iSDS-radio-presets
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.landmark+wbxml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.landmark+wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.landmark+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.landmark+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.landmarkcollection+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.landmarkcollection+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.n-gage.ac+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.n-gage.ac+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.n-gage.data
friendly:
en: N-Gage Game Data
encoding: base64
extensions:
- ngdat
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.n-gage.data
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.n-gage.symbian.install
friendly:
en: N-Gage Game Installer
encoding: base64
extensions:
- n-gage
obsolete: true
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.n-gage.symbian.install
notes:
- "(OBSOLETE; no replacement given)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.ncd
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.ncd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.ncd+xml
encoding: base64
obsolete: true
use-instead: application/vnd.nokia.ncd
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.pcd+wbxml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.pcd+wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.pcd+xml
encoding: base64
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.pcd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.radio-preset
friendly:
en: Nokia Radio Application - Preset
encoding: base64
extensions:
- rpst
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.radio-preset
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.nokia.radio-presets
friendly:
en: Nokia Radio Application - Preset
encoding: base64
extensions:
- rpss
xrefs:
person:
- Nokia
template:
- application/vnd.nokia.radio-presets
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.novadigm.EDM
friendly:
en: Novadigm's RADIA and EDM products
encoding: base64
extensions:
- edm
xrefs:
person:
- Janine_Swenson
template:
- application/vnd.novadigm.EDM
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.novadigm.EDX
friendly:
en: Novadigm's RADIA and EDM products
encoding: base64
extensions:
- edx
xrefs:
person:
- Janine_Swenson
template:
- application/vnd.novadigm.EDX
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.novadigm.EXT
friendly:
en: Novadigm's RADIA and EDM products
encoding: base64
extensions:
- ext
xrefs:
person:
- Janine_Swenson
template:
- application/vnd.novadigm.EXT
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.ntt-local.content-share
encoding: base64
xrefs:
person:
- Akinori_Taya
template:
- application/vnd.ntt-local.content-share
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ntt-local.file-transfer
encoding: base64
xrefs:
person:
- NTT-local
template:
- application/vnd.ntt-local.file-transfer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ntt-local.ogw_remote-access
encoding: base64
xrefs:
person:
- NTT-local
template:
- application/vnd.ntt-local.ogw_remote-access
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ntt-local.sip-ta_remote
encoding: base64
xrefs:
person:
- NTT-local
template:
- application/vnd.ntt-local.sip-ta_remote
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ntt-local.sip-ta_tcp_stream
encoding: base64
xrefs:
person:
- NTT-local
template:
- application/vnd.ntt-local.sip-ta_tcp_stream
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.nubaltec.nudoku-game
encoding: base64
xrefs:
person:
- Peter_Koellner
template:
- application/vnd.nubaltec.nudoku-game
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oai.workflows
encoding: base64
xrefs:
person:
- Frank_Kilcommins
template:
- application/vnd.oai.workflows
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oai.workflows+json
encoding: base64
xrefs:
person:
- Frank_Kilcommins
template:
- application/vnd.oai.workflows+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oai.workflows+yaml
encoding: base64
xrefs:
person:
- Frank_Kilcommins
template:
- application/vnd.oai.workflows+yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.base
encoding: base64
extensions:
- odb
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.base
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.chart
friendly:
en: OpenDocument Chart
encoding: base64
extensions:
- odc
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.chart
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.chart-template
friendly:
en: OpenDocument Chart Template
encoding: base64
extensions:
- odc
- otc
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.chart-template
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.database
friendly:
en: OpenDocument Database
encoding: base64
extensions:
- odb
obsolete: true
use-instead: application/vnd.oasis.opendocument.base
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.database
notes:
- "(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.flat.presentation
encoding: base64
extensions:
- fodp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.flat.spreadsheet
encoding: base64
extensions:
- fods
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.flat.text
encoding: base64
extensions:
- fodt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.formula
friendly:
en: OpenDocument Formula
encoding: base64
extensions:
- odf
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.formula
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.formula-template
friendly:
en: OpenDocument Formula Template
encoding: base64
extensions:
- odf
- odft
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.formula-template
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.graphics
friendly:
en: OpenDocument Graphics
encoding: base64
extensions:
- odg
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.graphics
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.graphics-template
friendly:
en: OpenDocument Graphics Template
encoding: base64
extensions:
- otg
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.graphics-template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.image
friendly:
en: OpenDocument Image
encoding: base64
extensions:
- odi
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.image
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.image-template
friendly:
en: OpenDocument Image Template
encoding: base64
extensions:
- odi
- oti
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.image-template
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.presentation
friendly:
en: OpenDocument Presentation
encoding: base64
extensions:
- odp
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.presentation
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.presentation-template
friendly:
en: OpenDocument Presentation Template
encoding: base64
extensions:
- otp
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.presentation-template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.spreadsheet
friendly:
en: OpenDocument Spreadsheet
encoding: base64
extensions:
- ods
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.spreadsheet
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.spreadsheet-template
friendly:
en: OpenDocument Spreadsheet Template
encoding: base64
extensions:
- ots
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.spreadsheet-template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.text
friendly:
en: OpenDocument Text
encoding: base64
extensions:
- odt
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.text
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.text-master
friendly:
en: OpenDocument Text Master
encoding: base64
extensions:
- odm
- otm
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.text-master
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.text-master-template
encoding: base64
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.text-master-template
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.text-template
friendly:
en: OpenDocument Text Template
encoding: base64
extensions:
- ott
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.text-template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.text-web
friendly:
en: Open Document Text Web
encoding: base64
extensions:
- oth
xrefs:
person:
- OASIS
- OASIS_TC_Admin
template:
- application/vnd.oasis.opendocument.text-web
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oasis.opendocument.tika.flat.document
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/vnd.obn
encoding: base64
xrefs:
person:
- Matthias_Hessling
template:
- application/vnd.obn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ocf+cbor
encoding: base64
xrefs:
person:
- Michael_Koster
template:
- application/vnd.ocf+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oci.image.manifest.v1+json
encoding: base64
xrefs:
person:
- Steven_Lasker
template:
- application/vnd.oci.image.manifest.v1+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oftn.l10n+json
encoding: base64
xrefs:
person:
- Eli_Grey
template:
- application/vnd.oftn.l10n+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.contentaccessdownload+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.contentaccessdownload+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.contentaccessstreaming+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.contentaccessstreaming+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.cspg-hexbinary
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.cspg-hexbinary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.dae.svg+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.dae.svg+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.dae.xhtml+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.dae.xhtml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.mippvcontrolmessage+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.mippvcontrolmessage+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.pae.gem
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.pae.gem
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.spdiscovery+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.spdiscovery+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.spdlist+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.spdlist+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.ueprofile+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.ueprofile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oipf.userprofile+xml
encoding: base64
xrefs:
person:
- Claire_DEsclercs
template:
- application/vnd.oipf.userprofile+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.olpc-sugar
friendly:
en: Sugar Linux Application Bundle
encoding: base64
extensions:
- xo
xrefs:
person:
- John_Palmieri
template:
- application/vnd.olpc-sugar
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oma-scws-config
encoding: base64
xrefs:
person:
- Ilan_Mahalal
template:
- application/vnd.oma-scws-config
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma-scws-http-request
encoding: base64
xrefs:
person:
- Ilan_Mahalal
template:
- application/vnd.oma-scws-http-request
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma-scws-http-response
encoding: base64
xrefs:
person:
- Ilan_Mahalal
template:
- application/vnd.oma-scws-http-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.associated-procedure-parameter+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.associated-procedure-parameter+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.drm-trigger+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.drm-trigger+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.imd+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.imd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.ltkm
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.ltkm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.notification+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.notification+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.provisioningtrigger
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.provisioningtrigger
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.sgboot
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.sgboot
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.sgdd+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.sgdd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.sgdu
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.sgdu
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.simple-symbol-container
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.simple-symbol-container
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.smartcard-trigger+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.smartcard-trigger+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.sprov+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.sprov+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.bcast.stkm
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.bcast.stkm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.cab-address-book+xml
encoding: base64
xrefs:
person:
- Hao_Wang
- OMA
template:
- application/vnd.oma.cab-address-book+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.cab-feature-handler+xml
encoding: base64
xrefs:
person:
- Hao_Wang
- OMA
template:
- application/vnd.oma.cab-feature-handler+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.cab-pcc+xml
encoding: base64
xrefs:
person:
- Hao_Wang
- OMA
template:
- application/vnd.oma.cab-pcc+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.cab-subs-invite+xml
encoding: base64
xrefs:
person:
- Hao_Wang
- OMA
template:
- application/vnd.oma.cab-subs-invite+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.cab-user-prefs+xml
encoding: base64
xrefs:
person:
- Hao_Wang
- OMA
template:
- application/vnd.oma.cab-user-prefs+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.dcd
encoding: base64
xrefs:
person:
- Avi_Primo
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.dcd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.dcdc
encoding: base64
xrefs:
person:
- Avi_Primo
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.dcdc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.dd2+xml
friendly:
en: OMA Download Agents
encoding: base64
extensions:
- dd2
xrefs:
person:
- Jun_Sato
- Open_Mobile_Alliance_BAC_DLDRM_WG
template:
- application/vnd.oma.dd2+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.oma.drm.risd+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Uwe_Rauschenbach
template:
- application/vnd.oma.drm.risd+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.group-usage-list+xml
encoding: base64
xrefs:
person:
- OMA_Presence_and_Availability_PAG_WG
- Sean_Kelley
template:
- application/vnd.oma.group-usage-list+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.lwm2m+cbor
encoding: base64
xrefs:
person:
- John_Mudge
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.lwm2m+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.lwm2m+json
encoding: base64
xrefs:
person:
- John_Mudge
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.lwm2m+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.lwm2m+tlv
encoding: base64
xrefs:
person:
- John_Mudge
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.lwm2m+tlv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.pal+xml
encoding: base64
xrefs:
person:
- Brian_McColgan
- Open_Mobile_Naming_Authority
template:
- application/vnd.oma.pal+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.poc.detailed-progress-report+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
template:
- application/vnd.oma.poc.detailed-progress-report+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.poc.final-report+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
template:
- application/vnd.oma.poc.final-report+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.poc.groups+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
- Sean_Kelley
template:
- application/vnd.oma.poc.groups+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.poc.invocation-descriptor+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
template:
- application/vnd.oma.poc.invocation-descriptor+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.poc.optimized-progress-report+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
template:
- application/vnd.oma.poc.optimized-progress-report+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.push
encoding: base64
xrefs:
person:
- Bryan_Sullivan
- OMA
template:
- application/vnd.oma.push
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.scidm.messages+xml
encoding: base64
xrefs:
person:
- Open_Mobile_Naming_Authority
- Wenjun_Zeng
template:
- application/vnd.oma.scidm.messages+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oma.xcap-directory+xml
encoding: base64
xrefs:
person:
- OMA_Presence_and_Availability_PAG_WG
- Sean_Kelley
template:
- application/vnd.oma.xcap-directory+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.omads-email+xml
encoding: base64
xrefs:
person:
- OMA_Data_Synchronization_WG
template:
- application/vnd.omads-email+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.omads-file+xml
encoding: base64
xrefs:
person:
- OMA_Data_Synchronization_WG
template:
- application/vnd.omads-file+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.omads-folder+xml
encoding: base64
xrefs:
person:
- OMA_Data_Synchronization_WG
template:
- application/vnd.omads-folder+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.omaloc-supl-init
encoding: base64
xrefs:
person:
- Julien_Grange
template:
- application/vnd.omaloc-supl-init
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oms.cellular-cose-content+cbor
encoding: base64
xrefs:
person:
- OMS-Group_e._V.
- Torben_Markussen
template:
- application/vnd.oms.cellular-cose-content+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepager
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepager
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepagertamp
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepagertamp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepagertamx
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepagertamx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepagertat
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepagertat
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepagertatp
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepagertatp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onepagertatx
encoding: base64
xrefs:
person:
- Nathan_Black
template:
- application/vnd.onepagertatx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.onvif.metadata
encoding: base64
xrefs:
person:
- Hans_Busch
template:
- application/vnd.onvif.metadata
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openblox.game+xml
encoding: base64
xrefs:
person:
- Mark_Otaris
template:
- application/vnd.openblox.game+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openblox.game-binary
encoding: base64
xrefs:
person:
- Mark_Otaris
template:
- application/vnd.openblox.game-binary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openeye.oeb
encoding: base64
xrefs:
person:
- Craig_Bruce
template:
- application/vnd.openeye.oeb
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openofficeorg.autotext
encoding: base64
extensions:
- bau
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.openofficeorg.extension
friendly:
en: Open Office Extension
encoding: base64
extensions:
- oxt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openprinttag
encoding: base64
xrefs:
person:
- Daniel_Čejchan
template:
- application/vnd.openprinttag
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openstreetmap.data+xml
encoding: base64
xrefs:
person:
- Paul_Norman
template:
- application/vnd.openstreetmap.data+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.opentimestamps.ots
encoding: base64
xrefs:
person:
- Peter_Todd
template:
- application/vnd.opentimestamps.ots
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openvpi.dspx+json
encoding: base64
xrefs:
person:
- Crindzebra_Sjimo
template:
- application/vnd.openvpi.dspx+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.custom-properties+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.custom-properties+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.customXmlProperties+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.customXmlProperties+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawing+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawing+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.chart+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.chart+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.extended-properties+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.extended-properties+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.comments+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.comments+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.presentation
friendly:
en: Microsoft Office - OOXML - Presentation
encoding: base64
extensions:
- pptx
- thmx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.presentation
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slide
friendly:
en: Microsoft Office - OOXML - Presentation (Slide)
encoding: base64
extensions:
- sldx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slide
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slide+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slide+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slideshow
friendly:
en: Microsoft Office - OOXML - Presentation (Slideshow)
encoding: base64
extensions:
- ppsx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slideshow
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.tags+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.tags+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.template
friendly:
en: Microsoft Office - OOXML - Presentation Template
encoding: base64
extensions:
- potx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
friendly:
en: Microsoft Office - OOXML - Spreadsheet
encoding: base64
extensions:
- xlsx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.template
friendly:
en: Microsoft Office - OOXML - Spreadsheet Teplate
encoding: base64
extensions:
- xltx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.theme+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.theme+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.themeOverride+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.themeOverride+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.vmlDrawing
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.vmlDrawing
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
friendly:
en: Microsoft Office - OOXML - Word Document
encoding: base64
extensions:
- docx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.template
friendly:
en: Microsoft Office - OOXML - Word Document Template
encoding: base64
extensions:
- dotx
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.template
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-package.core-properties+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-package.core-properties+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.openxmlformats-package.relationships+xml
encoding: base64
xrefs:
person:
- Makoto_Murata
template:
- application/vnd.openxmlformats-package.relationships+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oracle.resource+json
encoding: base64
xrefs:
person:
- Ning_Dong
template:
- application/vnd.oracle.resource+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.orange.indata
encoding: base64
xrefs:
person:
- CHATRAS_Bruno
template:
- application/vnd.orange.indata
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.osa.netdeploy
encoding: base64
xrefs:
person:
- Steven_Klos
template:
- application/vnd.osa.netdeploy
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.osgeo.mapguide.package
friendly:
en: MapGuide DBXML
encoding: base64
extensions:
- mgp
xrefs:
person:
- Jason_Birch
template:
- application/vnd.osgeo.mapguide.package
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.osgi.bundle
encoding: base64
xrefs:
person:
- Peter_Kriens
template:
- application/vnd.osgi.bundle
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.osgi.dp
friendly:
en: OSGi Deployment Package
encoding: base64
extensions:
- dp
xrefs:
person:
- Peter_Kriens
template:
- application/vnd.osgi.dp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.osgi.subsystem
encoding: base64
extensions:
- esa
xrefs:
person:
- Peter_Kriens
template:
- application/vnd.osgi.subsystem
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.otps.ct-kip+xml
encoding: base64
xrefs:
person:
- Magnus_Nystrom
template:
- application/vnd.otps.ct-kip+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.oxli.countgraph
encoding: base64
xrefs:
person:
- C._Titus_Brown
template:
- application/vnd.oxli.countgraph
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pagerduty+json
encoding: base64
xrefs:
person:
- Steve_Rice
template:
- application/vnd.pagerduty+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.palm
friendly:
en: PalmOS Data
encoding: base64
extensions:
- prc
- pdb
- pqa
- oprc
xrefs:
person:
- Gavin_Peacock
template:
- application/vnd.palm
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/vnd.panoply
encoding: base64
xrefs:
person:
- Natarajan_Balasundara
template:
- application/vnd.panoply
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.paos.xml
encoding: base64
xrefs:
person:
- John_Kemp
template:
- application/vnd.paos.xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.patentdive
encoding: base64
xrefs:
person:
- Christian_Trosclair
template:
- application/vnd.patentdive
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.patientecommsdoc
encoding: base64
xrefs:
person:
- Andrew_David_Kendall
template:
- application/vnd.patientecommsdoc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pawaafile
friendly:
en: PawaaFILE
encoding: base64
extensions:
- paw
xrefs:
person:
- Prakash_Baskaran
template:
- application/vnd.pawaafile
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.pcos
encoding: base64
xrefs:
person:
- Slawomir_Lisznianski
template:
- application/vnd.pcos
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pg.format
friendly:
en: Proprietary P&G Standard Reporting System
encoding: base64
extensions:
- str
xrefs:
person:
- April_Gandert
template:
- application/vnd.pg.format
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.pg.osasli
friendly:
en: Proprietary P&G Standard Reporting System
encoding: base64
extensions:
- ei6
xrefs:
person:
- April_Gandert
template:
- application/vnd.pg.osasli
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.phbk+xml
encoding: base64
xrefs:
person:
- Lost_Idea_Experiments
template:
- application/vnd.phbk+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.piaccess.application-licence
encoding: base64
xrefs:
person:
- Lucas_Maneos
template:
- application/vnd.piaccess.application-licence
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.picsel
friendly:
en: Pcsel eFIF File
encoding: base64
extensions:
- efif
xrefs:
person:
- Giuseppe_Naccarato
template:
- application/vnd.picsel
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.pmi.widget
friendly:
en: Qualcomm's Plaza Mobile Internet
encoding: base64
extensions:
- wg
xrefs:
person:
- Rhys_Lewis
template:
- application/vnd.pmi.widget
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.pmtiles
encoding: base64
xrefs:
person:
- Sascha_Brawer
template:
- application/vnd.pmtiles
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.poc.group-advertisement+xml
encoding: base64
xrefs:
person:
- OMA_Push_to_Talk_over_Cellular_POC_WG
- Sean_Kelley
template:
- application/vnd.poc.group-advertisement+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pocketlearn
friendly:
en: PocketLearn Viewers
encoding: base64
extensions:
- plf
xrefs:
person:
- Jorge_Pando
template:
- application/vnd.pocketlearn
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder6
friendly:
en: PowerBuilder
encoding: base64
extensions:
- pbd
xrefs:
person:
- David_Guy
template:
- application/vnd.powerbuilder6
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder6-s
encoding: base64
xrefs:
person:
- David_Guy
template:
- application/vnd.powerbuilder6-s
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder7
encoding: base64
xrefs:
person:
- Reed_Shilts
template:
- application/vnd.powerbuilder7
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder7-s
encoding: base64
xrefs:
person:
- Reed_Shilts
template:
- application/vnd.powerbuilder7-s
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder75
encoding: base64
xrefs:
person:
- Reed_Shilts
template:
- application/vnd.powerbuilder75
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.powerbuilder75-s
encoding: base64
xrefs:
person:
- Reed_Shilts
template:
- application/vnd.powerbuilder75-s
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pp.systemverify+xml
encoding: base64
xrefs:
person:
- Graham_Leggett
template:
- application/vnd.pp.systemverify+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.preminet
encoding: base64
xrefs:
person:
- Juoko_Tenhunen
template:
- application/vnd.preminet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.previewsystems.box
friendly:
en: Preview Systems ZipLock/VBox
encoding: base64
extensions:
- box
xrefs:
person:
- Roman_Smolgovsky
template:
- application/vnd.previewsystems.box
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.project-graph
encoding: base64
xrefs:
person:
- Tianyu_Zhang
template:
- application/vnd.project-graph
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.proteus.magazine
friendly:
en: EFI Proteus
encoding: base64
extensions:
- mgz
xrefs:
person:
- Pete_Hoch
template:
- application/vnd.proteus.magazine
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.psfs
encoding: base64
xrefs:
person:
- Kristopher_Durski
template:
- application/vnd.psfs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pt.mundusmundi
encoding: base64
xrefs:
person:
- Igor_Lima_Bolacha_Severino
template:
- application/vnd.pt.mundusmundi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.publishare-delta-tree
friendly:
en: PubliShare Objects
encoding: base64
extensions:
- qps
xrefs:
person:
- Oren_Ben-Kiki
template:
- application/vnd.publishare-delta-tree
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.pvi.ptid1
friendly:
en: Princeton Video Image
encoding: base64
extensions:
- pti
- ptid
xrefs:
person:
- Charles_P._Lamb
template:
- application/vnd.pvi.ptid1
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.pwg-multiplexed
encoding: base64
xrefs:
rfc:
- rfc3391
template:
- application/vnd.pwg-multiplexed
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pwg-xhtml-print+xml
encoding: base64
xrefs:
person:
- Don_Wright
template:
- application/vnd.pwg-xhtml-print+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.pyon+json
encoding: base64
xrefs:
person:
- Eduardo_Rodrigues
template:
- application/vnd.pyon+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.qualcomm.brew-app-res
encoding: base64
xrefs:
person:
- Glenn_Forrester
template:
- application/vnd.qualcomm.brew-app-res
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.quarantainenet
encoding: base64
xrefs:
person:
- Casper_Joost_Eyckelhof
template:
- application/vnd.quarantainenet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.Quark.QuarkXPress
friendly:
en: QuarkXPress
encoding: 8bit
extensions:
- qxd
- qxt
- qwd
- qwt
- qxl
- qxb
xrefs:
person:
- Hannes_Scheidler
template:
- application/vnd.Quark.QuarkXPress
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: application/vnd.quobject-quoxdocument
encoding: base64
xrefs:
person:
- Matthias_Ludwig
template:
- application/vnd.quobject-quoxdocument
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.R74n.sandboxels+json
encoding: base64
xrefs:
person:
- R74n
template:
- application/vnd.R74n.sandboxels+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.moml+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.moml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-audit+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-conf+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-audit-conf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-conn+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-audit-conn+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-dialog+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-audit-dialog+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-audit-stream+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-audit-stream+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-conf+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-conf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-base+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-base+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-fax-detect+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-fax-detect+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-fax-sendrecv+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-fax-sendrecv+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-group+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-group+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-speech+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-speech+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.radisys.msml-dialog-transform+xml
encoding: base64
xrefs:
rfc:
- rfc5707
template:
- application/vnd.radisys.msml-dialog-transform+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.rainstor.data
encoding: base64
xrefs:
person:
- Kevin_Crook
template:
- application/vnd.rainstor.data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.rapid
encoding: base64
xrefs:
person:
- Etay_Szekely
template:
- application/vnd.rapid
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.rar
encoding: base64
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.rar
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.realvnc.bed
friendly:
en: RealVNC
encoding: base64
extensions:
- bed
xrefs:
person:
- Nick_Reeves
template:
- application/vnd.realvnc.bed
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.recordare.musicxml
friendly:
en: Recordare Applications
encoding: base64
extensions:
- mxl
xrefs:
person:
- W3C_Music_Notation_Community_Group
template:
- application/vnd.recordare.musicxml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.recordare.musicxml+xml
friendly:
en: Recordare Applications
encoding: base64
extensions:
- musicxml
xrefs:
person:
- W3C_Music_Notation_Community_Group
template:
- application/vnd.recordare.musicxml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.relpipe
encoding: base64
xrefs:
person:
- Frantisek_Kucera
template:
- application/vnd.relpipe
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.RenLearn.rlprint
encoding: base64
xrefs:
person:
- James_Wick
template:
- application/vnd.RenLearn.rlprint
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.resilient.logic
encoding: base64
xrefs:
person:
- Benedikt_Muessig
template:
- application/vnd.resilient.logic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.restful+json
encoding: base64
xrefs:
person:
- Stephen_Mizell
template:
- application/vnd.restful+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.rig.cryptonote
friendly:
en: CryptoNote
encoding: base64
extensions:
- cryptonote
xrefs:
person:
- Ken_Jibiki
template:
- application/vnd.rig.cryptonote
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.rim.cod
friendly:
en: Blackberry COD File
encoding: base64
extensions:
- cod
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.rn-realmedia
friendly:
en: RealMedia
encoding: base64
extensions:
- rm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.rn-realmedia-vbr
encoding: base64
extensions:
- rmvb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.route66.link66+xml
friendly:
en: ROUTE 66 Location Based Services
encoding: base64
extensions:
- link66
xrefs:
person:
- Sybren_Kikstra
template:
- application/vnd.route66.link66+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.rs-274x
encoding: base64
xrefs:
person:
- Lee_Harding
template:
- application/vnd.rs-274x
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ruckus.download
encoding: base64
xrefs:
person:
- Jerry_Harris
template:
- application/vnd.ruckus.download
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.s3sms
encoding: base64
xrefs:
person:
- Lauri_Tarkkala
template:
- application/vnd.s3sms
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sailingtracker.track
friendly:
en: SailingTracker
encoding: base64
extensions:
- st
xrefs:
person:
- Heikki_Vesalainen
template:
- application/vnd.sailingtracker.track
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.sar
encoding: base64
xrefs:
person:
- Markus_Strehle
template:
- application/vnd.sar
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sbm.cid
encoding: base64
xrefs:
person:
- Shinji_Kusakari
template:
- application/vnd.sbm.cid
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sbm.mid2
encoding: base64
xrefs:
person:
- Masanori_Murai
template:
- application/vnd.sbm.mid2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.scribus
encoding: base64
xrefs:
person:
- Craig_Bradney
template:
- application/vnd.scribus
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.3df
encoding: base64
xrefs:
person:
- John_Kwan
template:
- application/vnd.sealed.3df
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.csf
encoding: base64
xrefs:
person:
- John_Kwan
template:
- application/vnd.sealed.csf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.doc
encoding: base64
extensions:
- sdoc
- sdo
- s1w
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealed.doc
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.eml
encoding: base64
extensions:
- seml
- sem
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealed.eml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.mht
encoding: base64
extensions:
- smht
- smh
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealed.mht
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.net
encoding: base64
xrefs:
person:
- Martin_Lambert
template:
- application/vnd.sealed.net
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.ppt
encoding: base64
extensions:
- sppt
- spp
- s1p
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealed.ppt
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.tiff
encoding: base64
xrefs:
person:
- John_Kwan
- Martin_Lambert
template:
- application/vnd.sealed.tiff
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sealed.xls
encoding: base64
extensions:
- sxls
- sxl
- s1e
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealed.xls
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.sealedmedia.softseal.html
encoding: base64
extensions:
- stml
- stm
- s1h
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealedmedia.softseal.html
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.sealedmedia.softseal.pdf
encoding: base64
extensions:
- spdf
- spd
- s1a
xrefs:
person:
- David_Petersen
template:
- application/vnd.sealedmedia.softseal.pdf
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.seemail
friendly:
en: SeeMail
encoding: base64
extensions:
- see
xrefs:
person:
- Steve_Webb
template:
- application/vnd.seemail
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.seis+json
encoding: base64
xrefs:
person:
- ICT_Manager
template:
- application/vnd.seis+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sema
friendly:
en: Secured eMail
encoding: base64
extensions:
- sema
xrefs:
person:
- Anders_Hansson
template:
- application/vnd.sema
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.semd
friendly:
en: Secured eMail
encoding: base64
extensions:
- semd
xrefs:
person:
- Anders_Hansson
template:
- application/vnd.semd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.semf
friendly:
en: Secured eMail
encoding: base64
extensions:
- semf
xrefs:
person:
- Anders_Hansson
template:
- application/vnd.semf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.shade-save-file
encoding: base64
xrefs:
person:
- Connor_Horman
template:
- application/vnd.shade-save-file
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.shana.informed.formdata
friendly:
en: Shana Informed Filler
encoding: base64
extensions:
- ifm
xrefs:
person:
- Guy_Selzler
template:
- application/vnd.shana.informed.formdata
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.shana.informed.formtemplate
friendly:
en: Shana Informed Filler
encoding: base64
extensions:
- itp
xrefs:
person:
- Guy_Selzler
template:
- application/vnd.shana.informed.formtemplate
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.shana.informed.interchange
friendly:
en: Shana Informed Filler
encoding: base64
extensions:
- iif
xrefs:
person:
- Guy_Selzler
template:
- application/vnd.shana.informed.interchange
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.shana.informed.package
friendly:
en: Shana Informed Filler
encoding: base64
extensions:
- ipk
xrefs:
person:
- Guy_Selzler
template:
- application/vnd.shana.informed.package
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.shootproof+json
encoding: base64
xrefs:
person:
- Ben_Ramsey
template:
- application/vnd.shootproof+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.shopkick+json
encoding: base64
xrefs:
person:
- Ronald_Jacobs
template:
- application/vnd.shopkick+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.shp
encoding: base64
xrefs:
person:
- Mi_Tar
template:
- application/vnd.shp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.shx
encoding: base64
xrefs:
person:
- Mi_Tar
template:
- application/vnd.shx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sigrok.session
encoding: base64
xrefs:
person:
- Uwe_Hermann
template:
- application/vnd.sigrok.session
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.SimTech-MindMapper
friendly:
en: SimTech MindMapper
encoding: base64
extensions:
- twd
- twds
xrefs:
person:
- Patrick_Koh
template:
- application/vnd.SimTech-MindMapper
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.siren+json
encoding: base64
xrefs:
person:
- Kevin_Swiber
template:
- application/vnd.siren+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sirtx.vmv0
encoding: base64
xrefs:
person:
- Philipp_Schafft
template:
- application/vnd.sirtx.vmv0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sketchometry
encoding: base64
xrefs:
person:
- Center_for_Mobile_Learning_with_Digital_Technology
template:
- application/vnd.sketchometry
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.smaf
friendly:
en: SMAF File
encoding: base64
extensions:
- mmf
xrefs:
person:
- Hiroaki_Takahashi
template:
- application/vnd.smaf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.smart.notebook
encoding: base64
xrefs:
person:
- Jonathan_Neitz
template:
- application/vnd.smart.notebook
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.smart.teacher
friendly:
en: SMART Technologies Apps
encoding: base64
extensions:
- teacher
xrefs:
person:
- Michael_Boyle
template:
- application/vnd.smart.teacher
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.smintio.portals.archive
encoding: base64
xrefs:
person:
- Reinhard_Holzner
template:
- application/vnd.smintio.portals.archive
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.snesdev-page-table
encoding: base64
xrefs:
person:
- Connor_Horman
template:
- application/vnd.snesdev-page-table
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.software602.filler.form+xml
encoding: base64
xrefs:
person:
- Jakub_Hytka
- Martin_Vondrous
template:
- application/vnd.software602.filler.form+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.software602.filler.form-xml-zip
encoding: base64
xrefs:
person:
- Jakub_Hytka
- Martin_Vondrous
template:
- application/vnd.software602.filler.form-xml-zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.solent.sdkm+xml
friendly:
en: SudokuMagic
encoding: base64
extensions:
- sdkd
- sdkm
xrefs:
person:
- Cliff_Gauntlett
template:
- application/vnd.solent.sdkm+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.spotfire.dxp
friendly:
en: TIBCO Spotfire
encoding: base64
extensions:
- dxp
xrefs:
person:
- Stefan_Jernberg
template:
- application/vnd.spotfire.dxp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.spotfire.sfs
friendly:
en: TIBCO Spotfire
encoding: base64
extensions:
- sfs
xrefs:
person:
- Stefan_Jernberg
template:
- application/vnd.spotfire.sfs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.sqlite3
encoding: base64
xrefs:
person:
- Clemens_Ladisch
template:
- application/vnd.sqlite3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sss-cod
encoding: base64
xrefs:
person:
- Asang_Dani
template:
- application/vnd.sss-cod
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sss-dtf
encoding: base64
xrefs:
person:
- Eric_Bruno
template:
- application/vnd.sss-dtf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sss-ntf
encoding: base64
xrefs:
person:
- Eric_Bruno
template:
- application/vnd.sss-ntf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.calc
friendly:
en: StarOffice - Calc
encoding: base64
extensions:
- sdc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.chart
encoding: base64
extensions:
- sds
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.draw
friendly:
en: StarOffice - Draw
encoding: base64
extensions:
- sda
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.impress
friendly:
en: StarOffice - Impress
encoding: base64
extensions:
- sdd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.math
friendly:
en: StarOffice - Math
encoding: base64
extensions:
- sdf
- smf
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.writer
friendly:
en: StarOffice - Writer
encoding: base64
extensions:
- sdw
- vor
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/vnd.stardivision.writer-global
friendly:
en: StarOffice - Writer (Global)
encoding: base64
extensions:
- sgl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.stepmania.package
encoding: base64
extensions:
- smzip
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.stepmania.package
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.stepmania.stepchart
friendly:
en: StepMania
encoding: base64
extensions:
- sm
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.stepmania.stepchart
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.street-stream
encoding: base64
xrefs:
person:
- Glenn_Levitt
template:
- application/vnd.street-stream
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sun.wadl+xml
encoding: base64
xrefs:
person:
- Marc_Hadley
template:
- application/vnd.sun.wadl+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.calc
friendly:
en: OpenOffice - Calc (Spreadsheet)
encoding: base64
extensions:
- sxc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.calc.template
friendly:
en: OpenOffice - Calc Template (Spreadsheet)
encoding: base64
extensions:
- stc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.draw
friendly:
en: OpenOffice - Draw (Graphics)
encoding: base64
extensions:
- sxd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.draw.template
friendly:
en: OpenOffice - Draw Template (Graphics)
encoding: base64
extensions:
- std
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.impress
friendly:
en: OpenOffice - Impress (Presentation)
encoding: base64
extensions:
- sxi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.impress.template
friendly:
en: OpenOffice - Impress Template (Presentation)
encoding: base64
extensions:
- sti
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.math
friendly:
en: OpenOffice - Math (Formula)
encoding: base64
extensions:
- sxm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.writer
friendly:
en: OpenOffice - Writer (Text - HTML)
encoding: base64
extensions:
- sxw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.writer.global
friendly:
en: OpenOffice - Writer (Text - HTML)
encoding: base64
extensions:
- sxg
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.sun.xml.writer.template
friendly:
en: OpenOffice - Writer Template (Text - HTML)
encoding: base64
extensions:
- stw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.superfile.super
encoding: base64
xrefs:
person:
- Shane_Valdez
template:
- application/vnd.superfile.super
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sus-calendar
friendly:
en: ScheduleUs
encoding: base64
extensions:
- sus
- susp
xrefs:
person:
- Jonathan_Niedfeldt
template:
- application/vnd.sus-calendar
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.svd
friendly:
en: SourceView Document
encoding: base64
extensions:
- svd
xrefs:
person:
- Scott_Becker
template:
- application/vnd.svd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.swiftview-ics
encoding: base64
xrefs:
person:
- Glenn_Widener
template:
- application/vnd.swiftview-ics
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sybyl.mol2
encoding: base64
xrefs:
person:
- Finn_Rayk_Gärtner
template:
- application/vnd.sybyl.mol2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.sycle+xml
encoding: base64
xrefs:
person:
- Johann_Terblanche
template:
- application/vnd.sycle+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syft+json
encoding: base64
xrefs:
person:
- Dan_Nurmi
template:
- application/vnd.syft+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.symbian.install
friendly:
en: Symbian Install Package
encoding: base64
extensions:
- sis
- sisx
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/vnd.syncml+xml
friendly:
en: SyncML
encoding: base64
extensions:
- xsm
xrefs:
person:
- OMA_Data_Synchronization_WG
template:
- application/vnd.syncml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dm+wbxml
friendly:
en: SyncML - Device Management
encoding: base64
extensions:
- bdm
xrefs:
person:
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dm+wbxml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dm+xml
friendly:
en: SyncML - Device Management
encoding: base64
extensions:
- xdm
xrefs:
person:
- Bindu_Rama_Rao
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dm+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dm.notification
encoding: base64
xrefs:
person:
- OMA-DM_Work_Group
- Peter_Thompson
template:
- application/vnd.syncml.dm.notification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dmddf+wbxml
encoding: base64
xrefs:
person:
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dmddf+wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dmddf+xml
encoding: base64
xrefs:
person:
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dmddf+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dmtnds+wbxml
encoding: base64
xrefs:
person:
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dmtnds+wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.dmtnds+xml
encoding: base64
xrefs:
person:
- OMA-DM_Work_Group
template:
- application/vnd.syncml.dmtnds+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.syncml.ds.notification
encoding: base64
xrefs:
person:
- OMA_Data_Synchronization_WG
template:
- application/vnd.syncml.ds.notification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.tableschema+json
encoding: base64
xrefs:
person:
- Paul_Walsh
template:
- application/vnd.tableschema+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.tao.intent-module-archive
friendly:
en: Tao Intent
encoding: base64
extensions:
- tao
xrefs:
person:
- Daniel_Shelton
template:
- application/vnd.tao.intent-module-archive
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.tcpdump.pcap
encoding: base64
extensions:
- cap
- dmp
- pcap
xrefs:
person:
- Glen_Turner
- Guy_Harris
template:
- application/vnd.tcpdump.pcap
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/vnd.tcpdump.pcapng
encoding: base64
extensions:
- pcapng
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.think-cell.ppttc+json
encoding: base64
xrefs:
person:
- Arno_Schoedl
template:
- application/vnd.think-cell.ppttc+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.tmd.mediaflex.api+xml
encoding: base64
xrefs:
person:
- Alex_Sibilev
template:
- application/vnd.tmd.mediaflex.api+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.tml
encoding: base64
xrefs:
person:
- Joey_Smith
template:
- application/vnd.tml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.tmobile-livetv
friendly:
en: MobileTV
encoding: base64
extensions:
- tmo
xrefs:
person:
- Nicolas_Helin
template:
- application/vnd.tmobile-livetv
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.tri.onesource
encoding: base64
xrefs:
person:
- Rick_Rupp
template:
- application/vnd.tri.onesource
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.trid.tpt
friendly:
en: TRI Systems Config
encoding: base64
extensions:
- tpt
xrefs:
person:
- Frank_Cusack
template:
- application/vnd.trid.tpt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.triscape.mxs
friendly:
en: Triscape Map Explorer
encoding: base64
extensions:
- mxs
xrefs:
person:
- Steven_Simonoff
template:
- application/vnd.triscape.mxs
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.trueapp
friendly:
en: True BASIC
encoding: base64
extensions:
- tra
xrefs:
person:
- J._Scott_Hepler
template:
- application/vnd.trueapp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.truedoc
encoding: base64
xrefs:
person:
- Brad_Chase
template:
- application/vnd.truedoc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ubisoft.webplayer
encoding: base64
xrefs:
person:
- Martin_Talbot
template:
- application/vnd.ubisoft.webplayer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ufdl
friendly:
en: Universal Forms Description Language
encoding: base64
extensions:
- ufd
- ufdl
xrefs:
person:
- Dave_Manning
template:
- application/vnd.ufdl
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.uic.dosipas.v1
encoding: base64
xrefs:
person:
- Union_Internationale_des_Chemins_de_fer
template:
- application/vnd.uic.dosipas.v1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uic.dosipas.v2
encoding: base64
xrefs:
person:
- Union_Internationale_des_Chemins_de_fer
template:
- application/vnd.uic.dosipas.v2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uic.osdm+json
encoding: base64
xrefs:
person:
- David_Sarfatti
template:
- application/vnd.uic.osdm+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uic.tlb-fcb
encoding: base64
xrefs:
person:
- Union_Internationale_des_Chemins_de_fer
template:
- application/vnd.uic.tlb-fcb
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uiq.theme
friendly:
en: User Interface Quartz - Theme (Symbian)
encoding: base64
extensions:
- utz
xrefs:
person:
- Tim_Ocock
template:
- application/vnd.uiq.theme
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.umajin
friendly:
en: UMAJIN
encoding: base64
extensions:
- umj
xrefs:
person:
- Jamie_Riden
template:
- application/vnd.umajin
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.unity
friendly:
en: Unity 3d
encoding: base64
extensions:
- unityweb
xrefs:
person:
- Unity3d
template:
- application/vnd.unity
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.uoml+xml
friendly:
en: Unique Object Markup Language
encoding: base64
extensions:
- uoml
xrefs:
person:
- Arne_Gerdes
template:
- application/vnd.uoml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.alert
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.alert
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.alert-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.alert-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.bearer-choice
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.bearer-choice
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.bearer-choice-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.bearer-choice-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.cacheop
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.cacheop
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.cacheop-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.cacheop-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.channel
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.channel
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.channel-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.channel-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.list
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.list
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.list-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.list-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.listcmd
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.listcmd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.listcmd-wbxml
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.listcmd-wbxml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uplanet.signal
encoding: base64
xrefs:
person:
- Bruce_Martin
template:
- application/vnd.uplanet.signal
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.uri-map
encoding: base64
xrefs:
person:
- Sebastian_Baer
template:
- application/vnd.uri-map
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.valve.source.material
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- application/vnd.valve.source.material
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vcx
friendly:
en: VirtualCatalog
encoding: base64
extensions:
- vcx
xrefs:
person:
- Taisuke_Sugimoto
template:
- application/vnd.vcx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.vd-study
encoding: base64
xrefs:
person:
- Luc_Rogge
template:
- application/vnd.vd-study
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vectorworks
encoding: base64
xrefs:
person:
- Biplab_Sarkar
- Lyndsey_Ferguson
template:
- application/vnd.vectorworks
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vel+json
encoding: base64
xrefs:
person:
- James_Wigger
template:
- application/vnd.vel+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.veraison.tsm-report+cbor
encoding: base64
xrefs:
person:
- Thomas_Fossati
template:
- application/vnd.veraison.tsm-report+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.veraison.tsm-report+json
encoding: base64
xrefs:
person:
- Thomas_Fossati
template:
- application/vnd.veraison.tsm-report+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.verifier-attestation+jwt
encoding: base64
xrefs:
person:
- Oliver_Terbu
- OpenID_Foundation_Digital_Credentials_Protocols_WG
template:
- application/vnd.verifier-attestation+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.verimatrix.vcas
encoding: base64
xrefs:
person:
- Petr_Peterka
template:
- application/vnd.verimatrix.vcas
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.veritone.aion+json
encoding: base64
xrefs:
person:
- Al_Brown
template:
- application/vnd.veritone.aion+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.veryant.thin
encoding: base64
xrefs:
person:
- Massimo_Bertoli
template:
- application/vnd.veryant.thin
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.ves.encrypted
encoding: base64
xrefs:
person:
- Jim_Zubov
template:
- application/vnd.ves.encrypted
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vidsoft.vidconference
encoding: 8bit
extensions:
- vsc
xrefs:
person:
- Robert_Hess
template:
- application/vnd.vidsoft.vidconference
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.visio
friendly:
en: Microsoft Visio
encoding: base64
extensions:
- vsd
- vst
- vsw
- vss
xrefs:
person:
- Troy_Sandal
template:
- application/vnd.visio
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/vnd.visionary
friendly:
en: Visionary
encoding: base64
extensions:
- vis
xrefs:
person:
- Gayatri_Aravindakumar
template:
- application/vnd.visionary
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.vividence.scriptfile
encoding: base64
xrefs:
person:
- Mark_Risher
template:
- application/vnd.vividence.scriptfile
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vocalshaper.vsp4
encoding: base64
xrefs:
person:
- Wu_Chang
template:
- application/vnd.vocalshaper.vsp4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.vsf
friendly:
en: Viewport+
encoding: base64
extensions:
- vsf
xrefs:
person:
- Delton_Rowe
template:
- application/vnd.vsf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.vuq
encoding: base64
xrefs:
person:
- Phillip_Gimmi
template:
- application/vnd.vuq
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wantverse
encoding: base64
xrefs:
person:
- John_J_Kolb_V
template:
- application/vnd.wantverse
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wap.sic
encoding: base64
extensions:
- sic
xrefs:
person:
- WAP-Forum
template:
- application/vnd.wap.sic
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wap.slc
encoding: base64
extensions:
- slc
xrefs:
person:
- WAP-Forum
template:
- application/vnd.wap.slc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wap.wbxml
friendly:
en: WAP Binary XML (WBXML)
encoding: base64
extensions:
- wbxml
xrefs:
person:
- Peter_Stark
template:
- application/vnd.wap.wbxml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wap.wmlc
friendly:
en: Compiled Wireless Markup Language (WMLC)
encoding: base64
extensions:
- wmlc
xrefs:
person:
- Peter_Stark
template:
- application/vnd.wap.wmlc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wap.wmlscriptc
friendly:
en: WMLScript
encoding: base64
extensions:
- wmlsc
xrefs:
person:
- Peter_Stark
template:
- application/vnd.wap.wmlscriptc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wasmflow.wafl
encoding: base64
xrefs:
person:
- Fawad_Shaikh
template:
- application/vnd.wasmflow.wafl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.webturbo
friendly:
en: WebTurbo
encoding: base64
extensions:
- wtb
xrefs:
person:
- Yaser_Rehem
template:
- application/vnd.webturbo
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wfa.dpp
encoding: base64
xrefs:
person:
- Dr._Jun_Tian
- Wi-Fi_Alliance
template:
- application/vnd.wfa.dpp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wfa.p2p
encoding: base64
xrefs:
person:
- Mick_Conley
template:
- application/vnd.wfa.p2p
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wfa.wsc
encoding: base64
xrefs:
person:
- Wi-Fi_Alliance
template:
- application/vnd.wfa.wsc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.windows.devicepairing
encoding: base64
xrefs:
person:
- Priya_Dandawate
template:
- application/vnd.windows.devicepairing
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wmap
encoding: base64
xrefs:
person:
- Rubén_Fabián_Beltrán_del_Río_Vara
template:
- application/vnd.wmap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wmc
encoding: base64
xrefs:
person:
- Thomas_Kjornes
template:
- application/vnd.wmc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wmf.bootstrap
encoding: base64
xrefs:
person:
- Prakash_Iyer
- Thinh_Nguyenphu
template:
- application/vnd.wmf.bootstrap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wolfram.mathematica
encoding: base64
xrefs:
person:
- Wolfram
template:
- application/vnd.wolfram.mathematica
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wolfram.mathematica.package
encoding: base64
xrefs:
person:
- Wolfram
template:
- application/vnd.wolfram.mathematica.package
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wolfram.player
friendly:
en: Mathematica Notebook Player
encoding: base64
extensions:
- nbp
xrefs:
person:
- Wolfram
template:
- application/vnd.wolfram.player
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wolfram.wl
encoding: base64
extensions:
- wl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/vnd.wordlift
encoding: base64
xrefs:
person:
- David_Riccitelli
template:
- application/vnd.wordlift
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wordperfect
friendly:
en: Wordperfect
encoding: base64
extensions:
- wpd
- wp
- wp5
- wp6
- w60
- wp61
- wpt
xrefs:
person:
- Kim_Scarborough
template:
- application/vnd.wordperfect
registered: true
sort-priority: 9
- !ruby/object:MIME::Type
content-type: application/vnd.wqd
friendly:
en: SundaHus WQ
encoding: base64
extensions:
- wqd
xrefs:
person:
- Jan_Boström
template:
- application/vnd.wqd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wrq-hp3000-labelled
encoding: base64
xrefs:
person:
- Chris_Bartram
template:
- application/vnd.wrq-hp3000-labelled
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wt.stf
friendly:
en: Worldtalk
encoding: base64
extensions:
- stf
xrefs:
person:
- Bill_Wohler
template:
- application/vnd.wt.stf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wv.csp+wbxml
encoding: base64
extensions:
- wv
xrefs:
person:
- Matti_Salmi
template:
- application/vnd.wv.csp+wbxml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.wv.csp+xml
encoding: 8bit
xrefs:
person:
- John_Ingi_Ingimundarson
template:
- application/vnd.wv.csp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.wv.ssp+xml
encoding: 8bit
xrefs:
person:
- John_Ingi_Ingimundarson
template:
- application/vnd.wv.ssp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xacml+json
encoding: base64
xrefs:
person:
- David_Brossard
template:
- application/vnd.xacml+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xara
friendly:
en: CorelXARA
encoding: base64
extensions:
- xar
xrefs:
person:
- David_Matthewman
template:
- application/vnd.xara
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.xarin.cpj
encoding: base64
xrefs:
person:
- Ben_Brown
template:
- application/vnd.xarin.cpj
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xcdn
encoding: base64
xrefs:
person:
- Gioele_Stefano_Luca_Fierro
template:
- application/vnd.xcdn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xecrets-encrypted
encoding: base64
xrefs:
person:
- Svante_Seleborg
template:
- application/vnd.xecrets-encrypted
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xfdl
friendly:
en: Extensible Forms Description Language
encoding: base64
extensions:
- xfdl
xrefs:
person:
- Dave_Manning
template:
- application/vnd.xfdl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.xfdl.webform
encoding: base64
xrefs:
person:
- Michael_Mansell
template:
- application/vnd.xfdl.webform
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmi+xml
encoding: base64
xrefs:
person:
- Fred_Waskiewicz
template:
- application/vnd.xmi+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmpie.cpkg
encoding: base64
xrefs:
person:
- Reuven_Sherwin
template:
- application/vnd.xmpie.cpkg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmpie.dpkg
encoding: base64
xrefs:
person:
- Reuven_Sherwin
template:
- application/vnd.xmpie.dpkg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmpie.plan
encoding: base64
xrefs:
person:
- Reuven_Sherwin
template:
- application/vnd.xmpie.plan
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmpie.ppkg
encoding: base64
xrefs:
person:
- Reuven_Sherwin
template:
- application/vnd.xmpie.ppkg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.xmpie.xlim
encoding: base64
xrefs:
person:
- Reuven_Sherwin
template:
- application/vnd.xmpie.xlim
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.hv-dic
friendly:
en: HV Voice Dictionary
encoding: base64
extensions:
- hvd
xrefs:
person:
- Tomohiro_Yamamoto
template:
- application/vnd.yamaha.hv-dic
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.hv-script
friendly:
en: HV Script
encoding: base64
extensions:
- hvs
xrefs:
person:
- Tomohiro_Yamamoto
template:
- application/vnd.yamaha.hv-script
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.hv-voice
friendly:
en: HV Voice Parameter
encoding: base64
extensions:
- hvp
xrefs:
person:
- Tomohiro_Yamamoto
template:
- application/vnd.yamaha.hv-voice
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.openscoreformat
friendly:
en: Open Score Format
encoding: base64
extensions:
- osf
xrefs:
person:
- Mark_Olleson
template:
- application/vnd.yamaha.openscoreformat
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.openscoreformat.osfpvg+xml
friendly:
en: OSFPVG
encoding: base64
extensions:
- osfpvg
xrefs:
person:
- Mark_Olleson
template:
- application/vnd.yamaha.openscoreformat.osfpvg+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.remote-setup
encoding: base64
xrefs:
person:
- Takehiro_Sukizaki
template:
- application/vnd.yamaha.remote-setup
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.smaf-audio
friendly:
en: SMAF Audio
encoding: base64
extensions:
- saf
xrefs:
person:
- Keiichi_Shinoda
template:
- application/vnd.yamaha.smaf-audio
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.smaf-phrase
friendly:
en: SMAF Phrase
encoding: base64
extensions:
- spf
xrefs:
person:
- Keiichi_Shinoda
template:
- application/vnd.yamaha.smaf-phrase
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.through-ngn
encoding: base64
xrefs:
person:
- Takehiro_Sukizaki
template:
- application/vnd.yamaha.through-ngn
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.yamaha.tunnel-udpencap
encoding: base64
xrefs:
person:
- Takehiro_Sukizaki
template:
- application/vnd.yamaha.tunnel-udpencap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.yaoweme
encoding: base64
xrefs:
person:
- Jens_Jorgensen
template:
- application/vnd.yaoweme
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.yellowriver-custom-menu
friendly:
en: CustomMenu
encoding: base64
extensions:
- cmp
xrefs:
person:
- Mr._Yellow
template:
- application/vnd.yellowriver-custom-menu
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/vnd.youtube.yt
encoding: base64
obsolete: true
use-instead: video/vnd.youtube.yt
xrefs:
person:
- Laura_Wood
template:
- application/vnd.youtube.yt
notes:
- "(OBSOLETED in favor of video/vnd.youtube.yt)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/vnd.zoho-document.writer
encoding: base64
xrefs:
person:
- Ganeshprabhu_Rajendran
template:
- application/vnd.zoho-document.writer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.zoho-presentation.show
encoding: base64
xrefs:
person:
- Manivannan_Subburaj
template:
- application/vnd.zoho-presentation.show
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.zoho.spreadsheetml.sheet
encoding: base64
xrefs:
person:
- Srikanth_Sankar
template:
- application/vnd.zoho.spreadsheetml.sheet
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vnd.zul
friendly:
en: Z.U.L. Geometry
encoding: base64
extensions:
- zir
- zirz
xrefs:
person:
- Rene_Grothmann
template:
- application/vnd.zul
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/vnd.zzazz.deck+xml
friendly:
en: Zzazz Deck
encoding: base64
extensions:
- zaz
xrefs:
person:
- Micheal_Hewett
template:
- application/vnd.zzazz.deck+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/voicexml+xml
friendly:
en: VoiceXML
encoding: base64
extensions:
- vxml
xrefs:
rfc:
- rfc4267
template:
- application/voicexml+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/voucher+cose
encoding: base64
xrefs:
draft:
- draft-ietf-anima-constrained-voucher-23
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/voucher-cms+json
encoding: base64
xrefs:
rfc:
- rfc8366
template:
- application/voucher-cms+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/voucher-cose+cbor
encoding: base64
obsolete: true
xrefs:
draft:
- draft-ietf-anima-constrained-voucher-17
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/voucher-jws+json
encoding: base64
xrefs:
draft:
- RFC-ietf-anima-jws-voucher-16
template:
- application/voucher-jws+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vp
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vp+cose
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vp+cose
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vp+jwt
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vp+jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vp+sd-jwt
encoding: base64
xrefs:
person:
- Ivan_Herman
- W3C_Verifiable_Credentials_WG
template:
- application/vp+sd-jwt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/vq-rtcpxr
encoding: base64
xrefs:
rfc:
- rfc6035
template:
- application/vq-rtcpxr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/warc
encoding: base64
extensions:
- warc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/warc+gz
encoding: base64
extensions:
- warc.gz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/wasm
friendly:
en: WebAssembly
encoding: 8bit
extensions:
- wasm
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- application/wasm
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/watcherinfo+xml
encoding: base64
extensions:
- wif
xrefs:
rfc:
- rfc3858
template:
- application/watcherinfo+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/webbundle
encoding: base64
xrefs:
draft:
- draft-yasskin-wpack-bundled-exchanges-02
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/webpush-options+json
encoding: base64
xrefs:
rfc:
- rfc8292
template:
- application/webpush-options+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/whoispp-query
encoding: base64
xrefs:
rfc:
- rfc2957
template:
- application/whoispp-query
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/whoispp-response
encoding: base64
xrefs:
rfc:
- rfc2958
template:
- application/whoispp-response
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/widget
friendly:
en: Widget Packaging and XML Configuration
encoding: base64
extensions:
- wgt
xrefs:
person:
- Steven_Pemberton
- W3C
uri:
- http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget
template:
- application/widget
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/winhlp
friendly:
en: WinHelp
encoding: base64
extensions:
- hlp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/wita
encoding: base64
xrefs:
person:
- Larry_Campbell
template:
- application/wita
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/won
encoding: base64
xrefs:
person:
- Roy_T._Fielding
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: application/word
encoding: base64
extensions:
- doc
- dot
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/wordperfect
encoding: base64
extensions:
- wp
obsolete: true
use-instead: application/vnd.wordperfect
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/wordperfect5.1
encoding: base64
extensions:
- wp5
- wp
xrefs:
person:
- Paul_Lindner
template:
- application/wordperfect5.1
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/wordperfect6.1
encoding: base64
extensions:
- wp6
obsolete: true
use-instead: application/x-wordperfect6.1
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/wordperfectd
encoding: base64
extensions:
- wpd
obsolete: true
use-instead: application/vnd.wordperfect
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/wsdl+xml
friendly:
en: WSDL - Web Services Description Language
encoding: base64
extensions:
- wsdl
xrefs:
person:
- W3C
template:
- application/wsdl+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/wspolicy+xml
friendly:
en: Web Services Policy
encoding: base64
extensions:
- wspolicy
xrefs:
person:
- W3C
template:
- application/wspolicy+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/x-123
encoding: base64
extensions:
- wk
obsolete: true
use-instead: application/vnd.lotus-1-2-3
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-7z-compressed
friendly:
en: 7-Zip
encoding: base64
extensions:
- 7z
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-abiword
friendly:
en: AbiWord
encoding: base64
extensions:
- abw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-access
encoding: base64
extensions:
- mdf
- mda
- mdb
- mde
obsolete: true
use-instead: application/x-msaccess
registered: false
sort-priority: 172
- !ruby/object:MIME::Type
content-type: application/x-ace-compressed
friendly:
en: Ace Archive
encoding: base64
extensions:
- ace
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-activemime
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-adobe-indesign
encoding: base64
extensions:
- indd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-adobe-indesign-interchange
encoding: base64
extensions:
- inx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-amf
encoding: base64
extensions:
- amf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-amiga-disk-format
encoding: base64
extensions:
- adf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-apple-diskimage
encoding: base64
extensions:
- dmg
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-appleworks
encoding: base64
extensions:
- cwk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-archive
encoding: base64
extensions:
- ar
- a
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-arj
encoding: base64
extensions:
- arj
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-asprs
encoding: base64
extensions:
- las
- laz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-atari-floppy-disk-image
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-authorware-bin
friendly:
en: Adobe (Macropedia) Authorware - Binary File
encoding: base64
extensions:
- aab
- u32
- vox
- x32
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/x-authorware-map
friendly:
en: Adobe (Macropedia) Authorware - Map
encoding: base64
extensions:
- aam
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-authorware-seg
friendly:
en: Adobe (Macropedia) Authorware - Segment File
encoding: base64
extensions:
- aas
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-axcrypt
encoding: base64
extensions:
- axx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-bat
encoding: base64
extensions:
- bat
- cmd
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-bcpio
friendly:
en: Binary CPIO Archive
encoding: base64
extensions:
- bcpio
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-bentley-besqlite
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-bentley-localization
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-berkeley-db
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-bibtex-text-file
encoding: base64
extensions:
- bib
- bibtex
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-bittorrent
friendly:
en: BitTorrent
encoding: base64
extensions:
- torrent
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-bleeper
encoding: base64
extensions:
- bleep
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-blorb
encoding: base64
extensions:
- blb
- blorb
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-bplist
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-brotli
encoding: base64
extensions:
- br
- brotli
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-bzip
friendly:
en: Bzip Archive
encoding: base64
extensions:
- bz
- tbz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-bzip2
friendly:
en: Bzip2 Archive
encoding: base64
extensions:
- boz
- bz2
- tbz2
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-cbr
encoding: base64
extensions:
- cb7
- cba
- cbr
- cbt
- cbz
registered: false
sort-priority: 43
- !ruby/object:MIME::Type
content-type: application/x-cdf
encoding: base64
extensions:
- cda
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-cdlink
friendly:
en: Video CD
encoding: base64
extensions:
- vcd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-cfs-compressed
encoding: base64
extensions:
- cfs
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-chat
friendly:
en: pIRCh
encoding: base64
extensions:
- chat
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-chess-pgn
friendly:
en: Portable Game Notation (Chess Games)
encoding: base64
extensions:
- pgn
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-chrome-extension
encoding: base64
extensions:
- crx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-chrome-package
encoding: base64
extensions:
- crx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-clariscad
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-compress
encoding: base64
extensions:
- z
- Z
obsolete: true
use-instead: application/x-compressed
registered: false
sort-priority: 174
- !ruby/object:MIME::Type
content-type: application/x-compressed
encoding: base64
extensions:
- z
- Z
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-conference
encoding: base64
extensions:
- nsc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-coredump
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-corelpresentations
encoding: base64
extensions:
- shw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-cpio
friendly:
en: CPIO Archive
encoding: base64
extensions:
- cpio
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-csh
friendly:
en: C Shell Script
encoding: 8bit
extensions:
- csh
- tcsh
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-cu-seeme
encoding: base64
extensions:
- csm
- cu
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-dbf
encoding: base64
extensions:
- dbf
- dbase
- dbase3
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-debian-package
friendly:
en: Debian Package
encoding: base64
extensions:
- deb
- udeb
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-dex
encoding: base64
extensions:
- dex
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dgc-compressed
encoding: base64
extensions:
- dgc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-director
friendly:
en: Adobe Shockwave Player
encoding: base64
extensions:
- dcr
- "@dir"
- "@dxr"
- cct
- cst
- cxt
- dir
- dxr
- fgd
- swa
- w3d
registered: false
sort-priority: 37
- !ruby/object:MIME::Type
content-type: application/x-doom
friendly:
en: Doom Video Game
encoding: base64
extensions:
- wad
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dosexec
encoding: base64
extensions:
- exe
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-drafting
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-dtbncx+xml
friendly:
en: Navigation Control file for XML (for ePub)
encoding: base64
extensions:
- ncx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dtbook+xml
friendly:
en: Digital Talking Book
encoding: base64
extensions:
- dtb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dtbresource+xml
friendly:
en: Digital Talking Book - Resource File
encoding: base64
extensions:
- res
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dvd-ifo
encoding: base64
extensions:
- ifo
- bup
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-dvi
friendly:
en: Device Independent File Format (DVI)
encoding: base64
extensions:
- dvi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-dxf
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ebu-stl
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ecmascript
encoding: 8bit
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/x-elc
encoding: base64
extensions:
- elc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-elf
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-endnote-refer
encoding: base64
extensions:
- enw
- enr
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-endnote-style
encoding: base64
extensions:
- ens
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-envoy
encoding: base64
extensions:
- evy
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-erdas-hfa
encoding: base64
extensions:
- hfa
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-esri-layer
encoding: base64
extensions:
- lyr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-esri-spatially-enabled-db
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-eva
encoding: base64
extensions:
- eva
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-excel
encoding: base64
obsolete: true
use-instead: application/vnd.ms-excel
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/x-executable
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fat-diskimage
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fictionbook+xml
encoding: base64
extensions:
- fb2
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-filemaker
encoding: base64
extensions:
- fp7
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-adobe-metric
encoding: base64
extensions:
- afm
- acfm
- amfm
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-font-bdf
friendly:
en: Glyph Bitmap Distribution Format
encoding: base64
extensions:
- bdf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-dos
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-font-framemaker
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-font-ghostscript
friendly:
en: Ghostscript Font
encoding: base64
extensions:
- gsf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-libgrx
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-font-linux-psf
friendly:
en: PSF Fonts
encoding: base64
extensions:
- psf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-opentype
encoding: base64
extensions:
- otf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-otf
friendly:
en: OpenType Font File
encoding: base64
extensions:
- otf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-pcf
friendly:
en: Portable Compiled Format
encoding: base64
extensions:
- pcf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-printer-metric
encoding: base64
extensions:
- pfm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-snf
friendly:
en: Server Normal Format
encoding: base64
extensions:
- snf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-speedo
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-font-sunos-news
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-font-truetype
encoding: base64
extensions:
- ttf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-font-ttf
friendly:
en: TrueType Font
encoding: base64
extensions:
- ttc
- ttf
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-font-type1
friendly:
en: PostScript Fonts
encoding: base64
extensions:
- afm
- pfa
- pfb
- pfm
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/x-font-vfont
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fossil-checkout
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fossil-global-conf
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fossil-repository
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-foxmail
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-fractals
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-freearc
encoding: base64
extensions:
- arc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-futuresplash
friendly:
en: FutureSplash Animator
encoding: base64
extensions:
- spl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-gca-compressed
encoding: base64
extensions:
- gca
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-geopackage
encoding: base64
extensions:
- gpkg
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ghostview
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-glulx
encoding: base64
extensions:
- ulx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-gnucash
encoding: base64
extensions:
- gnucash
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-gnumeric
friendly:
en: Gnumeric
encoding: base64
extensions:
- gnumeric
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-gramps-xml
encoding: base64
extensions:
- gramps
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-grib
encoding: base64
extensions:
- grb
- grb1
- grb2
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-gtar
friendly:
en: GNU Tar Files
encoding: base64
extensions:
- gtar
- tgz
- tbz2
- tbz
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/x-guitar-pro
encoding: base64
extensions:
- gp4
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-gzip
encoding: base64
extensions:
- gz
obsolete: true
use-instead: application/gzip
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-hdf
friendly:
en: Hierarchical Data Format
encoding: base64
extensions:
- hdf
- he5
- h5
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-hep
encoding: base64
extensions:
- hep
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-html+ruby
encoding: 8bit
extensions:
- rhtml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-httpd-php
encoding: 8bit
extensions:
- phtml
- pht
- php
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-httpresponse
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-hwp
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-hwp-v5
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ibooks+zip
encoding: base64
extensions:
- ibooks
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ica
encoding: base64
extensions:
- ica
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ideas
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-idl-save-file
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-imagemap
encoding: 8bit
extensions:
- imagemap
- imap
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-install-instructions
encoding: base64
extensions:
- install
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-internet-archive
encoding: base64
extensions:
- arc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-isatab
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-isatab-assay
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-isatab-investigation
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-iso9660-image
encoding: base64
extensions:
- iso
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-itunes-bplist
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-itunes-ipa
encoding: base64
extensions:
- ipa
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-iwork-keynote-sffkey
encoding: base64
extensions:
- key
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-iwork-numbers-sffnumbers
encoding: base64
extensions:
- numbers
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-iwork-pages-sffpages
encoding: base64
extensions:
- pages
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-archive
encoding: base64
extensions:
- jar
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-jnilib
encoding: base64
extensions:
- jnilib
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-jnlp-file
friendly:
en: Java Network Launching Protocol
encoding: base64
extensions:
- jnlp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-keystore
encoding: base64
extensions:
- jks
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-pack200
encoding: base64
extensions:
- pack
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-serialized-object
encoding: base64
extensions:
- ser
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-java-vm
encoding: base64
extensions:
- class
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-javascript
encoding: 8bit
extensions:
- js
- mjs
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 174
- !ruby/object:MIME::Type
content-type: application/x-jeol-jdf
encoding: base64
extensions:
- jdf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-jigdo
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-kdelnk
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-killustrator
encoding: base64
extensions:
- kil
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-koan
encoding: base64
extensions:
- skp
- skd
- skt
- skm
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/x-latex
friendly:
en: LaTeX
encoding: 8bit
extensions:
- ltx
- latex
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-lha
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-lharc
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-lotus-123
encoding: base64
extensions:
- wks
obsolete: true
use-instead: application/vnd.lotus-1-2-3
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-lz4
encoding: base64
extensions:
- lz4
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-lzh-compressed
encoding: base64
extensions:
- lha
- lzh
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-lzip
encoding: base64
extensions:
- lz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-lzma
encoding: base64
extensions:
- lzma
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mac
encoding: base64
extensions:
- bin
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mac-compactpro
encoding: base64
extensions:
- cpt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-macbase64
encoding: base64
extensions:
- bin
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-macbinary
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-bundle
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-core
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-dsym
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-dylib
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-dylib-stub
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-dylinker
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-executable
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-fvmlib
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-kext-bundle
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-object
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-preload
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mach-o-universal
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-maker
encoding: base64
extensions:
- frm
- maker
- frame
- fm
- fb
- book
- fbdoc
obsolete: true
use-instead: application/vnd.framemaker
registered: false
sort-priority: 169
- !ruby/object:MIME::Type
content-type: application/x-mathcad
encoding: base64
extensions:
- mcd
obsolete: true
use-instead: application/vnd.mcd
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-mathematica-old
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-matlab-data
encoding: base64
extensions:
- mat
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-matroska
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mbtiles
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-memgraph
encoding: base64
extensions:
- memgraph
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mie
encoding: base64
extensions:
- mie
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mif
encoding: base64
extensions:
- mif
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mmm-digisonde
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mobipocket-ebook
friendly:
en: Mobipocket
encoding: base64
extensions:
- mobi
- prc
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-monotone-source-repo
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ms-application
friendly:
en: Microsoft ClickOnce
encoding: base64
extensions:
- application
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-asx
encoding: base64
extensions:
- asx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-compress-szdd
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ms-dos-executable
encoding: base64
extensions:
- exe
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-installer
encoding: base64
extensions:
- msi
- msp
- mst
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-ms-nls
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ms-owner
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-ms-shortcut
encoding: base64
extensions:
- lnk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-wmd
friendly:
en: Microsoft Windows Media Player Download Package
encoding: base64
extensions:
- wmd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-wmz
friendly:
en: Microsoft Windows Media Player Skin Package
encoding: base64
extensions:
- wmz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ms-xbap
friendly:
en: Microsoft XAML Browser Application
encoding: base64
extensions:
- xbap
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msaccess
friendly:
en: Microsoft Access
encoding: base64
extensions:
- mda
- mdb
- mde
- mdf
- accdb
registered: false
sort-priority: 43
- !ruby/object:MIME::Type
content-type: application/x-msbinder
friendly:
en: Microsoft Office Binder
encoding: base64
extensions:
- obd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mscardfile
friendly:
en: Microsoft Information Card
encoding: base64
extensions:
- crd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msclip
friendly:
en: Microsoft Clipboard Clip
encoding: base64
extensions:
- clp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msdos-program
encoding: base64
extensions:
- cmd
- bat
- com
- exe
- reg
- ps1
- vbs
registered: false
sort-priority: 41
- !ruby/object:MIME::Type
content-type: application/x-msdownload
friendly:
en: Microsoft Application
encoding: base64
extensions:
- exe
- com
- cmd
- bat
- dll
- msi
- reg
- ps1
- vbs
registered: false
sort-priority: 39
- !ruby/object:MIME::Type
content-type: application/x-msmediaview
friendly:
en: Microsoft MediaView
encoding: base64
extensions:
- m13
- m14
- mvb
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-msmetafile
friendly:
en: Microsoft Windows Metafile
encoding: base64
extensions:
- emf
- emz
- wmf
- wmz
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: application/x-msmoney
friendly:
en: Microsoft Money
encoding: base64
extensions:
- mny
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mspublisher
friendly:
en: Microsoft Publisher
encoding: base64
extensions:
- pub
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msschedule
friendly:
en: Microsoft Schedule+
encoding: base64
extensions:
- scd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msterminal
friendly:
en: Microsoft Windows Terminal Services
encoding: base64
extensions:
- trm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-msword
encoding: base64
extensions:
- doc
- dot
- wrd
obsolete: true
use-instead: application/msword
registered: false
sort-priority: 173
- !ruby/object:MIME::Type
content-type: application/x-mswrite
friendly:
en: Microsoft Wordpad
encoding: base64
extensions:
- wri
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mysql-db
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mysql-misam-compressed-index
encoding: base64
extensions:
- myi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mysql-misam-data
encoding: base64
extensions:
- myd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-mysql-misam-index
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-mysql-table-definition
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-nesrom
encoding: base64
extensions:
- nes
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-netcdf
friendly:
en: Network Common Data Form (NetCDF)
encoding: base64
extensions:
- nc
- cdf
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-ns-proxy-autoconfig
encoding: base64
extensions:
- pac
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-nzb
encoding: base64
extensions:
- nzb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-object
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-openscad
encoding: base64
extensions:
- scad
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-opera-extension
encoding: base64
extensions:
- oex
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-pagemaker
encoding: base64
extensions:
- pm
- pm5
- pt5
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: application/x-parquet
encoding: base64
extensions:
- parquet
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-pds
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-perl
encoding: 8bit
extensions:
- pl
- pm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-pgp
encoding: base64
registered: false
signature: true
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-pkcs12
friendly:
en: 'PKCS #12 - Personal Information Exchange Syntax Standard'
encoding: base64
extensions:
- p12
- pfx
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-pkcs7-certificates
friendly:
en: 'PKCS #7 - Cryptographic Message Syntax Standard (Certificates)'
encoding: base64
extensions:
- p7b
- spc
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-pkcs7-certreqresp
friendly:
en: 'PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)'
encoding: base64
extensions:
- p7r
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-pki-message
encoding: base64
xrefs:
rfc:
- rfc8894
template:
- application/x-pki-message
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/x-plist
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-project
encoding: base64
extensions:
- mpx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-prt
encoding: base64
extensions:
- prt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-python
encoding: 8bit
extensions:
- py
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-quattro-pro
encoding: base64
extensions:
- wq1
- wq2
- wkq
- qpw
- wb1
- wb2
- wb3
registered: false
sort-priority: 41
- !ruby/object:MIME::Type
content-type: application/x-quicktimeplayer
encoding: base64
extensions:
- qtl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-rar-compressed
friendly:
en: RAR Archive
encoding: base64
extensions:
- rar
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-remote_printing
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-research-info-systems
encoding: base64
extensions:
- ris
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-roxio-toast
encoding: base64
extensions:
- toast
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-rpm
encoding: base64
extensions:
- rpm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-rtf
encoding: base64
extensions:
- rtf
obsolete: true
use-instead: application/rtf
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-ruby
encoding: 8bit
extensions:
- rb
- rbw
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas
encoding: base64
extensions:
- sas
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sas-access
encoding: base64
extensions:
- sa7
- sas7bacs
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-audit
encoding: base64
extensions:
- st7
- sas7baud
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-backup
encoding: base64
extensions:
- sas7bbak
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sas-catalog
encoding: base64
extensions:
- sc7
- sas7bcat
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-data
encoding: base64
extensions:
- sd7
- sas7bdat
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-data-index
encoding: base64
extensions:
- si7
- sas7bndx
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-data-v6
encoding: base64
extensions:
- sd2
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sas-dmdb
encoding: base64
extensions:
- s7m
- sas7bdmd
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-fdb
encoding: base64
extensions:
- sf7
- sas7bfdb
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-itemstor
encoding: base64
extensions:
- sr7
- sas7bitm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-mddb
encoding: base64
extensions:
- sm7
- sas7bmdb
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-program-data
encoding: base64
extensions:
- ss7
- sas7bpgm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-putility
encoding: base64
extensions:
- sp7
- sas7bput
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-transport
encoding: base64
extensions:
- stx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sas-utility
encoding: base64
extensions:
- su7
- sas7butl
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-view
encoding: base64
extensions:
- sv7
- sas7bvew
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sas-xport
encoding: base64
extensions:
- xpt
- xport
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-sc
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-set
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-sfdu
encoding: base64
extensions:
- sfdu
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sh
friendly:
en: Bourne Shell Script
encoding: 8bit
extensions:
- sh
- bash
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-shapefile
encoding: base64
extensions:
- shp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-shar
friendly:
en: Shell Archive
encoding: 8bit
extensions:
- shar
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sharedlib
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-shockwave-flash
friendly:
en: Adobe Flash
encoding: base64
extensions:
- swf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sibelius
encoding: base64
extensions:
- sib
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-silverlight-app
friendly:
en: Microsoft Silverlight
encoding: base64
extensions:
- xap
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-SLA
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-smarttech-notebook
encoding: base64
extensions:
- notebook
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-snappy-framed
encoding: base64
extensions:
- sz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-solids
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-spectrum-tzx
encoding: base64
extensions:
- tzx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-spss
encoding: base64
extensions:
- sav
- sbs
- sps
- spo
- spp
registered: false
sort-priority: 43
- !ruby/object:MIME::Type
content-type: application/x-spss-sav
encoding: base64
extensions:
- sav
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sql
encoding: base64
extensions:
- sql
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sqlite3
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-staroffice-template
encoding: base64
extensions:
- vor
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-stata-do
encoding: base64
extensions:
- do
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-stata-dta
encoding: base64
extensions:
- dta
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-STEP
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-stuffit
friendly:
en: Stuffit Archive
encoding: base64
extensions:
- sit
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-stuffitx
friendly:
en: Stuffit Archive
encoding: base64
extensions:
- sitx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-subrip
encoding: base64
extensions:
- srt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sv4cpio
friendly:
en: System V Release 4 CPIO Archive
encoding: base64
extensions:
- sv4cpio
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-sv4crc
friendly:
en: System V Release 4 CPIO Checksum Data
encoding: base64
extensions:
- sv4crc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-t3vm-image
encoding: base64
extensions:
- t3
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tads
encoding: base64
extensions:
- gam
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tar
friendly:
en: Tar File (Tape Archive)
encoding: base64
extensions:
- tar
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tcl
friendly:
en: Tcl Script
encoding: 8bit
extensions:
- tcl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tex
friendly:
en: TeX
encoding: 8bit
extensions:
- tex
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tex-tfm
friendly:
en: TeX Font Metric
encoding: base64
extensions:
- tfm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tex-virtual-font
encoding: base64
extensions:
- vf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-texinfo
friendly:
en: GNU Texinfo Document
encoding: 8bit
extensions:
- texinfo
- texi
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-texnicard
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tgif
encoding: base64
extensions:
- obj
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tika-iworks-protected
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-java-enterprise-archive
encoding: base64
extensions:
- ear
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tika-java-web-archive
encoding: base64
extensions:
- war
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tika-msoffice
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-msoffice-embedded
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-msworks-spreadsheet
encoding: base64
extensions:
- xlr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-tika-old-excel
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-ooxml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-ooxml-protected
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-staroffice
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-unix-dump
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tika-visio-ooxml
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-tmx
encoding: base64
extensions:
- tmx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-toolbook
encoding: base64
extensions:
- tbk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-touhou
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-troff
encoding: base64
extensions:
- t
- tr
- roff
obsolete: true
use-instead: text/troff
registered: false
sort-priority: 173
- !ruby/object:MIME::Type
content-type: application/x-troff-man
encoding: 8bit
extensions:
- man
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-troff-me
encoding: base64
extensions:
- me
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-troff-ms
encoding: base64
extensions:
- ms
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-u-star
encoding: base64
obsolete: true
use-instead: application/x-ustar
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/x-uc2-compressed
encoding: base64
extensions:
- uc2
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-ustar
friendly:
en: Ustar (Uniform Standard Tape Archive)
encoding: base64
extensions:
- ustar
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-vhd
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-vmdk
encoding: base64
extensions:
- vmdk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-VMSBACKUP
encoding: base64
extensions:
- bck
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-vnd.datapackage+gz
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-vnd.datapackage+json
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-vnd.datapackage+zip
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-wacz
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-wais-source
friendly:
en: WAIS Source
encoding: base64
extensions:
- src
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-web-app-manifest+json
encoding: base64
extensions:
- webapp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-webarchive
encoding: base64
extensions:
- webarchive
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-Wingz
encoding: base64
extensions:
- wz
- wkz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-word
encoding: base64
extensions:
- doc
- dot
obsolete: true
use-instead: application/msword
registered: false
sort-priority: 174
- !ruby/object:MIME::Type
content-type: application/x-wordperfect
encoding: base64
extensions:
- wp
obsolete: true
use-instead: application/vnd.wordperfect
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-wordperfect6.1
encoding: base64
extensions:
- wp6
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-wordperfectd
encoding: base64
extensions:
- wpd
obsolete: true
use-instead: application/vnd.wordperfect
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: application/x-www-form-urlencoded
encoding: 7bit
xrefs:
person:
- Anne_van_Kesteren
- WHATWG
template:
- application/x-www-form-urlencoded
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/x-x509-ca-cert
friendly:
en: X.509 Certificate
encoding: base64
extensions:
- crt
- der
xrefs:
rfc:
- rfc8894
template:
- application/x-x509-ca-cert
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/x-x509-ca-ra-cert
encoding: base64
xrefs:
rfc:
- rfc8894
template:
- application/x-x509-ca-ra-cert
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/x-x509-cert
encoding: base64
extensions:
- crt
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-x509-dsa-parameters
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-x509-ec-parameters
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-x509-key
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-x509-next-ca-cert
encoding: base64
xrefs:
rfc:
- rfc8894
template:
- application/x-x509-next-ca-cert
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/x-xfig
friendly:
en: Xfig
encoding: base64
extensions:
- fig
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-xliff+xml
encoding: base64
extensions:
- xlf
- xliff
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/x-xliff+zip
encoding: base64
extensions:
- xlz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-xmind
encoding: base64
extensions:
- xmind
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-xpinstall
friendly:
en: XPInstall - Mozilla
encoding: base64
extensions:
- xpi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-xz
encoding: base64
extensions:
- xz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-zim
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: application/x-zip-compressed
friendly:
en: Zip Archive
encoding: base64
extensions:
- zip
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x-zmachine
encoding: base64
extensions:
- z1
- z2
- z3
- z4
- z5
- z6
- z7
- z8
registered: false
sort-priority: 40
- !ruby/object:MIME::Type
content-type: application/x-zoo
encoding: base64
extensions:
- zoo
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/x400-bp
encoding: base64
xrefs:
rfc:
- rfc1494
template:
- application/x400-bp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/x400.bp
encoding: base64
obsolete: true
use-instead: application/x400-bp
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: application/xacml+xml
encoding: base64
xrefs:
rfc:
- rfc7061
template:
- application/xacml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xaml+xml
encoding: base64
extensions:
- xaml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/xcap-att+xml
encoding: base64
xrefs:
rfc:
- rfc4825
template:
- application/xcap-att+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcap-caps+xml
encoding: base64
xrefs:
rfc:
- rfc4825
template:
- application/xcap-caps+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcap-diff+xml
friendly:
en: XML Configuration Access Protocol - XCAP Diff
encoding: base64
extensions:
- xdf
xrefs:
rfc:
- rfc5874
template:
- application/xcap-diff+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/xcap-el+xml
encoding: base64
xrefs:
rfc:
- rfc4825
template:
- application/xcap-el+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcap-error+xml
encoding: base64
xrefs:
rfc:
- rfc4825
template:
- application/xcap-error+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcap-ns+xml
encoding: base64
xrefs:
rfc:
- rfc4825
template:
- application/xcap-ns+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcon-conference-info+xml
encoding: base64
xrefs:
rfc:
- rfc6502
template:
- application/xcon-conference-info+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xcon-conference-info-diff+xml
encoding: base64
xrefs:
rfc:
- rfc6502
template:
- application/xcon-conference-info-diff+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xenc+xml
friendly:
en: XML Encryption Syntax and Processing
encoding: base64
extensions:
- xenc
xrefs:
person:
- Joseph_Reagle
- XENC_WG
template:
- application/xenc+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/xfdf
encoding: base64
xrefs:
person:
- Betsy_Fanning
- ISO-TC_171-SC_2
template:
- application/xfdf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xhtml+xml
friendly:
en: XHTML - The Extensible HyperText Markup Language
encoding: 8bit
extensions:
- xht
- xhtml
- xhtml2
xrefs:
person:
- Robin_Berjon
- W3C
template:
- application/xhtml+xml
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/xhtml-voice+xml
encoding: base64
obsolete: true
xrefs:
draft:
- draft-mccobb-xplusv-media-type
template:
- application/xhtml-voice+xml
notes:
- "- OBSOLETE; no replacement given"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: application/xliff+xml
encoding: base64
xrefs:
person:
- Chet_Ensign
- OASIS
template:
- application/xliff+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xml
friendly:
en: XML - Extensible Markup Language
encoding: 8bit
extensions:
- xml
- xsl
- xsd
xrefs:
rfc:
- rfc7303
template:
- application/xml
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: application/xml-dtd
friendly:
en: Document Type Definition
encoding: 8bit
extensions:
- dtd
xrefs:
rfc:
- rfc7303
template:
- application/xml-dtd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/xml-external-parsed-entity
encoding: base64
xrefs:
rfc:
- rfc7303
template:
- application/xml-external-parsed-entity
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xml-patch+xml
encoding: base64
xrefs:
rfc:
- rfc7351
template:
- application/xml-patch+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xmpp+xml
encoding: base64
xrefs:
rfc:
- rfc3923
template:
- application/xmpp+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/xop+xml
friendly:
en: XML-Binary Optimized Packaging
encoding: base64
extensions:
- xop
xrefs:
person:
- Mark_Nottingham
template:
- application/xop+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/xproc+xml
encoding: base64
extensions:
- xpl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/xquery
encoding: base64
extensions:
- xq
- xquery
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/xslfo+xml
encoding: base64
extensions:
- xslfo
- fo
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: application/xslt+xml
friendly:
en: XML Transformations
encoding: base64
extensions:
- xslt
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration
template:
- application/xslt+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/xspf+xml
friendly:
en: XSPF - XML Shareable Playlist Format
encoding: base64
extensions:
- xspf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: application/xv+xml
friendly:
en: MXML
encoding: base64
extensions:
- mxml
- xhvml
- xvm
- xvml
xrefs:
rfc:
- rfc4374
template:
- application/xv+xml
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: application/yaml
encoding: base64
xrefs:
uri:
- https://yaml.org/spec/1.2.2/
rfc:
- rfc9512
template:
- application/yaml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang
friendly:
en: YANG Data Modeling Language
encoding: base64
extensions:
- yang
xrefs:
rfc:
- rfc6020
template:
- application/yang
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/yang-data+cbor
encoding: base64
xrefs:
rfc:
- rfc9254
template:
- application/yang-data+cbor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang-data+json
encoding: base64
xrefs:
rfc:
- rfc8040
template:
- application/yang-data+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang-data+xml
encoding: base64
xrefs:
rfc:
- rfc8040
template:
- application/yang-data+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang-patch+json
encoding: base64
xrefs:
rfc:
- rfc8072
template:
- application/yang-patch+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang-patch+xml
encoding: base64
xrefs:
rfc:
- rfc8072
template:
- application/yang-patch+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yang-sid+json
encoding: base64
xrefs:
rfc:
- rfc9595
template:
- application/yang-sid+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/yin+xml
friendly:
en: YIN (YANG - XML)
encoding: base64
extensions:
- yin
xrefs:
rfc:
- rfc6020
template:
- application/yin+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: application/zip
friendly:
en: Zip Archive
encoding: base64
extensions:
- zip
- zipx
xrefs:
person:
- Paul_Lindner
template:
- application/zip
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: application/zlib
encoding: base64
xrefs:
rfc:
- rfc6713
template:
- application/zlib
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: application/zstd
encoding: base64
extensions:
- zst
xrefs:
rfc:
- rfc8878
template:
- application/zstd
registered: true
sort-priority: 15
mime-types-mime-types-data-618ae00/types/audio.yaml 0000664 0000000 0000000 00000111026 15167513557 0022300 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: audio/1d-interleaved-parityfec
encoding: base64
xrefs:
rfc:
- rfc6015
template:
- audio/1d-interleaved-parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/32kadpcm
encoding: base64
xrefs:
rfc:
- rfc2421
- rfc3802
template:
- audio/32kadpcm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/3gpp
encoding: base64
xrefs:
rfc:
- rfc3839
- rfc6381
template:
- audio/3gpp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/3gpp2
encoding: base64
xrefs:
rfc:
- rfc4393
- rfc6381
template:
- audio/3gpp2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/aac
encoding: base64
extensions:
- aac
xrefs:
person:
- ISO-IEC_JTC_1
- Max_Neuendorf
template:
- audio/aac
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/ac3
encoding: base64
extensions:
- ac3
xrefs:
rfc:
- rfc4184
template:
- audio/ac3
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/adpcm
friendly:
en: Adaptive differential pulse-code modulation
encoding: base64
extensions:
- adp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/AMR
encoding: base64
extensions:
- amr
xrefs:
rfc:
- rfc4867
template:
- audio/AMR
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/AMR-WB
encoding: base64
extensions:
- awb
xrefs:
rfc:
- rfc4867
template:
- audio/AMR-WB
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/amr-wb+
encoding: base64
xrefs:
rfc:
- rfc4352
template:
- audio/amr-wb+
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/aptx
encoding: base64
xrefs:
rfc:
- rfc7310
template:
- audio/aptx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/asc
encoding: base64
xrefs:
rfc:
- rfc6295
template:
- audio/asc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ATRAC-ADVANCED-LOSSLESS
encoding: base64
xrefs:
rfc:
- rfc5584
template:
- audio/ATRAC-ADVANCED-LOSSLESS
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ATRAC-X
encoding: base64
xrefs:
rfc:
- rfc5584
template:
- audio/ATRAC-X
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ATRAC3
encoding: base64
xrefs:
rfc:
- rfc5584
template:
- audio/ATRAC3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/basic
friendly:
en: Sun Audio - Au file format
encoding: base64
extensions:
- au
- snd
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- audio/basic
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: audio/BV16
encoding: base64
xrefs:
rfc:
- rfc4298
template:
- audio/BV16
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/BV32
encoding: base64
xrefs:
rfc:
- rfc4298
template:
- audio/BV32
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/clearmode
encoding: base64
xrefs:
rfc:
- rfc4040
template:
- audio/clearmode
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/CN
encoding: base64
xrefs:
rfc:
- rfc3389
template:
- audio/CN
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/DAT12
encoding: base64
xrefs:
rfc:
- rfc3190
template:
- audio/DAT12
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/dls
encoding: base64
xrefs:
rfc:
- rfc4613
template:
- audio/dls
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/dsr-es201108
encoding: base64
xrefs:
rfc:
- rfc3557
template:
- audio/dsr-es201108
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/dsr-es202050
encoding: base64
xrefs:
rfc:
- rfc4060
template:
- audio/dsr-es202050
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/dsr-es202211
encoding: base64
xrefs:
rfc:
- rfc4060
template:
- audio/dsr-es202211
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/dsr-es202212
encoding: base64
xrefs:
rfc:
- rfc4060
template:
- audio/dsr-es202212
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/DV
encoding: base64
xrefs:
rfc:
- rfc6469
template:
- audio/DV
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/DVI4
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/DVI4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/eac3
encoding: base64
xrefs:
rfc:
- rfc4598
template:
- audio/eac3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/encaprtp
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- audio/encaprtp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRC
encoding: base64
extensions:
- evc
xrefs:
rfc:
- rfc4788
template:
- audio/EVRC
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/EVRC-QCP
encoding: base64
xrefs:
rfc:
- rfc3625
template:
- audio/EVRC-QCP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRC0
encoding: base64
xrefs:
rfc:
- rfc4788
template:
- audio/EVRC0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRC1
encoding: base64
xrefs:
rfc:
- rfc4788
template:
- audio/EVRC1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCB
encoding: base64
xrefs:
rfc:
- rfc5188
template:
- audio/EVRCB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCB0
encoding: base64
xrefs:
rfc:
- rfc5188
template:
- audio/EVRCB0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCB1
encoding: base64
xrefs:
rfc:
- rfc4788
template:
- audio/EVRCB1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCNW
encoding: base64
xrefs:
rfc:
- rfc6884
template:
- audio/EVRCNW
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCNW0
encoding: base64
xrefs:
rfc:
- rfc6884
template:
- audio/EVRCNW0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCNW1
encoding: base64
xrefs:
rfc:
- rfc6884
template:
- audio/EVRCNW1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCWB
encoding: base64
xrefs:
rfc:
- rfc5188
template:
- audio/EVRCWB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCWB0
encoding: base64
xrefs:
rfc:
- rfc5188
template:
- audio/EVRCWB0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVRCWB1
encoding: base64
xrefs:
rfc:
- rfc5188
template:
- audio/EVRCWB1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/EVS
encoding: base64
xrefs:
person:
- Kyunghun_Jung
- _3GPP
template:
- audio/EVS
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- audio/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/flac
encoding: base64
extensions:
- flac
xrefs:
rfc:
- rfc9639
template:
- audio/flac
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/flexfec
encoding: base64
xrefs:
rfc:
- rfc8627
template:
- audio/flexfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/fwdred
encoding: base64
xrefs:
rfc:
- rfc6354
template:
- audio/fwdred
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G711-0
encoding: base64
xrefs:
rfc:
- rfc7655
template:
- audio/G711-0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G719
encoding: base64
xrefs:
rfc:
- rfc5404
rfc-errata:
- '3245'
template:
- audio/G719
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G722
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G722
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G7221
encoding: base64
xrefs:
rfc:
- rfc5577
template:
- audio/G7221
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G723
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G723
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G726-16
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G726-16
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G726-24
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G726-24
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G726-32
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G726-32
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G726-40
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G726-40
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G728
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G728
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G729
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G729
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G7291
encoding: base64
xrefs:
rfc:
- rfc4749
- rfc5459
template:
- audio/G7291
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G729D
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G729D
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/G729E
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/G729E
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/GSM
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/GSM
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/GSM-EFR
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/GSM-EFR
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/GSM-HR-08
encoding: base64
xrefs:
rfc:
- rfc5993
template:
- audio/GSM-HR-08
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/iLBC
encoding: base64
xrefs:
rfc:
- rfc3952
template:
- audio/iLBC
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ip-mr_v2.5
encoding: base64
xrefs:
rfc:
- rfc6262
template:
- audio/ip-mr_v2.5
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/L16
encoding: base64
extensions:
- l16
xrefs:
rfc:
- rfc4856
template:
- audio/L16
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/L20
encoding: base64
xrefs:
rfc:
- rfc3190
template:
- audio/L20
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/L24
encoding: base64
xrefs:
rfc:
- rfc3190
template:
- audio/L24
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/L8
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/L8
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/LPC
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/LPC
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/matroska
encoding: base64
extensions:
- mka
xrefs:
rfc:
- rfc9559
template:
- audio/matroska
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/MELP
encoding: base64
xrefs:
rfc:
- rfc8130
template:
- audio/MELP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/MELP1200
encoding: base64
xrefs:
rfc:
- rfc8130
template:
- audio/MELP1200
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/MELP2400
encoding: base64
xrefs:
rfc:
- rfc8130
template:
- audio/MELP2400
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/MELP600
encoding: base64
xrefs:
rfc:
- rfc8130
template:
- audio/MELP600
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/mhas
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- Ingo_Hofmann
- Nils_Peters
template:
- audio/mhas
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/midi
friendly:
en: MIDI - Musical Instrument Digital Interface
encoding: base64
extensions:
- kar
- mid
- midi
- rmi
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: audio/midi-clip
encoding: base64
xrefs:
person:
- Benjamin_Israel
- MIDI_Association
template:
- audio/midi-clip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/mobile-xmf
encoding: base64
xrefs:
rfc:
- rfc4723
template:
- audio/mobile-xmf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/mp4
friendly:
en: MPEG-4 Audio
encoding: base64
extensions:
- mp4
- mpg4
- f4a
- f4b
- mp4a
- m4a
- m4b
xrefs:
rfc:
- rfc4337
- rfc6381
template:
- audio/mp4
registered: true
sort-priority: 9
- !ruby/object:MIME::Type
content-type: audio/MP4A-LATM
encoding: base64
extensions:
- m4a
xrefs:
rfc:
- rfc6416
template:
- audio/MP4A-LATM
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/MPA
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- audio/MPA
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/mpa-robust
encoding: base64
xrefs:
rfc:
- rfc5219
template:
- audio/mpa-robust
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/mpeg
friendly:
en: MPEG Audio
encoding: base64
extensions:
- mpga
- mp2
- mp3
- m2a
- m3a
- mp2a
xrefs:
rfc:
- rfc3003
template:
- audio/mpeg
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: audio/mpeg4-generic
encoding: base64
xrefs:
rfc:
- rfc3640
- rfc5691
- rfc6295
template:
- audio/mpeg4-generic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ogg
friendly:
en: Ogg Audio
encoding: base64
extensions:
- oga
- ogg
- spx
- opus
xrefs:
rfc:
- rfc5334
- rfc7845
template:
- audio/ogg
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: audio/opus
encoding: base64
extensions:
- opus
xrefs:
rfc:
- rfc7587
template:
- audio/opus
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/parityfec
encoding: base64
xrefs:
rfc:
- rfc3009
template:
- audio/parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/PCMA
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/PCMA
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/PCMA-WB
encoding: base64
xrefs:
rfc:
- rfc5391
template:
- audio/PCMA-WB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/PCMU
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/PCMU
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/PCMU-WB
encoding: base64
xrefs:
rfc:
- rfc5391
template:
- audio/PCMU-WB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/prs.sid
encoding: base64
xrefs:
person:
- Linus_Walleij
template:
- audio/prs.sid
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/QCELP
encoding: base64
xrefs:
rfc:
- rfc3555
- rfc3625
template:
- audio/QCELP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/raptorfec
encoding: base64
xrefs:
rfc:
- rfc6682
template:
- audio/raptorfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/RED
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- audio/RED
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/rtp-enc-aescm128
encoding: base64
xrefs:
person:
- _3GPP
template:
- audio/rtp-enc-aescm128
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/rtp-midi
encoding: base64
xrefs:
rfc:
- rfc6295
template:
- audio/rtp-midi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/rtploopback
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- audio/rtploopback
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/rtx
encoding: base64
xrefs:
rfc:
- rfc4588
template:
- audio/rtx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/s3m
encoding: base64
extensions:
- s3m
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/scip
encoding: base64
xrefs:
rfc:
- rfc9607
template:
- audio/scip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/silk
encoding: base64
extensions:
- sil
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/SMV
encoding: base64
extensions:
- smv
xrefs:
rfc:
- rfc3558
template:
- audio/SMV
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/SMV-QCP
encoding: base64
xrefs:
rfc:
- rfc3625
template:
- audio/SMV-QCP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/SMV0
encoding: base64
xrefs:
rfc:
- rfc3558
template:
- audio/SMV0
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/sofa
encoding: base64
xrefs:
person:
- AES
- Piotr_Majdak
template:
- audio/sofa
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/soundfont
encoding: base64
xrefs:
person:
- Aria_Barak
note:
- '5'
template:
- audio/soundfont
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/sp-midi
encoding: base64
xrefs:
person:
- Athan_Billias
- MIDI_Association
template:
- audio/sp-midi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/speex
encoding: base64
extensions:
- spx
xrefs:
rfc:
- rfc5574
template:
- audio/speex
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/t140c
encoding: base64
xrefs:
rfc:
- rfc4351
template:
- audio/t140c
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/t38
encoding: base64
xrefs:
rfc:
- rfc4612
template:
- audio/t38
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/telephone-event
encoding: base64
xrefs:
rfc:
- rfc4733
template:
- audio/telephone-event
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/TETRA_ACELP
encoding: base64
xrefs:
person:
- ETSI
- Miguel_Angel_Reina_Ortega
template:
- audio/TETRA_ACELP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/TETRA_ACELP_BB
encoding: base64
xrefs:
person:
- ETSI
- Miguel_Angel_Reina_Ortega
template:
- audio/TETRA_ACELP_BB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/tone
encoding: base64
xrefs:
rfc:
- rfc4733
template:
- audio/tone
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/TSVCIS
encoding: base64
xrefs:
rfc:
- rfc8817
template:
- audio/TSVCIS
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/UEMCLIP
encoding: base64
xrefs:
rfc:
- rfc5686
template:
- audio/UEMCLIP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/ulpfec
encoding: base64
xrefs:
rfc:
- rfc5109
template:
- audio/ulpfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/usac
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- Max_Neuendorf
template:
- audio/usac
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/VDVI
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- audio/VDVI
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/VMR-WB
encoding: base64
xrefs:
rfc:
- rfc4348
- rfc4424
template:
- audio/VMR-WB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.3gpp.iufp
encoding: base64
xrefs:
person:
- Thomas_Belling
template:
- audio/vnd.3gpp.iufp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.4SB
encoding: base64
xrefs:
person:
- Serge_De_Jaham
template:
- audio/vnd.4SB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.adobe.soundbooth
encoding: base64
extensions:
- asnd
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/vnd.audiokoz
encoding: base64
xrefs:
person:
- Vicki_DeBarros
template:
- audio/vnd.audiokoz
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.blockfact.facta
encoding: base64
xrefs:
person:
- Egbert_von_Frankenberg
template:
- audio/vnd.blockfact.facta
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.CELP
encoding: base64
xrefs:
person:
- Serge_De_Jaham
template:
- audio/vnd.CELP
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.cisco.nse
encoding: base64
xrefs:
person:
- Rajesh_Kumar
template:
- audio/vnd.cisco.nse
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.cmles.radio-events
encoding: base64
xrefs:
person:
- Jean-Philippe_Goulet
template:
- audio/vnd.cmles.radio-events
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.cns.anp1
encoding: base64
xrefs:
person:
- Ann_McLaughlin
template:
- audio/vnd.cns.anp1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.cns.inf1
encoding: base64
xrefs:
person:
- Ann_McLaughlin
template:
- audio/vnd.cns.inf1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dece.audio
friendly:
en: DECE Audio
encoding: base64
extensions:
- uva
- uvva
xrefs:
person:
- Michael_A_Dolan
template:
- audio/vnd.dece.audio
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: audio/vnd.digital-winds
friendly:
en: Digital Winds Music
encoding: 7bit
extensions:
- eol
xrefs:
person:
- Armands_Strazds
template:
- audio/vnd.digital-winds
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.dlna.adts
encoding: base64
xrefs:
person:
- Edwin_Heredia
template:
- audio/vnd.dlna.adts
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.heaac.1
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.heaac.1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.heaac.2
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.heaac.2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.mlp
encoding: base64
xrefs:
person:
- Mike_Ward
template:
- audio/vnd.dolby.mlp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.mps
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.mps
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.pl2
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.pl2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.pl2x
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.pl2x
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.pl2z
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.pl2z
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dolby.pulse.1
encoding: base64
xrefs:
person:
- Steve_Hattersley
template:
- audio/vnd.dolby.pulse.1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dra
friendly:
en: DRA Audio
encoding: base64
extensions:
- dra
xrefs:
person:
- Jiang_Tian
template:
- audio/vnd.dra
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.dts
friendly:
en: DTS Audio
encoding: base64
extensions:
- dts
xrefs:
person:
- William_Zou
template:
- audio/vnd.dts
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.dts.hd
friendly:
en: DTS High Definition Audio
encoding: base64
extensions:
- dtshd
xrefs:
person:
- William_Zou
template:
- audio/vnd.dts.hd
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.dts.uhd
encoding: base64
xrefs:
person:
- Phillip_Maness
template:
- audio/vnd.dts.uhd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.dvb.file
encoding: base64
xrefs:
person:
- Peter_Siebert
template:
- audio/vnd.dvb.file
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.everad.plj
encoding: base64
extensions:
- plj
xrefs:
person:
- Shay_Cicelsky
template:
- audio/vnd.everad.plj
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.hns.audio
encoding: base64
xrefs:
person:
- Swaminathan
template:
- audio/vnd.hns.audio
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.lucent.voice
friendly:
en: Lucent Voice
encoding: base64
extensions:
- lvp
xrefs:
person:
- Greg_Vaudreuil
template:
- audio/vnd.lucent.voice
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.ms-playready.media.pya
friendly:
en: Microsoft PlayReady Ecosystem
encoding: base64
extensions:
- pya
xrefs:
person:
- Steve_DiAcetis
template:
- audio/vnd.ms-playready.media.pya
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.nokia.mobile-xmf
encoding: base64
extensions:
- mxmf
xrefs:
person:
- Nokia
template:
- audio/vnd.nokia.mobile-xmf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.nortel.vbk
encoding: base64
extensions:
- vbk
xrefs:
person:
- Glenn_Parsons
template:
- audio/vnd.nortel.vbk
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.nuera.ecelp4800
friendly:
en: Nuera ECELP 4800
encoding: base64
extensions:
- ecelp4800
xrefs:
person:
- Michael_Fox
template:
- audio/vnd.nuera.ecelp4800
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.nuera.ecelp7470
friendly:
en: Nuera ECELP 7470
encoding: base64
extensions:
- ecelp7470
xrefs:
person:
- Michael_Fox
template:
- audio/vnd.nuera.ecelp7470
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.nuera.ecelp9600
friendly:
en: Nuera ECELP 9600
encoding: base64
extensions:
- ecelp9600
xrefs:
person:
- Michael_Fox
template:
- audio/vnd.nuera.ecelp9600
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.octel.sbc
encoding: base64
xrefs:
person:
- Greg_Vaudreuil
template:
- audio/vnd.octel.sbc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.presonus.multitrack
encoding: base64
xrefs:
person:
- Matthias_Juwan
template:
- audio/vnd.presonus.multitrack
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.qcelp
encoding: base64
extensions:
- qcp
obsolete: true
use-instead: audio/qcelp
xrefs:
rfc:
- rfc3625
template:
- audio/vnd.qcelp
notes:
- "- DEPRECATED in favor of audio/qcelp"
registered: true
sort-priority: 143
- !ruby/object:MIME::Type
content-type: audio/vnd.rhetorex.32kadpcm
encoding: base64
xrefs:
person:
- Greg_Vaudreuil
template:
- audio/vnd.rhetorex.32kadpcm
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.rip
friendly:
en: Hit'n'Mix
encoding: base64
extensions:
- rip
xrefs:
person:
- Martin_Dawe
template:
- audio/vnd.rip
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vnd.sealedmedia.softseal.mpeg
encoding: base64
extensions:
- smp3
- smp
- s1m
xrefs:
person:
- David_Petersen
template:
- audio/vnd.sealedmedia.softseal.mpeg
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: audio/vnd.vmx.cvsd
encoding: base64
xrefs:
person:
- Greg_Vaudreuil
template:
- audio/vnd.vmx.cvsd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/vnd.wave
encoding: base64
extensions:
- wav
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/vorbis
encoding: base64
extensions:
- ogg
xrefs:
rfc:
- rfc5215
template:
- audio/vorbis
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: audio/vorbis-config
encoding: base64
xrefs:
rfc:
- rfc5215
template:
- audio/vorbis-config
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: audio/wav
friendly:
en: Waveform Audio File Format (WAV)
encoding: base64
extensions:
- wav
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/webm
friendly:
en: Open Web Media Project - Audio
encoding: base64
extensions:
- weba
- webm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: audio/x-aac
friendly:
en: Advanced Audio Coding (AAC)
encoding: base64
extensions:
- aac
obsolete: true
use-instead: audio/aac
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: audio/x-adpcm
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-aiff
friendly:
en: Audio Interchange File Format
encoding: base64
extensions:
- aif
- aifc
- aiff
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: audio/x-caf
encoding: base64
extensions:
- caf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-dec-adpcm
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-dec-basic
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-flac
encoding: base64
extensions:
- flac
obsolete: true
use-instead: audio/flac
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: audio/x-m4a
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-matroska
encoding: base64
extensions:
- mka
obsolete: true
use-instead: audio/matroska
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: audio/x-midi
encoding: base64
extensions:
- mid
- midi
- kar
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: audio/x-mod
encoding: base64
extensions:
- mod
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-mpegurl
friendly:
en: M3U (Multimedia Playlist)
encoding: base64
extensions:
- m3u
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-ms-wax
friendly:
en: Microsoft Windows Media Audio Redirector
encoding: base64
extensions:
- wax
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-ms-wma
friendly:
en: Microsoft Windows Media Audio
encoding: base64
extensions:
- wma
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-ms-wmv
encoding: base64
extensions:
- wmv
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-oggflac
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-oggpcm
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: audio/x-pn-realaudio
friendly:
en: Real Audio Sound
encoding: base64
extensions:
- ra
- ram
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: audio/x-pn-realaudio-plugin
friendly:
en: Real Audio Sound
encoding: base64
extensions:
- rmp
- rpm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: audio/x-psf
encoding: base64
extensions:
- psf1
- psflib
- minipsf
- minipsf1
- gslib
- minigsf
registered: false
sort-priority: 42
- !ruby/object:MIME::Type
content-type: audio/x-realaudio
encoding: base64
extensions:
- ra
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-sap
encoding: base64
extensions:
- sap
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/x-wav
friendly:
en: Waveform Audio File Format (WAV)
encoding: base64
extensions:
- wav
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: audio/xm
encoding: base64
extensions:
- xm
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/chemical.yaml 0000664 0000000 0000000 00000003136 15167513557 0022746 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: chemical/x-cdx
friendly:
en: ChemDraw eXchange file
encoding: base64
extensions:
- cdx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: chemical/x-cif
friendly:
en: Crystallographic Interchange Format
encoding: base64
extensions:
- cif
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: chemical/x-cmdf
friendly:
en: CrystalMaker Data Format
encoding: base64
extensions:
- cmdf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: chemical/x-cml
friendly:
en: Chemical Markup Language
encoding: base64
extensions:
- cml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: chemical/x-csml
friendly:
en: Chemical Style Markup Language
encoding: base64
extensions:
- csml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: chemical/x-pdb
encoding: base64
extensions:
- pdb
obsolete: true
use-instead: x-chemical/x-pdb
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: chemical/x-xyz
friendly:
en: XYZ File Format
encoding: base64
extensions:
- xyz
obsolete: true
use-instead: x-chemical/x-xyz
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: x-chemical/x-pdb
encoding: base64
extensions:
- pdb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: x-chemical/x-xyz
encoding: base64
extensions:
- xyz
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/conference.yaml 0000664 0000000 0000000 00000000264 15167513557 0023307 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: x-conference/x-cooltalk
friendly:
en: CoolTalk
encoding: base64
extensions:
- ice
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/drawing.yaml 0000664 0000000 0000000 00000000503 15167513557 0022627 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: drawing/dwf
encoding: base64
extensions:
- dwf
obsolete: true
use-instead: x-drawing/dwf
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: x-drawing/dwf
encoding: base64
extensions:
- dwf
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/example.yaml 0000664 0000000 0000000 00000000007 15167513557 0022626 0 ustar 00root root 0000000 0000000 --- []
mime-types-mime-types-data-618ae00/types/font.yaml 0000664 0000000 0000000 00000002207 15167513557 0022145 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: font/collection
encoding: base64
extensions:
- ttc
xrefs:
rfc:
- rfc8081
template:
- font/collection
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: font/otf
encoding: base64
extensions:
- otf
xrefs:
rfc:
- rfc8081
template:
- font/otf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: font/sfnt
encoding: base64
xrefs:
rfc:
- rfc8081
template:
- font/sfnt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: font/ttf
encoding: base64
extensions:
- ttf
xrefs:
rfc:
- rfc8081
template:
- font/ttf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: font/woff
encoding: base64
extensions:
- woff
xrefs:
rfc:
- rfc8081
template:
- font/woff
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: font/woff2
encoding: base64
extensions:
- woff2
xrefs:
rfc:
- rfc8081
template:
- font/woff2
registered: true
sort-priority: 15
mime-types-mime-types-data-618ae00/types/haptics.yaml 0000664 0000000 0000000 00000001111 15167513557 0022623 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: haptics/hjif
encoding: base64
xrefs:
rfc:
- rfc9695
template:
- haptics/hjif
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: haptics/hmpg
encoding: base64
xrefs:
rfc:
- rfc9695
draft:
- RFC-ietf-avtcore-rtp-haptics-13
template:
- haptics/hmpg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: haptics/ivs
encoding: base64
xrefs:
rfc:
- rfc9695
template:
- haptics/ivs
registered: true
sort-priority: 16
mime-types-mime-types-data-618ae00/types/image.yaml 0000664 0000000 0000000 00000101443 15167513557 0022263 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: image/aces
encoding: base64
extensions:
- exr
xrefs:
person:
- Howard_Lukk
- SMPTE
template:
- image/aces
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/apng
encoding: base64
xrefs:
person:
- W3C
- W3C_PNG_WG
template:
- image/apng
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/avci
encoding: base64
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/avci
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/avcs
encoding: base64
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/avcs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/avif
encoding: base64
extensions:
- avif
xrefs:
person:
- Alliance_for_Open_Media
- Cyril_Concolato
template:
- image/avif
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/bmp
friendly:
en: Bitmap Image File
encoding: base64
extensions:
- bmp
- dib
xrefs:
rfc:
- rfc7903
template:
- image/bmp
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/cgm
friendly:
en: Computer Graphics Metafile
encoding: base64
extensions:
- cgm
xrefs:
person:
- Alan_Francis
template:
- image/cgm
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/cmu-raster
encoding: base64
obsolete: true
use-instead: image/x-cmu-raster
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: image/dicom-rle
encoding: base64
xrefs:
person:
- DICOM_Standard_Committee
- David_Clunie
template:
- image/dicom-rle
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/dpx
encoding: base64
xrefs:
person:
- SMPTE
- SMPTE_Director_of_Standards_Development
template:
- image/dpx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/emf
encoding: base64
extensions:
- emf
xrefs:
rfc:
- rfc7903
template:
- image/emf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- image/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/fits
encoding: base64
xrefs:
rfc:
- rfc4047
template:
- image/fits
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/g3fax
friendly:
en: G3 Fax Image
encoding: base64
extensions:
- g3
xrefs:
rfc:
- rfc1494
template:
- image/g3fax
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/gif
friendly:
en: Graphics Interchange Format
encoding: base64
extensions:
- gif
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- image/gif
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/heic
encoding: base64
extensions:
- heic
- hif
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/heic
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/heic-sequence
encoding: base64
extensions:
- heics
- hif
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/heic-sequence
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/heif
encoding: base64
extensions:
- heif
- hif
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/heif
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/heif-sequence
encoding: base64
extensions:
- heifs
- hif
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- image/heif-sequence
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/hej2k
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/hej2k
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/hsj2
encoding: base64
obsolete: true
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/hsj2
notes:
- "(OBSOLETE)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: image/icns
encoding: base64
extensions:
- icns
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/ief
friendly:
en: Image Exchange Format
encoding: base64
extensions:
- ief
xrefs:
rfc:
- rfc1314
template:
- image/ief
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/j2c
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ISO-IEC_JTC_1_SC_29_WG_1
- ITU-T
template:
- image/j2c
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/j2is
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1-SC_29-WG_1_Convenor
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: image/jaii
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1_SC_29_WG_1
- Ye-Kui_Wang
template:
- image/jaii
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jais
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1_SC_29_WG_1
- Ye-Kui_Wang
template:
- image/jais
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jls
encoding: base64
xrefs:
person:
- DICOM_Standard_Committee
- David_Clunie
template:
- image/jls
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jp2
encoding: base64
extensions:
- jp2
- jpg2
xrefs:
rfc:
- rfc3745
template:
- image/jp2
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/jpeg
friendly:
en: JPEG Image
encoding: base64
extensions:
- jpeg
- jpg
- jpe
- jfif
- jif
- jfi
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- image/jpeg
registered: true
sort-priority: 10
- !ruby/object:MIME::Type
content-type: image/jph
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/jph
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jphc
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/jphc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jpm
encoding: base64
extensions:
- jpm
- jpgm
xrefs:
rfc:
- rfc3745
template:
- image/jpm
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/jpx
encoding: base64
extensions:
- jpx
- jpf
xrefs:
rfc:
- rfc3745
person:
- ISO-IEC_JTC_1_SC_29_WG_1
template:
- image/jpx
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/jxl
encoding: base64
extensions:
- jxl
xrefs:
person:
- ISO-IEC_JTC_1
- ISO-IEC_JTC_1_SC_29_WG_1
template:
- image/jxl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/jxr
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/jxr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxrA
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/jxrA
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxrS
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
- ITU-T
template:
- image/jxrS
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxs
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
template:
- image/jxs
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxsc
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
template:
- image/jxsc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxsi
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
template:
- image/jxsi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/jxss
encoding: base64
xrefs:
person:
- ISO-IEC_JTC_1
template:
- image/jxss
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/ktx
friendly:
en: OpenGL Textures (KTX)
encoding: base64
extensions:
- ktx
xrefs:
person:
- Khronos
- Mark_Callow
template:
- image/ktx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/ktx2
encoding: base64
xrefs:
person:
- Khronos
- Mark_Callow
template:
- image/ktx2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/naplps
encoding: base64
xrefs:
person:
- Ilya_Ferber
template:
- image/naplps
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/nitf
encoding: base64
extensions:
- ntf
- nitf
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/pdc
encoding: base64
obsolete: true
xrefs:
person:
- Pierre-Anthony_Lemieux
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: image/pjpeg
docs: Fixes a bug with IE6 and progressive JPEGs
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: image/png
friendly:
en: Portable Network Graphics (PNG)
encoding: base64
extensions:
- png
xrefs:
person:
- PNG_WG
- W3C
uri:
- https://www.w3.org/TR/PNG/
template:
- image/png
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/prs.btif
friendly:
en: BTIF
encoding: base64
extensions:
- btif
xrefs:
person:
- Ben_Simon
template:
- image/prs.btif
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/prs.pti
encoding: base64
xrefs:
person:
- Juern_Laun
template:
- image/prs.pti
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/pwg-raster
encoding: base64
xrefs:
person:
- Michael_Sweet
template:
- image/pwg-raster
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/sgi
encoding: base64
extensions:
- sgi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/svg+xml
friendly:
en: Scalable Vector Graphics (SVG)
encoding: 8bit
extensions:
- svg
- svgz
xrefs:
person:
- W3C
uri:
- http://www.w3.org/TR/SVG/mimereg.html
template:
- image/svg+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/t38
encoding: base64
xrefs:
rfc:
- rfc3362
template:
- image/t38
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/targa
encoding: base64
extensions:
- tga
obsolete: true
use-instead: image/x-targa
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: image/tiff
friendly:
en: Tagged Image File Format
encoding: base64
extensions:
- tiff
- tif
xrefs:
rfc:
- rfc3302
template:
- image/tiff
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/tiff-fx
encoding: base64
xrefs:
rfc:
- rfc3950
template:
- image/tiff-fx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.adobe.photoshop
friendly:
en: Photoshop Document
encoding: base64
extensions:
- psd
xrefs:
person:
- Kim_Scarborough
template:
- image/vnd.adobe.photoshop
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.adobe.premiere
encoding: base64
extensions:
- ppj
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/vnd.airzip.accelerator.azv
encoding: base64
xrefs:
person:
- Gary_Clueit
template:
- image/vnd.airzip.accelerator.azv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.blockfact.facti
encoding: base64
xrefs:
person:
- Egbert_von_Frankenberg
template:
- image/vnd.blockfact.facti
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.clip
encoding: base64
xrefs:
person:
- Ryo_Inaba
template:
- image/vnd.clip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.cns.inf2
encoding: base64
xrefs:
person:
- Ann_McLaughlin
template:
- image/vnd.cns.inf2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.dece.graphic
friendly:
en: DECE Graphic
encoding: base64
extensions:
- uvg
- uvi
- uvvg
- uvvi
xrefs:
person:
- Michael_A_Dolan
template:
- image/vnd.dece.graphic
registered: true
sort-priority: 12
- !ruby/object:MIME::Type
content-type: image/vnd.dgn
encoding: base64
extensions:
- dgn
- dgnlib
- cel
obsolete: true
use-instead: image/x-vnd.dgn
registered: false
sort-priority: 173
- !ruby/object:MIME::Type
content-type: image/vnd.djvu
friendly:
en: DjVu
encoding: base64
extensions:
- djvu
- djv
xrefs:
person:
- Leon_Bottou
template:
- image/vnd.djvu
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: image/vnd.dvb.subtitle
friendly:
en: Close Captioning - Subtitle
encoding: base64
extensions:
- sub
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- image/vnd.dvb.subtitle
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.dwg
friendly:
en: DWG Drawing
encoding: base64
extensions:
- dwg
xrefs:
person:
- Jodi_Moline
template:
- image/vnd.dwg
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.dxb
encoding: base64
extensions:
- dxb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/vnd.dxf
friendly:
en: AutoCAD DXF
encoding: base64
extensions:
- dxf
xrefs:
person:
- Jodi_Moline
template:
- image/vnd.dxf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.fastbidsheet
friendly:
en: FastBid Sheet
encoding: base64
extensions:
- fbs
xrefs:
person:
- Scott_Becker
template:
- image/vnd.fastbidsheet
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.fpx
friendly:
en: FlashPix
encoding: base64
extensions:
- fpx
xrefs:
person:
- Marc_Douglas_Spencer
template:
- image/vnd.fpx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.fst
friendly:
en: FAST Search & Transfer ASA
encoding: base64
extensions:
- fst
xrefs:
person:
- Arild_Fuldseth
template:
- image/vnd.fst
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.fujixerox.edmics-mmr
friendly:
en: EDMICS 2000
encoding: base64
extensions:
- mmr
xrefs:
person:
- Masanori_Onda
template:
- image/vnd.fujixerox.edmics-mmr
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.fujixerox.edmics-rlc
friendly:
en: EDMICS 2000
encoding: base64
extensions:
- rlc
xrefs:
person:
- Masanori_Onda
template:
- image/vnd.fujixerox.edmics-rlc
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.globalgraphics.pgb
encoding: base64
extensions:
- pgb
xrefs:
person:
- Martin_Bailey
template:
- image/vnd.globalgraphics.pgb
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.microsoft.icon
encoding: base64
extensions:
- ico
xrefs:
person:
- Simon_Butcher
template:
- image/vnd.microsoft.icon
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.mix
encoding: base64
xrefs:
person:
- Saveen_Reddy
template:
- image/vnd.mix
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.mozilla.apng
encoding: base64
xrefs:
person:
- Stuart_Parmenter
template:
- image/vnd.mozilla.apng
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.ms-modi
friendly:
en: Microsoft Document Imaging Format
encoding: base64
extensions:
- mdi
xrefs:
person:
- Gregory_Vaughan
template:
- image/vnd.ms-modi
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.ms-photo
encoding: base64
extensions:
- wdp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/vnd.net-fpx
friendly:
en: FlashPix
encoding: base64
extensions:
- npx
xrefs:
person:
- Marc_Douglas_Spencer
template:
- image/vnd.net-fpx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.net.fpx
encoding: base64
obsolete: true
use-instead: image/vnd.net-fpx
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: image/vnd.pco.b16
encoding: base64
xrefs:
person:
- Jan_Zeman
- PCO_AG
template:
- image/vnd.pco.b16
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.radiance
encoding: base64
xrefs:
person:
- Greg_Ward
- Randolph_Fritz
template:
- image/vnd.radiance
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.sealed.png
encoding: base64
xrefs:
person:
- David_Petersen
template:
- image/vnd.sealed.png
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.sealedmedia.softseal.gif
encoding: base64
xrefs:
person:
- David_Petersen
template:
- image/vnd.sealedmedia.softseal.gif
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.sealedmedia.softseal.jpg
encoding: base64
xrefs:
person:
- David_Petersen
template:
- image/vnd.sealedmedia.softseal.jpg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.svf
encoding: base64
xrefs:
person:
- Jodi_Moline
template:
- image/vnd.svf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.tencent.tap
encoding: base64
xrefs:
person:
- Ni_Hui
template:
- image/vnd.tencent.tap
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.valve.source.texture
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- image/vnd.valve.source.texture
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: image/vnd.wap.wbmp
friendly:
en: WAP Bitamp (WBMP)
encoding: base64
extensions:
- wbmp
xrefs:
person:
- Peter_Stark
template:
- image/vnd.wap.wbmp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.xiff
friendly:
en: eXtended Image File Format (XIFF)
encoding: base64
extensions:
- xif
xrefs:
person:
- Steven_Martin
template:
- image/vnd.xiff
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/vnd.zbrush.dcx
encoding: base64
extensions:
- dcx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/vnd.zbrush.pcx
encoding: base64
extensions:
- pcx
xrefs:
person:
- Chris_Charabaruk
template:
- image/vnd.zbrush.pcx
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/webp
friendly:
en: WebP Image
encoding: base64
extensions:
- webp
xrefs:
rfc:
- rfc9649
template:
- image/webp
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/wmf
encoding: base64
extensions:
- wmf
xrefs:
rfc:
- rfc7903
template:
- image/wmf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: image/x-3ds
encoding: base64
extensions:
- 3ds
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-adobe-dng
friendly:
en: Adobe Digital Negative
encoding: base64
extensions:
- dng
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-bmp
encoding: base64
extensions:
- bmp
obsolete: true
use-instead: image/bmp
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: image/x-bpg
encoding: base64
extensions:
- bpg
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-canon-cr2
friendly:
en: Canon Raw Image
encoding: base64
extensions:
- cr2
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-canon-cr3
encoding: base64
extensions:
- cr3
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-canon-crw
friendly:
en: Canon Raw Image
encoding: base64
extensions:
- crw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-cmu-raster
friendly:
en: CMU Image
encoding: base64
extensions:
- ras
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-cmx
friendly:
en: Corel Metafile Exchange (CMX)
encoding: base64
extensions:
- cmx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-compressed-xcf
docs: see-also:image/x-xcf
encoding: base64
extensions:
- xcfbz2
- xcfgz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-dpx
encoding: base64
extensions:
- dpx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-emf
encoding: base64
obsolete: true
use-instead: image/emf
xrefs:
rfc:
- rfc7903
template:
- image/emf
notes:
- "- DEPRECATED in favor of image/emf"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: image/x-emf-compressed
encoding: base64
extensions:
- emz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-epson-erf
friendly:
en: Epson Raw Image
encoding: base64
extensions:
- erf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-freehand
friendly:
en: FreeHand MX
encoding: base64
extensions:
- fh
- fh4
- fh5
- fh7
- fhc
- fh40
- fh50
- fh8
- fh9
- fh10
- fh11
- fh12
- ft7
- ft8
- ft9
- ft10
- ft11
- ft12
registered: false
sort-priority: 32
- !ruby/object:MIME::Type
content-type: image/x-fuji-raf
friendly:
en: Fuji Raw Image
encoding: base64
extensions:
- raf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-hasselblad-3fr
encoding: base64
extensions:
- 3fr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-icon
friendly:
en: Icon Image
encoding: base64
extensions:
- ico
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-jbig2
encoding: base64
extensions:
- jb2
- jbig2
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-jp2-codestream
encoding: base64
extensions:
- j2c
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-jp2-container
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: image/x-kodak-dcr
friendly:
en: Kodak Raw Image
encoding: base64
extensions:
- dcr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-kodak-k25
friendly:
en: Kodak Raw Image
encoding: base64
extensions:
- k25
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-kodak-kdc
friendly:
en: Kodak Raw Image
encoding: base64
extensions:
- kdc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-minolta-mrw
friendly:
en: Minolta Raw Image
encoding: base64
extensions:
- mrw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-mrsid-image
encoding: base64
extensions:
- sid
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-ms-bmp
friendly:
en: Bitmap Image File
encoding: base64
extensions:
- bmp
obsolete: true
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: image/x-niff
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: image/x-nikon-nef
friendly:
en: Nikon Raw Image
encoding: base64
extensions:
- nef
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-olympus-orf
friendly:
en: Olympus Raw Image
encoding: base64
extensions:
- orf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-paintshoppro
encoding: base64
extensions:
- psp
- pspimage
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-panasonic-raw
friendly:
en: Panasonic Raw Image
encoding: base64
extensions:
- raw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-pcx
friendly:
en: PCX Image
encoding: base64
extensions:
- pcx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-pentax-pef
friendly:
en: Pentax Raw Image
encoding: base64
extensions:
- pef
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-pict
friendly:
en: PICT Image
encoding: base64
extensions:
- pct
- pic
- pict
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: image/x-portable-anymap
friendly:
en: Portable Anymap Image
encoding: base64
extensions:
- pnm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-portable-arbitrarymap
encoding: base64
extensions:
- pam
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-portable-bitmap
friendly:
en: Portable Bitmap Format
encoding: base64
extensions:
- pbm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-portable-graymap
friendly:
en: Portable Graymap Format
encoding: base64
extensions:
- pgm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-portable-pixmap
friendly:
en: Portable Pixmap Format
encoding: base64
extensions:
- ppm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-adobe
encoding: base64
extensions:
- dng
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-canon
encoding: base64
extensions:
- crw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-casio
encoding: base64
extensions:
- bay
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-epson
encoding: base64
extensions:
- erf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-fuji
encoding: base64
extensions:
- raf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-hasselblad
encoding: base64
extensions:
- 3fr
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-imacon
encoding: base64
extensions:
- fff
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-kodak
encoding: base64
extensions:
- k25
- kdc
- dcs
- drf
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: image/x-raw-leaf
encoding: base64
extensions:
- mos
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-logitech
encoding: base64
extensions:
- pxn
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-mamiya
encoding: base64
extensions:
- mef
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-minolta
encoding: base64
extensions:
- mrw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-nikon
encoding: base64
extensions:
- nef
- nrw
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-raw-olympus
encoding: base64
extensions:
- orf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-panasonic
encoding: base64
extensions:
- raw
- rw2
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-raw-pentax
encoding: base64
extensions:
- ptx
- pef
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: image/x-raw-phaseone
encoding: base64
extensions:
- iiq
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-rawzor
encoding: base64
extensions:
- rwz
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-red
encoding: base64
extensions:
- r3d
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-sigma
encoding: base64
extensions:
- x3f
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-raw-sony
encoding: base64
extensions:
- arw
- srf
- sr2
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: image/x-rgb
friendly:
en: Silicon Graphics RGB Bitmap
encoding: base64
extensions:
- rgb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-sigma-x3f
friendly:
en: Sigma Raw Image
encoding: base64
extensions:
- x3f
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-sony-arw
friendly:
en: Sony Raw Image
encoding: base64
extensions:
- arw
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-sony-sr2
friendly:
en: Sony Raw Image
encoding: base64
extensions:
- sr2
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-sony-srf
friendly:
en: Sony Raw Image
encoding: base64
extensions:
- srf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-targa
encoding: base64
extensions:
- tga
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-tga
encoding: base64
extensions:
- tga
- icb
- vda
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: image/x-vnd.dgn
encoding: base64
extensions:
- dgn
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-win-bmp
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: image/x-wmf
encoding: base64
obsolete: true
use-instead: image/wmf
xrefs:
rfc:
- rfc7903
template:
- image/wmf
notes:
- "- DEPRECATED in favor of image/wmf"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: image/x-xbitmap
friendly:
en: X BitMap
encoding: 7bit
extensions:
- xbm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-xbm
encoding: 7bit
extensions:
- xbm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-xcf
encoding: base64
extensions:
- xcf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-xpixmap
friendly:
en: X PixMap
encoding: 8bit
extensions:
- xpm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: image/x-xwindowdump
friendly:
en: X Window Dump
encoding: base64
extensions:
- xwd
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/message.yaml 0000664 0000000 0000000 00000013217 15167513557 0022626 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: message/bhttp
encoding: base64
xrefs:
rfc:
- rfc9292
template:
- message/bhttp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/CPIM
encoding: base64
xrefs:
rfc:
- rfc3862
template:
- message/CPIM
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/delivery-status
encoding: base64
xrefs:
rfc:
- rfc1894
template:
- message/delivery-status
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/disposition-notification
encoding: base64
xrefs:
rfc:
- rfc8098
template:
- message/disposition-notification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- message/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/external-body
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- message/external-body
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/feedback-report
encoding: base64
xrefs:
rfc:
- rfc5965
template:
- message/feedback-report
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/global
encoding: base64
xrefs:
rfc:
- rfc6532
template:
- message/global
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/global-delivery-status
encoding: base64
xrefs:
rfc:
- rfc6533
template:
- message/global-delivery-status
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/global-disposition-notification
encoding: base64
xrefs:
rfc:
- rfc6533
template:
- message/global-disposition-notification
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/global-headers
encoding: base64
xrefs:
rfc:
- rfc6533
template:
- message/global-headers
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/http
encoding: base64
xrefs:
rfc:
- rfc9112
template:
- message/http
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/imdn+xml
encoding: base64
xrefs:
rfc:
- rfc5438
template:
- message/imdn+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/mls
encoding: base64
xrefs:
rfc:
- rfc9420
template:
- message/mls
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/news
encoding: 8bit
obsolete: true
xrefs:
rfc:
- rfc5537
person:
- Henry_Spencer
template:
- message/news
notes:
- "(OBSOLETED by )"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: message/ohttp-chunked-req
encoding: base64
xrefs:
draft:
- RFC-ietf-ohai-chunked-ohttp-08
template:
- message/ohttp-chunked-req
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/ohttp-chunked-res
encoding: base64
xrefs:
draft:
- RFC-ietf-ohai-chunked-ohttp-08
template:
- message/ohttp-chunked-res
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/ohttp-req
encoding: base64
xrefs:
rfc:
- rfc9458
template:
- message/ohttp-req
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/ohttp-res
encoding: base64
xrefs:
rfc:
- rfc9458
template:
- message/ohttp-res
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/partial
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- message/partial
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/rfc822
friendly:
en: Email Message
encoding: 8bit
extensions:
- eml
- mime
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- message/rfc822
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: message/s-http
encoding: base64
obsolete: true
xrefs:
rfc:
- rfc2660
uri:
- https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic
template:
- message/s-http
notes:
- "(OBSOLETE)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: message/sip
encoding: base64
xrefs:
rfc:
- rfc3261
template:
- message/sip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/sipfrag
encoding: base64
xrefs:
rfc:
- rfc3420
template:
- message/sipfrag
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/tracking-status
encoding: base64
xrefs:
rfc:
- rfc3886
template:
- message/tracking-status
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/vnd.si.simp
encoding: base64
obsolete: true
xrefs:
person:
- Nicholas_Parks_Young
template:
- message/vnd.si.simp
notes:
- "(OBSOLETED by request)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: message/vnd.wfa.wsc
encoding: base64
xrefs:
person:
- Mick_Conley
template:
- message/vnd.wfa.wsc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: message/x-emlx
encoding: base64
extensions:
- emlx
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/model.yaml 0000664 0000000 0000000 00000023342 15167513557 0022302 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: model/3mf
encoding: base64
xrefs:
uri:
- http://www.3mf.io/specification
person:
- Michael_Sweet
- _3MF
template:
- model/3mf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/e57
encoding: base64
extensions:
- e57
xrefs:
person:
- ASTM
template:
- model/e57
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- model/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/gltf+json
encoding: base64
xrefs:
person:
- Khronos
- Uli_Klumpp
template:
- model/gltf+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/gltf-binary
encoding: base64
xrefs:
person:
- Khronos
- Saurabh_Bhatia
template:
- model/gltf-binary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/iges
friendly:
en: Initial Graphics Exchange Specification (IGES)
encoding: base64
extensions:
- igs
- iges
xrefs:
person:
- Curtis_Parks
template:
- model/iges
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: model/JT
encoding: base64
xrefs:
person:
- ISO-TC_184-SC_4
- Michael_Zink
template:
- model/JT
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/mesh
friendly:
en: Mesh Data Type
encoding: base64
extensions:
- msh
- mesh
- silo
xrefs:
rfc:
- rfc2077
template:
- model/mesh
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: model/mtl
encoding: base64
xrefs:
person:
- Carolyn_Hull
- DICOM_Standard_Committee
- DICOM_WG_17
template:
- model/mtl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/obj
encoding: base64
xrefs:
person:
- Carolyn_Hull
- DICOM_Standard_Committee
- DICOM_WG_17
template:
- model/obj
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/prc
encoding: base64
xrefs:
person:
- Betsy_Fanning
- ISO-TC_171-SC_2
template:
- model/prc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/step
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- model/step
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/step+xml
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- model/step+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/step+zip
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- model/step+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/step-xml+zip
encoding: base64
xrefs:
person:
- Dana_Tripp
- ISO-TC_184-SC_4
template:
- model/step-xml+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/stl
encoding: base64
xrefs:
person:
- Carolyn_Hull
- DICOM_Standard_Committee
- DICOM_WG_17
template:
- model/stl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/u3d
encoding: base64
xrefs:
person:
- PDF_Association
- Peter_Wyatt
template:
- model/u3d
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.bary
encoding: base64
xrefs:
person:
- Displaced_Micro-Mesh_SDK_Support
template:
- model/vnd.bary
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.cld
encoding: base64
xrefs:
person:
- Robert_Monaghan
template:
- model/vnd.cld
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.collada+xml
friendly:
en: COLLADA
encoding: base64
extensions:
- dae
xrefs:
person:
- James_Riordon
template:
- model/vnd.collada+xml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vnd.dwf
friendly:
en: Autodesk Design Web Format (DWF)
encoding: base64
extensions:
- dwf
xrefs:
person:
- Jason_Pratt
template:
- model/vnd.dwf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vnd.dwfx+xps
encoding: base64
extensions:
- dwfx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: model/vnd.flatland.3dml
encoding: base64
xrefs:
person:
- Michael_Powers
template:
- model/vnd.flatland.3dml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.gdl
friendly:
en: Geometric Description Language (GDL)
encoding: base64
extensions:
- gdl
xrefs:
person:
- Attila_Babits
template:
- model/vnd.gdl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vnd.gs-gdl
encoding: base64
xrefs:
person:
- Attila_Babits
template:
- model/vnd.gs-gdl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.gs.gdl
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: model/vnd.gtw
friendly:
en: Gen-Trix Studio
encoding: base64
extensions:
- gtw
xrefs:
person:
- Yutaka_Ozaki
template:
- model/vnd.gtw
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vnd.moml+xml
encoding: base64
xrefs:
person:
- Christopher_Brooks
template:
- model/vnd.moml+xml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.mts
friendly:
en: Virtue MTS
encoding: base64
extensions:
- mts
xrefs:
person:
- Boris_Rabinovitch
template:
- model/vnd.mts
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vnd.opengex
encoding: base64
xrefs:
person:
- Eric_Lengyel
template:
- model/vnd.opengex
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.parasolid.transmit.binary
encoding: base64
extensions:
- x_b
- xmt_bin
xrefs:
person:
- Parasolid
template:
- model/vnd.parasolid.transmit.binary
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: model/vnd.parasolid.transmit.text
encoding: quoted-printable
extensions:
- x_t
- xmt_txt
xrefs:
person:
- Parasolid
template:
- model/vnd.parasolid.transmit.text
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: model/vnd.pytha.pyox
encoding: base64
xrefs:
person:
- Daniel_Flassig
template:
- model/vnd.pytha.pyox
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.rosette.annotated-data-model
encoding: base64
xrefs:
person:
- Benson_Margulies
template:
- model/vnd.rosette.annotated-data-model
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.sap.vds
encoding: base64
xrefs:
person:
- Igor_Afanasyev
- SAP_SE
template:
- model/vnd.sap.vds
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.usda
encoding: base64
xrefs:
person:
- Sebastian_Grassia
template:
- model/vnd.usda
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.usdz+zip
encoding: base64
xrefs:
person:
- Sebastian_Grassia
template:
- model/vnd.usdz+zip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.valve.source.compiled-map
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- model/vnd.valve.source.compiled-map
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/vnd.vtu
friendly:
en: Virtue VTU
encoding: base64
extensions:
- vtu
xrefs:
person:
- Boris_Rabinovitch
template:
- model/vnd.vtu
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: model/vrml
friendly:
en: Virtual Reality Modeling Language
encoding: base64
extensions:
- wrl
- vrml
xrefs:
rfc:
- rfc2077
template:
- model/vrml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: model/x.stl-ascii
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: model/x.stl-binary
encoding: base64
extensions:
- stl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: model/x3d+binary
encoding: base64
extensions:
- x3db
- x3dbz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: model/x3d+fastinfoset
encoding: base64
xrefs:
person:
- Web3D_X3D
template:
- model/x3d+fastinfoset
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: model/x3d+vrml
encoding: base64
extensions:
- x3dv
- x3dvz
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: model/x3d+xml
encoding: base64
extensions:
- x3d
- x3dz
xrefs:
person:
- Web3D
- Web3D_X3D
template:
- model/x3d+xml
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: model/x3d-vrml
encoding: base64
xrefs:
person:
- Web3D
- Web3D_X3D
template:
- model/x3d-vrml
registered: true
sort-priority: 16
mime-types-mime-types-data-618ae00/types/multipart.yaml 0000664 0000000 0000000 00000010246 15167513557 0023222 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: multipart/alternative
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- multipart/alternative
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/appledouble
encoding: 8bit
xrefs:
person:
- Patrik_Faltstrom
template:
- multipart/appledouble
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/byteranges
encoding: base64
xrefs:
rfc:
- rfc9110
template:
- multipart/byteranges
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/digest
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- multipart/digest
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/encrypted
encoding: base64
xrefs:
rfc:
- rfc1847
template:
- multipart/encrypted
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- multipart/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/form-data
encoding: base64
xrefs:
rfc:
- rfc7578
template:
- multipart/form-data
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/header-set
encoding: base64
xrefs:
person:
- Dave_Crocker
template:
- multipart/header-set
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/mixed
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- multipart/mixed
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/multilingual
encoding: base64
xrefs:
rfc:
- rfc8255
template:
- multipart/multilingual
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/parallel
encoding: 8bit
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- multipart/parallel
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/related
encoding: base64
extensions:
- mht
- mhtml
xrefs:
rfc:
- rfc2387
template:
- multipart/related
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: multipart/report
encoding: base64
xrefs:
rfc:
- rfc6522
template:
- multipart/report
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/signed
encoding: base64
xrefs:
rfc:
- rfc1847
template:
- multipart/signed
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/vnd.bint.med-plus
encoding: base64
xrefs:
person:
- Heinz-Peter_Schütz
template:
- multipart/vnd.bint.med-plus
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/voice-message
encoding: base64
xrefs:
rfc:
- rfc3801
template:
- multipart/voice-message
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/x-gzip
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: multipart/x-mixed-replace
encoding: base64
xrefs:
person:
- Robin_Berjon
- W3C
template:
- multipart/x-mixed-replace
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: multipart/x-parallel
encoding: base64
obsolete: true
use-instead: multipart/parallel
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: multipart/x-tar
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: multipart/x-ustar
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: multipart/x-www-form-urlencoded
encoding: base64
obsolete: true
use-instead: application/x-www-form-urlencoded
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: multipart/x-zip
encoding: base64
registered: false
sort-priority: 48
mime-types-mime-types-data-618ae00/types/text.yaml 0000664 0000000 0000000 00000116714 15167513557 0022174 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: text/1d-interleaved-parityfec
encoding: quoted-printable
xrefs:
rfc:
- rfc6015
template:
- text/1d-interleaved-parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/asciidoc
encoding: quoted-printable
xrefs:
person:
- Frédéric_Desbiens
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: text/asp
encoding: quoted-printable
extensions:
- asp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/aspdotnet
encoding: quoted-printable
extensions:
- aspx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/cache-manifest
encoding: quoted-printable
extensions:
- appcache
- manifest
xrefs:
person:
- Robin_Berjon
- W3C
template:
- text/cache-manifest
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: text/calendar
friendly:
en: iCalendar
encoding: quoted-printable
extensions:
- ics
- ifb
xrefs:
rfc:
- rfc5545
template:
- text/calendar
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: text/cmcd
encoding: quoted-printable
xrefs:
person:
- Alex_Giladi
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: text/comma-separated-values
encoding: 8bit
extensions:
- csv
obsolete: true
use-instead: text/csv
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: text/cql
encoding: quoted-printable
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- text/cql
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/cql-expression
encoding: quoted-printable
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- text/cql-expression
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/cql-identifier
encoding: quoted-printable
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- text/cql-identifier
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/css
friendly:
en: Cascading Style Sheets (CSS)
encoding: 8bit
extensions:
- css
xrefs:
rfc:
- rfc2318
template:
- text/css
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/csv
friendly:
en: Comma-Separated Values
encoding: 8bit
extensions:
- csv
xrefs:
rfc:
- rfc4180
- rfc7111
template:
- text/csv
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/csv-schema
encoding: quoted-printable
xrefs:
person:
- David_Underdown
- National_Archives_UK
template:
- text/csv-schema
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/directory
encoding: quoted-printable
obsolete: true
xrefs:
rfc:
- rfc2425
- rfc6350
template:
- text/directory
notes:
- "- DEPRECATED by RFC6350"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: text/dns
encoding: quoted-printable
xrefs:
rfc:
- rfc4027
template:
- text/dns
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/ecmascript
encoding: quoted-printable
extensions:
- es
- ecma
obsolete: true
use-instead: text/javascript
xrefs:
rfc:
- rfc9239
template:
- text/ecmascript
notes:
- "(OBSOLETED in favor of text/javascript)"
registered: true
sort-priority: 142
- !ruby/object:MIME::Type
content-type: text/encaprtp
encoding: quoted-printable
xrefs:
rfc:
- rfc6849
template:
- text/encaprtp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/enriched
encoding: quoted-printable
xrefs:
rfc:
- rfc1896
template:
- text/enriched
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/event-stream
encoding: 8bit
xrefs:
url:
- https://html.spec.whatwg.org/multipage/iana.html#text/event-stream
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: text/example
encoding: quoted-printable
xrefs:
rfc:
- rfc4735
template:
- text/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/fhirpath
encoding: quoted-printable
xrefs:
person:
- Bryn_Rhodes
- HL7
template:
- text/fhirpath
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/flexfec
encoding: quoted-printable
xrefs:
rfc:
- rfc8627
template:
- text/flexfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/fwdred
encoding: quoted-printable
xrefs:
rfc:
- rfc6354
template:
- text/fwdred
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/gff3
encoding: quoted-printable
xrefs:
person:
- Sequence_Ontology
template:
- text/gff3
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/grammar-ref-list
encoding: quoted-printable
xrefs:
rfc:
- rfc6787
template:
- text/grammar-ref-list
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/hl7v2
encoding: quoted-printable
xrefs:
person:
- HL7
- Marc_Duteau
template:
- text/hl7v2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/html
friendly:
en: HyperText Markup Language (HTML)
encoding: 8bit
extensions:
- html
- htm
- htmlx
- shtml
- htx
xrefs:
person:
- Robin_Berjon
- W3C
template:
- text/html
registered: true
sort-priority: 11
- !ruby/object:MIME::Type
content-type: text/iso19139+xml
encoding: quoted-printable
extensions:
- iso19139
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/javascript
encoding: quoted-printable
extensions:
- js
- mjs
- cjs
xrefs:
rfc:
- rfc9239
template:
- text/javascript
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: text/javascript1.0
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/javascript1.1
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/javascript1.2
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/javascript1.3
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/javascript1.4
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/jcr-cnd
encoding: quoted-printable
xrefs:
person:
- Peeter_Piegaze
template:
- text/jcr-cnd
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/jscript
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/livescript
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/markdown
encoding: quoted-printable
extensions:
- markdown
- md
- mkd
xrefs:
rfc:
- rfc7763
template:
- text/markdown
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: text/mizar
encoding: quoted-printable
xrefs:
person:
- Jesse_Alama
template:
- text/mizar
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/n3
friendly:
en: Notation3
encoding: quoted-printable
extensions:
- n3
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- text/n3
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/nfo
encoding: quoted-printable
xrefs:
person:
- Sean_Leonard
registered: true
provisional: true
sort-priority: 80
- !ruby/object:MIME::Type
content-type: text/org
encoding: quoted-printable
xrefs:
person:
- Jeffrey_Gipson
- Org_Mode
note:
- '4'
template:
- text/org
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/parameters
encoding: quoted-printable
xrefs:
rfc:
- rfc7826
template:
- text/parameters
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/parityfec
encoding: quoted-printable
xrefs:
rfc:
- rfc3009
template:
- text/parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/ping
encoding: 8bit
xrefs:
url:
- https://html.spec.whatwg.org/multipage/iana.html#text/ping
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: text/plain
friendly:
en: Text File
encoding: quoted-printable
extensions:
- txt
- asc
- c
- cc
- h
- hh
- cpp
- hpp
- dat
- hlp
- conf
- def
- in
- list
- log
- rst
- text
- textile
- install
- keys
- license
- notice
- readme
- abs-linkmap
- abs-menulinks
- aart
- ac
- am
- apt
- bsh
- classpath
- cnd
- cwiki
- data
- dcl
- dsp
- dsw
- egrm
- ent
- ft
- fn
- fv
- grm
- g
- ".htaccess"
- handlers
- htc
- ihtml
- jmx
- junit
- jx
- manifest
- m4
- mf
- meta
- mdo
- n3
- pen
- pod
- pom
- project
- rng
- rnx
- roles
- schemas
- tld
- types
- vm
- vsl
- wsdd
- xargs
- xcat
- xegrm
- xgrm
- xlex
- xlog
- xmap
- xroles
- xsamples
- xsp
- xtest
- xweb
- xwelcome
xrefs:
rfc:
- rfc2046
- rfc3676
- rfc5147
template:
- text/plain
registered: true
sort-priority: 0
- !ruby/object:MIME::Type
content-type: text/provenance-notation
encoding: quoted-printable
xrefs:
person:
- Ivan_Herman
- W3C
template:
- text/provenance-notation
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/prs.fallenstein.rst
encoding: quoted-printable
extensions:
- rst
xrefs:
person:
- Benja_Fallenstein
template:
- text/prs.fallenstein.rst
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/prs.lines.tag
friendly:
en: PRS Lines Tag
encoding: quoted-printable
extensions:
- dsc
xrefs:
person:
- John_Lines
template:
- text/prs.lines.tag
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/prs.prop.logic
encoding: quoted-printable
xrefs:
person:
- Hans-Dieter_A._Hiep
template:
- text/prs.prop.logic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/prs.texi
encoding: quoted-printable
xrefs:
person:
- Matin_Bavardi
template:
- text/prs.texi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/raptorfec
encoding: quoted-printable
xrefs:
rfc:
- rfc6682
template:
- text/raptorfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/RED
encoding: quoted-printable
xrefs:
rfc:
- rfc4102
template:
- text/RED
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/rfc822-headers
encoding: quoted-printable
xrefs:
rfc:
- rfc6522
template:
- text/rfc822-headers
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/richtext
friendly:
en: Rich Text Format (RTF)
encoding: 8bit
extensions:
- rtx
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- text/richtext
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/rtf
encoding: 8bit
extensions:
- rtf
xrefs:
person:
- Paul_Lindner
template:
- text/rtf
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/rtp-enc-aescm128
encoding: quoted-printable
xrefs:
person:
- _3GPP
template:
- text/rtp-enc-aescm128
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/rtploopback
encoding: quoted-printable
xrefs:
rfc:
- rfc6849
template:
- text/rtploopback
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/rtx
encoding: quoted-printable
xrefs:
rfc:
- rfc4588
template:
- text/rtx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/sgml
friendly:
en: Standard Generalized Markup Language (SGML)
encoding: quoted-printable
extensions:
- sgml
- sgm
xrefs:
rfc:
- rfc1874
template:
- text/SGML
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: text/shaclc
encoding: quoted-printable
xrefs:
person:
- Vladimir_Alexiev
- W3C_SHACL_Community_Group
template:
- text/shaclc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/shex
encoding: quoted-printable
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- text/shex
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/spdx
encoding: quoted-printable
xrefs:
person:
- Linux_Foundation
- Rose_Judge
template:
- text/spdx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/strings
encoding: quoted-printable
xrefs:
person:
- IEEE-ISTO-PWG-PPP
template:
- text/strings
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/t140
encoding: quoted-printable
xrefs:
rfc:
- rfc4103
template:
- text/t140
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/tab-separated-values
friendly:
en: Tab Separated Values
encoding: quoted-printable
extensions:
- tsv
xrefs:
person:
- Paul_Lindner
template:
- text/tab-separated-values
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/troff
friendly:
en: troff
encoding: 8bit
extensions:
- t
- tr
- roff
- troff
- man
- me
- ms
- nroff
xrefs:
rfc:
- rfc4263
template:
- text/troff
registered: true
sort-priority: 8
- !ruby/object:MIME::Type
content-type: text/turtle
friendly:
en: Turtle (Terse RDF Triple Language)
encoding: quoted-printable
extensions:
- ttl
xrefs:
person:
- Eric_Prudhommeaux
- W3C
template:
- text/turtle
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/ulpfec
encoding: quoted-printable
xrefs:
rfc:
- rfc5109
template:
- text/ulpfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/uri-list
friendly:
en: URI Resolution Services
encoding: quoted-printable
extensions:
- uri
- uris
- urls
xrefs:
rfc:
- rfc2483
template:
- text/uri-list
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: text/vcard
encoding: quoted-printable
extensions:
- vcard
xrefs:
rfc:
- rfc6350
template:
- text/vcard
registered: true
signature: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.a
encoding: quoted-printable
xrefs:
person:
- Regis_Dehoux
template:
- text/vnd.a
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.abc
encoding: quoted-printable
xrefs:
person:
- Steve_Allen
template:
- text/vnd.abc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.ascii-art
encoding: quoted-printable
xrefs:
person:
- Kim_Scarborough
template:
- text/vnd.ascii-art
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.curl
friendly:
en: Curl - Applet
encoding: quoted-printable
extensions:
- curl
xrefs:
person:
- Robert_Byrnes
template:
- text/vnd.curl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.curl.dcurl
friendly:
en: Curl - Detached Applet
encoding: quoted-printable
extensions:
- dcurl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/vnd.curl.mcurl
friendly:
en: Curl - Manifest File
encoding: quoted-printable
extensions:
- mcurl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/vnd.curl.scurl
friendly:
en: Curl - Source Code
encoding: quoted-printable
extensions:
- scurl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/vnd.debian.copyright
encoding: quoted-printable
xrefs:
person:
- Charles_Plessy
template:
- text/vnd.debian.copyright
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.DMClientScript
encoding: quoted-printable
xrefs:
person:
- Dan_Bradley
template:
- text/vnd.DMClientScript
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.dvb.subtitle
encoding: quoted-printable
extensions:
- sub
xrefs:
person:
- Michael_Lagally
- Peter_Siebert
template:
- text/vnd.dvb.subtitle
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.esmertec.theme-descriptor
encoding: quoted-printable
xrefs:
person:
- Stefan_Eilemann
template:
- text/vnd.esmertec.theme-descriptor
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.exchangeable
encoding: quoted-printable
xrefs:
person:
- Martin_Cizek
template:
- text/vnd.exchangeable
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.familysearch.gedcom
encoding: quoted-printable
xrefs:
person:
- Gordon_Clarke
template:
- text/vnd.familysearch.gedcom
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.ficlab.flt
encoding: quoted-printable
xrefs:
person:
- Steve_Gilberd
template:
- text/vnd.ficlab.flt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.flatland.3dml
encoding: quoted-printable
obsolete: true
use-instead: model/vnd.flatland.3dml
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/vnd.fly
friendly:
en: mod_fly / fly.cgi
encoding: quoted-printable
extensions:
- fly
xrefs:
person:
- John-Mark_Gurney
template:
- text/vnd.fly
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.fmi.flexstor
friendly:
en: FLEXSTOR
encoding: quoted-printable
extensions:
- flx
xrefs:
person:
- Kari_E._Hurtta
template:
- text/vnd.fmi.flexstor
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.gml
encoding: quoted-printable
xrefs:
person:
- Mi_Tar
template:
- text/vnd.gml
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.graphviz
friendly:
en: Graphviz
encoding: quoted-printable
extensions:
- gv
xrefs:
person:
- John_Ellson
template:
- text/vnd.graphviz
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.hans
encoding: quoted-printable
xrefs:
person:
- Hill_Hanxv
template:
- text/vnd.hans
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.hgl
encoding: quoted-printable
xrefs:
person:
- Heungsub_Lee
template:
- text/vnd.hgl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.in3d.3dml
friendly:
en: In3D - 3DML
encoding: quoted-printable
extensions:
- 3dml
xrefs:
person:
- Michael_Powers
template:
- text/vnd.in3d.3dml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.in3d.spot
friendly:
en: In3D - 3DML
encoding: quoted-printable
extensions:
- spot
xrefs:
person:
- Michael_Powers
template:
- text/vnd.in3d.spot
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.iptc.anpa
encoding: quoted-printable
extensions:
- anpa
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/vnd.IPTC.NewsML
encoding: quoted-printable
xrefs:
person:
- IPTC
template:
- text/vnd.IPTC.NewsML
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.IPTC.NITF
encoding: quoted-printable
xrefs:
person:
- IPTC
template:
- text/vnd.IPTC.NITF
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.latex-z
encoding: quoted-printable
xrefs:
person:
- Mikusiak_Lubos
template:
- text/vnd.latex-z
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.motorola.reflex
encoding: quoted-printable
xrefs:
person:
- Mark_Patton
template:
- text/vnd.motorola.reflex
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.ms-mediapackage
encoding: quoted-printable
xrefs:
person:
- Jan_Nelson
template:
- text/vnd.ms-mediapackage
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.net2phone.commcenter.command
encoding: quoted-printable
extensions:
- ccc
xrefs:
person:
- Feiyu_Xie
template:
- text/vnd.net2phone.commcenter.command
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.radisys.msml-basic-layout
encoding: quoted-printable
xrefs:
rfc:
- rfc5707
template:
- text/vnd.radisys.msml-basic-layout
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.senx.warpscript
encoding: quoted-printable
xrefs:
person:
- Pierre_Papin
template:
- text/vnd.senx.warpscript
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.si.uricatalogue
encoding: quoted-printable
obsolete: true
xrefs:
person:
- Nicholas_Parks_Young
template:
- text/vnd.si.uricatalogue
notes:
- "(OBSOLETED by request)"
registered: true
sort-priority: 144
- !ruby/object:MIME::Type
content-type: text/vnd.sosi
encoding: quoted-printable
xrefs:
person:
- Petter_Reinholdtsen
template:
- text/vnd.sosi
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.sun.j2me.app-descriptor
friendly:
en: J2ME App Descriptor
encoding: 8bit
extensions:
- jad
xrefs:
person:
- Gary_Adams
template:
- text/vnd.sun.j2me.app-descriptor
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.tps
encoding: quoted-printable
xrefs:
person:
- Konstantin_Semenenko
template:
- text/vnd.tps
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.trolltech.linguist
encoding: quoted-printable
xrefs:
person:
- David_Lee_Lambert
template:
- text/vnd.trolltech.linguist
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.typst
encoding: quoted-printable
xrefs:
person:
- Martin_Haug
template:
- text/vnd.typst
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.vcf
encoding: quoted-printable
xrefs:
person:
- Anand_Jahagirdar
template:
- text/vnd.vcf
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vnd.wap.si
encoding: quoted-printable
extensions:
- si
xrefs:
person:
- WAP-Forum
template:
- text/vnd.wap.si
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.wap.sl
encoding: quoted-printable
extensions:
- sl
xrefs:
person:
- WAP-Forum
template:
- text/vnd.wap.sl
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.wap.wml
friendly:
en: Wireless Markup Language (WML)
encoding: quoted-printable
extensions:
- wml
xrefs:
person:
- Peter_Stark
template:
- text/vnd.wap.wml
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.wap.wmlscript
friendly:
en: Wireless Markup Language Script (WMLScript)
encoding: quoted-printable
extensions:
- wmls
xrefs:
person:
- Peter_Stark
template:
- text/vnd.wap.wmlscript
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/vnd.zoo.kcl
encoding: quoted-printable
xrefs:
person:
- Jessie_Frazelle
template:
- text/vnd.zoo.kcl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/vtt
encoding: quoted-printable
extensions:
- vtt
xrefs:
person:
- Silvia_Pfeiffer
- W3C
template:
- text/vtt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: text/wgsl
encoding: quoted-printable
xrefs:
person:
- David_Neto
- W3C
template:
- text/wgsl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: text/x-actionscript
encoding: quoted-printable
extensions:
- as
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-ada
encoding: quoted-printable
extensions:
- ada
- adb
- ads
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: text/x-applescript
encoding: quoted-printable
extensions:
- applescript
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-asciidoc
encoding: quoted-printable
extensions:
- asciidoc
- adoc
- ad
- ad.txt
- adoc.txt
registered: false
sort-priority: 43
- !ruby/object:MIME::Type
content-type: text/x-asm
friendly:
en: Assembler Source File
encoding: quoted-printable
extensions:
- asm
- s
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-aspectj
encoding: quoted-printable
extensions:
- aj
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-assembly
encoding: quoted-printable
extensions:
- s
- asm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-awk
encoding: quoted-printable
extensions:
- awk
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-basic
encoding: quoted-printable
extensions:
- bas
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-c
friendly:
en: C Source File
encoding: quoted-printable
extensions:
- c
- cc
- cpp
- cxx
- dic
- h
- hh
registered: false
sort-priority: 41
- !ruby/object:MIME::Type
content-type: text/x-c++hdr
encoding: quoted-printable
extensions:
- hpp
- hxx
- hh
- h
- h++
- hp
registered: false
sort-priority: 42
- !ruby/object:MIME::Type
content-type: text/x-c++src
encoding: quoted-printable
extensions:
- cpp
- cxx
- cc
- c
- c++
registered: false
sort-priority: 43
- !ruby/object:MIME::Type
content-type: text/x-cgi
encoding: quoted-printable
extensions:
- cgi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-chdr
encoding: quoted-printable
extensions:
- h
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-clojure
encoding: quoted-printable
extensions:
- clj
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-cobol
encoding: quoted-printable
extensions:
- cbl
- cob
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-coffeescript
encoding: quoted-printable
extensions:
- coffee
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-coffescript
encoding: 8bit
extensions:
- coffee
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-coldfusion
encoding: quoted-printable
extensions:
- cfm
- cfml
- cfc
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: text/x-common-lisp
encoding: quoted-printable
extensions:
- cl
- jl
- lisp
- lsp
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-component
encoding: 8bit
extensions:
- htc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-config
encoding: quoted-printable
extensions:
- config
- conf
- cfg
- xconf
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-csharp
encoding: quoted-printable
extensions:
- cs
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-csrc
encoding: quoted-printable
extensions:
- c
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-d
encoding: quoted-printable
extensions:
- d
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-diff
encoding: quoted-printable
extensions:
- diff
- patch
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-ecmascript
encoding: quoted-printable
obsolete: true
use-instead: text/javascript
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/x-eiffel
encoding: quoted-printable
extensions:
- e
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-emacs-lisp
encoding: quoted-printable
extensions:
- el
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-erlang
encoding: quoted-printable
extensions:
- erl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-expect
encoding: quoted-printable
extensions:
- exp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-forth
encoding: quoted-printable
extensions:
- 4th
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-fortran
friendly:
en: Fortran Source File
encoding: quoted-printable
extensions:
- f
- f77
- f90
- for
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-go
encoding: quoted-printable
extensions:
- go
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-groovy
encoding: quoted-printable
extensions:
- groovy
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-haml
encoding: quoted-printable
extensions:
- haml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-haskell
encoding: quoted-printable
extensions:
- hs
- lhs
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-haxe
encoding: quoted-printable
extensions:
- hx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-idl
encoding: quoted-printable
extensions:
- idl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-ini
encoding: quoted-printable
extensions:
- ini
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-java-properties
encoding: quoted-printable
extensions:
- properties
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-java-source
friendly:
en: Java Source File
encoding: quoted-printable
extensions:
- java
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-jsp
encoding: quoted-printable
extensions:
- jsp
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-less
encoding: quoted-printable
extensions:
- less
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-lex
encoding: quoted-printable
extensions:
- l
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-log
encoding: quoted-printable
extensions:
- log
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-lua
encoding: quoted-printable
extensions:
- lua
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-makefile
encoding: quoted-printable
extensions:
- makefile
- gnumakefile
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-matlab
encoding: quoted-printable
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: text/x-ml
encoding: quoted-printable
extensions:
- ml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-modula
encoding: quoted-printable
extensions:
- m3
- i3
- mg
- ig
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-nfo
encoding: quoted-printable
extensions:
- nfo
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-objcsrc
encoding: quoted-printable
extensions:
- m
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-ocaml
encoding: quoted-printable
extensions:
- ocaml
- mli
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-opml
encoding: quoted-printable
extensions:
- opml
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-pascal
friendly:
en: Pascal Source File
encoding: quoted-printable
extensions:
- p
- pas
- pp
- dpr
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-perl
encoding: quoted-printable
extensions:
- pl
- pm
- al
- perl
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-php
encoding: quoted-printable
extensions:
- php
- php3
- php4
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: text/x-prolog
encoding: quoted-printable
extensions:
- pro
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-python
encoding: quoted-printable
extensions:
- py
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-rexx
encoding: quoted-printable
extensions:
- rexx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-robots
encoding: quoted-printable
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: text/x-rsrc
encoding: quoted-printable
extensions:
- r
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-rst
encoding: quoted-printable
extensions:
- rest
- rst
- restx
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: text/x-rtf
encoding: 8bit
extensions:
- rtf
obsolete: true
use-instead: text/rtf
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: text/x-ruby
encoding: quoted-printable
extensions:
- rb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-scala
encoding: quoted-printable
extensions:
- scala
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-scheme
encoding: quoted-printable
extensions:
- scm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-sed
encoding: quoted-printable
extensions:
- sed
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-setext
friendly:
en: Setext
encoding: quoted-printable
extensions:
- etx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-sfv
encoding: quoted-printable
extensions:
- sfv
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-sql
encoding: quoted-printable
extensions:
- sql
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-stsrc
encoding: quoted-printable
extensions:
- st
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-tcl
encoding: quoted-printable
extensions:
- itk
- tcl
- tk
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: text/x-tika-text-based-message
encoding: quoted-printable
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: text/x-uuencode
friendly:
en: UUEncode
encoding: quoted-printable
extensions:
- uu
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-vbasic
encoding: quoted-printable
extensions:
- cls
- frm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-vbdotnet
encoding: quoted-printable
extensions:
- vb
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-vbscript
encoding: quoted-printable
extensions:
- vbs
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-vcalendar
friendly:
en: vCalendar
encoding: 8bit
extensions:
- vcs
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-vcard
friendly:
en: vCard
encoding: 8bit
extensions:
- vcf
registered: false
signature: true
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-verilog
encoding: quoted-printable
extensions:
- v
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-vhdl
encoding: quoted-printable
extensions:
- vhd
- vhdl
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/x-vnd.flatland.3dml
encoding: quoted-printable
obsolete: true
use-instead: model/vnd.flatland.3dml
registered: false
sort-priority: 176
- !ruby/object:MIME::Type
content-type: text/x-web-markdown
encoding: quoted-printable
extensions:
- md
- mdtext
- mkd
- markdown
registered: false
sort-priority: 44
- !ruby/object:MIME::Type
content-type: text/x-yacc
encoding: quoted-printable
extensions:
- "y"
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: text/x-yaml
encoding: 8bit
extensions:
- yaml
- yml
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: text/xml
encoding: 8bit
extensions:
- xml
- dtd
- xsd
xrefs:
rfc:
- rfc7303
template:
- text/xml
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: text/xml-external-parsed-entity
encoding: quoted-printable
xrefs:
rfc:
- rfc7303
template:
- text/xml-external-parsed-entity
registered: true
sort-priority: 16
mime-types-mime-types-data-618ae00/types/video.yaml 0000664 0000000 0000000 00000061516 15167513557 0022315 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: video/1d-interleaved-parityfec
encoding: base64
xrefs:
rfc:
- rfc6015
template:
- video/1d-interleaved-parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/3gpp
friendly:
en: 3GP
encoding: base64
extensions:
- 3gp
- 3gpp
xrefs:
rfc:
- rfc3839
- rfc6381
template:
- video/3gpp
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/3gpp-tt
encoding: base64
xrefs:
rfc:
- rfc4396
template:
- video/3gpp-tt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/3gpp2
friendly:
en: 3GP2
encoding: base64
extensions:
- 3g2
- 3gpp2
xrefs:
rfc:
- rfc4393
- rfc6381
template:
- video/3gpp2
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/AV1
encoding: base64
xrefs:
person:
- Alliance_for_Open_Media
template:
- video/AV1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/BMPEG
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/BMPEG
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/BT656
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/BT656
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/CelB
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/CelB
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/daala
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: video/dl
encoding: base64
extensions:
- dl
obsolete: true
use-instead: video/x-dl
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: video/DV
encoding: base64
extensions:
- dv
xrefs:
rfc:
- rfc6469
template:
- video/DV
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/encaprtp
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- video/encaprtp
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/evc
encoding: base64
xrefs:
rfc:
- rfc9584
template:
- video/evc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/example
encoding: base64
xrefs:
rfc:
- rfc4735
template:
- video/example
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/FFV1
encoding: base64
xrefs:
rfc:
- rfc9043
template:
- video/FFV1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/flexfec
encoding: base64
xrefs:
rfc:
- rfc8627
template:
- video/flexfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/gl
encoding: base64
extensions:
- gl
obsolete: true
use-instead: video/x-gl
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: video/H261
friendly:
en: H.261
encoding: base64
extensions:
- h261
xrefs:
rfc:
- rfc4587
template:
- video/H261
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/H263
friendly:
en: H.263
encoding: base64
extensions:
- h263
xrefs:
rfc:
- rfc3555
template:
- video/H263
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/H263-1998
encoding: base64
xrefs:
rfc:
- rfc4629
template:
- video/H263-1998
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/H263-2000
encoding: base64
xrefs:
rfc:
- rfc4629
template:
- video/H263-2000
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/H264
friendly:
en: H.264
encoding: base64
extensions:
- h264
xrefs:
rfc:
- rfc6184
template:
- video/H264
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/H264-RCDO
encoding: base64
xrefs:
rfc:
- rfc6185
template:
- video/H264-RCDO
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/H264-SVC
encoding: base64
xrefs:
rfc:
- rfc6190
template:
- video/H264-SVC
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/H265
encoding: base64
xrefs:
rfc:
- rfc7798
template:
- video/H265
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/H266
encoding: base64
xrefs:
rfc:
- rfc9328
template:
- video/H266
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/iso.segment
encoding: base64
extensions:
- m4s
xrefs:
person:
- David_Singer
- ISO-IEC_JTC_1
template:
- video/iso.segment
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/JPEG
friendly:
en: JPGVideo
encoding: base64
extensions:
- jpgv
xrefs:
rfc:
- rfc3555
template:
- video/JPEG
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/jpeg2000
encoding: base64
xrefs:
rfc:
- rfc5371
- rfc5372
template:
- video/jpeg2000
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/jpeg2000-scl
encoding: base64
xrefs:
rfc:
- rfc9828
template:
- video/jpeg2000-scl
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/jpm
friendly:
en: JPEG 2000 Compound Image File Format
encoding: base64
extensions:
- jpgm
- jpm
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: video/jxsv
encoding: base64
xrefs:
rfc:
- rfc9134
template:
- video/jxsv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/lottie+json
encoding: base64
xrefs:
person:
- Lottie_Animation_Community
template:
- video/lottie+json
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/matroska
encoding: base64
xrefs:
rfc:
- rfc9559
template:
- video/matroska
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/matroska-3d
encoding: base64
xrefs:
rfc:
- rfc9559
template:
- video/matroska-3d
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/MJ2
friendly:
en: Motion JPEG 2000
encoding: base64
extensions:
- mj2
- mjp2
xrefs:
rfc:
- rfc3745
template:
- video/mj2
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/MP1S
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/MP1S
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/MP2P
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/MP2P
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/MP2T
encoding: base64
extensions:
- ts
- mts
- m2ts
- cpi
- clpi
- mpl
- mpls
- bdm
- m2t
xrefs:
rfc:
- rfc3555
template:
- video/MP2T
registered: true
sort-priority: 7
- !ruby/object:MIME::Type
content-type: video/mp4
friendly:
en: MPEG-4 Video
encoding: base64
extensions:
- mp4
- mpg4
- f4v
- f4p
- mp4v
xrefs:
rfc:
- rfc4337
- rfc6381
template:
- video/mp4
registered: true
sort-priority: 11
- !ruby/object:MIME::Type
content-type: video/MP4V-ES
encoding: base64
xrefs:
rfc:
- rfc6416
template:
- video/MP4V-ES
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/mpeg
friendly:
en: MPEG Video
encoding: base64
extensions:
- mp2
- mp3g
- mpe
- mpeg
- mpg
- m1v
- m2v
xrefs:
rfc:
- rfc2045
- rfc2046
template:
- video/mpeg
registered: true
sort-priority: 9
- !ruby/object:MIME::Type
content-type: video/mpeg4-generic
encoding: base64
xrefs:
rfc:
- rfc3640
template:
- video/mpeg4-generic
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/MPV
encoding: base64
xrefs:
rfc:
- rfc3555
template:
- video/MPV
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/nv
encoding: base64
xrefs:
rfc:
- rfc4856
template:
- video/nv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/ogg
friendly:
en: Ogg Video
encoding: base64
extensions:
- ogg
- ogv
xrefs:
rfc:
- rfc5334
- rfc7845
template:
- video/ogg
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/parityfec
encoding: base64
xrefs:
rfc:
- rfc3009
template:
- video/parityfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/pointer
encoding: base64
xrefs:
rfc:
- rfc2862
template:
- video/pointer
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/quicktime
friendly:
en: Quicktime Video
encoding: base64
extensions:
- qt
- mov
xrefs:
rfc:
- rfc6381
person:
- Paul_Lindner
template:
- video/quicktime
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/raptorfec
encoding: base64
xrefs:
rfc:
- rfc6682
template:
- video/raptorfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/raw
encoding: base64
xrefs:
rfc:
- rfc4175
template:
- video/raw
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/rtp-enc-aescm128
encoding: base64
xrefs:
person:
- _3GPP
template:
- video/rtp-enc-aescm128
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/rtploopback
encoding: base64
xrefs:
rfc:
- rfc6849
template:
- video/rtploopback
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/rtx
encoding: base64
xrefs:
rfc:
- rfc4588
template:
- video/rtx
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/scip
encoding: base64
xrefs:
rfc:
- rfc9607
template:
- video/scip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/smpte291
encoding: base64
xrefs:
rfc:
- rfc8331
template:
- video/smpte291
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/SMPTE292M
encoding: base64
xrefs:
rfc:
- rfc3497
template:
- video/SMPTE292M
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/theora
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: video/ulpfec
encoding: base64
xrefs:
rfc:
- rfc5109
template:
- video/ulpfec
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vc1
encoding: base64
xrefs:
rfc:
- rfc4425
template:
- video/vc1
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vc2
encoding: base64
xrefs:
rfc:
- rfc8450
template:
- video/vc2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.blockfact.factv
encoding: base64
xrefs:
person:
- Egbert_von_Frankenberg
template:
- video/vnd.blockfact.factv
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.CCTV
encoding: base64
xrefs:
person:
- Frank_Rottmann
template:
- video/vnd.CCTV
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.dece.hd
friendly:
en: DECE High Definition Video
encoding: base64
extensions:
- uvh
- uvvh
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.hd
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.dece.mobile
friendly:
en: DECE Mobile Video
encoding: base64
extensions:
- uvm
- uvvm
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.mobile
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.dece.mp4
encoding: base64
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.mp4
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.dece.pd
friendly:
en: DECE PD Video
encoding: base64
extensions:
- uvp
- uvvp
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.pd
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.dece.sd
friendly:
en: DECE SD Video
encoding: base64
extensions:
- uvs
- uvvs
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.sd
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.dece.video
friendly:
en: DECE Video
encoding: base64
extensions:
- uvv
- uvvv
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.dece.video
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.directv.mpeg
encoding: base64
xrefs:
person:
- Nathan_Zerbe
template:
- video/vnd.directv.mpeg
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.directv.mpeg-tts
encoding: base64
xrefs:
person:
- Nathan_Zerbe
template:
- video/vnd.directv.mpeg-tts
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.dlna.mpeg-tts
encoding: base64
xrefs:
person:
- Edwin_Heredia
template:
- video/vnd.dlna.mpeg-tts
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.dvb.file
encoding: base64
extensions:
- dvb
xrefs:
person:
- Kevin_Murray
- Peter_Siebert
template:
- video/vnd.dvb.file
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/vnd.fvt
friendly:
en: FAST Search & Transfer ASA
encoding: base64
extensions:
- fvt
xrefs:
person:
- Arild_Fuldseth
template:
- video/vnd.fvt
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/vnd.hns.video
encoding: base64
xrefs:
person:
- Swaminathan
template:
- video/vnd.hns.video
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.1dparityfec-1010
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.1dparityfec-1010
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.1dparityfec-2005
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.1dparityfec-2005
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.2dparityfec-1010
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.2dparityfec-1010
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.2dparityfec-2005
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.2dparityfec-2005
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.ttsavc
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.ttsavc
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.iptvforum.ttsmpeg2
encoding: base64
xrefs:
person:
- Shuji_Nakamura
template:
- video/vnd.iptvforum.ttsmpeg2
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.motorola.video
encoding: base64
xrefs:
person:
- Tom_McGinty
template:
- video/vnd.motorola.video
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.motorola.videop
encoding: base64
xrefs:
person:
- Tom_McGinty
template:
- video/vnd.motorola.videop
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.mpegurl
friendly:
en: MPEG Url
encoding: 8bit
extensions:
- mxu
- m4u
xrefs:
person:
- Heiko_Recktenwald
template:
- video/vnd.mpegurl
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.ms-playready.media.pyv
friendly:
en: Microsoft PlayReady Ecosystem Video
encoding: base64
extensions:
- pyv
xrefs:
person:
- Steve_DiAcetis
template:
- video/vnd.ms-playready.media.pyv
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/vnd.nokia.interleaved-multimedia
encoding: base64
extensions:
- nim
xrefs:
person:
- Petteri_Kangaslampi
template:
- video/vnd.nokia.interleaved-multimedia
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/vnd.nokia.mp4vr
encoding: base64
xrefs:
person:
- Miska_M._Hannuksela
template:
- video/vnd.nokia.mp4vr
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.nokia.videovoip
encoding: base64
xrefs:
person:
- Nokia
template:
- video/vnd.nokia.videovoip
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.objectvideo
encoding: base64
extensions:
- mp4
- m4v
xrefs:
person:
- John_Clark
template:
- video/vnd.objectvideo
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.planar
encoding: base64
xrefs:
person:
- David_Atkins
template:
- video/vnd.planar
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.radgamettools.bink
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- video/vnd.radgamettools.bink
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.radgamettools.smacker
encoding: base64
xrefs:
person:
- Henrik_Andersson
template:
- video/vnd.radgamettools.smacker
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/vnd.sealed.mpeg1
encoding: base64
extensions:
- s11
xrefs:
person:
- David_Petersen
template:
- video/vnd.sealed.mpeg1
registered: true
sort-priority: 15
- !ruby/object:MIME::Type
content-type: video/vnd.sealed.mpeg4
encoding: base64
extensions:
- smpg
- s14
xrefs:
person:
- David_Petersen
template:
- video/vnd.sealed.mpeg4
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.sealed.swf
encoding: base64
extensions:
- sswf
- ssw
xrefs:
person:
- David_Petersen
template:
- video/vnd.sealed.swf
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.sealedmedia.softseal.mov
encoding: base64
extensions:
- smov
- smo
- s1q
xrefs:
person:
- David_Petersen
template:
- video/vnd.sealedmedia.softseal.mov
registered: true
sort-priority: 13
- !ruby/object:MIME::Type
content-type: video/vnd.uvvu.mp4
friendly:
en: DECE MP4
encoding: base64
extensions:
- uvu
- uvvu
xrefs:
person:
- Michael_A_Dolan
template:
- video/vnd.uvvu.mp4
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.vivo
friendly:
en: Vivo
encoding: base64
extensions:
- viv
- vivo
xrefs:
person:
- John_Wolfe
template:
- video/vnd.vivo
registered: true
sort-priority: 14
- !ruby/object:MIME::Type
content-type: video/vnd.youtube.yt
encoding: base64
xrefs:
person:
- Google
template:
- video/vnd.youtube.yt
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/VP8
encoding: base64
xrefs:
rfc:
- rfc7741
template:
- video/VP8
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/VP9
encoding: base64
xrefs:
rfc:
- rfc9628
template:
- video/VP9
registered: true
sort-priority: 16
- !ruby/object:MIME::Type
content-type: video/webm
friendly:
en: Open Web Media Project - Video
encoding: base64
extensions:
- webm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-dirac
encoding: base64
extensions:
- drc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-dl
encoding: base64
extensions:
- dl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-dv
encoding: base64
extensions:
- dv
obsolete: true
use-instead: video/DV
registered: false
sort-priority: 175
- !ruby/object:MIME::Type
content-type: video/x-f4v
friendly:
en: Flash Video
encoding: base64
extensions:
- f4v
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-flc
encoding: base64
extensions:
- flc
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-fli
friendly:
en: FLI/FLC Animation Format
encoding: base64
extensions:
- fli
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-flv
friendly:
en: Flash Video
encoding: base64
extensions:
- flv
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-gl
encoding: base64
extensions:
- gl
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-ivf
encoding: base64
extensions:
- ivf
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-jng
encoding: base64
extensions:
- jng
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-m4v
friendly:
en: M4v
encoding: base64
extensions:
- m4v
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-matroska
encoding: base64
extensions:
- mk3d
- mks
- mkv
registered: false
sort-priority: 45
- !ruby/object:MIME::Type
content-type: video/x-mng
encoding: base64
extensions:
- mng
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-motion-jpeg
encoding: base64
extensions:
- mjpg
- mjpeg
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: video/x-ms-asf
friendly:
en: Microsoft Advanced Systems Format (ASF)
encoding: base64
extensions:
- asf
- asx
registered: false
sort-priority: 46
- !ruby/object:MIME::Type
content-type: video/x-ms-vob
encoding: base64
extensions:
- vob
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-ms-wm
friendly:
en: Microsoft Windows Media
encoding: base64
extensions:
- wm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-ms-wmv
friendly:
en: Microsoft Windows Media Video
encoding: base64
extensions:
- wmv
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-ms-wmx
friendly:
en: Microsoft Windows Media Audio/Video Playlist
encoding: base64
extensions:
- wmx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-ms-wvx
friendly:
en: Microsoft Windows Media Video Playlist
encoding: base64
extensions:
- wvx
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-msvideo
friendly:
en: Audio Video Interleave (AVI)
encoding: base64
extensions:
- avi
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-oggrgb
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: video/x-ogguvs
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: video/x-oggyuv
encoding: base64
registered: false
sort-priority: 48
- !ruby/object:MIME::Type
content-type: video/x-ogm
encoding: base64
extensions:
- ogm
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-sgi-movie
friendly:
en: SGI Movie
encoding: base64
extensions:
- movie
registered: false
sort-priority: 47
- !ruby/object:MIME::Type
content-type: video/x-smv
encoding: base64
extensions:
- smv
registered: false
sort-priority: 47
mime-types-mime-types-data-618ae00/types/world.yaml 0000664 0000000 0000000 00000000227 15167513557 0022326 0 ustar 00root root 0000000 0000000 ---
- !ruby/object:MIME::Type
content-type: x-world/x-vrml
encoding: base64
extensions:
- wrl
- vrml
registered: false
sort-priority: 46