mime-types 2.1 → 2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzY3MzFkN2FjY2E2YTQ4NDZkNTE3YzBhMWJlMzQ4ZjJiMDNhYjIyNA==
4
+ ZjI0NTM5NmQ3YzQ2ZGRhMmE1MWRkOTQ0MWExZmNjMDJmMTczNDM5Ng==
5
5
  data.tar.gz: !binary |-
6
- ODFhNGZkNDMyZGEwM2Y3NzA0ZjYxZTQwZDU2NWUxZDVlNTdmNjlmOA==
6
+ MjI0NDA2NjQ3YjUyNzEwOTgyOTA3OWIwMGFkNjlkMmRjZmZjYjdhNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmVmYzE3Mjg5YzgzNDg3NGE3NDQ4YjQyMDM3NTE1YjI1MmI1MmM0MmQ1MGM2
10
- ZDJlZjQyYWJkNTZmMGVlOTAxMjEzYjAzNGY2MDhhYTRlNjBmNGM0Zjg5ZmI4
11
- NzdmYjFkNDU0MWIwNmM0MzI3MjM2MDJiYjEyZjIyNmIzM2FlZmI=
9
+ NmJhNGUyYmQxZjUzNDE3MmU4OTlmMzkwMmZmMTAxZDc1YmUzY2ZjNDdmMTE3
10
+ ODZkYzAxZGQwNzFlZGZiMjJiMGVkNGM1ZWNhMGIyZWJmNjkwOTYwNDY2MTY5
11
+ OTE1YzY2OWIwMGUxNjdiNjg3YmQyOGUwMjA1NzkzOTkwN2ZiZmQ=
12
12
  data.tar.gz: !binary |-
13
- MDY1MTg3MjljNjA0OWMxMjYwNzc3YjI2NTFjZDQxMjI0NWNlYTgzNTM1MGFm
14
- NjljNjMyMDRhNmM1NGNhODhkZWYwMmYyMzcxNzgxYWQ2MWIyMTJmMzEzYWIw
15
- NTY2NGU3OWE0ODFiZGU0MTk4ZGQzYWYxZTYyNmQ1YWVmZTcxZTY=
13
+ N2FlYzQ3MThmZjhiMjY3OGU1NjdmZTBjNTFlOGYxNmY1N2RkNDNjMjc4ZWYy
14
+ M2YyOTEwN2IwZDQ3Y2I2MTFmMzMzYjJlODlmNTI3OWExM2JlYWE5ZDkxNmE3
15
+ ZDJkNTMyNDYwNTFlZDI3MmQ0NWYzZjgyNTc4YTZlNWU0MWU4Yzg=
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1 +1,3 @@
1
- o��eY!�`���eL5��w����|��u3(�u(V6���򄘭�AyyV@�==D�G��/�\_/����.�K}*�N7c.P��MZ��G������A������m��6^�VP�~��f?ga,t��t�s%"Pu��d�d�/�V�m�<7��E���Ȗ���N1��H�|�s1�X�}يҶZ�9Q��C���O9��c�W]��1��0�KUn��
1
+ f 4� ��+�A{Y�:��"��+������ ��N
2
+ ��m�U\�e�G����.��giJ��6kh�C�Va��
3
+ ��6����X�`��֢M�^�]�b��G��0�Y"��c =�(s{2"�}���V�q^��I������Y+����4�H��"d�B摄�G��@p�G^G)��v}�}�qa͜~�R�A���4{�k%�t(�7K#�nq,�v��ȉH�[��z�a#��N� +��mB"0)c��@T�%
data/.autotest CHANGED
@@ -1,5 +1,7 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
 
3
+ require "autotest/restart"
4
+
3
5
  Autotest.add_hook :initialize do |at|
4
6
  at.testlib = ".minitest"
5
7
  end
data/.coveralls.yml ADDED
@@ -0,0 +1,2 @@
1
+ ---
2
+ service_name: travis-ci
data/Contributing.rdoc CHANGED
@@ -3,11 +3,10 @@
3
3
  I value any contribution to mime-types you can provide: a bug report, a feature
4
4
  request, or code contributions.
5
5
 
6
- As mime-types is a complex codebase, there are a few guidelines:
6
+ As mime-types is a mature codebase, there are a few guidelines:
7
7
 
8
- * Changes (aside from new MIME types) *will* *not* be accepted
9
- without tests. The test suite is written with
10
- {Minitest}[https://github.com/seattlerb/minitest].
8
+ * Code changes *will* *not* be accepted without tests. The test suite is
9
+ written with {Minitest}[https://github.com/seattlerb/minitest].
11
10
  * Match my coding style.
12
11
  * Use a thoughtfully-named topic branch that contains your change. Rebase your
13
12
  commits into logical chunks as necessary.
@@ -15,7 +14,39 @@ As mime-types is a complex codebase, there are a few guidelines:
15
14
  * Do not change the version number; when your patch is accepted and a release
16
15
  is made, the version will be updated at that point.
17
16
  * Submit a GitHub pull request with your changes.
18
- * New behaviours require new or updated documentation.
17
+ * New or changed behaviours require new or updated documentation.
18
+
19
+ === Adding or Modifying MIME Types
20
+
21
+ The mime-types registry is loaded from a JSON file in +data+, but this file is
22
+ not considered editable and cannot be compared in a pull request. New or
23
+ modified MIME types should be edited in the appropriate YAML file under
24
+ +type-lists+. The format is as shown below for the +application/xml+ MIME type
25
+ in +type-lists/application.yml+.
26
+
27
+ - !ruby/object:MIME::Type
28
+ content-type: application/xml
29
+ encoding: 8bit
30
+ extensions:
31
+ - xml
32
+ - xsl
33
+ references:
34
+ - IANA
35
+ - RFC3023
36
+ xrefs: !ruby/hash:MIME::Types::Container
37
+ rfc:
38
+ - rfc3023
39
+ registered: true
40
+
41
+ There are other fields that can be added, matching the fields discussed in the
42
+ documentation for MIME::Type. Pull requests for MIME types should just contain
43
+ the changes to the YAML files for the new or modified MIME types; I will
44
+ convert the YAML files to JSON prior to a new release. I would rather not have
45
+ to verify that the JSON matches the YAML changes, which is why it is not
46
+ necessary to convert for the pull request.
47
+
48
+ If you are making a change for a private fork, use <tt>rake
49
+ convert:yaml:json</tt> to convert the YAML to JSON.
19
50
 
20
51
  === Test Dependencies
21
52
 
data/History-Types.rdoc CHANGED
@@ -1,5 +1,48 @@
1
1
  = MIME Types Changes by Version
2
2
 
3
+ == 2.2 / 2014-03-14
4
+ * Added <tt>.sj</tt> to +application/javascript+ as provided by Brandon
5
+ Galbraith (@brandongalbraith) in
6
+ {#58}[https://github.com/halostatue/mime-types/pull/58].
7
+ * Marked application/excel and application/x-excel as obsolete in favour of
8
+ application/vnd.ms-excel per
9
+ {#60}[https://github.com/halostatue/mime-types/pull/60].
10
+ * Merged duplicate MIME types for 3M post-it-notes into the registered MIME type.
11
+ The only difference between the MIME types was capitalization; the MIME type
12
+ registry is case-preserving.
13
+ * Affected MIME types: application/vnd.3M.Post-it-Notes,
14
+ application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment\+xml,
15
+ application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
16
+ application/vnd.ibm.MiniPay, application/vnd.Kinar, application/vnd.MFER,
17
+ application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
18
+ application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
19
+ application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
20
+ application/vnd.Mobius.TXF, application/vnd.ms-excel.addin.macroEnabled.12,
21
+ application/vnd.ms-excel.sheet.binary.macroEnabled.12,
22
+ application/vnd.ms-excel.sheet.macroEnabled.12,
23
+ application/vnd.ms-excel.template.macroEnabled.12,
24
+ application/vnd.ms-powerpoint.addin.macroEnabled.12,
25
+ application/vnd.ms-powerpoint.presentation.macroEnabled.12,
26
+ application/vnd.ms-powerpoint.slide.macroEnabled.12,
27
+ application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
28
+ application/vnd.ms-powerpoint.template.macroEnabled.12,
29
+ application/vnd.ms-word.document.macroEnabled.12,
30
+ application/vnd.ms-word.template.macroEnabled.12,
31
+ application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
32
+ application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
33
+ application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261, video/H263,
34
+ video/H264, video/JPEG, video/MJ2.
35
+
36
+ * Updated the IANA media registry entries as of release date.
37
+ * Registered type person names have been updated from surname only to full
38
+ name.
39
+ * Several types had updated RFC or draft RFC references.
40
+ * Added application/bacnet-xdd\+zip, application/cms,
41
+ application/load-control\+xml, application/PDX, application/ttml\+xml,
42
+ application/vnd.collection.doc\+json,
43
+ application/vnd.iptc.g2.catalogitem\+xml, application/vnd.pcos,
44
+ text/parameters, text/vnd.a, video/iso.segment
45
+
3
46
  == 2.1 / 2014-01-25
4
47
 
5
48
  * The IANA media type registry format changed, resulting in updates to most of
data/History.rdoc CHANGED
@@ -1,3 +1,14 @@
1
+ == 2.2 / 2014-03-14
2
+
3
+ * Clarified contribution guidelines for MIME types. Resolves
4
+ {#57}[https://github.com/halostatue/mime-types/issues/57].
5
+ * Fixed a small bug where deprecated methods would warn of deprecation when
6
+ called by internal methods. Resolves
7
+ {#60}[https://github.com/halostatue/mime-types/issues/60].
8
+ * Dropped Code Climate; added Coveralls for test coverage reports.
9
+ * Removing external references to RubyForge, as it is shutting down. Resolves
10
+ {#59}[https://github.com/halostatue/mime-types/issues/59].
11
+
1
12
  == 2.1 / 2014-01-25
2
13
 
3
14
  * API Changes (MIME::Type):
@@ -279,8 +290,7 @@
279
290
  * Should no longer complain about missing RubyGems keys https://github.com/halostatue/mime-types/issues/2
280
291
  * Added .mp4 and .mpg4 as recognized extensions for
281
292
  {application,audio,video}/mp4 per RFC4337. https://github.com/halostatue/mime-types/issues/1
282
- * Added audio/x-aac and .aac per RubyForge issue #28054
283
- (http://rubyforge.org/tracker/index.php?func=detail&aid=28054&group_id=293&atid=1194).
293
+ * Added audio/x-aac and .aac per RubyForge issue #28054.
284
294
  * Made it much easier to update MIME types from this point forward.
285
295
  * Updated MIME types from IANA.
286
296
 
data/Licence.rdoc CHANGED
@@ -1,12 +1,12 @@
1
1
  == Licence
2
2
 
3
- This software is available under three licenses: the GNU GPL version 2 (or at
4
- your option, a later version), the Perl Artistic license, or the MIT license.
5
- Note that my preference for licensing is the MIT license, but the original Perl
6
- MIME::Types was dually originally licensed with the Perl Artistic and the GNU
7
- GPL ("the same terms as Perl itself") and given that the Ruby implementation
8
- hewed pretty closely to the Perl version, I must maintain the additional
9
- licensing terms.
3
+ This software is available under three licences: the GNU GPL version 2 (or at
4
+ your option, a later version), the Perl Artistic License, or the MIT License.
5
+ Note that my preference for licensing is the MIT License, but the original Perl
6
+ MIME::Types was dually originally licensed with the Perl Artistic Licence and
7
+ the GNU GPL ("the same terms as Perl itself") and given that the Ruby
8
+ implementation hewed pretty closely to the Perl version, I must maintain the
9
+ additional licensing terms.
10
10
 
11
11
  * Copyright 2003–2013 Austin Ziegler.
12
12
  * Adapted from MIME::Types (Perl) by Mark Overmeer.
data/Manifest.txt CHANGED
@@ -1,4 +1,5 @@
1
1
  .autotest
2
+ .coveralls.yml
2
3
  .gemtest
3
4
  .hoerc
4
5
  .minitest.rb
data/README.rdoc CHANGED
@@ -1,11 +1,11 @@
1
1
  = mime-types
2
2
 
3
- home :: http://mime-types.rubyforge.org/
3
+ home :: https://github.com/halostatue/mime-types/
4
4
  code :: https://github.com/halostatue/mime-types/
5
5
  bugs :: https://github.com/halostatue/mime-types/issues
6
- rdoc :: http://mime-types.rubyforge.org/
7
- code climate :: {<img src="https://codeclimate.com/github/halostatue/mime-types.png" />}[https://codeclimate.com/github/halostatue/mime-types]
6
+ rdoc :: http://rdoc.info/gems/mime-types/
8
7
  continuous integration :: {<img src="https://travis-ci.org/halostatue/mime-types.png" />}[https://travis-ci.org/halostatue/mime-types]
8
+ test coverage :: {<img src="https://coveralls.io/repos/halostatue/mime-types/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/halostatue/mime-types]
9
9
 
10
10
  == Description
11
11
 
@@ -24,7 +24,8 @@ add additional type definitions (see Contributing.rdoc). The primary sources
24
24
  for MIME type definitions found in mime-types is the IANA collection of
25
25
  registrations (see below for the link), RFCs, and W3C recommendations.
26
26
 
27
- This is release 2.1, mostly changing how the MIME type registry is updated from
27
+ This is release 2.2,
28
+ mostly changing how the MIME type registry is updated from
28
29
  the IANA registry (the format of which was incompatibly changed shortly before
29
30
  this release) and taking advantage of the extra data available from IANA
30
31
  registry in the form of MIME::Type#xrefs. In addition, the {LTSW
data/Rakefile CHANGED
@@ -4,22 +4,17 @@ require 'rubygems'
4
4
  require 'hoe'
5
5
 
6
6
  Hoe.plugin :doofus
7
- Hoe.plugin :email
8
7
  Hoe.plugin :gemspec2
9
8
  Hoe.plugin :git
10
- Hoe.plugin :rubyforge unless ENV['CI'] or ENV['TRAVIS']
11
9
  Hoe.plugin :minitest
12
10
  Hoe.plugin :travis
13
11
 
14
12
  spec = Hoe.spec 'mime-types' do
15
- developer('Austin Ziegler', 'austin@rubyforge.org')
13
+ developer('Austin Ziegler', 'halostatue@gmail.com')
16
14
  self.need_tar = true
17
15
 
18
16
  self.require_ruby_version '>= 1.9.2'
19
17
 
20
- self.remote_rdoc_dir = '.'
21
- self.rsync_args << ' --exclude=statsvn/'
22
-
23
18
  self.history_file = 'History.rdoc'
24
19
  self.readme_file = 'README.rdoc'
25
20
  self.extra_rdoc_files = FileList["*.rdoc"].to_a
@@ -30,9 +25,10 @@ spec = Hoe.spec 'mime-types' do
30
25
  self.extra_dev_deps << ['hoe-git', '~> 1.5']
31
26
  self.extra_dev_deps << ['hoe-rubygems', '~> 1.0']
32
27
  self.extra_dev_deps << ['hoe-travis', '~> 1.2']
33
- self.extra_dev_deps << ['minitest', '~> 4.5']
28
+ self.extra_dev_deps << ['minitest', '~> 5.2']
34
29
  self.extra_dev_deps << ['rake', '~> 10.0']
35
30
  self.extra_dev_deps << ['simplecov', '~> 0.7']
31
+ self.extra_dev_deps << ['coveralls', '~> 0.7']
36
32
  end
37
33
 
38
34
  desc 'Benchmark'
@@ -44,6 +40,18 @@ task :benchmark, :repeats do |t, args|
44
40
  end
45
41
 
46
42
  namespace :test do
43
+ task :coveralls do
44
+ spec.test_prelude = [
45
+ 'require "psych"',
46
+ 'require "simplecov"',
47
+ 'require "coveralls"',
48
+ 'SimpleCov.formatter = Coveralls::SimpleCov::Formatter',
49
+ 'SimpleCov.start("test_frameworks") { command_name "Minitest" }',
50
+ 'gem "minitest"'
51
+ ].join('; ')
52
+ Rake::Task['test'].execute
53
+ end
54
+
47
55
  task :coverage do
48
56
  spec.test_prelude = [
49
57
  'require "simplecov"',
@@ -92,4 +100,6 @@ namespace :convert do
92
100
  end
93
101
  end
94
102
 
103
+ Rake::Task['travis'].prerequisites.replace(%w(test:coveralls))
104
+
95
105
  # vim: syntax=ruby
data/data/mime-types.json CHANGED
@@ -1 +1 @@
1
- [{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"application/3gpp-ims+xml","encoding":"base64","references":["IANA","[John_M_Meredith]","{application/3gpp-ims+xml=http://www.iana.org/assignments/media-types/application/3gpp-ims+xml}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/3gpp-ims+xml"]},"registered":true},{"content-type":"application/acad","encoding":"base64","registered":false},{"content-type":"application/access","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"obsolete":true,"use-instead":["application/x-msaccess"],"registered":false},{"content-type":"application/activemessage","encoding":"base64","references":["IANA","[Ehud_Shapiro]","{application/activemessage=http://www.iana.org/assignments/media-types/application/activemessage}"],"xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true},{"content-type":"application/andrew-inset","encoding":"base64","extensions":["ez"],"references":["IANA","[Borenstein]","{application/andrew-inset=http://www.iana.org/assignments/media-types/application/andrew-inset}"],"xrefs":{"person":["Borenstein"],"template":["application/andrew-inset"]},"registered":true},{"content-type":"application/appledouble","encoding":"base64","registered":false},{"content-type":"application/applefile","encoding":"base64","references":["IANA","[Faltstrom]","{application/applefile=http://www.iana.org/assignments/media-types/application/applefile}"],"xrefs":{"person":["Faltstrom"],"template":["application/applefile"]},"registered":true},{"content-type":"application/applixware","encoding":"base64","extensions":["aw"],"registered":false},{"content-type":"application/atom+xml","encoding":"8bit","extensions":["atom"],"references":["IANA","RFC4287","RFC5023"],"xrefs":{"rfc":["rfc4287","rfc5023"]},"registered":true},{"content-type":"application/atomcat+xml","encoding":"8bit","extensions":["atomcat"],"references":["IANA","RFC5023"],"xrefs":{"rfc":["rfc5023"]},"registered":true},{"content-type":"application/atomdeleted+xml","encoding":"8bit","references":["IANA","RFC6721"],"xrefs":{"rfc":["rfc6721"]},"registered":true},{"content-type":"application/atomicmail","encoding":"base64","references":["IANA","[Borenstein]","{application/atomicmail=http://www.iana.org/assignments/media-types/application/atomicmail}"],"xrefs":{"person":["Borenstein"],"template":["application/atomicmail"]},"registered":true},{"content-type":"application/atomsvc+xml","encoding":"8bit","extensions":["atomsvc"],"references":["IANA","RFC5023"],"xrefs":{"rfc":["rfc5023"]},"registered":true},{"content-type":"application/auth-policy+xml","encoding":"8bit","references":["IANA","RFC4745"],"xrefs":{"rfc":["rfc4745"]},"registered":true},{"content-type":"application/batch-SMTP","encoding":"base64","references":["IANA","RFC2442"],"xrefs":{"rfc":["rfc2442"]},"registered":true},{"content-type":"application/beep+xml","encoding":"base64","references":["IANA","RFC3080"],"xrefs":{"rfc":["rfc3080"]},"registered":true},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":["application/x-bleeper"],"registered":false},{"content-type":"application/calendar+xml","encoding":"base64","references":["IANA","RFC6321"],"xrefs":{"rfc":["rfc6321"]},"registered":true},{"content-type":"application/call-completion","encoding":"base64","references":["IANA","RFC6910","{application/call-completion=http://www.iana.org/assignments/media-types/application/call-completion}"],"xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true},{"content-type":"application/cals-1840","encoding":"base64","references":["IANA","RFC1895"],"xrefs":{"rfc":["rfc1895"]},"registered":true},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":["application/cals-1840"],"registered":false},{"content-type":"application/cbor","encoding":"base64","references":["IANA","RFC7049","{application/cbor=http://www.iana.org/assignments/media-types/application/cbor}"],"xrefs":{"rfc":["rfc7049"],"template":["application/cbor"]},"registered":true},{"content-type":"application/ccmp+xml","encoding":"base64","references":["IANA","RFC6503"],"xrefs":{"rfc":["rfc6503"]},"registered":true},{"content-type":"application/ccxml+xml","encoding":"base64","extensions":["ccxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/cdmi-capability","encoding":"base64","extensions":["cdmia"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-container","encoding":"base64","extensions":["cdmic"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-domain","encoding":"base64","extensions":["cdmid"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-object","encoding":"base64","extensions":["cdmio"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-queue","encoding":"base64","extensions":["cdmiq"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cea-2018+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/cea-2018+xml=http://www.iana.org/assignments/media-types/application/cea-2018+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true},{"content-type":"application/cellml+xml","encoding":"base64","references":["IANA","RFC4708"],"xrefs":{"rfc":["rfc4708"]},"registered":true},{"content-type":"application/cfw","encoding":"base64","references":["IANA","RFC6230"],"xrefs":{"rfc":["rfc6230"]},"registered":true},{"content-type":"application/clariscad","encoding":"base64","registered":false},{"content-type":"application/cnrp+xml","encoding":"base64","references":["IANA","RFC3367"],"xrefs":{"rfc":["rfc3367"]},"registered":true},{"content-type":"application/commonground","encoding":"base64","references":["IANA","[Glazer]","{application/commonground=http://www.iana.org/assignments/media-types/application/commonground}"],"xrefs":{"person":["Glazer"],"template":["application/commonground"]},"registered":true},{"content-type":"application/conference-info+xml","encoding":"base64","references":["IANA","RFC4575"],"xrefs":{"rfc":["rfc4575"]},"registered":true},{"content-type":"application/cpl+xml","encoding":"base64","references":["IANA","RFC3880"],"xrefs":{"rfc":["rfc3880"]},"registered":true},{"content-type":"application/csrattrs","encoding":"base64","references":["IANA","RFC7030","{application/csrattrs=http://www.iana.org/assignments/media-types/application/csrattrs}"],"xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true},{"content-type":"application/csta+xml","encoding":"base64","references":["IANA","[Ecma_International_Helpdesk]","{application/csta+xml=http://www.iana.org/assignments/media-types/application/csta+xml}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true},{"content-type":"application/CSTAdata+xml","encoding":"base64","references":["IANA","[Ecma_International_Helpdesk]","{application/CSTAdata+xml=http://www.iana.org/assignments/media-types/application/CSTAdata+xml}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true},{"content-type":"application/cu-seeme","encoding":"base64","extensions":["cu"],"registered":false},{"content-type":"application/cybercash","encoding":"base64","references":["IANA","[Eastlake]","{application/cybercash=http://www.iana.org/assignments/media-types/application/cybercash}"],"xrefs":{"person":["Eastlake"],"template":["application/cybercash"]},"registered":true},{"content-type":"application/dash+xml","encoding":"base64","references":["IANA","[Thomas_Stockhammer]","[ISO-IEC_JTC1]","{application/dash+xml=http://www.iana.org/assignments/media-types/application/dash+xml}"],"xrefs":{"person":["ISO-IEC_JTC1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dashdelta","encoding":"base64","references":["IANA","[Furbeck]","{application/dashdelta=http://www.iana.org/assignments/media-types/application/dashdelta}"],"xrefs":{"person":["Furbeck"],"template":["application/dashdelta"]},"registered":true},{"content-type":"application/davmount+xml","encoding":"base64","extensions":["davmount"],"references":["IANA","RFC4709"],"xrefs":{"rfc":["rfc4709"]},"registered":true},{"content-type":"application/dca-rft","encoding":"base64","references":["IANA","[Campbell]","{application/dca-rft=http://www.iana.org/assignments/media-types/application/dca-rft}"],"xrefs":{"person":["Campbell"],"template":["application/dca-rft"]},"registered":true},{"content-type":"application/dec-dx","encoding":"base64","references":["IANA","[Campbell]","{application/dec-dx=http://www.iana.org/assignments/media-types/application/dec-dx}"],"xrefs":{"person":["Campbell"],"template":["application/dec-dx"]},"registered":true},{"content-type":"application/dialog-info+xml","encoding":"base64","references":["IANA","RFC4235"],"xrefs":{"rfc":["rfc4235"]},"registered":true},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"references":["IANA","RFC3240"],"xrefs":{"rfc":["rfc3240"]},"registered":true},{"content-type":"application/dns","encoding":"base64","references":["IANA","RFC4027"],"xrefs":{"rfc":["rfc4027"]},"registered":true},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false},{"content-type":"application/drafting","encoding":"base64","registered":false},{"content-type":"application/dskpp+xml","encoding":"base64","references":["IANA","RFC6063"],"xrefs":{"rfc":["rfc6063"]},"registered":true},{"content-type":"application/dssc+der","encoding":"base64","extensions":["dssc"],"references":["IANA","RFC5698"],"xrefs":{"rfc":["rfc5698"]},"registered":true},{"content-type":"application/dssc+xml","encoding":"base64","extensions":["xdssc"],"references":["IANA","RFC5698"],"xrefs":{"rfc":["rfc5698"]},"registered":true},{"content-type":"application/dvcs","encoding":"base64","references":["IANA","RFC3029"],"xrefs":{"rfc":["rfc3029"]},"registered":true},{"content-type":"application/dxf","encoding":"base64","registered":false},{"content-type":"application/ecmascript","encoding":"base64","extensions":["ecma"],"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"application/EDI-Consent","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/EDI-X12","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/EDIFACT","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/emma+xml","encoding":"base64","extensions":["emma"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"text":[null]},"registered":true},{"content-type":"application/emotionml+xml","encoding":"base64","references":["IANA","[W3C]","[Ashimura]","{application/emotionml+xml=http://www.iana.org/assignments/media-types/application/emotionml+xml}"],"xrefs":{"person":["Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true},{"content-type":"application/encaprtp","encoding":"base64","references":["IANA","RFC6849","{application/encaprtp=http://www.iana.org/assignments/media-types/application/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true},{"content-type":"application/epp+xml","encoding":"base64","references":["IANA","RFC5730"],"xrefs":{"rfc":["rfc5730"]},"registered":true},{"content-type":"application/epub+zip","encoding":"base64","extensions":["epub"],"registered":false},{"content-type":"application/eshop","encoding":"base64","references":["IANA","[Katz]","{application/eshop=http://www.iana.org/assignments/media-types/application/eshop}"],"xrefs":{"person":["Katz"],"template":["application/eshop"]},"registered":true},{"content-type":"application/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"registered":false},{"content-type":"application/exi","encoding":"base64","extensions":["exi"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"]},"registered":true},{"content-type":"application/fastinfoset","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/fastinfoset=http://www.iana.org/assignments/media-types/application/fastinfoset}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/fastsoap=http://www.iana.org/assignments/media-types/application/fastsoap}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdt+xml","encoding":"base64","references":["IANA","RFC6726"],"xrefs":{"rfc":["rfc6726"]},"registered":true},{"content-type":"application/fits","encoding":"base64","references":["IANA","RFC4047"],"xrefs":{"rfc":["rfc4047"]},"registered":true},{"content-type":"application/font-sfnt","encoding":"base64","references":["IANA","[Levantovsky]","{application/font-sfnt=http://www.iana.org/assignments/media-types/application/font-sfnt}"],"xrefs":{"person":["Levantovsky"],"text":[null],"template":["application/font-sfnt"]},"registered":true},{"content-type":"application/font-tdpfr","encoding":"base64","extensions":["pfr"],"references":["IANA","RFC3073"],"xrefs":{"rfc":["rfc3073"]},"registered":true},{"content-type":"application/font-woff","encoding":"base64","extensions":["woff"],"references":["IANA","[W3C]","{application/font-woff=http://www.iana.org/assignments/media-types/application/font-woff}"],"xrefs":{"person":["W3C"],"template":["application/font-woff"]},"registered":true},{"content-type":"application/fractals","encoding":"base64","registered":false},{"content-type":"application/framework-attributes+xml","encoding":"base64","references":["IANA","RFC6230"],"xrefs":{"rfc":["rfc6230"]},"registered":true},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":["application/x-futuresplash"],"registered":false},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":["application/x-ghostview"],"registered":false},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"registered":false},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"references":["IANA","RFC6713"],"xrefs":{"rfc":["rfc6713"]},"registered":true},{"content-type":"application/H224","encoding":"base64","references":["IANA","RFC4573"],"xrefs":{"rfc":["rfc4573"]},"registered":true},{"content-type":"application/held+xml","encoding":"base64","references":["IANA","RFC5985"],"xrefs":{"rfc":["rfc5985"]},"registered":true},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":["application/x-hep"],"registered":false},{"content-type":"application/http","encoding":"base64","references":["IANA","RFC2616"],"xrefs":{"rfc":["rfc2616"]},"registered":true},{"content-type":"application/hyperstudio","encoding":"base64","extensions":["stk"],"references":["IANA","[Domino]","{application/hyperstudio=http://www.iana.org/assignments/media-types/application/hyperstudio}"],"xrefs":{"person":["Domino"],"template":["application/hyperstudio"]},"registered":true},{"content-type":"application/i-deas","encoding":"base64","registered":false},{"content-type":"application/ibe-key-request+xml","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/ibe-pp-data","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/iges","encoding":"base64","references":["IANA","[Curtis_Parks]","{application/iges=http://www.iana.org/assignments/media-types/application/iges}"],"xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true},{"content-type":"application/im-iscomposing+xml","encoding":"base64","references":["IANA","RFC3994"],"xrefs":{"rfc":["rfc3994"]},"registered":true},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":["application/x-imagemap"],"registered":false},{"content-type":"application/index","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.cmd","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.obj","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.response","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.vnd","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"references":["IANA","[Ashimura]","{application/inkml+xml=http://www.iana.org/assignments/media-types/application/inkml+xml}"],"xrefs":{"person":["Ashimura"],"template":["application/inkml+xml"]},"registered":true},{"content-type":"application/iotp","encoding":"base64","references":["IANA","RFC2935"],"xrefs":{"rfc":["rfc2935"]},"registered":true},{"content-type":"application/ipfix","encoding":"base64","extensions":["ipfix"],"references":["IANA","RFC5655"],"xrefs":{"rfc":["rfc5655"]},"registered":true},{"content-type":"application/ipp","encoding":"base64","references":["IANA","RFC2910"],"xrefs":{"rfc":["rfc2910"]},"registered":true},{"content-type":"application/isup","encoding":"base64","references":["IANA","RFC3204"],"xrefs":{"rfc":["rfc3204"]},"registered":true},{"content-type":"application/its+xml","encoding":"base64","references":["IANA","[W3C]","[ITS-IG-W3C]","{application/its+xml=http://www.iana.org/assignments/media-types/application/its+xml}"],"xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true},{"content-type":"application/java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/javascript","encoding":"8bit","extensions":["js"],"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"application/jrd+json","encoding":"base64","references":["IANA","RFC7033","{application/jrd+json=http://www.iana.org/assignments/media-types/application/jrd+json}"],"xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true},{"content-type":"application/json","encoding":"8bit","extensions":["json"],"references":["IANA","DRAFT:draft-ietf-json-rfc4627bis-10","{application/json=http://www.iana.org/assignments/media-types/application/json}"],"xrefs":{"draft":["RFC-ietf-json-rfc4627bis-10"],"template":["application/json"]},"registered":true},{"content-type":"application/json-patch+json","encoding":"base64","references":["IANA","RFC6902","{application/json-patch+json=http://www.iana.org/assignments/media-types/application/json-patch+json}"],"xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false},{"content-type":"application/kpml-request+xml","encoding":"base64","references":["IANA","RFC4730"],"xrefs":{"rfc":["rfc4730"]},"registered":true},{"content-type":"application/kpml-response+xml","encoding":"base64","references":["IANA","RFC4730"],"xrefs":{"rfc":["rfc4730"]},"registered":true},{"content-type":"application/ld+json","encoding":"base64","references":["IANA","[W3C]","[Herman]","{application/ld+json=http://www.iana.org/assignments/media-types/application/ld+json}"],"xrefs":{"person":["Herman","W3C"],"template":["application/ld+json"]},"registered":true},{"content-type":"application/link-format","encoding":"base64","references":["IANA","RFC6690"],"xrefs":{"rfc":["rfc6690"]},"registered":true},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"references":["IANA","RFC5222"],"xrefs":{"rfc":["rfc5222"]},"registered":true},{"content-type":"application/lostsync+xml","encoding":"base64","references":["IANA","RFC6739"],"xrefs":{"rfc":["rfc6739"]},"registered":true},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/mac-binhex40","encoding":"8bit","extensions":["hqx"],"references":["IANA","[Faltstrom]","{application/mac-binhex40=http://www.iana.org/assignments/media-types/application/mac-binhex40}"],"xrefs":{"person":["Faltstrom"],"template":["application/mac-binhex40"]},"registered":true},{"content-type":"application/mac-compactpro","encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":["application/x-mac-compactpro"],"registered":false},{"content-type":"application/macbinary","encoding":"base64","registered":false},{"content-type":"application/macwriteii","encoding":"base64","references":["IANA","[Paul_Lindner]","{application/macwriteii=http://www.iana.org/assignments/media-types/application/macwriteii}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true},{"content-type":"application/mads+xml","encoding":"base64","extensions":["mads"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/marc","encoding":"base64","extensions":["mrc"],"references":["IANA","RFC2220"],"xrefs":{"rfc":["rfc2220"]},"registered":true},{"content-type":"application/marcxml+xml","encoding":"base64","extensions":["mrcx"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":["application/vnd.mcd"],"registered":false},{"content-type":"application/mathematica","encoding":"base64","extensions":["ma","mb","nb"],"references":["IANA","[Wolfram]","{application/mathematica=http://www.iana.org/assignments/media-types/application/mathematica}"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":["application/x-mathematica-old"],"registered":false},{"content-type":"application/mathml+xml","encoding":"base64","extensions":["mathml"],"references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-content+xml","encoding":"base64","references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-presentation+xml","encoding":"base64","references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-associated-procedure-description+xml=http://www.iana.org/assignments/media-types/application/mbms-associated-procedure-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true},{"content-type":"application/mbms-deregister+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-deregister+xml=http://www.iana.org/assignments/media-types/application/mbms-deregister+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-deregister+xml"]},"registered":true},{"content-type":"application/mbms-envelope+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-envelope+xml=http://www.iana.org/assignments/media-types/application/mbms-envelope+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-envelope+xml"]},"registered":true},{"content-type":"application/mbms-msk+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-msk+xml=http://www.iana.org/assignments/media-types/application/mbms-msk+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-msk+xml"]},"registered":true},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-msk-response+xml=http://www.iana.org/assignments/media-types/application/mbms-msk-response+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-msk-response+xml"]},"registered":true},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-protection-description+xml=http://www.iana.org/assignments/media-types/application/mbms-protection-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-protection-description+xml"]},"registered":true},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-reception-report+xml=http://www.iana.org/assignments/media-types/application/mbms-reception-report+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-reception-report+xml"]},"registered":true},{"content-type":"application/mbms-register+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-register+xml=http://www.iana.org/assignments/media-types/application/mbms-register+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-register+xml"]},"registered":true},{"content-type":"application/mbms-register-response+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-register-response+xml=http://www.iana.org/assignments/media-types/application/mbms-register-response+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-register-response+xml"]},"registered":true},{"content-type":"application/mbms-schedule+xml","encoding":"base64","references":["IANA","[ThreeGPP]","[Eric_Turcotte]","{application/mbms-schedule+xml=http://www.iana.org/assignments/media-types/application/mbms-schedule+xml}"],"xrefs":{"person":["Eric_Turcotte","ThreeGPP"],"template":["application/mbms-schedule+xml"]},"registered":true},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-user-service-description+xml=http://www.iana.org/assignments/media-types/application/mbms-user-service-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true},{"content-type":"application/mbox","encoding":"base64","extensions":["mbox"],"references":["IANA","RFC4155"],"xrefs":{"rfc":["rfc4155"]},"registered":true},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","references":["IANA","RFC6796"],"xrefs":{"rfc":["rfc6796"]},"registered":true},{"content-type":"application/media_control+xml","encoding":"base64","references":["IANA","RFC5168"],"xrefs":{"rfc":["rfc5168"]},"registered":true},{"content-type":"application/mediaservercontrol+xml","encoding":"base64","extensions":["mscml"],"references":["IANA","RFC5022"],"xrefs":{"rfc":["rfc5022"]},"registered":true},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false},{"content-type":"application/metalink4+xml","encoding":"base64","extensions":["meta4"],"references":["IANA","RFC5854"],"xrefs":{"rfc":["rfc5854"]},"registered":true},{"content-type":"application/mets+xml","encoding":"base64","extensions":["mets"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/mikey","encoding":"base64","references":["IANA","RFC3830"],"xrefs":{"rfc":["rfc3830"]},"registered":true},{"content-type":"application/mods+xml","encoding":"base64","extensions":["mods"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/moss-keys","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/moss-signature","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mosskey-data","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mosskey-request","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mp21","encoding":"base64","extensions":["m21","mp21"],"references":["IANA","RFC6381","[David_Singer]","{application/mp21=http://www.iana.org/assignments/media-types/application/mp21}"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true},{"content-type":"application/mp4","encoding":"base64","extensions":["mp4","mp4s","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"application/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640"],"xrefs":{"rfc":["rfc3640"]},"registered":true},{"content-type":"application/mpeg4-iod","encoding":"base64","references":["IANA","RFC4337"],"xrefs":{"rfc":["rfc4337"]},"registered":true},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","references":["IANA","RFC4337"],"xrefs":{"rfc":["rfc4337"]},"registered":true},{"content-type":"application/mrb-consumer+xml","encoding":"base64","references":["IANA","RFC6917","{application/mrb-consumer+xml=http://www.iana.org/assignments/media-types/application/mrb-consumer+xml}"],"xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true},{"content-type":"application/mrb-publish+xml","encoding":"base64","references":["IANA","RFC6917","{application/mrb-publish+xml=http://www.iana.org/assignments/media-types/application/mrb-publish+xml}"],"xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true},{"content-type":"application/msc-ivr+xml","encoding":"base64","references":["IANA","RFC6231"],"xrefs":{"rfc":["rfc6231"]},"registered":true},{"content-type":"application/msc-mixer+xml","encoding":"base64","references":["IANA","RFC6505"],"xrefs":{"rfc":["rfc6505"]},"registered":true},{"content-type":"application/msword","encoding":"base64","extensions":["doc","dot","wrd"],"references":["IANA","[Paul_Lindner]","{application/msword=http://www.iana.org/assignments/media-types/application/msword}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true},{"content-type":"application/mxf","encoding":"base64","extensions":["mxf"],"references":["IANA","RFC4539"],"xrefs":{"rfc":["rfc4539"]},"registered":true},{"content-type":"application/nasdata","encoding":"base64","references":["IANA","RFC4707"],"xrefs":{"rfc":["rfc4707"]},"registered":true},{"content-type":"application/netcdf","encoding":"base64","extensions":["cdf","nc"],"registered":false},{"content-type":"application/news-checkgroups","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/news-groupinfo","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"references":["IANA","RFC1036","[Spencer]"],"registered":false},{"content-type":"application/news-transmission","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/nlsml+xml","encoding":"base64","references":["IANA","RFC6787"],"xrefs":{"rfc":["rfc6787"]},"registered":true},{"content-type":"application/nss","encoding":"base64","references":["IANA","[Hammer]","{application/nss=http://www.iana.org/assignments/media-types/application/nss}"],"xrefs":{"person":["Hammer"],"template":["application/nss"]},"registered":true},{"content-type":"application/ocsp-request","encoding":"base64","references":["IANA","RFC6960"],"xrefs":{"rfc":["rfc6960"]},"registered":true},{"content-type":"application/ocsp-response","encoding":"base64","references":["IANA","RFC6960"],"xrefs":{"rfc":["rfc6960"]},"registered":true},{"content-type":"application/octet-stream","encoding":"base64","extensions":["ani","bin","bpk","class","deploy","dist","distz","dll","dms","dump","dylib","elc","exe","lha","lrf","lzh","mar","pgp","pkg","so"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/oda","encoding":"base64","extensions":["oda"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/ODX","encoding":"base64","references":["IANA","[ASAM]","[Thomas_Thomsen]","{application/ODX=http://www.iana.org/assignments/media-types/application/ODX}"],"xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true},{"content-type":"application/oebps-package+xml","encoding":"base64","extensions":["opf"],"references":["IANA","RFC4839"],"xrefs":{"rfc":["rfc4839"]},"registered":true},{"content-type":"application/ogg","encoding":"base64","extensions":["ogx"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false},{"content-type":"application/onenote","encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"references":["IANA","[Ecma_International_Helpdesk]","{application/oxps=http://www.iana.org/assignments/media-types/application/oxps}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true},{"content-type":"application/p2p-overlay+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-p2psip-base","{application/p2p-overlay+xml=http://www.iana.org/assignments/media-types/application/p2p-overlay+xml}"],"xrefs":{"draft":["draft-ietf-p2psip-base"],"template":["application/p2p-overlay+xml"]},"registered":true},{"content-type":"application/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"application/patch-ops-error+xml","encoding":"base64","extensions":["xer"],"references":["IANA","RFC5261"],"xrefs":{"rfc":["rfc5261"]},"registered":true},{"content-type":"application/pdf","encoding":"base64","extensions":["pdf"],"references":["IANA","RFC3778"],"xrefs":{"rfc":["rfc3778"]},"registered":true},{"content-type":"application/pgp-encrypted","encoding":"7bit","extensions":["pgp"],"references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true},{"content-type":"application/pgp-keys","encoding":"7bit","references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true,"signature":true},{"content-type":"application/pgp-signature","encoding":"base64","extensions":["asc","sig"],"references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true,"signature":true},{"content-type":"application/pics-rules","encoding":"base64","extensions":["prf"],"registered":false},{"content-type":"application/pidf+xml","encoding":"base64","references":["IANA","RFC3863","{application/pidfxml=http://www.iana.org/assignments/media-types/application/pidfxml}"],"xrefs":{"rfc":["rfc3863"],"template":["application/pidfxml"]},"registered":true},{"content-type":"application/pidf-diff+xml","encoding":"base64","references":["IANA","RFC5262"],"xrefs":{"rfc":["rfc5262"]},"registered":true},{"content-type":"application/pkcs10","encoding":"base64","extensions":["p10"],"references":["IANA","RFC5967"],"xrefs":{"rfc":["rfc5967"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-mime","encoding":"base64","extensions":["p7c","p7m"],"references":["IANA","RFC5751","DRAFT:draft-leiba-smime-type-registry-02"],"xrefs":{"rfc":["rfc5751"],"draft":["RFC-leiba-smime-type-registry-02"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-signature","encoding":"base64","extensions":["p7s"],"references":["IANA","RFC5751"],"xrefs":{"rfc":["rfc5751"]},"registered":true,"signature":true},{"content-type":"application/pkcs8","encoding":"base64","extensions":["p8"],"references":["IANA","RFC5958"],"xrefs":{"rfc":["rfc5958"]},"registered":true},{"content-type":"application/pkix-attr-cert","encoding":"base64","extensions":["ac"],"references":["IANA","RFC5877"],"xrefs":{"rfc":["rfc5877"]},"registered":true},{"content-type":"application/pkix-cert","encoding":"base64","extensions":["cer"],"references":["IANA","RFC2585"],"xrefs":{"rfc":["rfc2585"]},"registered":true},{"content-type":"application/pkix-crl","encoding":"base64","extensions":["crl"],"references":["IANA","RFC2585"],"xrefs":{"rfc":["rfc2585"]},"registered":true},{"content-type":"application/pkix-pkipath","encoding":"base64","extensions":["pkipath"],"references":["IANA","RFC6066"],"xrefs":{"rfc":["rfc6066"]},"registered":true},{"content-type":"application/pkixcmp","encoding":"base64","extensions":["pki"],"references":["IANA","RFC2510"],"xrefs":{"rfc":["rfc2510"]},"registered":true},{"content-type":"application/pls+xml","encoding":"base64","extensions":["pls"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/poc-settings+xml","encoding":"base64","references":["IANA","RFC4354"],"xrefs":{"rfc":["rfc4354"]},"registered":true},{"content-type":"application/postscript","encoding":"8bit","extensions":["ai","eps","ps"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/powerpoint","encoding":"base64","extensions":["pot","pps","ppt"],"registered":false},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/provenance+xml","encoding":"base64","references":["IANA","[W3C]","[Herman]","{application/provenance+xml=http://www.iana.org/assignments/media-types/application/provenance+xml}"],"xrefs":{"person":["Herman","W3C"],"template":["application/provenance+xml"]},"registered":true},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","references":["IANA","[Alvestrand]","{application/prs.alvestrand.titrax-sheet=http://www.iana.org/assignments/media-types/application/prs.alvestrand.titrax-sheet}"],"xrefs":{"person":["Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true},{"content-type":"application/prs.cww","encoding":"base64","extensions":["cw","cww"],"references":["IANA","[Khemchart_Rungchavalnont]","{application/prs.cww=http://www.iana.org/assignments/media-types/application/prs.cww}"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true},{"content-type":"application/prs.hpub+zip","encoding":"base64","references":["IANA","[Giulio_Zambon]","{application/prs.hpub+zip=http://www.iana.org/assignments/media-types/application/prs.hpub+zip}"],"xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rct","rnd"],"references":["IANA","[Doggett]","{application/prs.nprend=http://www.iana.org/assignments/media-types/application/prs.nprend}"],"xrefs":{"person":["Doggett"],"template":["application/prs.nprend"]},"registered":true},{"content-type":"application/prs.plucker","encoding":"base64","references":["IANA","[Janssen]","{application/prs.plucker=http://www.iana.org/assignments/media-types/application/prs.plucker}"],"xrefs":{"person":["Janssen"],"template":["application/prs.plucker"]},"registered":true},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","references":["IANA","[Inkster]","{application/prs.rdf-xml-crypt=http://www.iana.org/assignments/media-types/application/prs.rdf-xml-crypt}"],"xrefs":{"person":["Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true},{"content-type":"application/prs.xsf+xml","encoding":"base64","references":["IANA","[Maik_Stührenberg]","{application/prs.xsf+xml=http://www.iana.org/assignments/media-types/application/prs.xsf+xml}"],"xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true},{"content-type":"application/pskc+xml","encoding":"base64","extensions":["pskcxml"],"references":["IANA","RFC6030"],"xrefs":{"rfc":["rfc6030"]},"registered":true},{"content-type":"application/qsig","encoding":"base64","references":["IANA","RFC3204"],"xrefs":{"rfc":["rfc3204"]},"registered":true},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":["application/x-quicktimeplayer"],"registered":false},{"content-type":"application/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"application/rdf+xml","encoding":"8bit","extensions":["rdf"],"references":["IANA","RFC3870"],"xrefs":{"rfc":["rfc3870"]},"registered":true},{"content-type":"application/reginfo+xml","encoding":"base64","extensions":["rif"],"references":["IANA","RFC3680"],"xrefs":{"rfc":["rfc3680"]},"registered":true},{"content-type":"application/relax-ng-compact-syntax","encoding":"base64","extensions":["rnc"],"references":["IANA","{http://www.jtc1sc34.org/repository/0661.pdf}","{application/relax-ng-compact-syntax=http://www.iana.org/assignments/media-types/application/relax-ng-compact-syntax}"],"xrefs":{"uri":["http://www.jtc1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","references":["IANA","RFC1486","[Marshall_Rose]","{application/remote-printing=http://www.iana.org/assignments/media-types/application/remote-printing}"],"xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"template":["application/remote-printing"]},"registered":true},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":["application/remote-printing"],"registered":false},{"content-type":"application/reputon+json","encoding":"base64","references":["IANA","RFC7071","{application/reputon+json=http://www.iana.org/assignments/media-types/application/reputon+json}"],"xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true},{"content-type":"application/resource-lists+xml","encoding":"base64","extensions":["rl"],"references":["IANA","RFC4826"],"xrefs":{"rfc":["rfc4826"]},"registered":true},{"content-type":"application/resource-lists-diff+xml","encoding":"base64","extensions":["rld"],"references":["IANA","RFC5362"],"xrefs":{"rfc":["rfc5362"]},"registered":true},{"content-type":"application/riscos","encoding":"base64","references":["IANA","[Nick_Smith]","{application/riscos=http://www.iana.org/assignments/media-types/application/riscos}"],"xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true},{"content-type":"application/rlmi+xml","encoding":"base64","references":["IANA","RFC4662"],"xrefs":{"rfc":["rfc4662"]},"registered":true},{"content-type":"application/rls-services+xml","encoding":"base64","extensions":["rs"],"references":["IANA","RFC4826"],"xrefs":{"rfc":["rfc4826"]},"registered":true},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"references":["IANA","RFC6493"],"xrefs":{"rfc":["rfc6493"]},"registered":true},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"references":["IANA","RFC6481"],"xrefs":{"rfc":["rfc6481"]},"registered":true},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"references":["IANA","RFC6481"],"xrefs":{"rfc":["rfc6481"]},"registered":true},{"content-type":"application/rpki-updown","encoding":"base64","references":["IANA","RFC6492"],"xrefs":{"rfc":["rfc6492"]},"registered":true},{"content-type":"application/rsd+xml","encoding":"base64","extensions":["rsd"],"registered":false},{"content-type":"application/rss+xml","encoding":"base64","extensions":["rss"],"registered":false},{"content-type":"application/rtf","encoding":"base64","extensions":["rtf"],"references":["IANA","[Paul_Lindner]","{application/rtf=http://www.iana.org/assignments/media-types/application/rtf}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true},{"content-type":"application/rtploopback","encoding":"base64","references":["IANA","RFC6849","{application/rtploopback=http://www.iana.org/assignments/media-types/application/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true},{"content-type":"application/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"application/samlassertion+xml","encoding":"base64","references":["IANA","[OASIS_Security_Services_Technical_Committee_SSTC]","{application/samlassertion+xml=http://www.iana.org/assignments/media-types/application/samlassertion+xml}"],"xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true},{"content-type":"application/samlmetadata+xml","encoding":"base64","references":["IANA","[OASIS_Security_Services_Technical_Committee_SSTC]","{application/samlmetadata+xml=http://www.iana.org/assignments/media-types/application/samlmetadata+xml}"],"xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true},{"content-type":"application/sbml+xml","encoding":"base64","extensions":["sbml"],"references":["IANA","RFC3823"],"xrefs":{"rfc":["rfc3823"]},"registered":true},{"content-type":"application/scvp-cv-request","encoding":"base64","extensions":["scq"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-cv-response","encoding":"base64","extensions":["scs"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-vp-request","encoding":"base64","extensions":["spq"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-vp-response","encoding":"base64","extensions":["spp"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/sdp","encoding":"base64","extensions":["sdp"],"references":["IANA","RFC4566"],"xrefs":{"rfc":["rfc4566"]},"registered":true},{"content-type":"application/sep+xml","encoding":"base64","references":["IANA","[Robby_Simpson]","[ZigBee]","{application/sep+xml=http://www.iana.org/assignments/media-types/application/sep+xml}"],"xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","references":["IANA","[Robby_Simpson]","[ZigBee]","{application/sep-exi=http://www.iana.org/assignments/media-types/application/sep-exi}"],"xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep-exi"]},"registered":true},{"content-type":"application/session-info","encoding":"base64","references":["IANA","[ThreeGPP]","[Firmin]","{application/session-info=http://www.iana.org/assignments/media-types/application/session-info}"],"xrefs":{"person":["Firmin","ThreeGPP"],"template":["application/session-info"]},"registered":true},{"content-type":"application/set","encoding":"base64","registered":false},{"content-type":"application/set-payment","encoding":"base64","references":["IANA","[Korver]","{application/set-payment=http://www.iana.org/assignments/media-types/application/set-payment}"],"xrefs":{"person":["Korver"],"template":["application/set-payment"]},"registered":true},{"content-type":"application/set-payment-initiation","encoding":"base64","extensions":["setpay"],"references":["IANA","[Korver]","{application/set-payment-initiation=http://www.iana.org/assignments/media-types/application/set-payment-initiation}"],"xrefs":{"person":["Korver"],"template":["application/set-payment-initiation"]},"registered":true},{"content-type":"application/set-registration","encoding":"base64","references":["IANA","[Korver]","{application/set-registration=http://www.iana.org/assignments/media-types/application/set-registration}"],"xrefs":{"person":["Korver"],"template":["application/set-registration"]},"registered":true},{"content-type":"application/set-registration-initiation","encoding":"base64","extensions":["setreg"],"references":["IANA","[Korver]","{application/set-registration-initiation=http://www.iana.org/assignments/media-types/application/set-registration-initiation}"],"xrefs":{"person":["Korver"],"template":["application/set-registration-initiation"]},"registered":true},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"references":["IANA","RFC1874"],"xrefs":{"rfc":["rfc1874"]},"registered":true},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"references":["IANA","[Grosso]","{application/sgml-open-catalog=http://www.iana.org/assignments/media-types/application/sgml-open-catalog}"],"xrefs":{"person":["Grosso"],"template":["application/sgml-open-catalog"]},"registered":true},{"content-type":"application/shf+xml","encoding":"base64","extensions":["shf"],"references":["IANA","RFC4194"],"xrefs":{"rfc":["rfc4194"]},"registered":true},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"references":["IANA","RFC5228"],"xrefs":{"rfc":["rfc5228"]},"registered":true},{"content-type":"application/simple-filter+xml","encoding":"base64","references":["IANA","RFC4661"],"xrefs":{"rfc":["rfc4661"]},"registered":true},{"content-type":"application/simple-message-summary","encoding":"base64","references":["IANA","RFC3842"],"xrefs":{"rfc":["rfc3842"]},"registered":true},{"content-type":"application/simpleSymbolContainer","encoding":"base64","references":["IANA","[ThreeGPP]","{application/simpleSymbolContainer=http://www.iana.org/assignments/media-types/application/simpleSymbolContainer}"],"xrefs":{"person":["ThreeGPP"],"template":["application/simpleSymbolContainer"]},"registered":true},{"content-type":"application/SLA","encoding":"base64","registered":false},{"content-type":"application/slate","encoding":"base64","references":["IANA","[Crowley]","{application/slate=http://www.iana.org/assignments/media-types/application/slate}"],"xrefs":{"person":["Crowley"],"template":["application/slate"]},"registered":true},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":["application/smil+xml"],"references":["IANA","RFC4536"],"xrefs":{"rfc":["rfc4536"]},"registered":true},{"content-type":"application/smil+xml","encoding":"8bit","extensions":["smi","smil"],"references":["IANA","RFC4536"],"xrefs":{"rfc":["rfc4536"]},"registered":true},{"content-type":"application/smpte336m","encoding":"base64","references":["IANA","RFC6597"],"xrefs":{"rfc":["rfc6597"]},"registered":true},{"content-type":"application/soap+fastinfoset","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/soap+fastinfoset=http://www.iana.org/assignments/media-types/application/soap+fastinfoset}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true},{"content-type":"application/soap+xml","encoding":"base64","references":["IANA","RFC3902"],"xrefs":{"rfc":["rfc3902"]},"registered":true},{"content-type":"application/solids","encoding":"base64","registered":false},{"content-type":"application/sparql-query","encoding":"base64","extensions":["rq"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"]},"registered":true},{"content-type":"application/sparql-results+xml","encoding":"base64","extensions":["srx"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"]},"registered":true},{"content-type":"application/spirits-event+xml","encoding":"base64","references":["IANA","RFC3910"],"xrefs":{"rfc":["rfc3910"]},"registered":true},{"content-type":"application/sql","encoding":"base64","references":["IANA","RFC6922","{application/sql=http://www.iana.org/assignments/media-types/application/sql}"],"xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true},{"content-type":"application/srgs","encoding":"base64","extensions":["gram"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/srgs+xml","encoding":"base64","extensions":["grxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/sru+xml","encoding":"base64","extensions":["sru"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false},{"content-type":"application/ssml+xml","encoding":"base64","extensions":["ssml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/STEP","encoding":"base64","registered":false},{"content-type":"application/tamp-apex-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-community-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-error","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-status-query","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-status-response","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tei+xml","encoding":"base64","extensions":["tei","teicorpus"],"references":["IANA","RFC6129"],"xrefs":{"rfc":["rfc6129"]},"registered":true},{"content-type":"application/thraud+xml","encoding":"base64","extensions":["tfi"],"references":["IANA","RFC5941"],"xrefs":{"rfc":["rfc5941"]},"registered":true},{"content-type":"application/timestamp-query","encoding":"base64","references":["IANA","RFC3161"],"xrefs":{"rfc":["rfc3161"]},"registered":true},{"content-type":"application/timestamp-reply","encoding":"base64","references":["IANA","RFC3161"],"xrefs":{"rfc":["rfc3161"]},"registered":true},{"content-type":"application/timestamped-data","encoding":"base64","extensions":["tsd"],"references":["IANA","RFC5955"],"xrefs":{"rfc":["rfc5955"]},"registered":true},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":["application/x-toolbook"],"registered":false},{"content-type":"application/tve-trigger","encoding":"base64","references":["IANA","[Linda_Welsh]","{application/tve-trigger=http://www.iana.org/assignments/media-types/application/tve-trigger}"],"xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true},{"content-type":"application/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-grpsheet+xml=http://www.iana.org/assignments/media-types/application/urc-grpsheet+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-ressheet+xml=http://www.iana.org/assignments/media-types/application/urc-ressheet+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-targetdesc+xml=http://www.iana.org/assignments/media-types/application/urc-targetdesc+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-targetdesc+xml"]},"registered":true},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-uisocketdesc+xml=http://www.iana.org/assignments/media-types/application/urc-uisocketdesc+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true},{"content-type":"application/vcard+json","encoding":"base64","references":["IANA","RFC7095","{application/vcard+json=http://www.iana.org/assignments/media-types/application/vcard+json}"],"xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true},{"content-type":"application/vcard+xml","encoding":"base64","references":["IANA","RFC6351"],"xrefs":{"rfc":["rfc6351"]},"registered":true},{"content-type":"application/vda","encoding":"base64","registered":false},{"content-type":"application/vemmi","encoding":"base64","references":["IANA","RFC2122"],"xrefs":{"rfc":["rfc2122"]},"registered":true},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":["application/x-VMSBACKUP"],"registered":false},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.bsf+xml=http://www.iana.org/assignments/media-types/application/vnd.3gpp.bsf+xml}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-large","encoding":"base64","extensions":["plb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-large=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-large}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-small","encoding":"base64","extensions":["psb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-small=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-small}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-var","encoding":"base64","extensions":["pvb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-var=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-var}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.sms=http://www.iana.org/assignments/media-types/application/vnd.3gpp.sms}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","references":["IANA","[Dryden]","{application/vnd.3gpp2.bcmcsinfo+xml=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.bcmcsinfo+xml}"],"xrefs":{"person":["Dryden"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","references":["IANA","[AC_Mahendran]","{application/vnd.3gpp2.sms=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.sms}"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.tcap","encoding":"base64","extensions":["tcap"],"references":["IANA","[AC_Mahendran]","{application/vnd.3gpp2.tcap=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.tcap}"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true},{"content-type":"application/vnd.3m.post-it-notes","encoding":"base64","extensions":["pwn"],"registered":false},{"content-type":"application/vnd.3M.Post-it-Notes","encoding":"base64","references":["IANA","[Michael_OBrien]","{application/vnd.3M.Post-it-Notes=http://www.iana.org/assignments/media-types/application/vnd.3M.Post-it-Notes}"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true},{"content-type":"application/vnd.accpac.simply.aso","encoding":"base64","extensions":["aso"],"references":["IANA","[Steve_Leow]","{application/vnd.accpac.simply.aso=http://www.iana.org/assignments/media-types/application/vnd.accpac.simply.aso}"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true},{"content-type":"application/vnd.accpac.simply.imp","encoding":"base64","extensions":["imp"],"references":["IANA","[Steve_Leow]","{application/vnd.accpac.simply.imp=http://www.iana.org/assignments/media-types/application/vnd.accpac.simply.imp}"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true},{"content-type":"application/vnd.acucobol","encoding":"base64","extensions":["acu"],"references":["IANA","[Dovid_Lubin]","{application/vnd-acucobol=http://www.iana.org/assignments/media-types/application/vnd-acucobol}"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd-acucobol"]},"registered":true},{"content-type":"application/vnd.acucorp","encoding":"7bit","extensions":["acutc","atc"],"references":["IANA","[Dovid_Lubin]","{application/vnd.acucorp=http://www.iana.org/assignments/media-types/application/vnd.acucorp}"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","encoding":"base64","extensions":["air"],"registered":false},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","references":["IANA","[Andersson]","{application/vnd.adobe.flash-movie=http://www.iana.org/assignments/media-types/application/vnd.adobe.flash-movie}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.adobe.flash-movie"]},"registered":true},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"references":["IANA","[Chris_Solc]","{application/vnd.adobe.formscentral.fcdt=http://www.iana.org/assignments/media-types/application/vnd.adobe.formscentral.fcdt}"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true},{"content-type":"application/vnd.adobe.fxp","encoding":"base64","extensions":["fxp","fxpl"],"references":["IANA","[Brambley]","[Heintz]","{application/vnd.adobe.fxp=http://www.iana.org/assignments/media-types/application/vnd.adobe.fxp}"],"xrefs":{"person":["Brambley","Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","references":["IANA","[Tapani_Otala]","{application/vnd.adobe.partial-upload=http://www.iana.org/assignments/media-types/application/vnd.adobe.partial-upload}"],"xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true},{"content-type":"application/vnd.adobe.xdp+xml","encoding":"base64","extensions":["xdp"],"references":["IANA","[Brinkman]","{application/vnd.adobe.xdp+xml=http://www.iana.org/assignments/media-types/application/vnd.adobe.xdp+xml}"],"xrefs":{"person":["Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true},{"content-type":"application/vnd.adobe.xfdf","encoding":"base64","extensions":["xfdf"],"references":["IANA","[Roberto_Perelman]","{application/vnd.adobe.xfdf=http://www.iana.org/assignments/media-types/application/vnd.adobe.xfdf}"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true},{"content-type":"application/vnd.aether.imp","encoding":"base64","references":["IANA","[Jay_Moskowitz]","{application/vnd.aether.imp=http://www.iana.org/assignments/media-types/application/vnd.aether.imp}"],"xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true},{"content-type":"application/vnd.ah-barcode","encoding":"base64","references":["IANA","[Ichinose]","{application/vnd.ah-barcode=http://www.iana.org/assignments/media-types/application/vnd.ah-barcode}"],"xrefs":{"person":["Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true},{"content-type":"application/vnd.ahead.space","encoding":"base64","extensions":["ahead"],"references":["IANA","[Tor_Kristensen]","{application/vnd.ahead.space=http://www.iana.org/assignments/media-types/application/vnd.ahead.space}"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azf","encoding":"base64","extensions":["azf"],"references":["IANA","[Daniel_Mould]","[Clueit]","{application/vnd.airzip.filesecure.azf=http://www.iana.org/assignments/media-types/application/vnd.airzip.filesecure.azf}"],"xrefs":{"person":["Clueit","Daniel_Mould"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azs","encoding":"base64","extensions":["azs"],"references":["IANA","[Daniel_Mould]","[Clueit]","{application/vnd.airzip.filesecure.azs=http://www.iana.org/assignments/media-types/application/vnd.airzip.filesecure.azs}"],"xrefs":{"person":["Clueit","Daniel_Mould"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true},{"content-type":"application/vnd.amazon.ebook","encoding":"base64","extensions":["azw"],"registered":false},{"content-type":"application/vnd.americandynamics.acc","encoding":"base64","extensions":["acc"],"references":["IANA","[Gary_Sands]","{application/vnd.americandynamics.acc=http://www.iana.org/assignments/media-types/application/vnd.americandynamics.acc}"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true},{"content-type":"application/vnd.amiga.ami","encoding":"base64","extensions":["ami"],"references":["IANA","[Blumberg]","{application/vnd.amiga.ami=http://www.iana.org/assignments/media-types/application/vnd.amiga.ami}"],"xrefs":{"person":["Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","references":["IANA","[Amundsen]","{application/vnd.amundsen.maze+xml=http://www.iana.org/assignments/media-types/application/vnd.amundsen.maze+xml}"],"xrefs":{"person":["Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true},{"content-type":"application/vnd.android.package-archive","encoding":"base64","extensions":["apk"],"registered":false},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","encoding":"base64","extensions":["cii"],"references":["IANA","[Hiroyoshi_Mori]","{application/vnd.anser-web-certificate-issue-initiation=http://www.iana.org/assignments/media-types/application/vnd.anser-web-certificate-issue-initiation}"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","encoding":"base64","extensions":["fti"],"registered":false},{"content-type":"application/vnd.antix.game-component","encoding":"base64","extensions":["atx"],"references":["IANA","[Daniel_Shelton]","{application/vnd.antix.game-component=http://www.iana.org/assignments/media-types/application/vnd.antix.game-component}"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true},{"content-type":"application/vnd.api+json","encoding":"base64","references":["IANA","[Klabnik]","{application/vnd.api+json=http://www.iana.org/assignments/media-types/application/vnd.api+json}"],"xrefs":{"person":["Klabnik"],"template":["application/vnd.api+json"]},"registered":true},{"content-type":"application/vnd.apple.installer+xml","encoding":"base64","extensions":["mpkg"],"references":["IANA","[Bierman]","{application/vnd.apple.installer+xml=http://www.iana.org/assignments/media-types/application/vnd.apple.installer+xml}"],"xrefs":{"person":["Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true},{"content-type":"application/vnd.apple.mpegurl","encoding":"base64","extensions":["m3u8"],"references":["IANA","[David_Singer]","[Roger_Pantos]","{application/vnd.apple.mpegurl=http://www.iana.org/assignments/media-types/application/vnd.apple.mpegurl}"],"xrefs":{"person":["David_Singer","Roger_Pantos"],"template":["application/vnd.apple.mpegurl"]},"registered":true},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"references":["{Passbook Programming Guide=https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/PassKit_PG/Chapters/Introduction.html}"],"registered":false},{"content-type":"application/vnd.arastra.swi","encoding":"base64","obsolete":true,"use-instead":["application/vnd.aristanetworks.swi"],"references":["IANA","[Fenner]","{application/vnd.arastra.swi=http://www.iana.org/assignments/media-types/application/vnd.arastra.swi}"],"xrefs":{"person":["Fenner"],"template":["application/vnd.arastra.swi"]},"registered":true},{"content-type":"application/vnd.aristanetworks.swi","encoding":"base64","extensions":["swi"],"references":["IANA","[Fenner]","{application/vnd.aristanetworks.swi=http://www.iana.org/assignments/media-types/application/vnd.aristanetworks.swi}"],"xrefs":{"person":["Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"references":["IANA","[Christopher_Snazell]","{application/vnd.astraea-software.iota=http://www.iana.org/assignments/media-types/application/vnd.astraea-software.iota}"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true},{"content-type":"application/vnd.audiograph","encoding":"base64","extensions":["aep"],"references":["IANA","[Horia_Cristian_Slusanschi]","{application/vnd.audiograph=http://www.iana.org/assignments/media-types/application/vnd.audiograph}"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true},{"content-type":"application/vnd.autopackage","encoding":"base64","references":["IANA","[Hearn]","{application/vnd.autopackage=http://www.iana.org/assignments/media-types/application/vnd.autopackage}"],"xrefs":{"person":["Hearn"],"template":["application/vnd.autopackage"]},"registered":true},{"content-type":"application/vnd.avistar+xml","encoding":"base64","references":["IANA","[Vladimir_Vysotsky]","{application/vnd.avistar+xml=http://www.iana.org/assignments/media-types/application/vnd.avistar+xml}"],"xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","references":["IANA","[Giacomo_Guilizzoni]","{application/vnd.balsamiq.bmml+xml=http://www.iana.org/assignments/media-types/application/vnd.balsamiq.bmml+xml}"],"xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","references":["IANA","[Jegulsky]","{application/vnd.bekitzur-stech+json=http://www.iana.org/assignments/media-types/application/vnd.bekitzur-stech+json}"],"xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true},{"content-type":"application/vnd.blueice.multipass","encoding":"base64","extensions":["mpm"],"references":["IANA","[Holmstrom]","{application/vnd.blueice.multipass=http://www.iana.org/assignments/media-types/application/vnd.blueice.multipass}"],"xrefs":{"person":["Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","references":["IANA","[Foley]","{application/vnd.bluetooth.ep.oob=http://www.iana.org/assignments/media-types/application/vnd.bluetooth.ep.oob}"],"xrefs":{"person":["Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","references":["IANA","[Mark_Powell]","{application/vnd.bluetooth.le.oob=http://www.iana.org/assignments/media-types/application/vnd.bluetooth.le.oob}"],"xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true},{"content-type":"application/vnd.bmi","encoding":"base64","extensions":["bmi"],"references":["IANA","[Gotoh]","{application/vnd.bmi=http://www.iana.org/assignments/media-types/application/vnd.bmi}"],"xrefs":{"person":["Gotoh"],"template":["application/vnd.bmi"]},"registered":true},{"content-type":"application/vnd.businessobjects","encoding":"base64","extensions":["rep"],"references":["IANA","[Imoucha]","{application/vnd.businessobjects=http://www.iana.org/assignments/media-types/application/vnd.businessobjects}"],"xrefs":{"person":["Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true},{"content-type":"application/vnd.cab-jscript","encoding":"base64","references":["IANA","[Falkenberg]","{application/vnd.cab-jscript=http://www.iana.org/assignments/media-types/application/vnd.cab-jscript}"],"xrefs":{"person":["Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","references":["IANA","[Shin_Muto]","{application/vnd.canon-cpdl=http://www.iana.org/assignments/media-types/application/vnd.canon-cpdl}"],"xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true},{"content-type":"application/vnd.canon-lips","encoding":"base64","references":["IANA","[Shin_Muto]","{application/vnd.canon-lips=http://www.iana.org/assignments/media-types/application/vnd.canon-lips}"],"xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","references":["IANA","[Astrand]","{application/vnd.cendio.thinlinc.clientconf=http://www.iana.org/assignments/media-types/application/vnd.cendio.thinlinc.clientconf}"],"xrefs":{"person":["Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","references":["IANA","[Shuji_Fujii]","{application/vnd.century-systems.tcp_stream=http://www.iana.org/assignments/media-types/application/vnd.century-systems.tcp_stream}"],"xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true},{"content-type":"application/vnd.chemdraw+xml","encoding":"base64","extensions":["cdxml"],"references":["IANA","[Howes]","{application/vnd.chemdraw+xml=http://www.iana.org/assignments/media-types/application/vnd.chemdraw+xml}"],"xrefs":{"person":["Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true},{"content-type":"application/vnd.chipnuts.karaoke-mmd","encoding":"base64","extensions":["mmd"],"references":["IANA","[Chunyun_Xiong]","{application/vnd.chipnuts.karaoke-mmd=http://www.iana.org/assignments/media-types/application/vnd.chipnuts.karaoke-mmd}"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true},{"content-type":"application/vnd.cinderella","encoding":"base64","extensions":["cdy"],"references":["IANA","[Kortenkamp]","{application/vnd.cinderella=http://www.iana.org/assignments/media-types/application/vnd.cinderella}"],"xrefs":{"person":["Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","references":["IANA","[Pascal_Mayeux]","{application/vnd.cirpack.isdn-ext=http://www.iana.org/assignments/media-types/application/vnd.cirpack.isdn-ext}"],"xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true},{"content-type":"application/vnd.claymore","encoding":"base64","extensions":["cla"],"references":["IANA","[Ray_Simpson]","{application/vnd.claymore=http://www.iana.org/assignments/media-types/application/vnd.claymore}"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true},{"content-type":"application/vnd.cloanto.rp9","encoding":"base64","extensions":["rp9"],"references":["IANA","[Mike_Labatt]","{application/vnd.cloanto.rp9=http://www.iana.org/assignments/media-types/application/vnd.cloanto.rp9}"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true},{"content-type":"application/vnd.clonk.c4group","encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"references":["IANA","[Brammer]","{application/vnd.clonk.c4group=http://www.iana.org/assignments/media-types/application/vnd.clonk.c4group}"],"xrefs":{"person":["Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config","encoding":"base64","extensions":["c11amc"],"references":["IANA","[Gaige_Paulsen]","{application/vnd.cluetrust.cartomobile-config=http://www.iana.org/assignments/media-types/application/vnd.cluetrust.cartomobile-config}"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","encoding":"base64","extensions":["c11amz"],"references":["IANA","[Gaige_Paulsen]","{application/vnd.cluetrust.cartomobile-config-pkg=http://www.iana.org/assignments/media-types/application/vnd.cluetrust.cartomobile-config-pkg}"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true},{"content-type":"application/vnd.collection+json","encoding":"base64","references":["IANA","[Amundsen]","{application/vnd.collection+json=http://www.iana.org/assignments/media-types/application/vnd.collection+json}"],"xrefs":{"person":["Amundsen"],"template":["application/vnd.collection+json"]},"registered":true},{"content-type":"application/vnd.collection.next+json","encoding":"base64","references":["IANA","[Ioseb_Dzmanashvili]","{application/vnd.collection.next+json=http://www.iana.org/assignments/media-types/application/vnd.collection.next+json}"],"xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","references":["IANA","[Applebaum]","{application/vnd.commerce-battelle=http://www.iana.org/assignments/media-types/application/vnd.commerce-battelle}"],"xrefs":{"person":["Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true},{"content-type":"application/vnd.commonspace","encoding":"base64","extensions":["csp"],"references":["IANA","[Chandhok]","{application/vnd.commonspace=http://www.iana.org/assignments/media-types/application/vnd.commonspace}"],"xrefs":{"person":["Chandhok"],"template":["application/vnd.commonspace"]},"registered":true},{"content-type":"application/vnd.contact.cmsg","encoding":"base64","extensions":["cdbcmsg"],"references":["IANA","[Frank_Patz]","{application/vnd.contact.cmsg=http://www.iana.org/assignments/media-types/application/vnd.contact.cmsg}"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true},{"content-type":"application/vnd.cosmocaller","encoding":"base64","extensions":["cmc"],"references":["IANA","[Dellutri]","{application/vnd.cosmocaller=http://www.iana.org/assignments/media-types/application/vnd.cosmocaller}"],"xrefs":{"person":["Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true},{"content-type":"application/vnd.crick.clicker","encoding":"base64","extensions":["clkx"],"references":["IANA","[Burt]","{application/vnd.crick.clicker=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker}"],"xrefs":{"person":["Burt"],"template":["application/vnd.crick.clicker"]},"registered":true},{"content-type":"application/vnd.crick.clicker.keyboard","encoding":"base64","extensions":["clkk"],"references":["IANA","[Burt]","{application/vnd.crick.clicker.keyboard=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.keyboard}"],"xrefs":{"person":["Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true},{"content-type":"application/vnd.crick.clicker.palette","encoding":"base64","extensions":["clkp"],"references":["IANA","[Burt]","{application/vnd.crick.clicker.palette=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.palette}"],"xrefs":{"person":["Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true},{"content-type":"application/vnd.crick.clicker.template","encoding":"base64","extensions":["clkt"],"references":["IANA","[Burt]","{application/vnd.crick.clicker.template=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.template}"],"xrefs":{"person":["Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true},{"content-type":"application/vnd.crick.clicker.wordbank","encoding":"base64","extensions":["clkw"],"references":["IANA","[Burt]","{application/vnd.crick.clicker.wordbank=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.wordbank}"],"xrefs":{"person":["Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true},{"content-type":"application/vnd.criticaltools.wbs+xml","encoding":"base64","extensions":["wbs"],"references":["IANA","[Jim_Spiller]","{application/vnd.criticaltools.wbs+xml=http://www.iana.org/assignments/media-types/application/vnd.criticaltools.wbs+xml}"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true},{"content-type":"application/vnd.ctc-posml","encoding":"base64","extensions":["pml"],"references":["IANA","[Kohlhepp]","{application/vnd.ctc-posml=http://www.iana.org/assignments/media-types/application/vnd.ctc-posml}"],"xrefs":{"person":["Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","references":["IANA","[Ancona]","{application/vnd.ctct.ws+xml=http://www.iana.org/assignments/media-types/application/vnd.ctct.ws+xml}"],"xrefs":{"person":["Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true},{"content-type":"application/vnd.cups-pdf","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-pdf=http://www.iana.org/assignments/media-types/application/vnd.cups-pdf}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true},{"content-type":"application/vnd.cups-postscript","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-postscript=http://www.iana.org/assignments/media-types/application/vnd.cups-postscript}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true},{"content-type":"application/vnd.cups-ppd","encoding":"base64","extensions":["ppd"],"references":["IANA","[Michael_Sweet]","{application/vnd.cups-ppd=http://www.iana.org/assignments/media-types/application/vnd.cups-ppd}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true},{"content-type":"application/vnd.cups-raster","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-raster=http://www.iana.org/assignments/media-types/application/vnd.cups-raster}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true},{"content-type":"application/vnd.cups-raw","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-raw=http://www.iana.org/assignments/media-types/application/vnd.cups-raw}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"references":["IANA","[Byrnes]","{application/vnd-curl=http://www.iana.org/assignments/media-types/application/vnd-curl}"],"xrefs":{"person":["Byrnes"],"template":["application/vnd-curl"]},"registered":true},{"content-type":"application/vnd.curl.car","encoding":"base64","extensions":["car"],"registered":false},{"content-type":"application/vnd.curl.pcurl","encoding":"base64","extensions":["pcurl"],"registered":false},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","references":["IANA","[Kern]","{application/vnd.cyan.dean.root+xml=http://www.iana.org/assignments/media-types/application/vnd.cyan.dean.root+xml}"],"xrefs":{"person":["Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true},{"content-type":"application/vnd.cybank","encoding":"base64","references":["IANA","[Helmee]","{application/vnd.cybank=http://www.iana.org/assignments/media-types/application/vnd.cybank}"],"xrefs":{"person":["Helmee"],"template":["application/vnd.cybank"]},"registered":true},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"references":["IANA","[Anders_Sandholm]","{application/vnd-dart=http://www.iana.org/assignments/media-types/application/vnd-dart}"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd-dart"]},"registered":true},{"content-type":"application/vnd.data-vision.rdz","encoding":"base64","extensions":["rdz"],"references":["IANA","[Fields]","{application/vnd.data-vision.rdz=http://www.iana.org/assignments/media-types/application/vnd.data-vision.rdz}"],"xrefs":{"person":["Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"references":["IANA","[Dolan]","{application/vnd.dece.data=http://www.iana.org/assignments/media-types/application/vnd.dece.data}"],"xrefs":{"person":["Dolan"],"template":["application/vnd.dece.data"]},"registered":true},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"references":["IANA","[Dolan]","{application/vnd.dece.ttml+xml=http://www.iana.org/assignments/media-types/application/vnd.dece.ttml+xml}"],"xrefs":{"person":["Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"references":["IANA","[Dolan]","{application/vnd.dece.unspecified=http://www.iana.org/assignments/media-types/application/vnd.dece.unspecified}"],"xrefs":{"person":["Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"references":["IANA","[Dolan]","{application/vnd.dece-zip=http://www.iana.org/assignments/media-types/application/vnd.dece-zip}"],"xrefs":{"person":["Dolan"],"template":["application/vnd.dece-zip"]},"registered":true},{"content-type":"application/vnd.denovo.fcselayout-link","encoding":"base64","extensions":["fe_launch"],"references":["IANA","[Dixon]","{application/vnd.denovo.fcselayout-link=http://www.iana.org/assignments/media-types/application/vnd.denovo.fcselayout-link}"],"xrefs":{"person":["Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true},{"content-type":"application/vnd.desmume.movie","encoding":"base64","references":["IANA","[Andersson]","{application/vnd.desmume-movie=http://www.iana.org/assignments/media-types/application/vnd.desmume-movie}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.desmume-movie"]},"registered":true},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","references":["IANA","[Yamanaka]","{application/vnd.dir-bi.plate-dl-nosuffix=http://www.iana.org/assignments/media-types/application/vnd.dir-bi.plate-dl-nosuffix}"],"xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","references":["IANA","[Ferrazzini]","{application/vnd.dm.delegation+xml=http://www.iana.org/assignments/media-types/application/vnd.dm.delegation+xml}"],"xrefs":{"person":["Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true},{"content-type":"application/vnd.dna","encoding":"base64","extensions":["dna"],"references":["IANA","[Meredith_Searcy]","{application/vnd.dna=http://www.iana.org/assignments/media-types/application/vnd.dna}"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true},{"content-type":"application/vnd.document+json","encoding":"base64","references":["IANA","[Christie]","{application/vnd.document+json=http://www.iana.org/assignments/media-types/application/vnd.document+json}"],"xrefs":{"person":["Christie"],"template":["application/vnd.document+json"]},"registered":true},{"content-type":"application/vnd.dolby.mlp","encoding":"base64","extensions":["mlp"],"registered":false},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","references":["IANA","[Hattersley]","{application/vnd.dolby.mobile.1=http://www.iana.org/assignments/media-types/application/vnd.dolby.mobile.1}"],"xrefs":{"person":["Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","references":["IANA","[Hattersley]","{application/vnd.dolby.mobile.2=http://www.iana.org/assignments/media-types/application/vnd.dolby.mobile.2}"],"xrefs":{"person":["Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true},{"content-type":"application/vnd.dpgraph","encoding":"base64","extensions":["dpg"],"references":["IANA","[David_Parker]","{application/vnd.dpgraph=http://www.iana.org/assignments/media-types/application/vnd.dpgraph}"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true},{"content-type":"application/vnd.dreamfactory","encoding":"base64","extensions":["dfac"],"references":["IANA","[Appleton]","{application/vnd.dreamfactory=http://www.iana.org/assignments/media-types/application/vnd.dreamfactory}"],"xrefs":{"person":["Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false},{"content-type":"application/vnd.dtg.local","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local=http://www.iana.org/assignments/media-types/application/vnd.dtg.local}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local.flash=http://www.iana.org/assignments/media-types/application/vnd.dtg.local.flash}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local.html=http://www.iana.org/assignments/media-types/application/vnd.dtg.local.html}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true},{"content-type":"application/vnd.dvb.ait","encoding":"base64","extensions":["ait"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.ait=http://www.iana.org/assignments/media-types/application/vnd.dvb.ait}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.dvbj=http://www.iana.org/assignments/media-types/application/vnd.dvb.dvbj}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","references":["IANA","[Heuer]","{application/vnd.dvb.esgcontainer=http://www.iana.org/assignments/media-types/application/vnd.dvb.esgcontainer}"],"xrefs":{"person":["Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.ipdcdftnotifaccess=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcdftnotifaccess}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","references":["IANA","[Heuer]","{application/vnd.dvb.ipdcesgaccess=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgaccess}"],"xrefs":{"person":["Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","references":["IANA","[Jerome_Marcon]","{application/vnd.dvb.ipdcesgaccess2=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgaccess2}"],"xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","references":["IANA","[Jerome_Marcon]","{application/vnd.dvb.ipdcesgpdd=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgpdd}"],"xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","references":["IANA","[Yiling_Xu]","{application/vnd.dvb.ipdcroaming=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcroaming}"],"xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","references":["IANA","[Henry]","{application/vnd.dvb.iptv.alfec-base=http://www.iana.org/assignments/media-types/application/vnd.dvb.iptv.alfec-base}"],"xrefs":{"person":["Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","references":["IANA","[Henry]","{application/vnd.dvb.iptv.alfec-enhancement=http://www.iana.org/assignments/media-types/application/vnd.dvb.iptv.alfec-enhancement}"],"xrefs":{"person":["Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-aggregate-root+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-aggregate-root+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-container+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-container+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-generic+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-generic+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-msglist+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-msglist+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-registration-request+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-registration-request+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-registration-response+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-registration-response+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-init+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-init+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.pfr=http://www.iana.org/assignments/media-types/application/vnd.dvb.pfr}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true},{"content-type":"application/vnd.dvb.service","encoding":"base64","extensions":["svc"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb_service=http://www.iana.org/assignments/media-types/application/vnd.dvb_service}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb_service"]},"registered":true},{"content-type":"application/vnd.dxr","encoding":"base64","references":["IANA","[Duffy]","{application/vnd-dxr=http://www.iana.org/assignments/media-types/application/vnd-dxr}"],"xrefs":{"person":["Duffy"],"template":["application/vnd-dxr"]},"registered":true},{"content-type":"application/vnd.dynageo","encoding":"base64","extensions":["geo"],"references":["IANA","[Roland_Mechling]","{application/vnd.dynageo=http://www.iana.org/assignments/media-types/application/vnd.dynageo}"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","references":["IANA","[Downs]","{application/vnd.easykaraoke.cdgdownload=http://www.iana.org/assignments/media-types/application/vnd.easykaraoke.cdgdownload}"],"xrefs":{"person":["Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true},{"content-type":"application/vnd.ecdis-update","encoding":"base64","references":["IANA","[Buettgenbach]","{application/vnd.ecdis-update=http://www.iana.org/assignments/media-types/application/vnd.ecdis-update}"],"xrefs":{"person":["Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true},{"content-type":"application/vnd.ecowin.chart","encoding":"base64","extensions":["mag"],"references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.chart=http://www.iana.org/assignments/media-types/application/vnd.ecowin.chart}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.filerequest=http://www.iana.org/assignments/media-types/application/vnd.ecowin.filerequest}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.fileupdate=http://www.iana.org/assignments/media-types/application/vnd.ecowin.fileupdate}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true},{"content-type":"application/vnd.ecowin.series","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.series=http://www.iana.org/assignments/media-types/application/vnd.ecowin.series}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.seriesrequest=http://www.iana.org/assignments/media-types/application/vnd.ecowin.seriesrequest}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.seriesupdate=http://www.iana.org/assignments/media-types/application/vnd.ecowin.seriesupdate}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","references":["IANA","[Filip_Navara]","{application/vnd.emclient.accessrequest+xml=http://www.iana.org/assignments/media-types/application/vnd.emclient.accessrequest+xml}"],"xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true},{"content-type":"application/vnd.enliven","encoding":"base64","extensions":["nml"],"references":["IANA","[Paul_Santinelli_Jr.]","{application/vnd.enliven=http://www.iana.org/assignments/media-types/application/vnd.enliven}"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","references":["IANA","[Brody]","{application/vnd.eprints.data+xml=http://www.iana.org/assignments/media-types/application/vnd.eprints.data+xml}"],"xrefs":{"person":["Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true},{"content-type":"application/vnd.epson.esf","encoding":"base64","extensions":["esf"],"references":["IANA","[Hoshina]","{application/vnd.epson.esf=http://www.iana.org/assignments/media-types/application/vnd.epson.esf}"],"xrefs":{"person":["Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true},{"content-type":"application/vnd.epson.msf","encoding":"base64","extensions":["msf"],"references":["IANA","[Hoshina]","{application/vnd.epson.msf=http://www.iana.org/assignments/media-types/application/vnd.epson.msf}"],"xrefs":{"person":["Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true},{"content-type":"application/vnd.epson.quickanime","encoding":"base64","extensions":["qam"],"references":["IANA","[Gu]","{application/vnd.epson.quickanime=http://www.iana.org/assignments/media-types/application/vnd.epson.quickanime}"],"xrefs":{"person":["Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true},{"content-type":"application/vnd.epson.salt","encoding":"base64","extensions":["slt"],"references":["IANA","[Yasuhito_Nagatomo]","{application/vnd.epson.salt=http://www.iana.org/assignments/media-types/application/vnd.epson.salt}"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true},{"content-type":"application/vnd.epson.ssf","encoding":"base64","extensions":["ssf"],"references":["IANA","[Hoshina]","{application/vnd.epson.ssf=http://www.iana.org/assignments/media-types/application/vnd.epson.ssf}"],"xrefs":{"person":["Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","references":["IANA","[Paul_Tidwell]","{application/vnd.ericsson.quickcall=http://www.iana.org/assignments/media-types/application/vnd.ericsson.quickcall}"],"xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true},{"content-type":"application/vnd.eszigno3+xml","encoding":"base64","extensions":["es3","et3"],"references":["IANA","[Szilveszter_Tóth]","{application/vnd.eszigno3+xml=http://www.iana.org/assignments/media-types/application/vnd.eszigno3+xml}"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.aoc+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.aoc+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.asic-e+zip=http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-e+zip}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.asic-s+zip=http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-s+zip}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.cug+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.cug+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvcommand+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvcommand+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvdiscovery+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvdiscovery+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvprofile+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvsad-bc+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-bc+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvsad-cod+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-cod+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvsad-npvr+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-npvr+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.iptvservice+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvservice+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.iptvsync+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsync+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.iptvueprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvueprofile+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.mcid+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.mcid+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","[Ian_Medland]","{application/vnd.etsi.mheg5=http://www.iana.org/assignments/media-types/application/vnd.etsi.mheg5}"],"xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.overload-control-policy-dataset+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.overload-control-policy-dataset+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","references":["IANA","[Han]","[Belling]","{application/vnd.etsi.pstn+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.pstn+xml}"],"xrefs":{"person":["Belling","Han"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.sci+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.sci+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.simservs+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.simservs+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.timestamp-token=http://www.iana.org/assignments/media-types/application/vnd.etsi.timestamp-token}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.tsl+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.tsl+xml}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","references":["IANA","[Hu]","{application/vnd.etsi.tsl.der=http://www.iana.org/assignments/media-types/application/vnd.etsi.tsl.der}"],"xrefs":{"person":["Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true},{"content-type":"application/vnd.eudora.data","encoding":"base64","references":["IANA","[Pete_Resnick]","{application/vnd.eudora.data=http://www.iana.org/assignments/media-types/application/vnd.eudora.data}"],"xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true},{"content-type":"application/vnd.ezpix-album","encoding":"base64","extensions":["ez2"],"references":["IANA","[ElectronicZombieCorp]","{application/vnd.ezpix-album=http://www.iana.org/assignments/media-types/application/vnd.ezpix-album}"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true},{"content-type":"application/vnd.ezpix-package","encoding":"base64","extensions":["ez3"],"references":["IANA","[ElectronicZombieCorp]","{application/vnd.ezpix-package=http://www.iana.org/assignments/media-types/application/vnd.ezpix-package}"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","references":["IANA","[Samu_Sarivaara]","{application/vnd.f-secure.mobile=http://www.iana.org/assignments/media-types/application/vnd.f-secure.mobile}"],"xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true},{"content-type":"application/vnd.fdf","encoding":"base64","extensions":["fdf"],"references":["IANA","[Steve_Zilles]","{application/vnd-fdf=http://www.iana.org/assignments/media-types/application/vnd-fdf}"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd-fdf"]},"registered":true},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"references":["IANA","[Chad_Trabant]","{application/vnd.fdsn.mseed=http://www.iana.org/assignments/media-types/application/vnd.fdsn.mseed}"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true},{"content-type":"application/vnd.fdsn.seed","encoding":"base64","extensions":["dataless","seed"],"references":["IANA","[Chad_Trabant]","{application/vnd.fdsn.seed=http://www.iana.org/assignments/media-types/application/vnd.fdsn.seed}"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true},{"content-type":"application/vnd.ffsns","encoding":"base64","references":["IANA","[Holstage]","{application/vnd.ffsns=http://www.iana.org/assignments/media-types/application/vnd.ffsns}"],"xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true},{"content-type":"application/vnd.fints","encoding":"base64","references":["IANA","[Hammann]","{application/vnd.fints=http://www.iana.org/assignments/media-types/application/vnd.fints}"],"xrefs":{"person":["Hammann"],"template":["application/vnd.fints"]},"registered":true},{"content-type":"application/vnd.flographit","encoding":"base64","extensions":["gph"],"registered":false},{"content-type":"application/vnd.FloGraphIt","encoding":"base64","references":["IANA","[Floersch]","{application/vnd.FloGraphIt=http://www.iana.org/assignments/media-types/application/vnd.FloGraphIt}"],"xrefs":{"person":["Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true},{"content-type":"application/vnd.fluxtime.clip","encoding":"base64","extensions":["ftc"],"references":["IANA","[Marc_Winter]","{application/vnd.fluxtime.clip=http://www.iana.org/assignments/media-types/application/vnd.fluxtime.clip}"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","references":["IANA","[George_Williams]","{application/vnd.font-fontforge-sfd=http://www.iana.org/assignments/media-types/application/vnd.font-fontforge-sfd}"],"xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true},{"content-type":"application/vnd.framemaker","encoding":"base64","extensions":["book","fb","fbdoc","fm","frame","frm","maker"],"references":["IANA","[Mike_Wexler]","{application/vnd.framemaker=http://www.iana.org/assignments/media-types/application/vnd.framemaker}"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true},{"content-type":"application/vnd.frogans.fnc","encoding":"base64","extensions":["fnc"],"references":["IANA","[Alexis_Tamas]","{application/vnd.frogans.fnc=http://www.iana.org/assignments/media-types/application/vnd.frogans.fnc}"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.fnc"]},"registered":true},{"content-type":"application/vnd.frogans.ltf","encoding":"base64","extensions":["ltf"],"references":["IANA","[Alexis_Tamas]","{application/vnd.frogans.ltf=http://www.iana.org/assignments/media-types/application/vnd.frogans.ltf}"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.ltf"]},"registered":true},{"content-type":"application/vnd.fsc.weblaunch","encoding":"7bit","extensions":["fsc"],"references":["IANA","[D.Smith]","{application/vnd.fsc.weblaunch=http://www.iana.org/assignments/media-types/application/vnd.fsc.weblaunch}"],"xrefs":{"person":["D.Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys","encoding":"base64","extensions":["oas"],"references":["IANA","[Nobukazu_Togashi]","{application/vnd.fujitsu.oasys=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys}"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys2","encoding":"base64","extensions":["oa2"],"references":["IANA","[Nobukazu_Togashi]","{application/vnd.fujitsu.oasys2=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys2}"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys3","encoding":"base64","extensions":["oa3"],"references":["IANA","[Seiji_Okudaira]","{application/vnd.fujitsu.oasys3=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys3}"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysgp","encoding":"base64","extensions":["fg5"],"references":["IANA","[Masahiko_Sugimoto]","{application/vnd.fujitsu.oasysgp=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasysgp}"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysprs","encoding":"base64","extensions":["bh2"],"references":["IANA","[Masumi_Ogita]","{application/vnd.fujitsu.oasysprs=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasysprs}"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.ART-EX=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ART-EX}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.ART4=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ART4}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true},{"content-type":"application/vnd.fujixerox.ddd","encoding":"base64","extensions":["ddd"],"references":["IANA","[Masanori_Onda]","{application/vnd.fujixerox.ddd=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ddd}"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks","encoding":"base64","extensions":["xdw"],"references":["IANA","[Yasuo_Taguchi]","{application/vnd.fujixerox.docuworks=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks}"],"xrefs":{"person":["Yasuo_Taguchi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.binder","encoding":"base64","extensions":["xbd"],"references":["IANA","[Takashi_Matsumoto]","{application/vnd.fujixerox.docuworks.binder=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks.binder}"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","references":["IANA","[Kiyoshi_Tashiro]","{application/vnd.fujixerox.docuworks.container=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks.container}"],"xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.HBPL=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.HBPL}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true},{"content-type":"application/vnd.fut-misnet","encoding":"base64","references":["IANA","[Jann_Pruulman]","{application/vnd.fut-misnet=http://www.iana.org/assignments/media-types/application/vnd.fut-misnet}"],"xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true},{"content-type":"application/vnd.fuzzysheet","encoding":"base64","extensions":["fzs"],"references":["IANA","[Birtwistle]","{application/vnd.fuzzysheet=http://www.iana.org/assignments/media-types/application/vnd.fuzzysheet}"],"xrefs":{"person":["Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true},{"content-type":"application/vnd.genomatix.tuxedo","encoding":"base64","extensions":["txd"],"references":["IANA","[Frey]","{application/vnd.genomatix.tuxedo=http://www.iana.org/assignments/media-types/application/vnd.genomatix.tuxedo}"],"xrefs":{"person":["Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"references":["IANA","[Francois_Pirsch]","{application/vnd.geocube+xml=http://www.iana.org/assignments/media-types/application/vnd.geocube+xml}"],"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"]},"registered":true},{"content-type":"application/vnd.geogebra.file","encoding":"base64","extensions":["ggb"],"references":["IANA","[GeoGebra]","[Yves_Kreis]","{application/vnd.geogebra.file=http://www.iana.org/assignments/media-types/application/vnd.geogebra.file}"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true},{"content-type":"application/vnd.geogebra.tool","encoding":"base64","extensions":["ggt"],"references":["IANA","[GeoGebra]","[Yves_Kreis]","{application/vnd.geogebra.tool=http://www.iana.org/assignments/media-types/application/vnd.geogebra.tool}"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true},{"content-type":"application/vnd.geometry-explorer","encoding":"base64","extensions":["gex","gre"],"references":["IANA","[Hvidsten]","{application/vnd.geometry-explorer=http://www.iana.org/assignments/media-types/application/vnd.geometry-explorer}"],"xrefs":{"person":["Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true},{"content-type":"application/vnd.geonext","encoding":"base64","extensions":["gxt"],"references":["IANA","[Ehmann]","{application/vnd.geonext=http://www.iana.org/assignments/media-types/application/vnd.geonext}"],"xrefs":{"person":["Ehmann"],"template":["application/vnd.geonext"]},"registered":true},{"content-type":"application/vnd.geoplan","encoding":"base64","extensions":["g2w"],"references":["IANA","[Christian_Mercat]","{application/vnd.geoplan=http://www.iana.org/assignments/media-types/application/vnd.geoplan}"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true},{"content-type":"application/vnd.geospace","encoding":"base64","extensions":["g3w"],"references":["IANA","[Christian_Mercat]","{application/vnd.geospace=http://www.iana.org/assignments/media-types/application/vnd.geospace}"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","references":["IANA","[Bernabeu]","{application/vnd.globalplatform.card-content-mgt=http://www.iana.org/assignments/media-types/application/vnd.globalplatform.card-content-mgt}"],"xrefs":{"person":["Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","references":["IANA","[Bernabeu]","{application/vnd.globalplatform.card-content-mgt-response=http://www.iana.org/assignments/media-types/application/vnd.globalplatform.card-content-mgt-response}"],"xrefs":{"person":["Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true},{"content-type":"application/vnd.gmx","encoding":"base64","extensions":["gmx"],"obsolete":true,"references":["IANA","[Christian_V._Sciberras]","{application/vnd.gmx=http://www.iana.org/assignments/media-types/application/vnd.gmx}"],"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"]},"registered":true},{"content-type":"application/vnd.google-earth.kml+xml","encoding":"8bit","extensions":["kml"],"references":["IANA","[Ashbridge]","{application/vnd.google-earth.kml+xml=http://www.iana.org/assignments/media-types/application/vnd.google-earth.kml+xml}"],"xrefs":{"person":["Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true},{"content-type":"application/vnd.google-earth.kmz","encoding":"8bit","extensions":["kmz"],"references":["IANA","[Ashbridge]","{application/vnd.google-earth.kmz=http://www.iana.org/assignments/media-types/application/vnd.google-earth.kmz}"],"xrefs":{"person":["Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true},{"content-type":"application/vnd.grafeq","encoding":"base64","extensions":["gqf","gqs"],"references":["IANA","[Jeff_Tupper]","{application/vnd.grafeq=http://www.iana.org/assignments/media-types/application/vnd.grafeq}"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true},{"content-type":"application/vnd.gridmp","encoding":"base64","references":["IANA","[Jeff_Lawson]","{application/vnd.gridmp=http://www.iana.org/assignments/media-types/application/vnd.gridmp}"],"xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true},{"content-type":"application/vnd.groove-account","encoding":"base64","extensions":["gac"],"references":["IANA","[Joseph]","{application/vnd.groove-account=http://www.iana.org/assignments/media-types/application/vnd.groove-account}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-account"]},"registered":true},{"content-type":"application/vnd.groove-help","encoding":"base64","extensions":["ghf"],"references":["IANA","[Joseph]","{application/vnd.groove-help=http://www.iana.org/assignments/media-types/application/vnd.groove-help}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-help"]},"registered":true},{"content-type":"application/vnd.groove-identity-message","encoding":"base64","extensions":["gim"],"references":["IANA","[Joseph]","{application/vnd.groove-identity-message=http://www.iana.org/assignments/media-types/application/vnd.groove-identity-message}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true},{"content-type":"application/vnd.groove-injector","encoding":"base64","extensions":["grv"],"references":["IANA","[Joseph]","{application/vnd.groove-injector=http://www.iana.org/assignments/media-types/application/vnd.groove-injector}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-injector"]},"registered":true},{"content-type":"application/vnd.groove-tool-message","encoding":"base64","extensions":["gtm"],"references":["IANA","[Joseph]","{application/vnd.groove-tool-message=http://www.iana.org/assignments/media-types/application/vnd.groove-tool-message}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true},{"content-type":"application/vnd.groove-tool-template","encoding":"base64","extensions":["tpl"],"references":["IANA","[Joseph]","{application/vnd.groove-tool-template=http://www.iana.org/assignments/media-types/application/vnd.groove-tool-template}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true},{"content-type":"application/vnd.groove-vcard","encoding":"base64","extensions":["vcg"],"references":["IANA","[Joseph]","{application/vnd.groove-vcard=http://www.iana.org/assignments/media-types/application/vnd.groove-vcard}"],"xrefs":{"person":["Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true},{"content-type":"application/vnd.hal+json","encoding":"base64","references":["IANA","[Kelly]","{application/vnd.hal+json=http://www.iana.org/assignments/media-types/application/vnd.hal+json}"],"xrefs":{"person":["Kelly"],"template":["application/vnd.hal+json"]},"registered":true},{"content-type":"application/vnd.hal+xml","encoding":"base64","extensions":["hal"],"references":["IANA","[Kelly]","{application/vnd.hal+xml=http://www.iana.org/assignments/media-types/application/vnd.hal+xml}"],"xrefs":{"person":["Kelly"],"template":["application/vnd.hal+xml"]},"registered":true},{"content-type":"application/vnd.HandHeld-Entertainment+xml","encoding":"base64","references":["IANA","[Hamilton]","{application/vnd.HandHeld-Entertainment+xml=http://www.iana.org/assignments/media-types/application/vnd.HandHeld-Entertainment+xml}"],"xrefs":{"person":["Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true},{"content-type":"application/vnd.handheld-entertainment+xml","encoding":"base64","extensions":["zmm"],"registered":false},{"content-type":"application/vnd.hbci","encoding":"base64","extensions":["bpd","hbc","hbci","kom","pkd","upa"],"references":["IANA","[Hammann]","{application/vnd.hbci=http://www.iana.org/assignments/media-types/application/vnd.hbci}"],"xrefs":{"person":["Hammann"],"template":["application/vnd.hbci"]},"registered":true},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","references":["IANA","[Doug_R._Serres]","{application/vnd.hcl-bireports=http://www.iana.org/assignments/media-types/application/vnd.hcl-bireports}"],"xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true},{"content-type":"application/vnd.heroku+json","encoding":"base64","references":["IANA","[Beary]","{application/vnd.heroku+json=http://www.iana.org/assignments/media-types/application/vnd.heroku+json}"],"xrefs":{"person":["Beary"],"template":["application/vnd.heroku+json"]},"registered":true},{"content-type":"application/vnd.hhe.lesson-player","encoding":"base64","extensions":["les"],"references":["IANA","[Jones]","{application/vnd.hhe.lesson-player=http://www.iana.org/assignments/media-types/application/vnd.hhe.lesson-player}"],"xrefs":{"person":["Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true},{"content-type":"application/vnd.hp-HPGL","encoding":"base64","extensions":["hpgl","plt"],"references":["IANA","[Bob_Pentecost]","{application/vnd.hp-HPGL=http://www.iana.org/assignments/media-types/application/vnd.hp-HPGL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true},{"content-type":"application/vnd.hp-hpgl","encoding":"base64","extensions":["hpgl"],"registered":false},{"content-type":"application/vnd.hp-hpid","encoding":"base64","extensions":["hpid"],"references":["IANA","[Gupta]","{application/vnd.hp-hpid=http://www.iana.org/assignments/media-types/application/vnd.hp-hpid}"],"xrefs":{"person":["Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true},{"content-type":"application/vnd.hp-hps","encoding":"base64","extensions":["hps"],"references":["IANA","[Aubrey]","{application/vnd.hp-hps=http://www.iana.org/assignments/media-types/application/vnd.hp-hps}"],"xrefs":{"person":["Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true},{"content-type":"application/vnd.hp-jlyt","encoding":"base64","extensions":["jlt"],"references":["IANA","[Gaash]","{application/vnd.hp-jlyt=http://www.iana.org/assignments/media-types/application/vnd.hp-jlyt}"],"xrefs":{"person":["Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true},{"content-type":"application/vnd.hp-PCL","encoding":"base64","references":["IANA","[Bob_Pentecost]","{application/vnd.hp-PCL=http://www.iana.org/assignments/media-types/application/vnd.hp-PCL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true},{"content-type":"application/vnd.hp-pcl","encoding":"base64","extensions":["pcl"],"registered":false},{"content-type":"application/vnd.hp-PCLXL","encoding":"base64","references":["IANA","[Bob_Pentecost]","{application/vnd.hp-PCLXL=http://www.iana.org/assignments/media-types/application/vnd.hp-PCLXL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true},{"content-type":"application/vnd.hp-pclxl","encoding":"base64","extensions":["pclxl"],"registered":false},{"content-type":"application/vnd.httphone","encoding":"base64","references":["IANA","[Franck_Lefevre]","{application/vnd.httphone=http://www.iana.org/assignments/media-types/application/vnd.httphone}"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true},{"content-type":"application/vnd.hydrostatix.sof-data","encoding":"base64","extensions":["sfd-hdstx"],"references":["IANA","[Gillam]","{application/vnd.hydrostatix.sof-data=http://www.iana.org/assignments/media-types/application/vnd.hydrostatix.sof-data}"],"xrefs":{"person":["Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true},{"content-type":"application/vnd.hzn-3d-crossword","encoding":"base64","references":["IANA","[James_Minnis]","{application/vnd.hzn-3d-crossword=http://www.iana.org/assignments/media-types/application/vnd.hzn-3d-crossword}"],"xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","references":["IANA","[Buis]","{application/vnd.ibm.afplinedata=http://www.iana.org/assignments/media-types/application/vnd.ibm.afplinedata}"],"xrefs":{"person":["Buis"],"template":["application/vnd.ibm.afplinedata"]},"registered":true},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.electronic-media=http://www.iana.org/assignments/media-types/application/vnd.ibm.electronic-media}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true},{"content-type":"application/vnd.ibm.minipay","encoding":"base64","extensions":["mpy"],"registered":false},{"content-type":"application/vnd.ibm.MiniPay","encoding":"base64","references":["IANA","[Herzberg]","{application/vnd.ibm.MiniPay=http://www.iana.org/assignments/media-types/application/vnd.ibm.MiniPay}"],"xrefs":{"person":["Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true},{"content-type":"application/vnd.ibm.modcap","encoding":"base64","extensions":["afp","list3820","listafp"],"references":["IANA","[Hohensee]","{application/vnd.ibm.modcap=http://www.iana.org/assignments/media-types/application/vnd.ibm.modcap}"],"xrefs":{"person":["Hohensee"],"template":["application/vnd.ibm.modcap"]},"registered":true},{"content-type":"application/vnd.ibm.rights-management","encoding":"base64","extensions":["irm"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.rights-management=http://www.iana.org/assignments/media-types/application/vnd.ibm.rights-management}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true},{"content-type":"application/vnd.ibm.secure-container","encoding":"base64","extensions":["sc"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.secure-container=http://www.iana.org/assignments/media-types/application/vnd.ibm.secure-container}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true},{"content-type":"application/vnd.iccprofile","encoding":"base64","extensions":["icc","icm"],"references":["IANA","[Green]","{application/vnd.iccprofile=http://www.iana.org/assignments/media-types/application/vnd.iccprofile}"],"xrefs":{"person":["Green"],"template":["application/vnd.iccprofile"]},"registered":true},{"content-type":"application/vnd.ieee.1905","encoding":"base64","references":["IANA","[Purva_R_Rajkotia]","{application/vnd.ieee.1905=http://www.iana.org/assignments/media-types/application/vnd.ieee.1905}"],"xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true},{"content-type":"application/vnd.igloader","encoding":"base64","extensions":["igl"],"references":["IANA","[Fisher]","{application/vnd.igloader=http://www.iana.org/assignments/media-types/application/vnd.igloader}"],"xrefs":{"person":["Fisher"],"template":["application/vnd.igloader"]},"registered":true},{"content-type":"application/vnd.immervision-ivp","encoding":"base64","extensions":["ivp"],"references":["IANA","[Mathieu_Villegas]","{application/vnd.immervision-ivp=http://www.iana.org/assignments/media-types/application/vnd.immervision-ivp}"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true},{"content-type":"application/vnd.immervision-ivu","encoding":"base64","extensions":["ivu"],"references":["IANA","[Mathieu_Villegas]","{application/vnd.immervision-ivu=http://www.iana.org/assignments/media-types/application/vnd.immervision-ivu}"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","references":["IANA","[Mark_Wahl]","{application/vnd.informedcontrol.rms+xml=http://www.iana.org/assignments/media-types/application/vnd.informedcontrol.rms+xml}"],"xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true},{"content-type":"application/vnd.informix-visionary","encoding":"base64","references":["IANA","[Gales]","{application/vnd.informix-visionary=http://www.iana.org/assignments/media-types/application/vnd.informix-visionary}"],"xrefs":{"person":["Gales"],"template":["application/vnd.informix-visionary"]},"registered":true},{"content-type":"application/vnd.infotech.project","encoding":"base64","references":["IANA","[Engelke]","{application/vnd.infotech.project=http://www.iana.org/assignments/media-types/application/vnd.infotech.project}"],"xrefs":{"person":["Engelke"],"template":["application/vnd.infotech.project"]},"registered":true},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","references":["IANA","[Engelke]","{application/vnd.infotech.project+xml=http://www.iana.org/assignments/media-types/application/vnd.infotech.project+xml}"],"xrefs":{"person":["Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","references":["IANA","[Takanori_Sudo]","{application/vnd.innopath.wamp.notification=http://www.iana.org/assignments/media-types/application/vnd.innopath.wamp.notification}"],"xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true},{"content-type":"application/vnd.insors.igm","encoding":"base64","extensions":["igm"],"references":["IANA","[Jon_Swanson]","{application/vnd.insors.igm=http://www.iana.org/assignments/media-types/application/vnd.insors.igm}"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true},{"content-type":"application/vnd.intercon.formnet","encoding":"base64","extensions":["xpw","xpx"],"references":["IANA","[Gurak]","{application/vnd.intercon.formnet=http://www.iana.org/assignments/media-types/application/vnd.intercon.formnet}"],"xrefs":{"person":["Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true},{"content-type":"application/vnd.intergeo","encoding":"base64","extensions":["i2g"],"references":["IANA","[Yves_Kreis_2]","{application/vnd.intergeo=http://www.iana.org/assignments/media-types/application/vnd.intergeo}"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","references":["IANA","[Luke_Tomasello]","{application/vnd.intertrust.digibox=http://www.iana.org/assignments/media-types/application/vnd.intertrust.digibox}"],"xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","references":["IANA","[Luke_Tomasello]","{application/vnd.intertrust.nncp=http://www.iana.org/assignments/media-types/application/vnd.intertrust.nncp}"],"xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true},{"content-type":"application/vnd.intu.qbo","encoding":"base64","extensions":["qbo"],"references":["IANA","[Greg_Scratchley]","{application/vnd.intu.qbo=http://www.iana.org/assignments/media-types/application/vnd.intu.qbo}"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true},{"content-type":"application/vnd.intu.qfx","encoding":"base64","extensions":["qfx"],"references":["IANA","[Greg_Scratchley]","{application/vnd.intu.qfx=http://www.iana.org/assignments/media-types/application/vnd.intu.qfx}"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.conceptitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.conceptitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.knowledgeitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.knowledgeitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.newsitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.newsitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.newsmessage+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.newsmessage+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.packageitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.packageitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.planningitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.planningitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true},{"content-type":"application/vnd.ipunplugged.rcprofile","encoding":"base64","extensions":["rcprofile"],"references":["IANA","[Ersson]","{application/vnd.ipunplugged.rcprofile=http://www.iana.org/assignments/media-types/application/vnd.ipunplugged.rcprofile}"],"xrefs":{"person":["Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true},{"content-type":"application/vnd.irepository.package+xml","encoding":"base64","extensions":["irp"],"references":["IANA","[Knowles]","{application/vnd.irepository.package+xml=http://www.iana.org/assignments/media-types/application/vnd.irepository.package+xml}"],"xrefs":{"person":["Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true},{"content-type":"application/vnd.is-xpr","encoding":"base64","extensions":["xpr"],"references":["IANA","[Satish_Navarajan]","{application/vnd.is-xpr=http://www.iana.org/assignments/media-types/application/vnd.is-xpr}"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true},{"content-type":"application/vnd.isac.fcs","encoding":"base64","extensions":["fcs"],"references":["IANA","[Ryan_Brinkman]","{application/vnd.isac.fcs=http://www.iana.org/assignments/media-types/application/vnd.isac.fcs}"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true},{"content-type":"application/vnd.jam","encoding":"base64","extensions":["jam"],"references":["IANA","[B.Kumar]","{application/vnd.jam=http://www.iana.org/assignments/media-types/application/vnd.jam}"],"xrefs":{"person":["B.Kumar"],"template":["application/vnd.jam"]},"registered":true},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","references":["IANA","[Fujii]","{application/vnd.japannet-directory-service=http://www.iana.org/assignments/media-types/application/vnd.japannet-directory-service}"],"xrefs":{"person":["Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-jpnstore-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-jpnstore-wakeup}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","references":["IANA","[Fujii]","{application/vnd.japannet-payment-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-payment-wakeup}"],"xrefs":{"person":["Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-registration","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-registration=http://www.iana.org/assignments/media-types/application/vnd.japannet-registration}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","references":["IANA","[Fujii]","{application/vnd.japannet-registration-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-registration-wakeup}"],"xrefs":{"person":["Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-setstore-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-setstore-wakeup}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-verification","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-verification=http://www.iana.org/assignments/media-types/application/vnd.japannet-verification}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","references":["IANA","[Fujii]","{application/vnd.japannet-verification-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-verification-wakeup}"],"xrefs":{"person":["Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true},{"content-type":"application/vnd.jcp.javame.midlet-rms","encoding":"base64","extensions":["rms"],"references":["IANA","[Gorshenev]","{application/vnd.jcp.javame.midlet-rms=http://www.iana.org/assignments/media-types/application/vnd.jcp.javame.midlet-rms}"],"xrefs":{"person":["Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true},{"content-type":"application/vnd.jisp","encoding":"base64","extensions":["jisp"],"references":["IANA","[Deckers]","{application/vnd.jisp=http://www.iana.org/assignments/media-types/application/vnd.jisp}"],"xrefs":{"person":["Deckers"],"template":["application/vnd.jisp"]},"registered":true},{"content-type":"application/vnd.joost.joda-archive","encoding":"base64","extensions":["joda"],"references":["IANA","[Joost]","{application/vnd.joost.joda-archive=http://www.iana.org/assignments/media-types/application/vnd.joost.joda-archive}"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","references":["IANA","[Kiyonobu]","{application/vnd.jsk.isdn-ngn=http://www.iana.org/assignments/media-types/application/vnd.jsk.isdn-ngn}"],"xrefs":{"person":["Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true},{"content-type":"application/vnd.kahootz","encoding":"base64","extensions":["ktr","ktz"],"references":["IANA","[Tim_Macdonald]","{application/vnd.kahootz=http://www.iana.org/assignments/media-types/application/vnd.kahootz}"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true},{"content-type":"application/vnd.kde.karbon","encoding":"base64","extensions":["karbon"],"references":["IANA","[Faure]","{application/vnd.kde.karbon=http://www.iana.org/assignments/media-types/application/vnd.kde.karbon}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.karbon"]},"registered":true},{"content-type":"application/vnd.kde.kchart","encoding":"base64","extensions":["chrt"],"references":["IANA","[Faure]","{application/vnd.kde.kchart=http://www.iana.org/assignments/media-types/application/vnd.kde.kchart}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kchart"]},"registered":true},{"content-type":"application/vnd.kde.kformula","encoding":"base64","extensions":["kfo"],"references":["IANA","[Faure]","{application/vnd.kde.kformula=http://www.iana.org/assignments/media-types/application/vnd.kde.kformula}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kformula"]},"registered":true},{"content-type":"application/vnd.kde.kivio","encoding":"base64","extensions":["flw"],"references":["IANA","[Faure]","{application/vnd.kde.kivio=http://www.iana.org/assignments/media-types/application/vnd.kde.kivio}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kivio"]},"registered":true},{"content-type":"application/vnd.kde.kontour","encoding":"base64","extensions":["kon"],"references":["IANA","[Faure]","{application/vnd.kde.kontour=http://www.iana.org/assignments/media-types/application/vnd.kde.kontour}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kontour"]},"registered":true},{"content-type":"application/vnd.kde.kpresenter","encoding":"base64","extensions":["kpr","kpt"],"references":["IANA","[Faure]","{application/vnd.kde.kpresenter=http://www.iana.org/assignments/media-types/application/vnd.kde.kpresenter}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true},{"content-type":"application/vnd.kde.kspread","encoding":"base64","extensions":["ksp"],"references":["IANA","[Faure]","{application/vnd.kde.kspread=http://www.iana.org/assignments/media-types/application/vnd.kde.kspread}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kspread"]},"registered":true},{"content-type":"application/vnd.kde.kword","encoding":"base64","extensions":["kwd","kwt"],"references":["IANA","[Faure]","{application/vnd.kde.kword=http://www.iana.org/assignments/media-types/application/vnd.kde.kword}"],"xrefs":{"person":["Faure"],"template":["application/vnd.kde.kword"]},"registered":true},{"content-type":"application/vnd.kenameaapp","encoding":"base64","extensions":["htke"],"references":["IANA","[DiGiorgio-Haag]","{application/vnd.kenameaapp=http://www.iana.org/assignments/media-types/application/vnd.kenameaapp}"],"xrefs":{"person":["DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true},{"content-type":"application/vnd.kidspiration","encoding":"base64","extensions":["kia"],"references":["IANA","[Bennett]","{application/vnd.kidspiration=http://www.iana.org/assignments/media-types/application/vnd.kidspiration}"],"xrefs":{"person":["Bennett"],"template":["application/vnd.kidspiration"]},"registered":true},{"content-type":"application/vnd.kinar","encoding":"base64","extensions":["kne","knp"],"registered":false},{"content-type":"application/vnd.Kinar","encoding":"base64","extensions":["kne","knp","sdf"],"references":["IANA","[Hemant_Thakkar]","{application/vnd.Kinar=http://www.iana.org/assignments/media-types/application/vnd.Kinar}"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true},{"content-type":"application/vnd.koan","encoding":"base64","extensions":["skd","skm","skp","skt"],"references":["IANA","[Cole]","{application/vnd.koan=http://www.iana.org/assignments/media-types/application/vnd.koan}"],"xrefs":{"person":["Cole"],"template":["application/vnd.koan"]},"registered":true},{"content-type":"application/vnd.kodak-descriptor","encoding":"base64","extensions":["sse"],"references":["IANA","[Donahue]","{application/vnd.kodak-descriptor=http://www.iana.org/assignments/media-types/application/vnd.kodak-descriptor}"],"xrefs":{"person":["Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true},{"content-type":"application/vnd.las.las+xml","encoding":"base64","extensions":["lasxml"],"references":["IANA","[Rob_Bailey]","{application/vnd.las.las+xml=http://www.iana.org/assignments/media-types/application/vnd.las.las+xml}"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","references":["IANA","[Brett_McDowell]","{application/vnd.liberty-request+xml=http://www.iana.org/assignments/media-types/application/vnd.liberty-request+xml}"],"xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","encoding":"base64","extensions":["lbd"],"references":["IANA","[Catherine_E._White]","{application/vnd.llamagraphics.life-balance.desktop=http://www.iana.org/assignments/media-types/application/vnd.llamagraphics.life-balance.desktop}"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","encoding":"base64","extensions":["lbe"],"references":["IANA","[Catherine_E._White]","{application/vnd.llamagraphics.life-balance.exchange+xml=http://www.iana.org/assignments/media-types/application/vnd.llamagraphics.life-balance.exchange+xml}"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true},{"content-type":"application/vnd.lotus-1-2-3","encoding":"base64","extensions":["123","wks"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-1-2-3=http://www.iana.org/assignments/media-types/application/vnd.lotus-1-2-3}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true},{"content-type":"application/vnd.lotus-approach","encoding":"base64","extensions":["apr"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-approach=http://www.iana.org/assignments/media-types/application/vnd.lotus-approach}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true},{"content-type":"application/vnd.lotus-freelance","encoding":"base64","extensions":["pre"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-freelance=http://www.iana.org/assignments/media-types/application/vnd.lotus-freelance}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true},{"content-type":"application/vnd.lotus-notes","encoding":"base64","extensions":["nsf"],"references":["IANA","[Michael_Laramie]","{application/vnd.lotus-notes=http://www.iana.org/assignments/media-types/application/vnd.lotus-notes}"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true},{"content-type":"application/vnd.lotus-organizer","encoding":"base64","extensions":["org"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-organizer=http://www.iana.org/assignments/media-types/application/vnd.lotus-organizer}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true},{"content-type":"application/vnd.lotus-screencam","encoding":"base64","extensions":["scm"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-screencam=http://www.iana.org/assignments/media-types/application/vnd.lotus-screencam}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true},{"content-type":"application/vnd.lotus-wordpro","encoding":"base64","extensions":["lwp"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-wordpro=http://www.iana.org/assignments/media-types/application/vnd.lotus-wordpro}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true},{"content-type":"application/vnd.macports.portpkg","encoding":"base64","extensions":["portpkg"],"references":["IANA","[Berry]","{application/vnd.macports.portpkg=http://www.iana.org/assignments/media-types/application/vnd.macports.portpkg}"],"xrefs":{"person":["Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","references":["IANA","[Ellison]","{application/vnd.marlin.drm.actiontoken+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.actiontoken+xml}"],"xrefs":{"person":["Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","references":["IANA","[Ellison]","{application/vnd.marlin.drm.conftoken+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.conftoken+xml}"],"xrefs":{"person":["Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","references":["IANA","[Ellison]","{application/vnd.marlin.drm.license+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.license+xml}"],"xrefs":{"person":["Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","references":["IANA","[Ellison]","{application/vnd.marlin.drm.mdcf=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.mdcf}"],"xrefs":{"person":["Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true},{"content-type":"application/vnd.mcd","encoding":"base64","extensions":["mcd"],"references":["IANA","[Gotoh]","{application/vnd.mcd=http://www.iana.org/assignments/media-types/application/vnd.mcd}"],"xrefs":{"person":["Gotoh"],"template":["application/vnd.mcd"]},"registered":true},{"content-type":"application/vnd.medcalcdata","encoding":"base64","extensions":["mc1"],"references":["IANA","[Frank_Schoonjans]","{application/vnd.medcalcdata=http://www.iana.org/assignments/media-types/application/vnd.medcalcdata}"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true},{"content-type":"application/vnd.mediastation.cdkey","encoding":"base64","extensions":["cdkey"],"references":["IANA","[Flurry]","{application/vnd.mediastation.cdkey=http://www.iana.org/assignments/media-types/application/vnd.mediastation.cdkey}"],"xrefs":{"person":["Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","references":["IANA","[Eric_Wedel]","{application/vnd.meridian-slingshot=http://www.iana.org/assignments/media-types/application/vnd.meridian-slingshot}"],"xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true},{"content-type":"application/vnd.mfer","encoding":"base64","extensions":["mwf"],"registered":false},{"content-type":"application/vnd.MFER","encoding":"base64","references":["IANA","[Hirai]","{application/vnd.MFER=http://www.iana.org/assignments/media-types/application/vnd.MFER}"],"xrefs":{"person":["Hirai"],"template":["application/vnd.MFER"]},"registered":true},{"content-type":"application/vnd.mfmp","encoding":"base64","extensions":["mfm"],"references":["IANA","[Ikeda]","{application/vnd.mfmp=http://www.iana.org/assignments/media-types/application/vnd.mfmp}"],"xrefs":{"person":["Ikeda"],"template":["application/vnd.mfmp"]},"registered":true},{"content-type":"application/vnd.micrografx.flo","encoding":"base64","extensions":["flo"],"references":["IANA","[Joe_Prevo]","{application/vnd.micrografx.flo=http://www.iana.org/assignments/media-types/application/vnd.micrografx.flo}"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true},{"content-type":"application/vnd.micrografx.igx","encoding":"base64","extensions":["igx"],"references":["IANA","[Joe_Prevo]","{application/vnd.micrografx-igx=http://www.iana.org/assignments/media-types/application/vnd.micrografx-igx}"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx-igx"]},"registered":true},{"content-type":"application/vnd.mif","encoding":"base64","extensions":["mif"],"references":["IANA","[Mike_Wexler]","{application/vnd-mif=http://www.iana.org/assignments/media-types/application/vnd-mif}"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd-mif"]},"registered":true},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","references":["IANA","[Bartram]","{application/vnd.minisoft-hp3000-save=http://www.iana.org/assignments/media-types/application/vnd.minisoft-hp3000-save}"],"xrefs":{"person":["Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","references":["IANA","[Tanaka]","{application/vnd.mitsubishi.misty-guard.trustweb=http://www.iana.org/assignments/media-types/application/vnd.mitsubishi.misty-guard.trustweb}"],"xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true},{"content-type":"application/vnd.mobius.daf","encoding":"base64","extensions":["daf"],"registered":false},{"content-type":"application/vnd.Mobius.DAF","encoding":"base64","references":["IANA","[Kabayama]","{application/vnd.Mobius.DAF=http://www.iana.org/assignments/media-types/application/vnd.Mobius.DAF}"],"xrefs":{"person":["Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true},{"content-type":"application/vnd.Mobius.DIS","encoding":"base64","references":["IANA","[Kabayama]","{application/vnd.Mobius.DIS=http://www.iana.org/assignments/media-types/application/vnd.Mobius.DIS}"],"xrefs":{"person":["Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true},{"content-type":"application/vnd.mobius.dis","encoding":"base64","extensions":["dis"],"registered":false},{"content-type":"application/vnd.mobius.mbk","encoding":"base64","extensions":["mbk"],"registered":false},{"content-type":"application/vnd.Mobius.MBK","encoding":"base64","references":["IANA","[Devasia]","{application/vnd.Mobius.MBK=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MBK}"],"xrefs":{"person":["Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true},{"content-type":"application/vnd.Mobius.MQY","encoding":"base64","references":["IANA","[Devasia]","{application/vnd.Mobius.MQY=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MQY}"],"xrefs":{"person":["Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true},{"content-type":"application/vnd.mobius.mqy","encoding":"base64","extensions":["mqy"],"registered":false},{"content-type":"application/vnd.mobius.msl","encoding":"base64","extensions":["msl"],"registered":false},{"content-type":"application/vnd.Mobius.MSL","encoding":"base64","references":["IANA","[Kabayama]","{application/vnd.Mobius.MSL=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MSL}"],"xrefs":{"person":["Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true},{"content-type":"application/vnd.mobius.plc","encoding":"base64","extensions":["plc"],"registered":false},{"content-type":"application/vnd.Mobius.PLC","encoding":"base64","references":["IANA","[Kabayama]","{application/vnd.Mobius.PLC=http://www.iana.org/assignments/media-types/application/vnd.Mobius.PLC}"],"xrefs":{"person":["Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true},{"content-type":"application/vnd.Mobius.TXF","encoding":"base64","references":["IANA","[Kabayama]","{application/vnd.Mobius.TXF=http://www.iana.org/assignments/media-types/application/vnd.Mobius.TXF}"],"xrefs":{"person":["Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true},{"content-type":"application/vnd.mobius.txf","encoding":"base64","extensions":["txf"],"registered":false},{"content-type":"application/vnd.mophun.application","encoding":"base64","extensions":["mpn"],"references":["IANA","[Bjorn_Wennerstrom]","{application/vnd.mophun.application=http://www.iana.org/assignments/media-types/application/vnd.mophun.application}"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true},{"content-type":"application/vnd.mophun.certificate","encoding":"base64","extensions":["mpc"],"references":["IANA","[Bjorn_Wennerstrom]","{application/vnd.mophun.certificate=http://www.iana.org/assignments/media-types/application/vnd.mophun.certificate}"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.adsi=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.adsi}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.fis=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.fis}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.gotap=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.gotap}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.kmr=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.kmr}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.ttc=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.ttc}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.wem=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.wem}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","references":["IANA","[Rafie_Shamsaasef]","{application/vnd.motorola.iprm=http://www.iana.org/assignments/media-types/application/vnd.motorola.iprm}"],"xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true},{"content-type":"application/vnd.mozilla.xul+xml","encoding":"base64","extensions":["xul"],"references":["IANA","[Braden_N_McDaniel]","{application/vnd.mozilla.xul+xml=http://www.iana.org/assignments/media-types/application/vnd.mozilla.xul+xml}"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true},{"content-type":"application/vnd.ms-artgalry","encoding":"base64","extensions":["cil"],"references":["IANA","[Dean_Slawson]","{application/vnd.ms-artgalry=http://www.iana.org/assignments/media-types/application/vnd.ms-artgalry}"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"references":["IANA","[Fleischman]","{application/vnd.ms-asf=http://www.iana.org/assignments/media-types/application/vnd.ms-asf}"],"xrefs":{"person":["Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true},{"content-type":"application/vnd.ms-cab-compressed","encoding":"base64","extensions":["cab"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-cab-compressed=http://www.iana.org/assignments/media-types/application/vnd.ms-cab-compressed}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true},{"content-type":"application/vnd.ms-excel","encoding":"base64","extensions":["xla","xlc","xlm","xls","xlt","xlw"],"references":["IANA","[Gill]","{application/vnd.ms-excel=http://www.iana.org/assignments/media-types/application/vnd.ms-excel}"],"xrefs":{"person":["Gill"],"template":["application/vnd.ms-excel"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.addin.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.addin.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroenabled.12","encoding":"base64","extensions":["xlam"],"registered":false},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","encoding":"base64","extensions":["xlsb"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.sheet.binary.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.sheet.binary.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.binary.macroenabled.12","encoding":"base64","extensions":["xlsb"],"registered":false},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","encoding":"base64","extensions":["xlsm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.sheet.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.sheet.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.macroenabled.12","encoding":"base64","extensions":["xlsm"],"registered":false},{"content-type":"application/vnd.ms-excel.template.macroenabled.12","encoding":"base64","extensions":["xltm"],"registered":false},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","encoding":"base64","extensions":["eot"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","encoding":"base64","extensions":["eot"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-htmlhelp","encoding":"base64","extensions":["chm"],"references":["IANA","[Anatoly_Techtonik]","{application/vnd.ms-htmlhelp=http://www.iana.org/assignments/media-types/application/vnd.ms-htmlhelp}"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true},{"content-type":"application/vnd.ms-ims","encoding":"base64","extensions":["ims"],"references":["IANA","[Eric_Ledoux]","{application/vnd.ms-ims=http://www.iana.org/assignments/media-types/application/vnd.ms-ims}"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true},{"content-type":"application/vnd.ms-lrm","encoding":"base64","extensions":["lrm"],"references":["IANA","[Eric_Ledoux]","{application/vnd.ms-lrm=http://www.iana.org/assignments/media-types/application/vnd.ms-lrm}"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-office.activeX+xml=http://www.iana.org/assignments/media-types/application/vnd.ms-office.activeX+xml}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true},{"content-type":"application/vnd.ms-officetheme","encoding":"base64","extensions":["thmx"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-officetheme=http://www.iana.org/assignments/media-types/application/vnd.ms-officetheme}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true},{"content-type":"application/vnd.ms-pki.seccat","encoding":"base64","extensions":["cat"],"registered":false},{"content-type":"application/vnd.ms-pki.stl","encoding":"base64","extensions":["stl"],"registered":false},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","references":["IANA","[Daniel_Schneider]","{application/vnd.ms-playready.initiator+xml=http://www.iana.org/assignments/media-types/application/vnd.ms-playready.initiator+xml}"],"xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint","encoding":"base64","extensions":["pot","pps","ppt"],"references":["IANA","[Gill]","{application/vnd.ms-powerpoint=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint}"],"xrefs":{"person":["Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.addin.macroenabled.12","encoding":"base64","extensions":["ppam"],"registered":false},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.addin.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.addin.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.presentation.macroenabled.12","encoding":"base64","extensions":["pptm"],"registered":false},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.presentation.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.presentation.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.slide.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.slide.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroenabled.12","encoding":"base64","extensions":["sldm"],"registered":false},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.slideshow.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.slideshow.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroenabled.12","encoding":"base64","extensions":["ppsm"],"registered":false},{"content-type":"application/vnd.ms-powerpoint.template.macroenabled.12","encoding":"base64","extensions":["potm"],"registered":false},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","encoding":"base64","extensions":["potm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-project","encoding":"base64","extensions":["mpp","mpt"],"references":["IANA","[Gill]","{application/vnd.ms-project=http://www.iana.org/assignments/media-types/application/vnd.ms-project}"],"xrefs":{"person":["Gill"],"template":["application/vnd.ms-project"]},"registered":true},{"content-type":"application/vnd.ms-tnef","encoding":"base64","references":["IANA","[Gill]","{application/vnd.ms-tnef=http://www.iana.org/assignments/media-types/application/vnd.ms-tnef}"],"xrefs":{"person":["Gill"],"template":["application/vnd.ms-tnef"]},"registered":true},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","references":["IANA","[Hutchings]","{application/vnd.ms-windows.printerpairing=http://www.iana.org/assignments/media-types/application/vnd.ms-windows.printerpairing}"],"xrefs":{"person":["Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.lic-chlg-req=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.lic-chlg-req}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.lic-resp=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.lic-resp}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.meter-chlg-req=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.meter-chlg-req}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.meter-resp=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.meter-resp}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","encoding":"base64","extensions":["docm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-word.document.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-word.document.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroenabled.12","encoding":"base64","extensions":["docm"],"registered":false},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","encoding":"base64","extensions":["dotm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-word.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-word.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.template.macroenabled.12","encoding":"base64","extensions":["dotm"],"registered":false},{"content-type":"application/vnd.ms-works","encoding":"base64","extensions":["wcm","wdb","wks","wps"],"references":["IANA","[Gill]","{application/vnd.ms-works=http://www.iana.org/assignments/media-types/application/vnd.ms-works}"],"xrefs":{"person":["Gill"],"template":["application/vnd.ms-works"]},"registered":true},{"content-type":"application/vnd.ms-wpl","encoding":"base64","extensions":["wpl"],"references":["IANA","[Dan_Plastina]","{application/vnd.ms-wpl=http://www.iana.org/assignments/media-types/application/vnd.ms-wpl}"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true},{"content-type":"application/vnd.ms-xpsdocument","encoding":"8bit","extensions":["xps"],"references":["IANA","[Jesse_McGatha]","{application/vnd.ms-xpsdocument=http://www.iana.org/assignments/media-types/application/vnd.ms-xpsdocument}"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true},{"content-type":"application/vnd.mseq","encoding":"base64","extensions":["mseq"],"references":["IANA","[Gwenael_Le_Bodic]","{application/vnd.mseq=http://www.iana.org/assignments/media-types/application/vnd.mseq}"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true},{"content-type":"application/vnd.msign","encoding":"base64","references":["IANA","[Borcherding]","{application/vnd.msign=http://www.iana.org/assignments/media-types/application/vnd.msign}"],"xrefs":{"person":["Borcherding"],"template":["application/vnd.msign"]},"registered":true},{"content-type":"application/vnd.multiad.creator","encoding":"base64","references":["IANA","[Steve_Mills]","{application/vnd.multiad.creator=http://www.iana.org/assignments/media-types/application/vnd.multiad.creator}"],"xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","references":["IANA","[Steve_Mills]","{application/vnd.multiad.creator.cif=http://www.iana.org/assignments/media-types/application/vnd.multiad.creator.cif}"],"xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true},{"content-type":"application/vnd.music-niff","encoding":"base64","references":["IANA","[Butler]","{application/vnd.music-niff=http://www.iana.org/assignments/media-types/application/vnd.music-niff}"],"xrefs":{"person":["Butler"],"template":["application/vnd.music-niff"]},"registered":true},{"content-type":"application/vnd.musician","encoding":"base64","extensions":["mus"],"references":["IANA","[Adams]","{application/vnd.musician=http://www.iana.org/assignments/media-types/application/vnd.musician}"],"xrefs":{"person":["Adams"],"template":["application/vnd.musician"]},"registered":true},{"content-type":"application/vnd.muvee.style","encoding":"base64","extensions":["msty"],"references":["IANA","[Anantharamu]","{application/vnd.muvee.style=http://www.iana.org/assignments/media-types/application/vnd.muvee.style}"],"xrefs":{"person":["Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"references":["IANA","[Franck_Lefevre]","{application/vnd.mynfc=http://www.iana.org/assignments/media-types/application/vnd.mynfc}"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true},{"content-type":"application/vnd.ncd.control","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.ncd.control=http://www.iana.org/assignments/media-types/application/vnd.ncd.control}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true},{"content-type":"application/vnd.ncd.reference","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.ncd.reference=http://www.iana.org/assignments/media-types/application/vnd.ncd.reference}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["bkm","ent","entity","kcm","req","request"],"references":["IANA","[Judkins]","{application/vnd.nervana=http://www.iana.org/assignments/media-types/application/vnd.nervana}"],"xrefs":{"person":["Judkins"],"template":["application/vnd.nervana"]},"registered":true},{"content-type":"application/vnd.netfpx","encoding":"base64","references":["IANA","[Andy_Mutz]","{application/vnd.netfpx=http://www.iana.org/assignments/media-types/application/vnd.netfpx}"],"xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true},{"content-type":"application/vnd.neurolanguage.nlu","encoding":"base64","extensions":["nlu"],"references":["IANA","[DuFeu]","{application/vnd.neurolanguage.nlu=http://www.iana.org/assignments/media-types/application/vnd.neurolanguage.nlu}"],"xrefs":{"person":["DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","references":["IANA","[Andersson]","{application/vnd.nintendo.nitro.rom=http://www.iana.org/assignments/media-types/application/vnd.nintendo.nitro.rom}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","references":["IANA","[Andersson]","{application/vnd.nintendo.snes.rom=http://www.iana.org/assignments/media-types/application/vnd.nintendo.snes.rom}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"references":["IANA","[Steve_Rogan]","{application/vnd.nitf=http://www.iana.org/assignments/media-types/application/vnd.nitf}"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true},{"content-type":"application/vnd.noblenet-directory","encoding":"base64","extensions":["nnd"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-directory=http://www.iana.org/assignments/media-types/application/vnd.noblenet-directory}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true},{"content-type":"application/vnd.noblenet-sealer","encoding":"base64","extensions":["nns"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-sealer=http://www.iana.org/assignments/media-types/application/vnd.noblenet-sealer}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true},{"content-type":"application/vnd.noblenet-web","encoding":"base64","extensions":["nnw"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-web=http://www.iana.org/assignments/media-types/application/vnd.noblenet-web}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.catalogs=http://www.iana.org/assignments/media-types/application/vnd.nokia.catalogs}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.conml+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.conml+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.conml+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.conml+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.iptv.config+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.iptv.config+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.iSDS-radio-presets=http://www.iana.org/assignments/media-types/application/vnd.nokia.iSDS-radio-presets}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmark+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmark+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmark+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmark+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmarkcollection+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmarkcollection+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.ac+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.ac+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.data","encoding":"base64","extensions":["ngdat"],"references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.data=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.data}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.symbian.install","encoding":"base64","extensions":["n-gage"],"references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.symbian.install=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.symbian.install}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"]},"registered":true},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.ncd=http://www.iana.org/assignments/media-types/application/vnd.nokia.ncd}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":["application/vnd.nokia.ncd"],"references":["IANA","[Nokia]"],"registered":true},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.pcd+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.pcd+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.pcd+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.pcd+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true},{"content-type":"application/vnd.nokia.radio-preset","encoding":"base64","extensions":["rpst"],"references":["IANA","[Nokia]","{application/vnd.nokia.radio-preset=http://www.iana.org/assignments/media-types/application/vnd.nokia.radio-preset}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true},{"content-type":"application/vnd.nokia.radio-presets","encoding":"base64","extensions":["rpss"],"references":["IANA","[Nokia]","{application/vnd.nokia.radio-presets=http://www.iana.org/assignments/media-types/application/vnd.nokia.radio-presets}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true},{"content-type":"application/vnd.novadigm.EDM","encoding":"base64","references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EDM=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EDM}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true},{"content-type":"application/vnd.novadigm.edm","encoding":"base64","extensions":["edm"],"registered":false},{"content-type":"application/vnd.novadigm.edx","encoding":"base64","extensions":["edx"],"registered":false},{"content-type":"application/vnd.novadigm.EDX","encoding":"base64","references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EDX=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EDX}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true},{"content-type":"application/vnd.novadigm.ext","encoding":"base64","extensions":["ext"],"registered":false},{"content-type":"application/vnd.novadigm.EXT","encoding":"base64","references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EXT=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EXT}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","references":["IANA","[Akinori_Taya]","{application/vnd.ntt-local.content-share=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.content-share}"],"xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.file-transfer=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.file-transfer}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.sip-ta_remote=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.sip-ta_remote}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.sip-ta_tcp_stream=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.sip-ta_tcp_stream}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","encoding":"base64","extensions":["odc"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.chart=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.chart}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart-template","encoding":"base64","extensions":["odc","otc"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.chart-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.chart-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","encoding":"base64","extensions":["odb"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.database=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.database}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.database"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","encoding":"base64","extensions":["odf"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.formula=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.formula}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula-template","encoding":"base64","extensions":["odf","odft"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.formula-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.formula-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics","encoding":"base64","extensions":["odg"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.graphics=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.graphics}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics-template","encoding":"base64","extensions":["otg"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.graphics-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.graphics-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image","encoding":"base64","extensions":["odi"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.image=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.image}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image-template","encoding":"base64","extensions":["odi","oti"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.image-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.image-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation","encoding":"base64","extensions":["odp"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.presentation=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.presentation}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation-template","encoding":"base64","extensions":["otp"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.presentation-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.presentation-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","encoding":"base64","extensions":["ods"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.spreadsheet=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.spreadsheet}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","encoding":"base64","extensions":["ots"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.spreadsheet-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.spreadsheet-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text","encoding":"base64","extensions":["odt"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master","encoding":"base64","extensions":["odm"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-master=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-master}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","encoding":"base64","extensions":["ott"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-web","encoding":"base64","extensions":["oth"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-web=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-web}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true},{"content-type":"application/vnd.obn","encoding":"base64","references":["IANA","[Hessling]","{application/vnd.obn=http://www.iana.org/assignments/media-types/application/vnd.obn}"],"xrefs":{"person":["Hessling"],"template":["application/vnd.obn"]},"registered":true},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","references":["IANA","[Grey]","{application/vnd.oftn.l10n+json=http://www.iana.org/assignments/media-types/application/vnd.oftn.l10n+json}"],"xrefs":{"person":["Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.contentaccessdownload+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.contentaccessdownload+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.contentaccessstreaming+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.contentaccessstreaming+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.cspg-hexbinary=http://www.iana.org/assignments/media-types/application/vnd.oipf.cspg-hexbinary}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.dae.svg+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.dae.svg+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.dae.xhtml+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.dae.xhtml+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.mippvcontrolmessage+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.mippvcontrolmessage+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.pae.gem=http://www.iana.org/assignments/media-types/application/vnd.oipf.pae.gem}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.spdiscovery+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.spdiscovery+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.spdlist+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.spdlist+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.ueprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.ueprofile+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","references":["IANA","[DEsclercs]","{application/vnd.oipf.userprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.userprofile+xml}"],"xrefs":{"person":["DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true},{"content-type":"application/vnd.olpc-sugar","encoding":"base64","extensions":["xo"],"references":["IANA","[John_Palmieri]","{application/vnd.olpc-sugar=http://www.iana.org/assignments/media-types/application/vnd.olpc-sugar}"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-config=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-config}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-http-request=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-http-request}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-http-response=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-http-response}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.associated-procedure-parameter+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.associated-procedure-parameter+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.drm-trigger+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.drm-trigger+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.imd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.imd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.ltkm=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.ltkm}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.notification+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.notification+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.provisioningtrigger=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.provisioningtrigger}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgboot=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgboot}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgdd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgdd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgdu=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgdu}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.simple-symbol-container=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.simple-symbol-container}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.smartcard-trigger+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.smartcard-trigger+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sprov+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sprov+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.stkm=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.stkm}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-address-book+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-address-book+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-feature-handler+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-feature-handler+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-pcc+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-pcc+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-subs-invite+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-subs-invite+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-user-prefs+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-user-prefs+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true},{"content-type":"application/vnd.oma.dcd","encoding":"base64","references":["IANA","[Avi_Primo]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.dcd=http://www.iana.org/assignments/media-types/application/vnd.oma.dcd}"],"xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","references":["IANA","[Avi_Primo]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.dcdc=http://www.iana.org/assignments/media-types/application/vnd.oma.dcdc}"],"xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true},{"content-type":"application/vnd.oma.dd2+xml","encoding":"base64","extensions":["dd2"],"references":["IANA","[Jun_Sato]","[Open_Mobile_Alliance_BAC_DLDRM_Working_Group]","{application/vnd.oma.dd2+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.dd2+xml}"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_Working_Group"],"template":["application/vnd.oma.dd2+xml"]},"registered":true},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.drm.risd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.drm.risd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","references":["IANA","[Kelley]","[OMA_Presence_and_Availability_PAG_Working_Group]","{application/vnd.oma.group-usage-list+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.group-usage-list+xml}"],"xrefs":{"person":["Kelley","OMA_Presence_and_Availability_PAG_Working_Group"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","references":["IANA","[Brian_McColgan]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.pal+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.pal+xml}"],"xrefs":{"person":["Brian_McColgan","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.detailed-progress-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.detailed-progress-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.final-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.final-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","references":["IANA","[Kelley]","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.groups+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.groups+xml}"],"xrefs":{"person":["Kelley","OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.invocation-descriptor+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.invocation-descriptor+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.optimized-progress-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.optimized-progress-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.push","encoding":"base64","references":["IANA","[Bryan_Sullivan]","[OMA]","{application/vnd.oma.push=http://www.iana.org/assignments/media-types/application/vnd.oma.push}"],"xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","references":["IANA","[Wenjun_Zeng]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.scidm.messages+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.scidm.messages+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","references":["IANA","[Kelley]","[OMA_Presence_and_Availability_PAG_Working_Group]","{application/vnd.oma.xcap-directory+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.xcap-directory+xml}"],"xrefs":{"person":["Kelley","OMA_Presence_and_Availability_PAG_Working_Group"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-email+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-email+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-file+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-file+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-folder+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-folder+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","references":["IANA","[Grange]","{application/vnd.omaloc-supl-init=http://www.iana.org/assignments/media-types/application/vnd.omaloc-supl-init}"],"xrefs":{"person":["Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","references":["IANA","[Bruce]","{application/vnd.openeye.oeb=http://www.iana.org/assignments/media-types/application/vnd.openeye.oeb}"],"xrefs":{"person":["Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true},{"content-type":"application/vnd.openofficeorg.extension","encoding":"base64","extensions":["oxt"],"references":["IANA","[Lingner]"],"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.custom-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.custom-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.customXmlProperties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.customXmlProperties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawing+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawing+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.chart+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.chart+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.extended-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.extended-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","encoding":"base64","extensions":["pptx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presentation=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presentation}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presProps+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presProps+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","encoding":"base64","extensions":["sldx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slide=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slide}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slide+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slide+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","encoding":"base64","extensions":["ppsx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideshow=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideshow}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.tags+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.tags+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","encoding":"base64","extensions":["potx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","encoding":"base64","extensions":["xlsx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","encoding":"base64","extensions":["xltx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.theme+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.theme+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.themeOverride+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.themeOverride+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.vmlDrawing=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.vmlDrawing}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","encoding":"base64","extensions":["docx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","encoding":"base64","extensions":["dotx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.core-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.core-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.relationships+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.relationships+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true},{"content-type":"application/vnd.orange.indata","encoding":"base64","references":["IANA","[CHATRAS_Bruno]","{application/vnd.orange.indata=http://www.iana.org/assignments/media-types/application/vnd.orange.indata}"],"xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","references":["IANA","[Klos]","{application/vnd.osa.netdeploy=http://www.iana.org/assignments/media-types/application/vnd.osa.netdeploy}"],"xrefs":{"person":["Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true},{"content-type":"application/vnd.osgeo.mapguide.package","encoding":"base64","extensions":["mgp"],"references":["IANA","[Birch]","{application/vnd.osgeo.mapguide.package=http://www.iana.org/assignments/media-types/application/vnd.osgeo.mapguide.package}"],"xrefs":{"person":["Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","references":["IANA","[Peter_Kriens]","{application/vnd.osgi.bundle=http://www.iana.org/assignments/media-types/application/vnd.osgi.bundle}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true},{"content-type":"application/vnd.osgi.dp","encoding":"base64","extensions":["dp"],"references":["IANA","[Peter_Kriens]","{application/vnd.osgi.dp=http://www.iana.org/assignments/media-types/application/vnd.osgi.dp}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"references":["IANA","[Peter_Kriens]","{application/vnd.osgi.subsystem=http://www.iana.org/assignments/media-types/application/vnd.osgi.subsystem}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","references":["IANA","[Magnus_Nystrom]","{application/vnd.otps.ct-kip+xml=http://www.iana.org/assignments/media-types/application/vnd.otps.ct-kip+xml}"],"xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true},{"content-type":"application/vnd.palm","encoding":"base64","extensions":["oprc","pdb","pqa","prc"],"references":["IANA","[Gavin_Peacock]","{application/vnd.palm=http://www.iana.org/assignments/media-types/application/vnd.palm}"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true},{"content-type":"application/vnd.paos.xml","encoding":"base64","references":["IANA","[Kemp]","{application/vnd.paos+xml=http://www.iana.org/assignments/media-types/application/vnd.paos+xml}"],"xrefs":{"person":["Kemp"],"template":["application/vnd.paos+xml"]},"registered":true},{"content-type":"application/vnd.pawaafile","encoding":"base64","extensions":["paw"],"references":["IANA","[Baskaran]","{application/vnd.pawaafile=http://www.iana.org/assignments/media-types/application/vnd.pawaafile}"],"xrefs":{"person":["Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true},{"content-type":"application/vnd.pg.format","encoding":"base64","extensions":["str"],"references":["IANA","[Gandert]","{application/vnd.pg.format=http://www.iana.org/assignments/media-types/application/vnd.pg.format}"],"xrefs":{"person":["Gandert"],"template":["application/vnd.pg.format"]},"registered":true},{"content-type":"application/vnd.pg.osasli","encoding":"base64","extensions":["ei6"],"references":["IANA","[Gandert]","{application/vnd.pg.osasli=http://www.iana.org/assignments/media-types/application/vnd.pg.osasli}"],"xrefs":{"person":["Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","references":["IANA","[Lucas_Maneos]","{application/vnd.piaccess.application-licence=http://www.iana.org/assignments/media-types/application/vnd.piaccess.application-licence}"],"xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true},{"content-type":"application/vnd.picsel","encoding":"base64","extensions":["efif"],"references":["IANA","[Giuseppe_Naccarato]","{application/vnd.picsel=http://www.iana.org/assignments/media-types/application/vnd.picsel}"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true},{"content-type":"application/vnd.pmi.widget","encoding":"base64","extensions":["wg"],"references":["IANA","[Rhys_Lewis]","{application/vnd.pmi.widget=http://www.iana.org/assignments/media-types/application/vnd.pmi.widget}"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","references":["IANA","[Kelley]","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.poc.group-advertisement+xml=http://www.iana.org/assignments/media-types/application/vnd.poc.group-advertisement+xml}"],"xrefs":{"person":["Kelley","OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true},{"content-type":"application/vnd.pocketlearn","encoding":"base64","extensions":["plf"],"references":["IANA","[Jorge_Pando]","{application/vnd.pocketlearn=http://www.iana.org/assignments/media-types/application/vnd.pocketlearn}"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true},{"content-type":"application/vnd.powerbuilder6","encoding":"base64","extensions":["pbd"],"references":["IANA","[Guy]","{application/vnd.powerbuilder6=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder6}"],"xrefs":{"person":["Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","references":["IANA","[Guy]","{application/vnd.powerbuilder6-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder6-s}"],"xrefs":{"person":["Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder7=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder7}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder7-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder7-s}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder75=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder75}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder75-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder75-s}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true},{"content-type":"application/vnd.preminet","encoding":"base64","references":["IANA","[Juoko_Tenhunen]","{application/vnd.preminet=http://www.iana.org/assignments/media-types/application/vnd.preminet}"],"xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true},{"content-type":"application/vnd.previewsystems.box","encoding":"base64","extensions":["box"],"references":["IANA","[Roman_Smolgovsky]","{application/vnd.previewsystems.box=http://www.iana.org/assignments/media-types/application/vnd.previewsystems.box}"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true},{"content-type":"application/vnd.proteus.magazine","encoding":"base64","extensions":["mgz"],"references":["IANA","[Hoch]","{application/vnd.proteus.magazine=http://www.iana.org/assignments/media-types/application/vnd.proteus.magazine}"],"xrefs":{"person":["Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true},{"content-type":"application/vnd.publishare-delta-tree","encoding":"base64","extensions":["qps"],"references":["IANA","[Ben-Kiki]","{application/vnd.publishare-delta-tree=http://www.iana.org/assignments/media-types/application/vnd.publishare-delta-tree}"],"xrefs":{"person":["Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true},{"content-type":"application/vnd.pvi.ptid1","encoding":"base64","extensions":["pti","ptid"],"references":["IANA","[Charles_P._Lamb]","{application/vnd.pvi.ptid1=http://www.iana.org/assignments/media-types/application/vnd.pvi.ptid1}"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","references":["IANA","RFC3391"],"xrefs":{"rfc":["rfc3391"]},"registered":true},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","references":["IANA","[Don_Wright]","{application/vnd.pwg-xhtml-print+xml=http://www.iana.org/assignments/media-types/application/vnd.pwg-xhtml-print+xml}"],"xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","references":["IANA","[Forrester]","{application/vnd.qualcomm.brew-app-res=http://www.iana.org/assignments/media-types/application/vnd.qualcomm.brew-app-res}"],"xrefs":{"person":["Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true},{"content-type":"application/vnd.Quark.QuarkXPress","encoding":"8bit","extensions":["qwd","qwt","qxb","qxd","qxl","qxt"],"references":["IANA","[Hannes_Scheidler]","{application/vnd.Quark.QuarkXPress=http://www.iana.org/assignments/media-types/application/vnd.Quark.QuarkXPress}"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true},{"content-type":"application/vnd.quark.quarkxpress","encoding":"base64","extensions":["qwd","qwt","qxb","qxd","qxl","qxt"],"registered":false},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","references":["IANA","[Matthias_Ludwig]","{application/vnd.quobject-quoxdocument=http://www.iana.org/assignments/media-types/application/vnd.quobject-quoxdocument}"],"xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.rainstor.data","encoding":"base64","references":["IANA","[Crook]","{application/vnd.rainstor.data=http://www.iana.org/assignments/media-types/application/vnd.rainstor.data}"],"xrefs":{"person":["Crook"],"template":["application/vnd.rainstor.data"]},"registered":true},{"content-type":"application/vnd.rapid","encoding":"base64","references":["IANA","[Etay_Szekely]","{application/vnd.rapid=http://www.iana.org/assignments/media-types/application/vnd.rapid}"],"xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true},{"content-type":"application/vnd.realvnc.bed","encoding":"base64","extensions":["bed"],"references":["IANA","[Nick_Reeves]","{application/vnd.realvnc.bed=http://www.iana.org/assignments/media-types/application/vnd.realvnc.bed}"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml","encoding":"base64","extensions":["mxl"],"references":["IANA","[Good]","{application/vnd.recordare.musicxml=http://www.iana.org/assignments/media-types/application/vnd.recordare.musicxml}"],"xrefs":{"person":["Good"],"template":["application/vnd.recordare.musicxml"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml+xml","encoding":"base64","extensions":["musicxml"],"references":["IANA","[Good]","{application/vnd.recordare.musicxml+xml=http://www.iana.org/assignments/media-types/application/vnd.recordare.musicxml+xml}"],"xrefs":{"person":["Good"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","references":["IANA","[James_Wick]","{application/vnd.renlearn.rlprint=http://www.iana.org/assignments/media-types/application/vnd.renlearn.rlprint}"],"xrefs":{"person":["James_Wick"],"template":["application/vnd.renlearn.rlprint"]},"registered":true},{"content-type":"application/vnd.rig.cryptonote","encoding":"base64","extensions":["cryptonote"],"references":["IANA","[Jibiki]","{application/vnd.rig.cryptonote=http://www.iana.org/assignments/media-types/application/vnd.rig.cryptonote}"],"xrefs":{"person":["Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true},{"content-type":"application/vnd.rim.cod","encoding":"base64","extensions":["cod"],"registered":false},{"content-type":"application/vnd.rn-realmedia","encoding":"base64","extensions":["rm"],"registered":false},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false},{"content-type":"application/vnd.route66.link66+xml","encoding":"base64","extensions":["link66"],"references":["IANA","[Kikstra]","{application/vnd.route66.link66+xml=http://www.iana.org/assignments/media-types/application/vnd.route66.link66+xml}"],"xrefs":{"person":["Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true},{"content-type":"application/vnd.rs-274x","encoding":"base64","references":["IANA","[Harding]","{application/vnd.rs-274x=http://www.iana.org/assignments/media-types/application/vnd.rs-274x}"],"xrefs":{"person":["Harding"],"template":["application/vnd.rs-274x"]},"registered":true},{"content-type":"application/vnd.ruckus.download","encoding":"base64","references":["IANA","[Harris]","{application/vnd.ruckus.download=http://www.iana.org/assignments/media-types/application/vnd.ruckus.download}"],"xrefs":{"person":["Harris"],"template":["application/vnd.ruckus.download"]},"registered":true},{"content-type":"application/vnd.s3sms","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.s3sms=http://www.iana.org/assignments/media-types/application/vnd.s3sms}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true},{"content-type":"application/vnd.sailingtracker.track","encoding":"base64","extensions":["st"],"references":["IANA","[Heikki_Vesalainen]","{application/vnd.sailingtracker.track=http://www.iana.org/assignments/media-types/application/vnd.sailingtracker.track}"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true},{"content-type":"application/vnd.sbm.cid","encoding":"base64","references":["IANA","[Shinji_Kusakari]","{application/vnd.sbm.cid=http://www.iana.org/assignments/media-types/application/vnd.sbm.cid}"],"xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","references":["IANA","[Masanori_Murai]","{application/vnd.sbm.mid2=http://www.iana.org/assignments/media-types/application/vnd.sbm.mid2}"],"xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true},{"content-type":"application/vnd.scribus","encoding":"base64","references":["IANA","[Bradney]","{application/vnd.scribus=http://www.iana.org/assignments/media-types/application/vnd.scribus}"],"xrefs":{"person":["Bradney"],"template":["application/vnd.scribus"]},"registered":true},{"content-type":"application/vnd.sealed.3df","encoding":"base64","references":["IANA","[John_Kwan]","{application/vnd.sealed.3df=http://www.iana.org/assignments/media-types/application/vnd.sealed.3df}"],"xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true},{"content-type":"application/vnd.sealed.csf","encoding":"base64","references":["IANA","[John_Kwan]","{application/vnd.sealed.csf=http://www.iana.org/assignments/media-types/application/vnd.sealed.csf}"],"xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["s1w","sdo","sdoc"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-doc=http://www.iana.org/assignments/media-types/application/vnd.sealed-doc}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-doc"]},"registered":true},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["sem","seml"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-eml=http://www.iana.org/assignments/media-types/application/vnd.sealed-eml}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-eml"]},"registered":true},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smh","smht"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-mht=http://www.iana.org/assignments/media-types/application/vnd.sealed-mht}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-mht"]},"registered":true},{"content-type":"application/vnd.sealed.net","encoding":"base64","references":["IANA","[Martin_Lambert]","{application/vnd.sealed.net=http://www.iana.org/assignments/media-types/application/vnd.sealed.net}"],"xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["s1p","spp","sppt"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-ppt=http://www.iana.org/assignments/media-types/application/vnd.sealed-ppt}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-ppt"]},"registered":true},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","references":["IANA","[John_Kwan]","[Martin_Lambert]","{application/vnd.sealed-tiff=http://www.iana.org/assignments/media-types/application/vnd.sealed-tiff}"],"xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed-tiff"]},"registered":true},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["s1e","sxl","sxls"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-xls=http://www.iana.org/assignments/media-types/application/vnd.sealed-xls}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-xls"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["s1h","stm","stml"],"references":["IANA","[David_Petersen]","{application/vnd.sealedmedia.softseal-html=http://www.iana.org/assignments/media-types/application/vnd.sealedmedia.softseal-html}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-html"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["s1a","spd","spdf"],"references":["IANA","[David_Petersen]","{application/vnd.sealedmedia.softseal-pdf=http://www.iana.org/assignments/media-types/application/vnd.sealedmedia.softseal-pdf}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-pdf"]},"registered":true},{"content-type":"application/vnd.seemail","encoding":"base64","extensions":["see"],"references":["IANA","[Steve_Webb]","{application/vnd.seemail=http://www.iana.org/assignments/media-types/application/vnd.seemail}"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true},{"content-type":"application/vnd.sema","encoding":"base64","extensions":["sema"],"references":["IANA","[Hansson]","{application/vnd-sema=http://www.iana.org/assignments/media-types/application/vnd-sema}"],"xrefs":{"person":["Hansson"],"template":["application/vnd-sema"]},"registered":true},{"content-type":"application/vnd.semd","encoding":"base64","extensions":["semd"],"references":["IANA","[Hansson]","{application/vnd.semd=http://www.iana.org/assignments/media-types/application/vnd.semd}"],"xrefs":{"person":["Hansson"],"template":["application/vnd.semd"]},"registered":true},{"content-type":"application/vnd.semf","encoding":"base64","extensions":["semf"],"references":["IANA","[Hansson]","{application/vnd.semf=http://www.iana.org/assignments/media-types/application/vnd.semf}"],"xrefs":{"person":["Hansson"],"template":["application/vnd.semf"]},"registered":true},{"content-type":"application/vnd.shana.informed.formdata","encoding":"base64","extensions":["ifm"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.formdata=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.formdata}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true},{"content-type":"application/vnd.shana.informed.formtemplate","encoding":"base64","extensions":["itp"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.formtemplate=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.formtemplate}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true},{"content-type":"application/vnd.shana.informed.interchange","encoding":"base64","extensions":["iif"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.interchange=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.interchange}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true},{"content-type":"application/vnd.shana.informed.package","encoding":"base64","extensions":["ipk"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.package=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.package}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true},{"content-type":"application/vnd.SimTech-MindMapper","encoding":"base64","references":["IANA","[Koh]","{application/vnd.SimTech-MindMapper=http://www.iana.org/assignments/media-types/application/vnd.SimTech-MindMapper}"],"xrefs":{"person":["Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true},{"content-type":"application/vnd.simtech-mindmapper","encoding":"base64","extensions":["twd","twds"],"registered":false},{"content-type":"application/vnd.siren+json","encoding":"base64","references":["IANA","[Kevin_Swiber]","{application/vnd.siren+json=http://www.iana.org/assignments/media-types/application/vnd.siren+json}"],"xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true},{"content-type":"application/vnd.smaf","encoding":"base64","extensions":["mmf"],"references":["IANA","[Hiroaki_Takahashi]","{application/vnd.smaf=http://www.iana.org/assignments/media-types/application/vnd.smaf}"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true},{"content-type":"application/vnd.smart.notebook","encoding":"base64","references":["IANA","[Jonathan_Neitz]","{application/vnd.smart.notebook=http://www.iana.org/assignments/media-types/application/vnd.smart.notebook}"],"xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true},{"content-type":"application/vnd.smart.teacher","encoding":"base64","extensions":["teacher"],"references":["IANA","[Boyle]","{application/vnd.smart.teacher=http://www.iana.org/assignments/media-types/application/vnd.smart.teacher}"],"xrefs":{"person":["Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","references":["IANA","[Hytka]","[Martin_Vondrous]","{application/vnd.software602.filler.form+xml=http://www.iana.org/assignments/media-types/application/vnd.software602.filler.form+xml}"],"xrefs":{"person":["Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","references":["IANA","[Hytka]","[Martin_Vondrous]","{application/vnd.software602.filler.form-xml-zip=http://www.iana.org/assignments/media-types/application/vnd.software602.filler.form-xml-zip}"],"xrefs":{"person":["Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true},{"content-type":"application/vnd.solent.sdkm+xml","encoding":"base64","extensions":["sdkd","sdkm"],"references":["IANA","[Gauntlett]","{application/vnd.solent.sdkm+xml=http://www.iana.org/assignments/media-types/application/vnd.solent.sdkm+xml}"],"xrefs":{"person":["Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true},{"content-type":"application/vnd.spotfire.dxp","encoding":"base64","extensions":["dxp"],"references":["IANA","[Jernberg]","{application/vnd.spotfire.dxp=http://www.iana.org/assignments/media-types/application/vnd.spotfire.dxp}"],"xrefs":{"person":["Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true},{"content-type":"application/vnd.spotfire.sfs","encoding":"base64","extensions":["sfs"],"references":["IANA","[Jernberg]","{application/vnd.spotfire.sfs=http://www.iana.org/assignments/media-types/application/vnd.spotfire.sfs}"],"xrefs":{"person":["Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true},{"content-type":"application/vnd.sss-cod","encoding":"base64","references":["IANA","[Dani]","{application/vnd.sss-cod=http://www.iana.org/assignments/media-types/application/vnd.sss-cod}"],"xrefs":{"person":["Dani"],"template":["application/vnd.sss-cod"]},"registered":true},{"content-type":"application/vnd.sss-dtf","encoding":"base64","references":["IANA","[Bruno]","{application/vnd.sss-dtf=http://www.iana.org/assignments/media-types/application/vnd.sss-dtf}"],"xrefs":{"person":["Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true},{"content-type":"application/vnd.sss-ntf","encoding":"base64","references":["IANA","[Bruno]","{application/vnd.sss-ntf=http://www.iana.org/assignments/media-types/application/vnd.sss-ntf}"],"xrefs":{"person":["Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true},{"content-type":"application/vnd.stardivision.calc","encoding":"base64","extensions":["sdc"],"registered":false},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false},{"content-type":"application/vnd.stardivision.draw","encoding":"base64","extensions":["sda"],"registered":false},{"content-type":"application/vnd.stardivision.impress","encoding":"base64","extensions":["sdd"],"registered":false},{"content-type":"application/vnd.stardivision.math","encoding":"base64","extensions":["sdf","smf"],"registered":false},{"content-type":"application/vnd.stardivision.writer","encoding":"base64","extensions":["sdw","vor"],"registered":false},{"content-type":"application/vnd.stardivision.writer-global","encoding":"base64","extensions":["sgl"],"registered":false},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"references":["IANA","[Andersson]","{application/vnd.stepmania.package=http://www.iana.org/assignments/media-types/application/vnd.stepmania.package}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true},{"content-type":"application/vnd.stepmania.stepchart","encoding":"base64","extensions":["sm"],"references":["IANA","[Andersson]","{application/vnd.stepmania.stepchart=http://www.iana.org/assignments/media-types/application/vnd.stepmania.stepchart}"],"xrefs":{"person":["Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true},{"content-type":"application/vnd.street-stream","encoding":"base64","references":["IANA","[Glenn_Levitt]","{application/vnd.street-stream=http://www.iana.org/assignments/media-types/application/vnd.street-stream}"],"xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","references":["IANA","[Hadley]","{application/vnd.sun.wadl+xml=http://www.iana.org/assignments/media-types/application/vnd.sun.wadl+xml}"],"xrefs":{"person":["Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true},{"content-type":"application/vnd.sun.xml.calc","encoding":"base64","extensions":["sxc"],"registered":false},{"content-type":"application/vnd.sun.xml.calc.template","encoding":"base64","extensions":["stc"],"registered":false},{"content-type":"application/vnd.sun.xml.draw","encoding":"base64","extensions":["sxd"],"registered":false},{"content-type":"application/vnd.sun.xml.draw.template","encoding":"base64","extensions":["std"],"registered":false},{"content-type":"application/vnd.sun.xml.impress","encoding":"base64","extensions":["sxi"],"registered":false},{"content-type":"application/vnd.sun.xml.impress.template","encoding":"base64","extensions":["sti"],"registered":false},{"content-type":"application/vnd.sun.xml.math","encoding":"base64","extensions":["sxm"],"registered":false},{"content-type":"application/vnd.sun.xml.writer","encoding":"base64","extensions":["sxw"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.global","encoding":"base64","extensions":["sxg"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.template","encoding":"base64","extensions":["stw"],"registered":false},{"content-type":"application/vnd.sus-calendar","encoding":"base64","extensions":["sus","susp"],"references":["IANA","[Jonathan_Niedfeldt]","{application/vnd.sus-calendar=http://www.iana.org/assignments/media-types/application/vnd.sus-calendar}"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true},{"content-type":"application/vnd.svd","encoding":"base64","extensions":["svd"],"references":["IANA","[Becker]","{application/vnd.svd=http://www.iana.org/assignments/media-types/application/vnd.svd}"],"xrefs":{"person":["Becker"],"template":["application/vnd.svd"]},"registered":true},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","references":["IANA","[Glenn_Widener]","{application/vnd.swiftview-ics=http://www.iana.org/assignments/media-types/application/vnd.swiftview-ics}"],"xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true},{"content-type":"application/vnd.symbian.install","encoding":"base64","extensions":["sis","sisx"],"registered":false},{"content-type":"application/vnd.syncml+xml","encoding":"base64","extensions":["xsm"],"references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.syncml+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+wbxml","encoding":"base64","extensions":["bdm"],"references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dm+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+xml","encoding":"base64","extensions":["xdm"],"references":["IANA","[Bindu_Rama_Rao]","[OMA-DM_Work_Group]","{application/vnd.syncml.dm+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm+xml}"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","references":["IANA","[Peter_Thompson]","[OMA-DM_Work_Group]","{application/vnd.syncml.dm.notification=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm.notification}"],"xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmddf+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmddf+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmddf+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmddf+xml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmtnds+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmtnds+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmtnds+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmtnds+xml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.syncml.ds.notification=http://www.iana.org/assignments/media-types/application/vnd.syncml.ds.notification}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true},{"content-type":"application/vnd.tao.intent-module-archive","encoding":"base64","extensions":["tao"],"references":["IANA","[Daniel_Shelton]","{application/vnd.tao.intent-module-archive=http://www.iana.org/assignments/media-types/application/vnd.tao.intent-module-archive}"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"references":["IANA","[GHarris]","[Glen_Turner]","{application/vnd.tcpdump.pcap=http://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap}"],"xrefs":{"person":["GHarris","Glen_Turner"],"template":["application/vnd.tcpdump.pcap"]},"registered":true},{"content-type":"application/vnd.tmobile-livetv","encoding":"base64","extensions":["tmo"],"references":["IANA","[Helin]","{application/vnd.tmobile-livetv=http://www.iana.org/assignments/media-types/application/vnd.tmobile-livetv}"],"xrefs":{"person":["Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true},{"content-type":"application/vnd.trid.tpt","encoding":"base64","extensions":["tpt"],"references":["IANA","[Cusack]","{application/vnd.trid.tpt=http://www.iana.org/assignments/media-types/application/vnd.trid.tpt}"],"xrefs":{"person":["Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true},{"content-type":"application/vnd.triscape.mxs","encoding":"base64","extensions":["mxs"],"references":["IANA","[Steven_Simonoff]","{application/vnd.triscape.mxs=http://www.iana.org/assignments/media-types/application/vnd.triscape.mxs}"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true},{"content-type":"application/vnd.trueapp","encoding":"base64","extensions":["tra"],"references":["IANA","[Hepler]","{application/vnd.trueapp=http://www.iana.org/assignments/media-types/application/vnd.trueapp}"],"xrefs":{"person":["Hepler"],"template":["application/vnd.trueapp"]},"registered":true},{"content-type":"application/vnd.truedoc","encoding":"base64","references":["IANA","[Chase]","{application/vnd.truedoc=http://www.iana.org/assignments/media-types/application/vnd.truedoc}"],"xrefs":{"person":["Chase"],"template":["application/vnd.truedoc"]},"registered":true},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","references":["IANA","[Martin_Talbot]","{application/vnd.ubisoft.webplayer=http://www.iana.org/assignments/media-types/application/vnd.ubisoft.webplayer}"],"xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true},{"content-type":"application/vnd.ufdl","encoding":"base64","extensions":["ufd","ufdl"],"references":["IANA","[Dave_Manning]","{application/vnd.ufdl=http://www.iana.org/assignments/media-types/application/vnd.ufdl}"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true},{"content-type":"application/vnd.uiq.theme","encoding":"base64","extensions":["utz"],"references":["IANA","[Tim_Ocock]","{application/vnd.uiq.theme=http://www.iana.org/assignments/media-types/application/vnd.uiq.theme}"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true},{"content-type":"application/vnd.umajin","encoding":"base64","extensions":["umj"],"references":["IANA","[Jamie_Riden]","{application/vnd.umajin=http://www.iana.org/assignments/media-types/application/vnd.umajin}"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true},{"content-type":"application/vnd.unity","encoding":"base64","extensions":["unityweb"],"references":["IANA","[Unity3d]","{application/vnd.unity=http://www.iana.org/assignments/media-types/application/vnd.unity}"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true},{"content-type":"application/vnd.uoml+xml","encoding":"base64","extensions":["uoml"],"references":["IANA","[Gerdes]","{application/vnd.uoml+xml=http://www.iana.org/assignments/media-types/application/vnd.uoml+xml}"],"xrefs":{"person":["Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.alert=http://www.iana.org/assignments/media-types/application/vnd.uplanet.alert}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.alert-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.alert-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.bearer-choice=http://www.iana.org/assignments/media-types/application/vnd.uplanet.bearer-choice}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.bearer-choice-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.bearer-choice-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.cacheop=http://www.iana.org/assignments/media-types/application/vnd.uplanet.cacheop}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.cacheop-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.cacheop-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.channel=http://www.iana.org/assignments/media-types/application/vnd.uplanet.channel}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.channel-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.channel-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.list","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.list=http://www.iana.org/assignments/media-types/application/vnd.uplanet.list}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.list-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.list-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.listcmd=http://www.iana.org/assignments/media-types/application/vnd.uplanet.listcmd}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.listcmd-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.listcmd-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.signal=http://www.iana.org/assignments/media-types/application/vnd.uplanet.signal}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true},{"content-type":"application/vnd.vcx","encoding":"base64","extensions":["vcx"],"references":["IANA","[Taisuke_Sugimoto]","{application/vnd.vcx=http://www.iana.org/assignments/media-types/application/vnd.vcx}"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true},{"content-type":"application/vnd.vd-study","encoding":"base64","references":["IANA","[Luc_Rogge]","{application/vnd.vd-study=http://www.iana.org/assignments/media-types/application/vnd.vd-study}"],"xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true},{"content-type":"application/vnd.vectorworks","encoding":"base64","references":["IANA","[Ferguson]","[Biplab_Sarkar]","{application/vnd.vectorworks=http://www.iana.org/assignments/media-types/application/vnd.vectorworks}"],"xrefs":{"person":["Biplab_Sarkar","Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","references":["IANA","[Petr_Peterka]","{application/vnd.verimatrix.vcas=http://www.iana.org/assignments/media-types/application/vnd.verimatrix.vcas}"],"xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"references":["IANA","[Hess]","{application/vnd.vidsoft.vidconference=http://www.iana.org/assignments/media-types/application/vnd.vidsoft.vidconference}"],"xrefs":{"person":["Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true},{"content-type":"application/vnd.visio","encoding":"base64","extensions":["vsd","vss","vst","vsw"],"references":["IANA","[Troy_Sandal]","{application/vnd.visio=http://www.iana.org/assignments/media-types/application/vnd.visio}"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true},{"content-type":"application/vnd.visionary","encoding":"base64","extensions":["vis"],"references":["IANA","[Aravindakumar]","{application/vnd.visionary=http://www.iana.org/assignments/media-types/application/vnd.visionary}"],"xrefs":{"person":["Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","references":["IANA","[Mark_Risher]","{application/vnd.vividence.scriptfile=http://www.iana.org/assignments/media-types/application/vnd.vividence.scriptfile}"],"xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true},{"content-type":"application/vnd.vsf","encoding":"base64","extensions":["vsf"],"references":["IANA","[Delton_Rowe]","{application/vnd.vsf=http://www.iana.org/assignments/media-types/application/vnd.vsf}"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"references":["IANA","[WAP-Forum]","{application/vnd.wap.sic=http://www.iana.org/assignments/media-types/application/vnd.wap.sic}"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"references":["IANA","[WAP-Forum]","{application/vnd.wap-slc=http://www.iana.org/assignments/media-types/application/vnd.wap-slc}"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap-slc"]},"registered":true},{"content-type":"application/vnd.wap.wbxml","encoding":"base64","extensions":["wbxml"],"references":["IANA","[Peter_Stark]","{application/vnd.wap-wbxml=http://www.iana.org/assignments/media-types/application/vnd.wap-wbxml}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap-wbxml"]},"registered":true},{"content-type":"application/vnd.wap.wmlc","encoding":"base64","extensions":["wmlc"],"references":["IANA","[Peter_Stark]","{application/vnd-wap-wmlc=http://www.iana.org/assignments/media-types/application/vnd-wap-wmlc}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd-wap-wmlc"]},"registered":true},{"content-type":"application/vnd.wap.wmlscriptc","encoding":"base64","extensions":["wmlsc"],"references":["IANA","[Peter_Stark]","{application/vnd.wap.wmlscriptc=http://www.iana.org/assignments/media-types/application/vnd.wap.wmlscriptc}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true},{"content-type":"application/vnd.webturbo","encoding":"base64","extensions":["wtb"],"references":["IANA","[Yaser_Rehem]","{application/vnd.webturbo=http://www.iana.org/assignments/media-types/application/vnd.webturbo}"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","references":["IANA","[Conley]","{application/vnd.wfa.p2p=http://www.iana.org/assignments/media-types/application/vnd.wfa.p2p}"],"xrefs":{"person":["Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","references":["IANA","[Wi-Fi_Alliance]","{application/vnd.wfa.wsc=http://www.iana.org/assignments/media-types/application/vnd.wfa.wsc}"],"xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","references":["IANA","[Dandawate]","{application/vnd.windows.devicepairing=http://www.iana.org/assignments/media-types/application/vnd.windows.devicepairing}"],"xrefs":{"person":["Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.wmc","encoding":"base64","references":["IANA","[Kjornes]","{application/vnd.wmc=http://www.iana.org/assignments/media-types/application/vnd.wmc}"],"xrefs":{"person":["Kjornes"],"template":["application/vnd.wmc"]},"registered":true},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","references":["IANA","[Thinh_Nguyenphu]","[Iyer]","{application/vnd.wmf.bootstrap=http://www.iana.org/assignments/media-types/application/vnd.wmf.bootstrap}"],"xrefs":{"person":["Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","references":["IANA","[Wolfram]","{application/vnd.wolfram.mathematica=http://www.iana.org/assignments/media-types/application/vnd.wolfram.mathematica}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","references":["IANA","[Wolfram]","{application/vnd.wolfram.mathematica.package=http://www.iana.org/assignments/media-types/application/vnd.wolfram.mathematica.package}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true},{"content-type":"application/vnd.wolfram.player","encoding":"base64","extensions":["nbp"],"references":["IANA","[Wolfram]","{application/vnd.wolfram.player=http://www.iana.org/assignments/media-types/application/vnd.wolfram.player}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true},{"content-type":"application/vnd.wordperfect","encoding":"base64","extensions":["wpd"],"references":["IANA","[Kim_Scarborough]","{application/vnd.wordperfect=http://www.iana.org/assignments/media-types/application/vnd.wordperfect}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true},{"content-type":"application/vnd.wqd","encoding":"base64","extensions":["wqd"],"references":["IANA","[Bostrom]","{application/vnd.wqd=http://www.iana.org/assignments/media-types/application/vnd.wqd}"],"xrefs":{"person":["Bostrom"],"template":["application/vnd.wqd"]},"registered":true},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","references":["IANA","[Bartram]","{application/vnd.wrq-hp3000-labelled=http://www.iana.org/assignments/media-types/application/vnd.wrq-hp3000-labelled}"],"xrefs":{"person":["Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true},{"content-type":"application/vnd.wt.stf","encoding":"base64","extensions":["stf"],"references":["IANA","[Bill_Wohler]","{application/vnd.wt.stf=http://www.iana.org/assignments/media-types/application/vnd.wt.stf}"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"references":["IANA","[Matti_Salmi]","{application/vnd.wv.csp+wbxml=http://www.iana.org/assignments/media-types/application/vnd.wv.csp+wbxml}"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","references":["IANA","[Ingimundarson]","{application/vnd.wv.csp+xml=http://www.iana.org/assignments/media-types/application/vnd.wv.csp+xml}"],"xrefs":{"person":["Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","references":["IANA","[Ingimundarson]","{application/vnd.wv.ssp+xml=http://www.iana.org/assignments/media-types/application/vnd.wv.ssp+xml}"],"xrefs":{"person":["Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true},{"content-type":"application/vnd.xacml+json","encoding":"base64","references":["IANA","[Brossard]","{application/vnd.xacml+json=http://www.iana.org/assignments/media-types/application/vnd.xacml+json}"],"xrefs":{"person":["Brossard"],"template":["application/vnd.xacml+json"]},"registered":true},{"content-type":"application/vnd.xara","encoding":"base64","extensions":["xar"],"references":["IANA","[David_Matthewman]","{application/vnd.xara=http://www.iana.org/assignments/media-types/application/vnd.xara}"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true},{"content-type":"application/vnd.xfdl","encoding":"base64","extensions":["xfdl"],"references":["IANA","[Dave_Manning]","{application/vnd.xfdl=http://www.iana.org/assignments/media-types/application/vnd.xfdl}"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","references":["IANA","[Michael_Mansell]","{application/vnd.xfdl.webform=http://www.iana.org/assignments/media-types/application/vnd.xfdl.webform}"],"xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true},{"content-type":"application/vnd.xmi+xml","encoding":"base64","references":["IANA","[Fred_Waskiewicz]","{application/vnd.xmi+xml=http://www.iana.org/assignments/media-types/application/vnd.xmi+xml}"],"xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.cpkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.cpkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.dpkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.dpkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.plan=http://www.iana.org/assignments/media-types/application/vnd.xmpie.plan}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.ppkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.ppkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.xlim=http://www.iana.org/assignments/media-types/application/vnd.xmpie.xlim}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-dic","encoding":"base64","extensions":["hvd"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-dic=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-dic}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-script","encoding":"base64","extensions":["hvs"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-script=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-script}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-voice","encoding":"base64","extensions":["hvp"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-voice=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-voice}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat","encoding":"base64","extensions":["osf"],"references":["IANA","[Mark_Olleson]","{application/vnd.yamaha.openscoreformat=http://www.iana.org/assignments/media-types/application/vnd.yamaha.openscoreformat}"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","encoding":"base64","extensions":["osfpvg"],"references":["IANA","[Mark_Olleson]","{application/vnd.yamaha.openscoreformat.osfpvg+xml=http://www.iana.org/assignments/media-types/application/vnd.yamaha.openscoreformat.osfpvg+xml}"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.remote-setup=http://www.iana.org/assignments/media-types/application/vnd.yamaha.remote-setup}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-audio","encoding":"base64","extensions":["saf"],"references":["IANA","[Keiichi_Shinoda]","{application/vnd.yamaha.smaf-audio=http://www.iana.org/assignments/media-types/application/vnd.yamaha.smaf-audio}"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-phrase","encoding":"base64","extensions":["spf"],"references":["IANA","[Keiichi_Shinoda]","{application/vnd.yamaha.smaf-phrase=http://www.iana.org/assignments/media-types/application/vnd.yamaha.smaf-phrase}"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.through-ngn=http://www.iana.org/assignments/media-types/application/vnd.yamaha.through-ngn}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.tunnel-udpencap=http://www.iana.org/assignments/media-types/application/vnd.yamaha.tunnel-udpencap}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true},{"content-type":"application/vnd.yellowriver-custom-menu","encoding":"base64","extensions":["cmp"],"references":["IANA","[Mr._Yellow]","{application/vnd.yellowriver-custom-menu=http://www.iana.org/assignments/media-types/application/vnd.yellowriver-custom-menu}"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true},{"content-type":"application/vnd.zul","encoding":"base64","extensions":["zir","zirz"],"references":["IANA","[Grothmann]","{application/vnd.zul=http://www.iana.org/assignments/media-types/application/vnd.zul}"],"xrefs":{"person":["Grothmann"],"template":["application/vnd.zul"]},"registered":true},{"content-type":"application/vnd.zzazz.deck+xml","encoding":"base64","extensions":["zaz"],"references":["IANA","[Hewett]","{application/vnd.zzazz.deck+xml=http://www.iana.org/assignments/media-types/application/vnd.zzazz.deck+xml}"],"xrefs":{"person":["Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true},{"content-type":"application/voicexml+xml","encoding":"base64","extensions":["vxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/vq-rtcpxr","encoding":"base64","references":["IANA","RFC6035"],"xrefs":{"rfc":["rfc6035"]},"registered":true},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"references":["IANA","RFC3858"],"xrefs":{"rfc":["rfc3858"]},"registered":true},{"content-type":"application/whoispp-query","encoding":"base64","references":["IANA","RFC2957"],"xrefs":{"rfc":["rfc2957"]},"registered":true},{"content-type":"application/whoispp-response","encoding":"base64","references":["IANA","RFC2958"],"xrefs":{"rfc":["rfc2958"]},"registered":true},{"content-type":"application/widget","encoding":"base64","extensions":["wgt"],"references":["IANA","[W3C]","[Steven_Pemberton]","{http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw}"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw"]},"registered":true},{"content-type":"application/winhlp","encoding":"base64","extensions":["hlp"],"registered":false},{"content-type":"application/wita","encoding":"base64","references":["IANA","[Campbell]","{application/wita=http://www.iana.org/assignments/media-types/application/wita}"],"xrefs":{"person":["Campbell"],"template":["application/wita"]},"registered":true},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp","wp5"],"references":["IANA","[Paul_Lindner]","{application/wordperfect5.1=http://www.iana.org/assignments/media-types/application/wordperfect5.1}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":["application/x-wordperfect6.1"],"registered":false},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/wsdl+xml","encoding":"base64","extensions":["wsdl"],"references":["IANA","[W3C]","{application/wsdl+xml=http://www.iana.org/assignments/media-types/application/wsdl+xml}"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true},{"content-type":"application/wspolicy+xml","encoding":"base64","extensions":["wspolicy"],"references":["IANA","[W3C]","{application/wspolicy+xml=http://www.iana.org/assignments/media-types/application/wspolicy+xml}"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/x-7z-compressed","encoding":"base64","extensions":["7z"],"references":["{7zip=http://www.7-zip.org/7z.html}"],"registered":false},{"content-type":"application/x-abiword","encoding":"base64","extensions":["abw"],"registered":false},{"content-type":"application/x-access","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"obsolete":true,"use-instead":["application/x-msaccess"],"registered":false},{"content-type":"application/x-ace-compressed","encoding":"base64","extensions":["ace"],"registered":false},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-authorware-bin","encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false},{"content-type":"application/x-authorware-map","encoding":"base64","extensions":["aam"],"registered":false},{"content-type":"application/x-authorware-seg","encoding":"base64","extensions":["aas"],"registered":false},{"content-type":"application/x-bcpio","encoding":"base64","extensions":["bcpio"],"registered":false},{"content-type":"application/x-bittorrent","encoding":"base64","extensions":["torrent"],"registered":false},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false},{"content-type":"application/x-bzip","encoding":"base64","extensions":["bz"],"registered":false},{"content-type":"application/x-bzip2","encoding":"base64","extensions":["boz","bz2"],"registered":false},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false},{"content-type":"application/x-cdlink","encoding":"base64","extensions":["vcd"],"registered":false},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false},{"content-type":"application/x-chat","encoding":"base64","extensions":["chat"],"registered":false},{"content-type":"application/x-chess-pgn","encoding":"base64","extensions":["pgn"],"registered":false},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false},{"content-type":"application/x-clariscad","encoding":"base64","registered":false},{"content-type":"application/x-compress","encoding":"base64","extensions":["Z","z"],"obsolete":true,"use-instead":["application/x-compressed"],"registered":false},{"content-type":"application/x-compressed","encoding":"base64","extensions":["Z","z"],"registered":false},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false},{"content-type":"application/x-cpio","encoding":"base64","extensions":["cpio"],"registered":false},{"content-type":"application/x-csh","encoding":"8bit","extensions":["csh"],"registered":false},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false},{"content-type":"application/x-debian-package","encoding":"base64","extensions":["deb","udeb"],"registered":false},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false},{"content-type":"application/x-director","encoding":"base64","extensions":["cct","cst","cxt","dcr","dir","dxr","fgd","swa","w3d"],"registered":false},{"content-type":"application/x-doom","encoding":"base64","extensions":["wad"],"registered":false},{"content-type":"application/x-drafting","encoding":"base64","registered":false},{"content-type":"application/x-dtbncx+xml","encoding":"base64","extensions":["ncx"],"registered":false},{"content-type":"application/x-dtbook+xml","encoding":"base64","extensions":["dtb"],"registered":false},{"content-type":"application/x-dtbresource+xml","encoding":"base64","extensions":["res"],"registered":false},{"content-type":"application/x-dvi","encoding":"base64","extensions":["dvi"],"registered":false},{"content-type":"application/x-dxf","encoding":"base64","registered":false},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false},{"content-type":"application/x-excel","encoding":"base64","registered":false},{"content-type":"application/x-font-bdf","encoding":"base64","extensions":["bdf"],"registered":false},{"content-type":"application/x-font-ghostscript","encoding":"base64","extensions":["gsf"],"registered":false},{"content-type":"application/x-font-linux-psf","encoding":"base64","extensions":["psf"],"registered":false},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-otf","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-pcf","encoding":"base64","extensions":["pcf"],"registered":false},{"content-type":"application/x-font-snf","encoding":"base64","extensions":["snf"],"registered":false},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false},{"content-type":"application/x-font-ttf","encoding":"base64","extensions":["ttc","ttf"],"registered":false},{"content-type":"application/x-font-type1","encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false},{"content-type":"application/x-fractals","encoding":"base64","registered":false},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false},{"content-type":"application/x-futuresplash","encoding":"base64","extensions":["spl"],"registered":false},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false},{"content-type":"application/x-ghostview","encoding":"base64","registered":false},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false},{"content-type":"application/x-gnumeric","encoding":"base64","extensions":["gnumeric"],"registered":false},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false},{"content-type":"application/x-gtar","encoding":"base64","extensions":["gtar","tbz","tbz2","tgz"],"registered":false},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":["application/gzip"],"registered":false},{"content-type":"application/x-hdf","encoding":"base64","extensions":["hdf"],"registered":false},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["php","pht","phtml"],"registered":false},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false},{"content-type":"application/x-ideas","encoding":"base64","registered":false},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/x-java-jnlp-file","encoding":"base64","extensions":["jnlp"],"registered":false},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js"],"obsolete":true,"use-instead":["application/javascript"],"registered":false},{"content-type":"application/x-koan","encoding":"base64","extensions":["skd","skm","skp","skt"],"registered":false},{"content-type":"application/x-latex","encoding":"8bit","extensions":["latex","ltx"],"registered":false},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-macbinary","encoding":"base64","registered":false},{"content-type":"application/x-maker","encoding":"base64","extensions":["book","fb","fbdoc","fm","frame","frm","maker"],"obsolete":true,"use-instead":["application/vnd.framemaker"],"registered":false},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":["application/vnd.mcd"],"registered":false},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false},{"content-type":"application/x-mobipocket-ebook","encoding":"base64","extensions":["mobi","prc"],"registered":false},{"content-type":"application/x-ms-application","encoding":"base64","extensions":["application"],"registered":false},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false},{"content-type":"application/x-ms-wmd","encoding":"base64","extensions":["wmd"],"registered":false},{"content-type":"application/x-ms-wmz","encoding":"base64","extensions":["wmz"],"registered":false},{"content-type":"application/x-ms-xbap","encoding":"base64","extensions":["xbap"],"registered":false},{"content-type":"application/x-msaccess","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false},{"content-type":"application/x-msbinder","encoding":"base64","extensions":["obd"],"registered":false},{"content-type":"application/x-mscardfile","encoding":"base64","extensions":["crd"],"registered":false},{"content-type":"application/x-msclip","encoding":"base64","extensions":["clp"],"registered":false},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["bat","cmd","com","exe"],"registered":false},{"content-type":"application/x-msdownload","encoding":"base64","extensions":["bat","com","dll","exe","msi"],"registered":false},{"content-type":"application/x-msmediaview","encoding":"base64","extensions":["m13","m14","mvb"],"registered":false},{"content-type":"application/x-msmetafile","encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false},{"content-type":"application/x-msmoney","encoding":"base64","extensions":["mny"],"registered":false},{"content-type":"application/x-mspublisher","encoding":"base64","extensions":["pub"],"registered":false},{"content-type":"application/x-msschedule","encoding":"base64","extensions":["scd"],"registered":false},{"content-type":"application/x-msterminal","encoding":"base64","extensions":["trm"],"registered":false},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":["application/msword"],"registered":false},{"content-type":"application/x-mswrite","encoding":"base64","extensions":["wri"],"registered":false},{"content-type":"application/x-netcdf","encoding":"base64","extensions":["cdf","nc"],"registered":false},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true},{"content-type":"application/x-pkcs12","encoding":"base64","extensions":["p12","pfx"],"registered":false},{"content-type":"application/x-pkcs7-certificates","encoding":"base64","extensions":["p7b","spc"],"registered":false},{"content-type":"application/x-pkcs7-certreqresp","encoding":"base64","extensions":["p7r"],"registered":false},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false},{"content-type":"application/x-rar-compressed","encoding":"base64","extensions":["rar"],"registered":false},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":["application/rtf"],"registered":false},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false},{"content-type":"application/x-set","encoding":"base64","registered":false},{"content-type":"application/x-sh","encoding":"8bit","extensions":["sh"],"registered":false},{"content-type":"application/x-shar","encoding":"8bit","extensions":["shar"],"registered":false},{"content-type":"application/x-shockwave-flash","encoding":"base64","extensions":["swf"],"registered":false},{"content-type":"application/x-silverlight-app","encoding":"base64","extensions":["xap"],"registered":false},{"content-type":"application/x-SLA","encoding":"base64","registered":false},{"content-type":"application/x-solids","encoding":"base64","registered":false},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","spo","spp","sps"],"registered":false},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false},{"content-type":"application/x-STEP","encoding":"base64","registered":false},{"content-type":"application/x-stuffit","encoding":"base64","extensions":["sit"],"registered":false},{"content-type":"application/x-stuffitx","encoding":"base64","extensions":["sitx"],"registered":false},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false},{"content-type":"application/x-sv4cpio","encoding":"base64","extensions":["sv4cpio"],"registered":false},{"content-type":"application/x-sv4crc","encoding":"base64","extensions":["sv4crc"],"registered":false},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false},{"content-type":"application/x-tar","encoding":"base64","extensions":["tar"],"registered":false},{"content-type":"application/x-tcl","encoding":"8bit","extensions":["tcl"],"registered":false},{"content-type":"application/x-tex","encoding":"8bit","extensions":["tex"],"registered":false},{"content-type":"application/x-tex-tfm","encoding":"base64","extensions":["tfm"],"registered":false},{"content-type":"application/x-texinfo","encoding":"8bit","extensions":["texi","texinfo"],"registered":false},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false},{"content-type":"application/x-troff","encoding":"base64","extensions":["roff","t","tr"],"obsolete":true,"use-instead":["text/troff"],"registered":false},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":["application/x-ustar"],"registered":false},{"content-type":"application/x-ustar","encoding":"base64","extensions":["ustar"],"registered":false},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false},{"content-type":"application/x-wais-source","encoding":"base64","extensions":["src"],"registered":false},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz"],"registered":false},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":["application/msword"],"registered":false},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","references":["[W3C]","{HTML5=http://www.w3.org/TR/html5/iana.html#application/x-www-form-urlencoded}"],"registered":true},{"content-type":"application/x-x509-ca-cert","encoding":"base64","extensions":["crt","der"],"registered":false},{"content-type":"application/x-xfig","encoding":"base64","extensions":["fig"],"registered":false},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false},{"content-type":"application/x-xpinstall","encoding":"base64","extensions":["xpi"],"registered":false},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false},{"content-type":"application/x400-bp","encoding":"base64","references":["IANA","RFC1494"],"xrefs":{"rfc":["rfc1494"]},"registered":true},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":["application/x400-bp"],"registered":false},{"content-type":"application/xacml+xml","encoding":"base64","references":["IANA","RFC7061","{application/xacml+xml=http://www.iana.org/assignments/media-types/application/xacml+xml}"],"xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false},{"content-type":"application/xcap-att+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-caps+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-diff+xml","encoding":"base64","extensions":["xdf"],"references":["IANA","RFC5874"],"xrefs":{"rfc":["rfc5874"]},"registered":true},{"content-type":"application/xcap-el+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-error+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-ns+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-xcon-event-package"],"xrefs":{"draft":["draft-ietf-xcon-event-package"]},"registered":true},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-xcon-event-package"],"xrefs":{"draft":["draft-ietf-xcon-event-package"]},"registered":true},{"content-type":"application/xenc+xml","encoding":"base64","extensions":["xenc"],"references":["IANA","[Joseph_Reagle]","[XENC_Working_Group]","{application/xenc+xml=http://www.iana.org/assignments/media-types/application/xenc+xml}"],"xrefs":{"person":["Joseph_Reagle","XENC_Working_Group"],"template":["application/xenc+xml"]},"registered":true},{"content-type":"application/xhtml+xml","encoding":"8bit","extensions":["xht","xhtml"],"references":["IANA","RFC3236"],"xrefs":{"rfc":["rfc3236"]},"registered":true},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"references":["IANA","DRAFT:draft-mccobb-xplusv-media-type"],"xrefs":{"draft":["draft-mccobb-xplusv-media-type"]},"registered":true},{"content-type":"application/xml","encoding":"8bit","extensions":["xml","xsl"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xml-dtd","encoding":"8bit","extensions":["dtd"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xmpp+xml","encoding":"base64","references":["IANA","RFC3923"],"xrefs":{"rfc":["rfc3923"]},"registered":true},{"content-type":"application/xop+xml","encoding":"base64","extensions":["xop"],"references":["IANA","[Mark_Nottingham]","{application/xop+xml=http://www.iana.org/assignments/media-types/application/xop+xml}"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false},{"content-type":"application/xslt+xml","encoding":"base64","extensions":["xslt"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"]},"registered":true},{"content-type":"application/xspf+xml","encoding":"base64","extensions":["xspf"],"registered":false},{"content-type":"application/xv+xml","encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"references":["IANA","RFC4374"],"xrefs":{"rfc":["rfc4374"]},"registered":true},{"content-type":"application/yang","encoding":"base64","extensions":["yang"],"references":["IANA","RFC6020"],"xrefs":{"rfc":["rfc6020"]},"registered":true},{"content-type":"application/yin+xml","encoding":"base64","extensions":["yin"],"references":["IANA","RFC6020"],"xrefs":{"rfc":["rfc6020"]},"registered":true},{"content-type":"application/zip","encoding":"base64","extensions":["zip"],"references":["IANA","[Paul_Lindner]","{application/zip=http://www.iana.org/assignments/media-types/application/zip}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true},{"content-type":"application/zlib","encoding":"base64","references":["IANA","RFC6713"],"xrefs":{"rfc":["rfc6713"]},"registered":true},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"audio/32kadpcm","encoding":"base64","references":["IANA","RFC3802","RFC2421"],"xrefs":{"rfc":["rfc2421","rfc3802"]},"registered":true},{"content-type":"audio/3gpp","encoding":"base64","references":["IANA","RFC3839","RFC6381"],"xrefs":{"rfc":["rfc3839","rfc6381"]},"registered":true},{"content-type":"audio/3gpp2","encoding":"base64","references":["IANA","RFC4393","RFC6381"],"xrefs":{"rfc":["rfc4393","rfc6381"]},"registered":true},{"content-type":"audio/ac3","encoding":"base64","references":["IANA","RFC4184"],"xrefs":{"rfc":["rfc4184"]},"registered":true},{"content-type":"audio/adpcm","encoding":"base64","extensions":["adp"],"registered":false},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"references":["IANA","RFC4867"],"xrefs":{"rfc":["rfc4867"]},"registered":true},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"references":["IANA","RFC4867"],"xrefs":{"rfc":["rfc4867"]},"registered":true},{"content-type":"audio/amr-wb","encoding":"base64","references":["IANA","RFC4352"],"xrefs":{"rfc":["rfc4352"]},"registered":true},{"content-type":"audio/amr-wb+","encoding":"base64","references":["IANA","RFC4352"],"registered":true},{"content-type":"audio/asc","encoding":"base64","references":["IANA","RFC6295"],"xrefs":{"rfc":["rfc6295"]},"registered":true},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/ATRAC-X","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/ATRAC3","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/basic","encoding":"base64","extensions":["au","snd"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"audio/BV16","encoding":"base64","references":["IANA","RFC4298"],"xrefs":{"rfc":["rfc4298"]},"registered":true},{"content-type":"audio/BV32","encoding":"base64","references":["IANA","RFC4298"],"xrefs":{"rfc":["rfc4298"]},"registered":true},{"content-type":"audio/clearmode","encoding":"base64","references":["IANA","RFC4040"],"xrefs":{"rfc":["rfc4040"]},"registered":true},{"content-type":"audio/CN","encoding":"base64","references":["IANA","RFC3389"],"xrefs":{"rfc":["rfc3389"]},"registered":true},{"content-type":"audio/DAT12","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/dls","encoding":"base64","references":["IANA","RFC4613"],"xrefs":{"rfc":["rfc4613"]},"registered":true},{"content-type":"audio/dsr-es201108","encoding":"base64","references":["IANA","RFC3557"],"xrefs":{"rfc":["rfc3557"]},"registered":true},{"content-type":"audio/dsr-es202050","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/dsr-es202211","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/dsr-es202212","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/DV","encoding":"base64","references":["IANA","RFC6469"],"xrefs":{"rfc":["rfc6469"]},"registered":true},{"content-type":"audio/DVI4","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/eac3","encoding":"base64","references":["IANA","RFC4598"],"xrefs":{"rfc":["rfc4598"]},"registered":true},{"content-type":"audio/encaprtp","encoding":"base64","references":["IANA","RFC6849","{audio/encaprtp=http://www.iana.org/assignments/media-types/audio/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRC-QCP","encoding":"base64","references":["IANA","RFC3625"],"xrefs":{"rfc":["rfc3625"]},"registered":true},{"content-type":"audio/EVRC0","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRC1","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRCB","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCB0","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCB1","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRCNW","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW=http://www.iana.org/assignments/media-types/audio/EVRCNW}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true},{"content-type":"audio/EVRCNW0","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW0=http://www.iana.org/assignments/media-types/audio/EVRCNW0}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true},{"content-type":"audio/EVRCNW1","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW1=http://www.iana.org/assignments/media-types/audio/EVRCNW1}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true},{"content-type":"audio/EVRCWB","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCWB0","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCWB1","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"audio/fwdred","encoding":"base64","references":["IANA","RFC6354"],"xrefs":{"rfc":["rfc6354"]},"registered":true},{"content-type":"audio/G719","encoding":"base64","references":["IANA","RFC5404","{RFC Errata 3245=http://www.rfc-editor.org/errata_search.php?eid=3245}"],"xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"]},"registered":true},{"content-type":"audio/G722","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G7221","encoding":"base64","references":["IANA","RFC5577"],"xrefs":{"rfc":["rfc5577"]},"registered":true},{"content-type":"audio/G723","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-16","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-24","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-32","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-40","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G728","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G729","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G7291","encoding":"base64","references":["IANA","RFC4749","RFC5459"],"xrefs":{"rfc":["rfc4749","rfc5459"]},"registered":true},{"content-type":"audio/G729D","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G729E","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM-EFR","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM-HR-08","encoding":"base64","references":["IANA","RFC5993"],"xrefs":{"rfc":["rfc5993"]},"registered":true},{"content-type":"audio/iLBC","encoding":"base64","references":["IANA","RFC3952"],"xrefs":{"rfc":["rfc3952"]},"registered":true},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","references":["IANA","RFC6262"],"xrefs":{"rfc":["rfc6262"]},"registered":true},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/L20","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/L24","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/L8","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/LPC","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/midi","encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false},{"content-type":"audio/mobile-xmf","encoding":"base64","references":["IANA","RFC4723"],"xrefs":{"rfc":["rfc4723"]},"registered":true},{"content-type":"audio/mp4","encoding":"base64","extensions":["f4a","f4b","mp4","mp4a","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"references":["IANA","RFC6416"],"xrefs":{"rfc":["rfc6416"]},"registered":true},{"content-type":"audio/MPA","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"audio/mpa-robust","encoding":"base64","references":["IANA","RFC5219"],"xrefs":{"rfc":["rfc5219"]},"registered":true},{"content-type":"audio/mpeg","encoding":"base64","extensions":["m2a","m3a","mp2","mp2a","mp3","mpga"],"references":["IANA","RFC3003"],"xrefs":{"rfc":["rfc3003"]},"registered":true},{"content-type":"audio/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640","RFC5691","RFC6295"],"xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"]},"registered":true},{"content-type":"audio/ogg","encoding":"base64","extensions":["oga","ogg","spx"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"audio/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"audio/PCMA","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/PCMA-WB","encoding":"base64","references":["IANA","RFC5391"],"xrefs":{"rfc":["rfc5391"]},"registered":true},{"content-type":"audio/PCMU","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/PCMU-WB","encoding":"base64","references":["IANA","RFC5391"],"xrefs":{"rfc":["rfc5391"]},"registered":true},{"content-type":"audio/prs.sid","encoding":"base64","references":["IANA","[Linus_Walleij]","{audio/prs.sid=http://www.iana.org/assignments/media-types/audio/prs.sid}"],"xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true},{"content-type":"audio/QCELP","encoding":"base64","references":["IANA","RFC3555","RFC3625"],"xrefs":{"rfc":["rfc3555","rfc3625"]},"registered":true},{"content-type":"audio/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"audio/RED","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","references":["IANA","[ThreeGPP]","{audio/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/audio/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true},{"content-type":"audio/rtp-midi","encoding":"base64","references":["IANA","RFC6295"],"xrefs":{"rfc":["rfc6295"]},"registered":true},{"content-type":"audio/rtploopback","encoding":"base64","references":["IANA","RFC6849","{audio/rtploopback=http://www.iana.org/assignments/media-types/audio/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true},{"content-type":"audio/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"references":["IANA","RFC3558"],"xrefs":{"rfc":["rfc3558"]},"registered":true},{"content-type":"audio/SMV-QCP","encoding":"base64","references":["IANA","RFC3625"],"xrefs":{"rfc":["rfc3625"]},"registered":true},{"content-type":"audio/SMV0","encoding":"base64","references":["IANA","RFC3558"],"xrefs":{"rfc":["rfc3558"]},"registered":true},{"content-type":"audio/sp-midi","encoding":"base64","references":["IANA","[Kosonen]","[Tom_White]","{audio/sp-midi=http://www.iana.org/assignments/media-types/audio/sp-midi}"],"xrefs":{"person":["Kosonen","Tom_White"],"template":["audio/sp-midi"]},"registered":true},{"content-type":"audio/speex","encoding":"base64","references":["IANA","RFC5574"],"xrefs":{"rfc":["rfc5574"]},"registered":true},{"content-type":"audio/t140c","encoding":"base64","references":["IANA","RFC4351"],"xrefs":{"rfc":["rfc4351"]},"registered":true},{"content-type":"audio/t38","encoding":"base64","references":["IANA","RFC4612"],"xrefs":{"rfc":["rfc4612"]},"registered":true},{"content-type":"audio/telephone-event","encoding":"base64","references":["IANA","RFC4733"],"xrefs":{"rfc":["rfc4733"]},"registered":true},{"content-type":"audio/tone","encoding":"base64","references":["IANA","RFC4733"],"xrefs":{"rfc":["rfc4733"]},"registered":true},{"content-type":"audio/UEMCLIP","encoding":"base64","references":["IANA","RFC5686"],"xrefs":{"rfc":["rfc5686"]},"registered":true},{"content-type":"audio/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"audio/VDVI","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/VMR-WB","encoding":"base64","references":["IANA","RFC4348","RFC4424"],"xrefs":{"rfc":["rfc4348","rfc4424"]},"registered":true},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","references":["IANA","[Belling]","{audio/vnd.3gpp.iufp=http://www.iana.org/assignments/media-types/audio/vnd.3gpp.iufp}"],"xrefs":{"person":["Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true},{"content-type":"audio/vnd.4SB","encoding":"base64","references":["IANA","[De_Jaham]","{audio/vnd.4SB=http://www.iana.org/assignments/media-types/audio/vnd.4SB}"],"xrefs":{"person":["De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true},{"content-type":"audio/vnd.audiokoz","encoding":"base64","references":["IANA","[DeBarros]","{audio/vnd.audiokoz=http://www.iana.org/assignments/media-types/audio/vnd.audiokoz}"],"xrefs":{"person":["DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true},{"content-type":"audio/vnd.CELP","encoding":"base64","references":["IANA","[De_Jaham]","{audio/vnd.CELP=http://www.iana.org/assignments/media-types/audio/vnd.CELP}"],"xrefs":{"person":["De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","references":["IANA","[Rajesh_Kumar]","{audio/vnd.cisco.nse=http://www.iana.org/assignments/media-types/audio/vnd.cisco.nse}"],"xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","references":["IANA","[Goulet]","{audio/vnd.cmles.radio-events=http://www.iana.org/assignments/media-types/audio/vnd.cmles.radio-events}"],"xrefs":{"person":["Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{audio/vnd.cns.anp1=http://www.iana.org/assignments/media-types/audio/vnd.cns.anp1}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{audio/vnd.cns.inf1=http://www.iana.org/assignments/media-types/audio/vnd.cns.inf1}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true},{"content-type":"audio/vnd.dece.audio","encoding":"base64","extensions":["uva","uvva"],"references":["IANA","[Dolan]","{audio/vnd.dece.audio=http://www.iana.org/assignments/media-types/audio/vnd.dece.audio}"],"xrefs":{"person":["Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true},{"content-type":"audio/vnd.digital-winds","encoding":"7bit","extensions":["eol"],"references":["IANA","[Armands_Strazds]","{audio/vnd.digital-winds=http://www.iana.org/assignments/media-types/audio/vnd.digital-winds}"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","references":["IANA","[Heredia]","{audio/vnd.dlna.adts=http://www.iana.org/assignments/media-types/audio/vnd.dlna.adts}"],"xrefs":{"person":["Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.heaac.1=http://www.iana.org/assignments/media-types/audio/vnd.dolby.heaac.1}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.heaac.2=http://www.iana.org/assignments/media-types/audio/vnd.dolby.heaac.2}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","references":["IANA","[Mike_Ward]","{audio/vnd.dolby.mlp=http://www.iana.org/assignments/media-types/audio/vnd.dolby.mlp}"],"xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.mps=http://www.iana.org/assignments/media-types/audio/vnd.dolby.mps}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.pl2=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.pl2x=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2x}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.pl2z=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2z}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","references":["IANA","[Hattersley]","{audio/vnd.dolby.pulse.1=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pulse.1}"],"xrefs":{"person":["Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true},{"content-type":"audio/vnd.dra","encoding":"base64","extensions":["dra"],"references":["IANA","[Jiang_Tian]","{audio/vnd.dra=http://www.iana.org/assignments/media-types/audio/vnd.dra}"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true},{"content-type":"audio/vnd.dts","encoding":"base64","extensions":["dts"],"references":["IANA","[William_Zou]","{audio/vnd.dts=http://www.iana.org/assignments/media-types/audio/vnd.dts}"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true},{"content-type":"audio/vnd.dts.hd","encoding":"base64","extensions":["dtshd"],"references":["IANA","[William_Zou]","{audio/vnd.dts.hd=http://www.iana.org/assignments/media-types/audio/vnd.dts.hd}"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true},{"content-type":"audio/vnd.dvb.file","encoding":"base64","references":["IANA","[Peter_Siebert]","{audio/vnd.dvb.file=http://www.iana.org/assignments/media-types/audio/vnd.dvb.file}"],"xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"references":["IANA","[Cicelsky]","{audio/vnd.everad.plj=http://www.iana.org/assignments/media-types/audio/vnd.everad.plj}"],"xrefs":{"person":["Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true},{"content-type":"audio/vnd.hns.audio","encoding":"base64","references":["IANA","[Swaminathan]","{audio/vnd.hns.audio=http://www.iana.org/assignments/media-types/audio/vnd.hns.audio}"],"xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true},{"content-type":"audio/vnd.lucent.voice","encoding":"base64","extensions":["lvp"],"references":["IANA","[Greg_Vaudreuil]","{audio/vnd.lucent.voice=http://www.iana.org/assignments/media-types/audio/vnd.lucent.voice}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true},{"content-type":"audio/vnd.ms-playready.media.pya","encoding":"base64","extensions":["pya"],"references":["IANA","[DiAcetis]","{audio/vnd.ms-playready.media.pya=http://www.iana.org/assignments/media-types/audio/vnd.ms-playready.media.pya}"],"xrefs":{"person":["DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"references":["IANA","[Nokia]","{audio/vnd.nokia.mobile-xmf=http://www.iana.org/assignments/media-types/audio/vnd.nokia.mobile-xmf}"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"references":["IANA","[Glenn_Parsons]","{audio/vnd.nortel.vbk=http://www.iana.org/assignments/media-types/audio/vnd.nortel.vbk}"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp4800","encoding":"base64","extensions":["ecelp4800"],"references":["IANA","[Fox]","{audio/vnd.nuera.ecelp4800=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp4800}"],"xrefs":{"person":["Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp7470","encoding":"base64","extensions":["ecelp7470"],"references":["IANA","[Fox]","{audio/vnd.nuera.ecelp7470=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp7470}"],"xrefs":{"person":["Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp9600","encoding":"base64","extensions":["ecelp9600"],"references":["IANA","[Fox]","{audio/vnd.nuera.ecelp9600=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp9600}"],"xrefs":{"person":["Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.octel.sbc=http://www.iana.org/assignments/media-types/audio/vnd.octel.sbc}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","references":["IANA","RFC3625","{audio/vnd.qcelp=http://www.iana.org/assignments/media-types/audio/vnd.qcelp}"],"xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"]},"registered":true},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.rhetorex.32kadpcm=http://www.iana.org/assignments/media-types/audio/vnd.rhetorex.32kadpcm}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true},{"content-type":"audio/vnd.rip","encoding":"base64","extensions":["rip"],"references":["IANA","[Dawe]","{audio/vnd.rip=http://www.iana.org/assignments/media-types/audio/vnd.rip}"],"xrefs":{"person":["Dawe"],"template":["audio/vnd.rip"]},"registered":true},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["s1m","smp","smp3"],"references":["IANA","[David_Petersen]","{audio/vnd.sealedmedia.softseal-mpeg=http://www.iana.org/assignments/media-types/audio/vnd.sealedmedia.softseal-mpeg}"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal-mpeg"]},"registered":true},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.vmx.cvsd=http://www.iana.org/assignments/media-types/audio/vnd.vmx.cvsd}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true},{"content-type":"audio/vorbis","encoding":"base64","references":["IANA","RFC5215"],"xrefs":{"rfc":["rfc5215"]},"registered":true},{"content-type":"audio/vorbis-config","encoding":"base64","references":["IANA","RFC5215"],"xrefs":{"rfc":["rfc5215"]},"registered":true},{"content-type":"audio/webm","encoding":"base64","extensions":["weba","webm"],"references":["{WebM=http://www.webmproject.org/code/specs/container/}"],"registered":false},{"content-type":"audio/x-aac","encoding":"base64","extensions":["aac"],"registered":false},{"content-type":"audio/x-aiff","encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"registered":false},{"content-type":"audio/x-midi","encoding":"base64","extensions":["kar","mid","midi"],"registered":false},{"content-type":"audio/x-mpegurl","encoding":"base64","extensions":["m3u"],"registered":false},{"content-type":"audio/x-ms-wax","encoding":"base64","extensions":["wax"],"registered":false},{"content-type":"audio/x-ms-wma","encoding":"base64","extensions":["wma"],"registered":false},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"audio/x-pn-realaudio","encoding":"base64","extensions":["ra","ram"],"registered":false},{"content-type":"audio/x-pn-realaudio-plugin","encoding":"base64","extensions":["rmp","rpm"],"registered":false},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false},{"content-type":"audio/x-wav","encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false},{"content-type":"chemical/x-cdx","encoding":"base64","extensions":["cdx"],"registered":false},{"content-type":"chemical/x-cif","encoding":"base64","extensions":["cif"],"registered":false},{"content-type":"chemical/x-cmdf","encoding":"base64","extensions":["cmdf"],"registered":false},{"content-type":"chemical/x-cml","encoding":"base64","extensions":["cml"],"registered":false},{"content-type":"chemical/x-csml","encoding":"base64","extensions":["csml"],"registered":false},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":["x-chemical/x-pdb"],"registered":false},{"content-type":"chemical/x-xyz","encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":["x-chemical/x-xyz"],"registered":false},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":["x-drawing/dwf"],"registered":false},{"content-type":"image/bmp","encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":["image/x-bmp"],"registered":false},{"content-type":"image/cgm","encoding":"base64","extensions":["cgm"],"references":["IANA","[Francis]","{image/cgm=http://www.iana.org/assignments/media-types/image/cgm}"],"xrefs":{"person":["Francis"],"template":["image/cgm"]},"registered":true},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":["image/x-cmu-raster"],"registered":false},{"content-type":"image/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"image/fits","encoding":"base64","references":["IANA","RFC4047"],"xrefs":{"rfc":["rfc4047"]},"registered":true},{"content-type":"image/g3fax","encoding":"base64","extensions":["g3"],"references":["IANA","RFC1494"],"xrefs":{"rfc":["rfc1494"]},"registered":true},{"content-type":"image/gif","encoding":"base64","extensions":["gif"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/ief","encoding":"base64","extensions":["ief"],"references":["IANA","RFC1314"],"xrefs":{"rfc":["rfc1314"]},"registered":true},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"references":["IANA","RFC3745","{image/jp2=http://www.iana.org/assignments/media-types/image/jp2}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true},{"content-type":"image/jpeg","encoding":"base64","extensions":["jpe","jpeg","jpg"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/jpm","encoding":"base64","extensions":["jpgm","jpm"],"references":["IANA","RFC3745","{image/jpm=http://www.iana.org/assignments/media-types/image/jpm}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true},{"content-type":"image/jpx","encoding":"base64","extensions":["jpf","jpx"],"references":["IANA","RFC3745","{image/jpx=http://www.iana.org/assignments/media-types/image/jpx}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpx"]},"registered":true},{"content-type":"image/ktx","encoding":"base64","extensions":["ktx"],"references":["IANA","[Callow]","[Khronos]","{http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/#mimeregistration}"],"xrefs":{"person":["Callow","Khronos"],"uri":["http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/#mimeregistration"]},"registered":true},{"content-type":"image/naplps","encoding":"base64","references":["IANA","[Ferber]","{image/naplps=http://www.iana.org/assignments/media-types/image/naplps}"],"xrefs":{"person":["Ferber"],"template":["image/naplps"]},"registered":true},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false},{"content-type":"image/png","encoding":"base64","extensions":["png"],"references":["IANA","[Glenn_Randers-Pehrson]","{image/png=http://www.iana.org/assignments/media-types/image/png}"],"xrefs":{"person":["Glenn_Randers-Pehrson"],"template":["image/png"]},"registered":true},{"content-type":"image/prs.btif","encoding":"base64","extensions":["btif"],"references":["IANA","[Ben_Simon]","{image/prs.btif=http://www.iana.org/assignments/media-types/image/prs.btif}"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true},{"content-type":"image/prs.pti","encoding":"base64","references":["IANA","[Juern_Laun]","{image/prs.pti=http://www.iana.org/assignments/media-types/image/prs.pti}"],"xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true},{"content-type":"image/pwg-raster","encoding":"base64","references":["IANA","[Michael_Sweet]","{image/pwg-raster=http://www.iana.org/assignments/media-types/image/pwg-raster}"],"xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false},{"content-type":"image/svg+xml","encoding":"8bit","extensions":["svg","svgz"],"references":["IANA","[W3C]","{http://www.w3.org/TR/SVG/mimereg.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"]},"registered":true},{"content-type":"image/t38","encoding":"base64","references":["IANA","RFC3362"],"xrefs":{"rfc":["rfc3362"]},"registered":true},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":["image/x-targa"],"registered":false},{"content-type":"image/tiff","encoding":"base64","extensions":["tif","tiff"],"references":["IANA","RFC3302"],"xrefs":{"rfc":["rfc3302"]},"registered":true},{"content-type":"image/tiff-fx","encoding":"base64","references":["IANA","RFC3950"],"xrefs":{"rfc":["rfc3950"]},"registered":true},{"content-type":"image/vnd.adobe.photoshop","encoding":"base64","extensions":["psd"],"references":["IANA","[Kim_Scarborough]","{image/vnd.adobe.photoshop=http://www.iana.org/assignments/media-types/image/vnd.adobe.photoshop}"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","references":["IANA","[Clueit]","{image/vnd.airzip.accelerator.azv=http://www.iana.org/assignments/media-types/image/vnd.airzip.accelerator.azv}"],"xrefs":{"person":["Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true},{"content-type":"image/vnd.cns.inf2","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{image/vnd.cns.inf2=http://www.iana.org/assignments/media-types/image/vnd.cns.inf2}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true},{"content-type":"image/vnd.dece.graphic","encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"references":["IANA","[Dolan]","{image/vnd.dece.graphic=http://www.iana.org/assignments/media-types/image/vnd.dece.graphic}"],"xrefs":{"person":["Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":["image/x-vnd.dgn"],"registered":false},{"content-type":"image/vnd.djvu","encoding":"base64","extensions":["djv","djvu"],"references":["IANA","[Bottou]","{image/vnd-djvu=http://www.iana.org/assignments/media-types/image/vnd-djvu}"],"xrefs":{"person":["Bottou"],"template":["image/vnd-djvu"]},"registered":true},{"content-type":"image/vnd.dvb.subtitle","encoding":"base64","extensions":["sub"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{image/vnd.dvb.subtitle=http://www.iana.org/assignments/media-types/image/vnd.dvb.subtitle}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true},{"content-type":"image/vnd.dwg","encoding":"base64","extensions":["dwg"],"references":["IANA","[Jodi_Moline]","{image/vnd.dwg=http://www.iana.org/assignments/media-types/image/vnd.dwg}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true},{"content-type":"image/vnd.dxf","encoding":"base64","extensions":["dxf"],"references":["IANA","[Jodi_Moline]","{image/vnd.dxf=http://www.iana.org/assignments/media-types/image/vnd.dxf}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true},{"content-type":"image/vnd.fastbidsheet","encoding":"base64","extensions":["fbs"],"references":["IANA","[Becker]","{image/vnd.fastbidsheet=http://www.iana.org/assignments/media-types/image/vnd.fastbidsheet}"],"xrefs":{"person":["Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true},{"content-type":"image/vnd.fpx","encoding":"base64","extensions":["fpx"],"references":["IANA","[Marc_Douglas_Spencer]","{image/vnd.fpx=http://www.iana.org/assignments/media-types/image/vnd.fpx}"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true},{"content-type":"image/vnd.fst","encoding":"base64","extensions":["fst"],"references":["IANA","[Fuldseth]","{image/vnd.fst=http://www.iana.org/assignments/media-types/image/vnd.fst}"],"xrefs":{"person":["Fuldseth"],"template":["image/vnd.fst"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-mmr","encoding":"base64","extensions":["mmr"],"references":["IANA","[Masanori_Onda]","{image/vnd.fujixerox.edmics-mmr=http://www.iana.org/assignments/media-types/image/vnd.fujixerox.edmics-mmr}"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-rlc","encoding":"base64","extensions":["rlc"],"references":["IANA","[Masanori_Onda]","{image/vnd.fujixerox.edmics-rlc=http://www.iana.org/assignments/media-types/image/vnd.fujixerox.edmics-rlc}"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"references":["IANA","[Bailey]","{image/vnd.globalgraphics.pgb=http://www.iana.org/assignments/media-types/image/vnd.globalgraphics.pgb}"],"xrefs":{"person":["Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"references":["IANA","[Butcher]","{image/vnd.microsoft.icon=http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon}"],"xrefs":{"person":["Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true},{"content-type":"image/vnd.mix","encoding":"base64","references":["IANA","[Saveen_Reddy]","{image/vnd.mix=http://www.iana.org/assignments/media-types/image/vnd.mix}"],"xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true},{"content-type":"image/vnd.ms-modi","encoding":"base64","extensions":["mdi"],"references":["IANA","[Gregory_Vaughan]","{image/vnd.ms-modi=http://www.iana.org/assignments/media-types/image/vnd.ms-modi}"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false},{"content-type":"image/vnd.net-fpx","encoding":"base64","extensions":["npx"],"references":["IANA","[Marc_Douglas_Spencer]","{image/vnd.net-fpx=http://www.iana.org/assignments/media-types/image/vnd.net-fpx}"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":["image/vnd.net-fpx"],"registered":false},{"content-type":"image/vnd.radiance","encoding":"base64","references":["IANA","[Fritz]","[GWard]","{image/vnd.radiance=http://www.iana.org/assignments/media-types/image/vnd.radiance}"],"xrefs":{"person":["Fritz","GWard"],"template":["image/vnd.radiance"]},"registered":true},{"content-type":"image/vnd.sealed.png","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealed-png=http://www.iana.org/assignments/media-types/image/vnd.sealed-png}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed-png"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealedmedia.softseal-gif=http://www.iana.org/assignments/media-types/image/vnd.sealedmedia.softseal-gif}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-gif"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealedmedia.softseal-jpg=http://www.iana.org/assignments/media-types/image/vnd.sealedmedia.softseal-jpg}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-jpg"]},"registered":true},{"content-type":"image/vnd.svf","encoding":"base64","references":["IANA","[Jodi_Moline]","{image/vnd-svf=http://www.iana.org/assignments/media-types/image/vnd-svf}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd-svf"]},"registered":true},{"content-type":"image/vnd.wap.wbmp","encoding":"base64","extensions":["wbmp"],"references":["IANA","[Peter_Stark]","{image/vnd-wap-wbmp=http://www.iana.org/assignments/media-types/image/vnd-wap-wbmp}"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd-wap-wbmp"]},"registered":true},{"content-type":"image/vnd.xiff","encoding":"base64","extensions":["xif"],"references":["IANA","[Steven_Martin]","{image/vnd.xiff=http://www.iana.org/assignments/media-types/image/vnd.xiff}"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true},{"content-type":"image/webp","encoding":"base64","extensions":["webp"],"references":["{WebP=https://developers.google.com/speed/webp/}"],"registered":false},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"registered":false},{"content-type":"image/x-cmu-raster","encoding":"base64","extensions":["ras"],"registered":false},{"content-type":"image/x-cmx","encoding":"base64","extensions":["cmx"],"registered":false},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false},{"content-type":"image/x-freehand","encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false},{"content-type":"image/x-icon","encoding":"base64","extensions":["ico"],"registered":false},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false},{"content-type":"image/x-pcx","encoding":"base64","extensions":["pcx"],"registered":false},{"content-type":"image/x-pict","encoding":"base64","extensions":["pct","pic"],"registered":false},{"content-type":"image/x-portable-anymap","encoding":"base64","extensions":["pnm"],"registered":false},{"content-type":"image/x-portable-bitmap","encoding":"base64","extensions":["pbm"],"registered":false},{"content-type":"image/x-portable-graymap","encoding":"base64","extensions":["pgm"],"registered":false},{"content-type":"image/x-portable-pixmap","encoding":"base64","extensions":["ppm"],"registered":false},{"content-type":"image/x-rgb","encoding":"base64","extensions":["rgb"],"registered":false},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false},{"content-type":"image/x-xbitmap","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"references":["{XCF=http://git.gnome.org/browse/gimp/tree/devel-docs/xcf.txt}"],"registered":false},{"content-type":"image/x-xpixmap","encoding":"8bit","extensions":["xpm"],"registered":false},{"content-type":"image/x-xwindowdump","encoding":"base64","extensions":["xwd"],"registered":false},{"content-type":"message/CPIM","encoding":"base64","references":["IANA","RFC3862"],"xrefs":{"rfc":["rfc3862"]},"registered":true},{"content-type":"message/delivery-status","encoding":"base64","references":["IANA","RFC1894"],"xrefs":{"rfc":["rfc1894"]},"registered":true},{"content-type":"message/disposition-notification","encoding":"base64","references":["IANA","RFC3798"],"xrefs":{"rfc":["rfc3798"]},"registered":true},{"content-type":"message/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"message/external-body","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/feedback-report","encoding":"base64","references":["IANA","RFC5965"],"xrefs":{"rfc":["rfc5965"]},"registered":true},{"content-type":"message/global","encoding":"base64","references":["IANA","RFC6532"],"xrefs":{"rfc":["rfc6532"]},"registered":true},{"content-type":"message/global-delivery-status","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/global-disposition-notification","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/global-headers","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/http","encoding":"base64","references":["IANA","RFC2616"],"xrefs":{"rfc":["rfc2616"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","references":["IANA","RFC5438"],"xrefs":{"rfc":["rfc5438"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"references":["IANA","RFC5537","[H.Spencer]","{message/news=http://www.iana.org/assignments/media-types/message/news}"],"xrefs":{"rfc":["rfc5537"],"person":["H.Spencer"],"template":["message/news"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/rfc822","encoding":"8bit","extensions":["eml","mime"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","references":["IANA","RFC2660"],"xrefs":{"rfc":["rfc2660"]},"registered":true},{"content-type":"message/sip","encoding":"base64","references":["IANA","RFC3261"],"xrefs":{"rfc":["rfc3261"]},"registered":true},{"content-type":"message/sipfrag","encoding":"base64","references":["IANA","RFC3420"],"xrefs":{"rfc":["rfc3420"]},"registered":true},{"content-type":"message/tracking-status","encoding":"base64","references":["IANA","RFC3886"],"xrefs":{"rfc":["rfc3886"]},"registered":true},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"references":["IANA","[Nicholas_Parks_Young]","{message/vnd.si.simp=http://www.iana.org/assignments/media-types/message/vnd.si.simp}"],"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"]},"registered":true},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","references":["IANA","[Conley]","{message/vnd.wfa.wsc=http://www.iana.org/assignments/media-types/message/vnd.wfa.wsc}"],"xrefs":{"person":["Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true},{"content-type":"model/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"model/iges","encoding":"base64","extensions":["iges","igs"],"references":["IANA","[Curtis_Parks]","{model/iges=http://www.iana.org/assignments/media-types/model/iges}"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true},{"content-type":"model/mesh","encoding":"base64","extensions":["mesh","msh","silo"],"references":["IANA","RFC2077"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/vnd.collada+xml","encoding":"base64","extensions":["dae"],"references":["IANA","[James_Riordon]","{model/vnd.collada+xml=http://www.iana.org/assignments/media-types/model/vnd.collada+xml}"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true},{"content-type":"model/vnd.dwf","encoding":"base64","extensions":["dwf"],"references":["IANA","[Jason_Pratt]","{model/vnd-dwf=http://www.iana.org/assignments/media-types/model/vnd-dwf}"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd-dwf"]},"registered":true},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","references":["IANA","[Michael_Powers]","{model/vnd.flatland.3dml=http://www.iana.org/assignments/media-types/model/vnd.flatland.3dml}"],"xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true},{"content-type":"model/vnd.gdl","encoding":"base64","extensions":["gdl"],"references":["IANA","[Babits]","{model/vnd.gdl=http://www.iana.org/assignments/media-types/model/vnd.gdl}"],"xrefs":{"person":["Babits"],"template":["model/vnd.gdl"]},"registered":true},{"content-type":"model/vnd.gs-gdl","encoding":"base64","references":["IANA","[Babits]","{model/vnd.gs-gdl=http://www.iana.org/assignments/media-types/model/vnd.gs-gdl}"],"xrefs":{"person":["Babits"],"template":["model/vnd.gs-gdl"]},"registered":true},{"content-type":"model/vnd.gtw","encoding":"base64","extensions":["gtw"],"references":["IANA","[Yutaka_Ozaki]","{model/vnd.gtw=http://www.iana.org/assignments/media-types/model/vnd.gtw}"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true},{"content-type":"model/vnd.moml+xml","encoding":"base64","references":["IANA","[Brooks]","{model/vnd.moml+xml=http://www.iana.org/assignments/media-types/model/vnd.moml+xml}"],"xrefs":{"person":["Brooks"],"template":["model/vnd.moml+xml"]},"registered":true},{"content-type":"model/vnd.mts","encoding":"base64","extensions":["mts"],"references":["IANA","[Boris_Rabinovitch]","{model/vnd.mts=http://www.iana.org/assignments/media-types/model/vnd.mts}"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"references":["IANA","[Parasolid]","{model/vnd.parasolid.transmit-binary=http://www.iana.org/assignments/media-types/model/vnd.parasolid.transmit-binary}"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-binary"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"references":["IANA","[Parasolid]","{model/vnd.parasolid.transmit-text=http://www.iana.org/assignments/media-types/model/vnd.parasolid.transmit-text}"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-text"]},"registered":true},{"content-type":"model/vnd.vtu","encoding":"base64","extensions":["vtu"],"references":["IANA","[Boris_Rabinovitch]","{model/vnd.vtu=http://www.iana.org/assignments/media-types/model/vnd.vtu}"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true},{"content-type":"model/vrml","encoding":"base64","extensions":["vrml","wrl"],"references":["IANA","RFC2077"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"references":["IANA","[Web3D]","[Web3DX3D]","{model/x3d+xml=http://www.iana.org/assignments/media-types/model/x3d+xml}"],"xrefs":{"person":["Web3D","Web3DX3D"],"template":["model/x3d+xml"]},"registered":true},{"content-type":"model/x3d-vrml","encoding":"base64","references":["IANA","[Web3D]","[Web3DX3D]","{model/x3d-vrml=http://www.iana.org/assignments/media-types/model/x3d-vrml}"],"xrefs":{"person":["Web3D","Web3DX3D"],"template":["model/x3d-vrml"]},"registered":true},{"content-type":"multipart/alternative","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/appledouble","encoding":"8bit","references":["IANA","[Faltstrom]","{multipart/appledouble=http://www.iana.org/assignments/media-types/multipart/appledouble}"],"xrefs":{"person":["Faltstrom"],"template":["multipart/appledouble"]},"registered":true},{"content-type":"multipart/byteranges","encoding":"base64","references":["IANA","RFC2616"],"xrefs":{"rfc":["rfc2616"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/encrypted","encoding":"base64","references":["IANA","RFC1847"],"xrefs":{"rfc":["rfc1847"]},"registered":true},{"content-type":"multipart/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"multipart/form-data","encoding":"base64","references":["IANA","RFC2388"],"xrefs":{"rfc":["rfc2388"]},"registered":true},{"content-type":"multipart/header-set","encoding":"base64","references":["IANA","[Crocker]","{multipart/header-set=http://www.iana.org/assignments/media-types/multipart/header-set}"],"xrefs":{"person":["Crocker"],"template":["multipart/header-set"]},"registered":true},{"content-type":"multipart/mixed","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/parallel","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/related","encoding":"base64","references":["IANA","RFC2387"],"xrefs":{"rfc":["rfc2387"]},"registered":true},{"content-type":"multipart/report","encoding":"base64","references":["IANA","RFC6522"],"xrefs":{"rfc":["rfc6522"]},"registered":true},{"content-type":"multipart/signed","encoding":"base64","references":["IANA","RFC1847"],"xrefs":{"rfc":["rfc1847"]},"registered":true},{"content-type":"multipart/voice-message","encoding":"base64","references":["IANA","RFC2421","RFC2423"],"xrefs":{"rfc":["rfc2421","rfc2423"]},"registered":true},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false},{"content-type":"multipart/x-mixed-replace","encoding":"base64","references":["{HTML5=http://www.w3.org/TR/html5/iana.html#multipart/x-mixed-replace}"],"registered":true},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":["multipart/parallel"],"registered":false},{"content-type":"multipart/x-tar","encoding":"base64","registered":false},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false},{"content-type":"multipart/x-zip","encoding":"base64","registered":false},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"references":["{HTML5=http://www.w3.org/TR/html5/iana.html#text/cache-manifest}"],"registered":true},{"content-type":"text/calendar","encoding":"quoted-printable","extensions":["ics","ifb"],"references":["IANA","RFC5545"],"xrefs":{"rfc":["rfc5545"]},"registered":true},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":["text/csv"],"registered":false},{"content-type":"text/css","encoding":"8bit","extensions":["css"],"references":["IANA","RFC2318"],"xrefs":{"rfc":["rfc2318"]},"registered":true},{"content-type":"text/csv","encoding":"8bit","extensions":["csv"],"references":["IANA","RFC4180","RFC7111","{text/csv=http://www.iana.org/assignments/media-types/text/csv}"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"use-instead":"","references":["IANA","RFC2425","RFC6350"],"xrefs":{"rfc":["rfc2425","rfc6350"]},"registered":true},{"content-type":"text/dns","encoding":"quoted-printable","references":["IANA","RFC4027"],"xrefs":{"rfc":["rfc4027"]},"registered":true},{"content-type":"text/ecmascript","encoding":"quoted-printable","obsolete":true,"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"text/encaprtp","encoding":"quoted-printable","references":["IANA","RFC6849","{text/encaprtp=http://www.iana.org/assignments/media-types/text/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true},{"content-type":"text/enriched","encoding":"quoted-printable","references":["IANA","RFC1896"],"xrefs":{"rfc":["rfc1896"]},"registered":true},{"content-type":"text/example","encoding":"quoted-printable","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"text/fwdred","encoding":"quoted-printable","references":["IANA","RFC6354"],"xrefs":{"rfc":["rfc6354"]},"registered":true},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","references":["IANA","RFC6787"],"xrefs":{"rfc":["rfc6787"]},"registered":true},{"content-type":"text/html","encoding":"8bit","extensions":["htm","html","htmlx","htx","shtml"],"references":["IANA","[Michael_TM_Smith]","[W3C]","{text/html=http://www.iana.org/assignments/media-types/text/html}"],"xrefs":{"person":["Michael_TM_Smith","W3C"],"template":["text/html"]},"registered":true},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js"],"obsolete":true,"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","references":["IANA","[Peeter_Piegaze]","{text/jcr-cnd=http://www.iana.org/assignments/media-types/text/jcr-cnd}"],"xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/mizar","encoding":"quoted-printable","references":["IANA","[Jesse_Alama]","{text/mizar=http://www.iana.org/assignments/media-types/text/mizar}"],"xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true},{"content-type":"text/n3","encoding":"quoted-printable","extensions":["n3"],"references":["IANA","[Eric_Prudhommeaux]","[W3C]","{text/n3=http://www.iana.org/assignments/media-types/text/n3}"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true},{"content-type":"text/parityfec","encoding":"quoted-printable","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"text/plain","encoding":"quoted-printable","extensions":["asc","c","cc","conf","cpp","dat","def","doc","h","hh","hlp","hpp","in","list","log","markdown","md","rst","text","textile","txt"],"references":["IANA","RFC2046","RFC3676","RFC5147"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"]},"registered":true},{"content-type":"text/provenance-notation","encoding":"quoted-printable","references":["IANA","[Herman]","[W3C]"],"xrefs":{"person":["Herman","W3C"]},"registered":true},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"references":["IANA","[Fallenstein]","{text/prs.fallenstein.rst=http://www.iana.org/assignments/media-types/text/prs.fallenstein.rst}"],"xrefs":{"person":["Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true},{"content-type":"text/prs.lines.tag","encoding":"quoted-printable","extensions":["dsc"],"references":["IANA","[John_Lines]","{text/prs.lines.tag=http://www.iana.org/assignments/media-types/text/prs.lines.tag}"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true},{"content-type":"text/raptorfec","encoding":"quoted-printable","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"text/RED","encoding":"quoted-printable","references":["IANA","RFC4102"],"xrefs":{"rfc":["rfc4102"]},"registered":true},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","references":["IANA","RFC6522"],"xrefs":{"rfc":["rfc6522"]},"registered":true},{"content-type":"text/richtext","encoding":"8bit","extensions":["rtx"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"references":["IANA","[Paul_Lindner]","{text/rtf=http://www.iana.org/assignments/media-types/text/rtf}"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","references":["IANA","[ThreeGPP]","{text/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/text/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["text/rtp-enc-aescm128"]},"registered":true},{"content-type":"text/rtploopback","encoding":"quoted-printable","references":["IANA","RFC6849","{text/rtploopback=http://www.iana.org/assignments/media-types/text/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true},{"content-type":"text/rtx","encoding":"quoted-printable","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"text/sgml","encoding":"quoted-printable","extensions":["sgm","sgml"],"references":["IANA","RFC1874"],"xrefs":{"rfc":["rfc1874"]},"registered":true},{"content-type":"text/t140","encoding":"quoted-printable","references":["IANA","RFC4103"],"xrefs":{"rfc":["rfc4103"]},"registered":true},{"content-type":"text/tab-separated-values","encoding":"quoted-printable","extensions":["tsv"],"references":["IANA","[Paul_Lindner]","{text/tab-separated-values=http://www.iana.org/assignments/media-types/text/tab-separated-values}"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true},{"content-type":"text/troff","encoding":"8bit","extensions":["man","me","ms","roff","t","tr","troff"],"references":["IANA","RFC4263"],"xrefs":{"rfc":["rfc4263"]},"registered":true},{"content-type":"text/turtle","encoding":"quoted-printable","extensions":["ttl"],"references":["IANA","[Eric_Prudhommeaux]","[W3C]","{text/turtle=http://www.iana.org/assignments/media-types/text/turtle}"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true},{"content-type":"text/ulpfec","encoding":"quoted-printable","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"text/uri-list","encoding":"quoted-printable","extensions":["uri","uris","urls"],"references":["IANA","RFC2483"],"xrefs":{"rfc":["rfc2483"]},"registered":true},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"references":["IANA","RFC6350"],"xrefs":{"rfc":["rfc6350"]},"registered":true,"signature":true},{"content-type":"text/vnd.abc","encoding":"quoted-printable","references":["IANA","[Allen]","{text/vnd.abc=http://www.iana.org/assignments/media-types/text/vnd.abc}"],"xrefs":{"person":["Allen"],"template":["text/vnd.abc"]},"registered":true},{"content-type":"text/vnd.curl","encoding":"quoted-printable","extensions":["curl"],"references":["IANA","[Byrnes]","{text/vnd-curl=http://www.iana.org/assignments/media-types/text/vnd-curl}"],"xrefs":{"person":["Byrnes"],"template":["text/vnd-curl"]},"registered":true},{"content-type":"text/vnd.curl.dcurl","encoding":"quoted-printable","extensions":["dcurl"],"registered":false},{"content-type":"text/vnd.curl.mcurl","encoding":"quoted-printable","extensions":["mcurl"],"registered":false},{"content-type":"text/vnd.curl.scurl","encoding":"quoted-printable","extensions":["scurl"],"registered":false},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","references":["IANA","[Charles_Plessy]","{text/vnd.debian.copyright=http://www.iana.org/assignments/media-types/text/vnd.debian.copyright}"],"xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","references":["IANA","[Bradley]","{text/vnd.DMClientScript=http://www.iana.org/assignments/media-types/text/vnd.DMClientScript}"],"xrefs":{"person":["Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{text/vnd.dvb.subtitle=http://www.iana.org/assignments/media-types/text/vnd.dvb.subtitle}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","references":["IANA","[Eilemann]","{text/vnd.esmertec.theme-descriptor=http://www.iana.org/assignments/media-types/text/vnd.esmertec.theme-descriptor}"],"xrefs":{"person":["Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":["model/vnd.flatland.3dml"],"registered":false},{"content-type":"text/vnd.fly","encoding":"quoted-printable","extensions":["fly"],"references":["IANA","[Gurney]","{text/vnd.fly=http://www.iana.org/assignments/media-types/text/vnd.fly}"],"xrefs":{"person":["Gurney"],"template":["text/vnd.fly"]},"registered":true},{"content-type":"text/vnd.fmi.flexstor","encoding":"quoted-printable","extensions":["flx"],"references":["IANA","[Hurtta]","{text/vnd.fmi.flexstor=http://www.iana.org/assignments/media-types/text/vnd.fmi.flexstor}"],"xrefs":{"person":["Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true},{"content-type":"text/vnd.graphviz","encoding":"quoted-printable","extensions":["gv"],"references":["IANA","[Ellson]","{text/vnd.graphviz=http://www.iana.org/assignments/media-types/text/vnd.graphviz}"],"xrefs":{"person":["Ellson"],"template":["text/vnd.graphviz"]},"registered":true},{"content-type":"text/vnd.in3d.3dml","encoding":"quoted-printable","extensions":["3dml"],"references":["IANA","[Michael_Powers]","{text/vnd.in3d.3dml=http://www.iana.org/assignments/media-types/text/vnd.in3d.3dml}"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true},{"content-type":"text/vnd.in3d.spot","encoding":"quoted-printable","extensions":["spot"],"references":["IANA","[Michael_Powers]","{text/vnd.in3d.spot=http://www.iana.org/assignments/media-types/text/vnd.in3d.spot}"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","references":["IANA","[IPTC]","{text/vnd.IPTC.NewsML=http://www.iana.org/assignments/media-types/text/vnd.IPTC.NewsML}"],"xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","references":["IANA","[IPTC]","{text/vnd.IPTC.NITF=http://www.iana.org/assignments/media-types/text/vnd.IPTC.NITF}"],"xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","references":["IANA","[Mikusiak_Lubos]","{text/vnd.latex-z=http://www.iana.org/assignments/media-types/text/vnd.latex-z}"],"xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","references":["IANA","[Mark_Patton]","{text/vnd.motorola.reflex=http://www.iana.org/assignments/media-types/text/vnd.motorola.reflex}"],"xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","references":["IANA","[Jan_Nelson]","{text/vnd.ms-mediapackage=http://www.iana.org/assignments/media-types/text/vnd.ms-mediapackage}"],"xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"references":["IANA","[Feiyu_Xie]","{text/vnd.net2phone.commcenter.command=http://www.iana.org/assignments/media-types/text/vnd.net2phone.commcenter.command}"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"references":["IANA","[Nicholas_Parks_Young]","{text/vnd.si.uricatalogue=http://www.iana.org/assignments/media-types/text/vnd.si.uricatalogue}"],"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"]},"registered":true},{"content-type":"text/vnd.sun.j2me.app-descriptor","encoding":"8bit","extensions":["jad"],"references":["IANA","[G.Adams]","{text/vnd.sun.j2me.app-descriptor=http://www.iana.org/assignments/media-types/text/vnd.sun.j2me.app-descriptor}"],"xrefs":{"person":["G.Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","references":["IANA","[D.Lambert]","{text/vnd.trolltech.linguist=http://www.iana.org/assignments/media-types/text/vnd.trolltech.linguist}"],"xrefs":{"person":["D.Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"references":["IANA","[WAP-Forum]","{text/vnd.wap.si=http://www.iana.org/assignments/media-types/text/vnd.wap.si}"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"references":["IANA","[WAP-Forum]","{text/vnd.wap.sl=http://www.iana.org/assignments/media-types/text/vnd.wap.sl}"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true},{"content-type":"text/vnd.wap.wml","encoding":"quoted-printable","extensions":["wml"],"references":["IANA","[Peter_Stark]","{text/vnd.wap-wml=http://www.iana.org/assignments/media-types/text/vnd.wap-wml}"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap-wml"]},"registered":true},{"content-type":"text/vnd.wap.wmlscript","encoding":"quoted-printable","extensions":["wmls"],"references":["IANA","[Peter_Stark]","{text/vnd.wap.wmlscript=http://www.iana.org/assignments/media-types/text/vnd.wap.wmlscript}"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true},{"content-type":"text/x-asm","encoding":"quoted-printable","extensions":["asm","s"],"registered":false},{"content-type":"text/x-c","encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false},{"content-type":"text/x-fortran","encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false},{"content-type":"text/x-java-source","encoding":"quoted-printable","extensions":["java"],"registered":false},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false},{"content-type":"text/x-pascal","encoding":"quoted-printable","extensions":["p","pas"],"registered":false},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":["text/rtf"],"registered":false},{"content-type":"text/x-setext","encoding":"quoted-printable","extensions":["etx"],"registered":false},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false},{"content-type":"text/x-uuencode","encoding":"quoted-printable","extensions":["uu"],"registered":false},{"content-type":"text/x-vcalendar","encoding":"8bit","extensions":["vcs"],"registered":false},{"content-type":"text/x-vcard","encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":["model/vnd.flatland.3dml"],"registered":false},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false},{"content-type":"text/xml","encoding":"8bit","extensions":["dtd","xml"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"video/3gpp","encoding":"base64","extensions":["3gp","3gpp"],"references":["IANA","RFC3839","RFC6381"],"xrefs":{"rfc":["rfc3839","rfc6381"]},"registered":true},{"content-type":"video/3gpp-tt","encoding":"base64","references":["IANA","RFC4396"],"xrefs":{"rfc":["rfc4396"]},"registered":true},{"content-type":"video/3gpp2","encoding":"base64","extensions":["3g2","3gpp2"],"references":["IANA","RFC4393","RFC6381"],"xrefs":{"rfc":["rfc4393","rfc6381"]},"registered":true},{"content-type":"video/BMPEG","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/BT656","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/CelB","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":["video/x-dl"],"registered":false},{"content-type":"video/DV","encoding":"base64","references":["IANA","RFC6469"],"xrefs":{"rfc":["rfc6469"]},"registered":true},{"content-type":"video/encaprtp","encoding":"base64","references":["IANA","RFC6849","{video/encaprtp=http://www.iana.org/assignments/media-types/video/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true},{"content-type":"video/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":["video/x-gl"],"registered":false},{"content-type":"video/H261","encoding":"base64","references":["IANA","RFC4587"],"xrefs":{"rfc":["rfc4587"]},"registered":true},{"content-type":"video/h261","encoding":"base64","extensions":["h261"],"registered":false},{"content-type":"video/H263","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/h263","encoding":"base64","extensions":["h263"],"registered":false},{"content-type":"video/H263-1998","encoding":"base64","references":["IANA","RFC4629"],"xrefs":{"rfc":["rfc4629"]},"registered":true},{"content-type":"video/H263-2000","encoding":"base64","references":["IANA","RFC4629"],"xrefs":{"rfc":["rfc4629"]},"registered":true},{"content-type":"video/h264","encoding":"base64","extensions":["h264"],"registered":false},{"content-type":"video/H264","encoding":"base64","references":["IANA","RFC6184"],"xrefs":{"rfc":["rfc6184"]},"registered":true},{"content-type":"video/H264-RCDO","encoding":"base64","references":["IANA","RFC6185"],"xrefs":{"rfc":["rfc6185"]},"registered":true},{"content-type":"video/H264-SVC","encoding":"base64","references":["IANA","RFC6190"],"xrefs":{"rfc":["rfc6190"]},"registered":true},{"content-type":"video/JPEG","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/jpeg","encoding":"base64","extensions":["jpgv"],"registered":false},{"content-type":"video/jpeg2000","encoding":"base64","references":["IANA","RFC5371","RFC5372"],"xrefs":{"rfc":["rfc5371","rfc5372"]},"registered":true},{"content-type":"video/jpm","encoding":"base64","extensions":["jpgm","jpm"],"registered":false},{"content-type":"video/mj2","encoding":"base64","extensions":["mj2","mjp2"],"registered":false},{"content-type":"video/MJ2","encoding":"base64","extensions":["mj2","mjp2"],"references":["IANA","RFC3745"],"xrefs":{"rfc":["rfc3745"]},"registered":true},{"content-type":"video/MP1S","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/MP2P","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts"],"references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/mp4","encoding":"base64","extensions":["f4p","f4v","mp4","mp4v","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"video/MP4V-ES","encoding":"base64","references":["IANA","RFC6416"],"xrefs":{"rfc":["rfc6416"]},"registered":true},{"content-type":"video/mpeg","encoding":"base64","extensions":["m1v","m2v","mp2","mp3g","mpe","mpeg","mpg"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"video/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640"],"xrefs":{"rfc":["rfc3640"]},"registered":true},{"content-type":"video/MPV","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/nv","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"video/ogg","encoding":"base64","extensions":["ogg","ogv"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"video/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"video/pointer","encoding":"base64","references":["IANA","RFC2862"],"xrefs":{"rfc":["rfc2862"]},"registered":true},{"content-type":"video/quicktime","encoding":"base64","extensions":["mov","qt"],"references":["IANA","RFC6381","[Paul_Lindner]","{video/quicktime=http://www.iana.org/assignments/media-types/video/quicktime}"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true},{"content-type":"video/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"video/raw","encoding":"base64","references":["IANA","RFC4175"],"xrefs":{"rfc":["rfc4175"]},"registered":true},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","references":["IANA","[ThreeGPP]","{video/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/video/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["video/rtp-enc-aescm128"]},"registered":true},{"content-type":"video/rtploopback","encoding":"base64","references":["IANA","RFC6849","{video/rtploopback=http://www.iana.org/assignments/media-types/video/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true},{"content-type":"video/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"video/SMPTE292M","encoding":"base64","references":["IANA","RFC3497"],"xrefs":{"rfc":["rfc3497"]},"registered":true},{"content-type":"video/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"video/vc1","encoding":"base64","references":["IANA","RFC4425"],"xrefs":{"rfc":["rfc4425"]},"registered":true},{"content-type":"video/vnd.CCTV","encoding":"base64","references":["IANA","[Frank_Rottman]","{video/vnd.CCTV=http://www.iana.org/assignments/media-types/video/vnd.CCTV}"],"xrefs":{"person":["Frank_Rottman"],"template":["video/vnd.CCTV"]},"registered":true},{"content-type":"video/vnd.dece.hd","encoding":"base64","extensions":["uvh","uvvh"],"references":["IANA","[Dolan]","{video/vnd.dece.hd=http://www.iana.org/assignments/media-types/video/vnd.dece.hd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.hd"]},"registered":true},{"content-type":"video/vnd.dece.mobile","encoding":"base64","extensions":["uvm","uvvm"],"references":["IANA","[Dolan]","{video/vnd.dece.mobile=http://www.iana.org/assignments/media-types/video/vnd.dece.mobile}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true},{"content-type":"video/vnd.dece.mp4","encoding":"base64","references":["IANA","[Dolan]","{video/vnd.dece-mp4=http://www.iana.org/assignments/media-types/video/vnd.dece-mp4}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece-mp4"]},"registered":true},{"content-type":"video/vnd.dece.pd","encoding":"base64","extensions":["uvp","uvvp"],"references":["IANA","[Dolan]","{video/vnd.dece.pd=http://www.iana.org/assignments/media-types/video/vnd.dece.pd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.pd"]},"registered":true},{"content-type":"video/vnd.dece.sd","encoding":"base64","extensions":["uvs","uvvs"],"references":["IANA","[Dolan]","{video/vnd.dece.sd=http://www.iana.org/assignments/media-types/video/vnd.dece.sd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.sd"]},"registered":true},{"content-type":"video/vnd.dece.video","encoding":"base64","extensions":["uvv","uvvv"],"references":["IANA","[Dolan]","{video/vnd.dece.video=http://www.iana.org/assignments/media-types/video/vnd.dece.video}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.video"]},"registered":true},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","references":["IANA","[Nathan_Zerbe]","{video/vnd.directv-mpeg=http://www.iana.org/assignments/media-types/video/vnd.directv-mpeg}"],"xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv-mpeg"]},"registered":true},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","references":["IANA","[Nathan_Zerbe]","{video/vnd.directv.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.directv.mpeg-tts}"],"xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","obsolete":true,"references":["IANA","[Heredia]","{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}"],"xrefs":{"person":["Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","references":["IANA","[Heredia]","{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}"],"xrefs":{"person":["Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"references":["IANA","[Peter_Siebert]","[Kevin_Murray]","{video/vnd.dvb.file=http://www.iana.org/assignments/media-types/video/vnd.dvb.file}"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true},{"content-type":"video/vnd.fvt","encoding":"base64","extensions":["fvt"],"references":["IANA","[Fuldseth]","{video/vnd.fvt=http://www.iana.org/assignments/media-types/video/vnd.fvt}"],"xrefs":{"person":["Fuldseth"],"template":["video/vnd.fvt"]},"registered":true},{"content-type":"video/vnd.hns.video","encoding":"base64","references":["IANA","[Swaminathan]","{video/vnd.hns.video=http://www.iana.org/assignments/media-types/video/vnd.hns.video}"],"xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.1dparityfec-1010=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.1dparityfec-1010}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.1dparityfec-2005=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.1dparityfec-2005}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.2dparityfec-1010=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.2dparityfec-1010}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.2dparityfec-2005=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.2dparityfec-2005}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.ttsavc=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.ttsavc}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.ttsmpeg2=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.ttsmpeg2}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true},{"content-type":"video/vnd.motorola.video","encoding":"base64","references":["IANA","[Tom_McGinty]","{video/vnd.motorola.video=http://www.iana.org/assignments/media-types/video/vnd.motorola.video}"],"xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true},{"content-type":"video/vnd.motorola.videop","encoding":"base64","references":["IANA","[Tom_McGinty]","{video/vnd.motorola.videop=http://www.iana.org/assignments/media-types/video/vnd.motorola.videop}"],"xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true},{"content-type":"video/vnd.mpegurl","encoding":"8bit","extensions":["m4u","mxu"],"references":["IANA","[Heiko_Recktenwald]","{video/vnd-mpegurl=http://www.iana.org/assignments/media-types/video/vnd-mpegurl}"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd-mpegurl"]},"registered":true},{"content-type":"video/vnd.ms-playready.media.pyv","encoding":"base64","extensions":["pyv"],"references":["IANA","[DiAcetis]","{video/vnd.ms-playready.media.pyv=http://www.iana.org/assignments/media-types/video/vnd.ms-playready.media.pyv}"],"xrefs":{"person":["DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"references":["IANA","[Kangaslampi]","{video/vnd.nokia.interleaved-multimedia=http://www.iana.org/assignments/media-types/video/vnd.nokia.interleaved-multimedia}"],"xrefs":{"person":["Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","references":["IANA","[Nokia]","{video/vnd.nokia.videovoip=http://www.iana.org/assignments/media-types/video/vnd.nokia.videovoip}"],"xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["m4v","mp4"],"references":["IANA","[Clark]","{video/vnd.objectvideo=http://www.iana.org/assignments/media-types/video/vnd.objectvideo}"],"xrefs":{"person":["Clark"],"template":["video/vnd.objectvideo"]},"registered":true},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","references":["IANA","[Andersson]","{video/vnd.radgamettools.bink=http://www.iana.org/assignments/media-types/video/vnd.radgamettools.bink}"],"xrefs":{"person":["Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","references":["IANA","[Andersson]","{video/vnd.radgamettools.smacker=http://www.iana.org/assignments/media-types/video/vnd.radgamettools.smacker}"],"xrefs":{"person":["Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"references":["IANA","[David_Petersen]","{video/vnd.sealed.mpeg1=http://www.iana.org/assignments/media-types/video/vnd.sealed.mpeg1}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["s14","smpg"],"references":["IANA","[David_Petersen]","{video/vnd.sealed.mpeg4=http://www.iana.org/assignments/media-types/video/vnd.sealed.mpeg4}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["ssw","sswf"],"references":["IANA","[David_Petersen]","{video/vnd.sealed-swf=http://www.iana.org/assignments/media-types/video/vnd.sealed-swf}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed-swf"]},"registered":true},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["s1q","smo","smov"],"references":["IANA","[David_Petersen]","{video/vnd.sealedmedia.softseal-mov=http://www.iana.org/assignments/media-types/video/vnd.sealedmedia.softseal-mov}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal-mov"]},"registered":true},{"content-type":"video/vnd.uvvu.mp4","encoding":"base64","extensions":["uvu","uvvu"],"references":["IANA","[Dolan]","{video/vnd.uvvu-mp4=http://www.iana.org/assignments/media-types/video/vnd.uvvu-mp4}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.uvvu-mp4"]},"registered":true},{"content-type":"video/vnd.vivo","encoding":"base64","extensions":["viv","vivo"],"references":["IANA","[John_Wolfe]","{video/vnd-vivo=http://www.iana.org/assignments/media-types/video/vnd-vivo}"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd-vivo"]},"registered":true},{"content-type":"video/webm","encoding":"base64","extensions":["webm"],"references":["{WebM=http://www.webmproject.org/code/specs/container/}"],"registered":false},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"registered":false},{"content-type":"video/x-f4v","encoding":"base64","extensions":["f4v"],"registered":false},{"content-type":"video/x-fli","encoding":"base64","extensions":["fli"],"registered":false},{"content-type":"video/x-flv","encoding":"base64","extensions":["flv"],"registered":false},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false},{"content-type":"video/x-m4v","encoding":"base64","extensions":["m4v"],"registered":false},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpeg","mjpg"],"registered":false},{"content-type":"video/x-ms-asf","encoding":"base64","extensions":["asf","asx"],"registered":false},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false},{"content-type":"video/x-ms-wm","encoding":"base64","extensions":["wm"],"registered":false},{"content-type":"video/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"video/x-ms-wmx","encoding":"base64","extensions":["wmx"],"registered":false},{"content-type":"video/x-ms-wvx","encoding":"base64","extensions":["wvx"],"registered":false},{"content-type":"video/x-msvideo","encoding":"base64","extensions":["avi"],"registered":false},{"content-type":"video/x-sgi-movie","encoding":"base64","extensions":["movie"],"registered":false},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false},{"content-type":"x-conference/x-cooltalk","encoding":"base64","extensions":["ice"],"registered":false},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["vrml","wrl"],"registered":false}]
1
+ [{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"application/3gpp-ims+xml","encoding":"base64","references":["IANA","[John_M_Meredith]","{application/3gpp-ims+xml=http://www.iana.org/assignments/media-types/application/3gpp-ims+xml}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/3gpp-ims+xml"]},"registered":true},{"content-type":"application/acad","encoding":"base64","registered":false},{"content-type":"application/access","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"obsolete":true,"use-instead":["application/x-msaccess"],"registered":false},{"content-type":"application/activemessage","encoding":"base64","references":["IANA","[Ehud_Shapiro]","{application/activemessage=http://www.iana.org/assignments/media-types/application/activemessage}"],"xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true},{"content-type":"application/andrew-inset","encoding":"base64","extensions":["ez"],"references":["IANA","[Nathaniel_Borenstein]","{application/andrew-inset=http://www.iana.org/assignments/media-types/application/andrew-inset}"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true},{"content-type":"application/appledouble","encoding":"base64","registered":false},{"content-type":"application/applefile","encoding":"base64","references":["IANA","[Patrik_Faltstrom]","{application/applefile=http://www.iana.org/assignments/media-types/application/applefile}"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true},{"content-type":"application/applixware","encoding":"base64","extensions":["aw"],"registered":false},{"content-type":"application/atom+xml","encoding":"8bit","extensions":["atom"],"references":["IANA","RFC4287","RFC5023"],"xrefs":{"rfc":["rfc4287","rfc5023"]},"registered":true},{"content-type":"application/atomcat+xml","encoding":"8bit","extensions":["atomcat"],"references":["IANA","RFC5023"],"xrefs":{"rfc":["rfc5023"]},"registered":true},{"content-type":"application/atomdeleted+xml","encoding":"8bit","references":["IANA","RFC6721"],"xrefs":{"rfc":["rfc6721"]},"registered":true},{"content-type":"application/atomicmail","encoding":"base64","references":["IANA","[Nathaniel_Borenstein]","{application/atomicmail=http://www.iana.org/assignments/media-types/application/atomicmail}"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true},{"content-type":"application/atomsvc+xml","encoding":"8bit","extensions":["atomsvc"],"references":["IANA","RFC5023"],"xrefs":{"rfc":["rfc5023"]},"registered":true},{"content-type":"application/auth-policy+xml","encoding":"8bit","references":["IANA","RFC4745"],"xrefs":{"rfc":["rfc4745"]},"registered":true},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","references":["IANA","[ASHRAE]","[Dave_Robin]","{application/bacnet-xdd+zip=http://www.iana.org/assignments/media-types/application/bacnet-xdd+zip}"],"xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true},{"content-type":"application/batch-SMTP","encoding":"base64","references":["IANA","RFC2442"],"xrefs":{"rfc":["rfc2442"]},"registered":true},{"content-type":"application/beep+xml","encoding":"base64","references":["IANA","RFC3080"],"xrefs":{"rfc":["rfc3080"]},"registered":true},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":["application/x-bleeper"],"registered":false},{"content-type":"application/calendar+xml","encoding":"base64","references":["IANA","RFC6321"],"xrefs":{"rfc":["rfc6321"]},"registered":true},{"content-type":"application/call-completion","encoding":"base64","references":["IANA","RFC6910","{application/call-completion=http://www.iana.org/assignments/media-types/application/call-completion}"],"xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true},{"content-type":"application/cals-1840","encoding":"base64","references":["IANA","RFC1895"],"xrefs":{"rfc":["rfc1895"]},"registered":true},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":["application/cals-1840"],"registered":false},{"content-type":"application/cbor","encoding":"base64","references":["IANA","RFC7049","{application/cbor=http://www.iana.org/assignments/media-types/application/cbor}"],"xrefs":{"rfc":["rfc7049"],"template":["application/cbor"]},"registered":true},{"content-type":"application/ccmp+xml","encoding":"base64","references":["IANA","RFC6503"],"xrefs":{"rfc":["rfc6503"]},"registered":true},{"content-type":"application/ccxml+xml","encoding":"base64","extensions":["ccxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/cdmi-capability","encoding":"base64","extensions":["cdmia"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-container","encoding":"base64","extensions":["cdmic"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-domain","encoding":"base64","extensions":["cdmid"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-object","encoding":"base64","extensions":["cdmio"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cdmi-queue","encoding":"base64","extensions":["cdmiq"],"references":["IANA","RFC6208"],"xrefs":{"rfc":["rfc6208"]},"registered":true},{"content-type":"application/cea-2018+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/cea-2018+xml=http://www.iana.org/assignments/media-types/application/cea-2018+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true},{"content-type":"application/cellml+xml","encoding":"base64","references":["IANA","RFC4708"],"xrefs":{"rfc":["rfc4708"]},"registered":true},{"content-type":"application/cfw","encoding":"base64","references":["IANA","RFC6230"],"xrefs":{"rfc":["rfc6230"]},"registered":true},{"content-type":"application/clariscad","encoding":"base64","registered":false},{"content-type":"application/cms","encoding":"base64","references":["IANA","DRAFT:draft-turner-application-cms-media-type-08","{application/cms=http://www.iana.org/assignments/media-types/application/cms}"],"xrefs":{"draft":["RFC-turner-application-cms-media-type-08"],"template":["application/cms"]},"registered":true},{"content-type":"application/cnrp+xml","encoding":"base64","references":["IANA","RFC3367"],"xrefs":{"rfc":["rfc3367"]},"registered":true},{"content-type":"application/commonground","encoding":"base64","references":["IANA","[David_Glazer]","{application/commonground=http://www.iana.org/assignments/media-types/application/commonground}"],"xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true},{"content-type":"application/conference-info+xml","encoding":"base64","references":["IANA","RFC4575"],"xrefs":{"rfc":["rfc4575"]},"registered":true},{"content-type":"application/cpl+xml","encoding":"base64","references":["IANA","RFC3880"],"xrefs":{"rfc":["rfc3880"]},"registered":true},{"content-type":"application/csrattrs","encoding":"base64","references":["IANA","RFC7030","{application/csrattrs=http://www.iana.org/assignments/media-types/application/csrattrs}"],"xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true},{"content-type":"application/csta+xml","encoding":"base64","references":["IANA","[Ecma_International_Helpdesk]","{application/csta+xml=http://www.iana.org/assignments/media-types/application/csta+xml}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true},{"content-type":"application/CSTAdata+xml","encoding":"base64","references":["IANA","[Ecma_International_Helpdesk]","{application/CSTAdata+xml=http://www.iana.org/assignments/media-types/application/CSTAdata+xml}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true},{"content-type":"application/cu-seeme","encoding":"base64","extensions":["cu"],"registered":false},{"content-type":"application/cybercash","encoding":"base64","references":["IANA","[Donald_E._Eastlake_3rd]","{application/cybercash=http://www.iana.org/assignments/media-types/application/cybercash}"],"xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true},{"content-type":"application/dash+xml","encoding":"base64","references":["IANA","[Thomas_Stockhammer]","[ISO-IEC_JTC1]","{application/dash+xml=http://www.iana.org/assignments/media-types/application/dash+xml}"],"xrefs":{"person":["ISO-IEC_JTC1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dashdelta","encoding":"base64","references":["IANA","[David_Furbeck]","{application/dashdelta=http://www.iana.org/assignments/media-types/application/dashdelta}"],"xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true},{"content-type":"application/davmount+xml","encoding":"base64","extensions":["davmount"],"references":["IANA","RFC4709"],"xrefs":{"rfc":["rfc4709"]},"registered":true},{"content-type":"application/dca-rft","encoding":"base64","references":["IANA","[Larry_Campbell]","{application/dca-rft=http://www.iana.org/assignments/media-types/application/dca-rft}"],"xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true},{"content-type":"application/dec-dx","encoding":"base64","references":["IANA","[Larry_Campbell]","{application/dec-dx=http://www.iana.org/assignments/media-types/application/dec-dx}"],"xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true},{"content-type":"application/dialog-info+xml","encoding":"base64","references":["IANA","RFC4235"],"xrefs":{"rfc":["rfc4235"]},"registered":true},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"references":["IANA","RFC3240"],"xrefs":{"rfc":["rfc3240"]},"registered":true},{"content-type":"application/dns","encoding":"base64","references":["IANA","RFC4027"],"xrefs":{"rfc":["rfc4027"]},"registered":true},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false},{"content-type":"application/drafting","encoding":"base64","registered":false},{"content-type":"application/dskpp+xml","encoding":"base64","references":["IANA","RFC6063"],"xrefs":{"rfc":["rfc6063"]},"registered":true},{"content-type":"application/dssc+der","encoding":"base64","extensions":["dssc"],"references":["IANA","RFC5698"],"xrefs":{"rfc":["rfc5698"]},"registered":true},{"content-type":"application/dssc+xml","encoding":"base64","extensions":["xdssc"],"references":["IANA","RFC5698"],"xrefs":{"rfc":["rfc5698"]},"registered":true},{"content-type":"application/dvcs","encoding":"base64","references":["IANA","RFC3029"],"xrefs":{"rfc":["rfc3029"]},"registered":true},{"content-type":"application/dxf","encoding":"base64","registered":false},{"content-type":"application/ecmascript","encoding":"base64","extensions":["ecma"],"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"application/EDI-Consent","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/EDI-X12","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/EDIFACT","encoding":"base64","references":["IANA","RFC1767"],"xrefs":{"rfc":["rfc1767"]},"registered":true},{"content-type":"application/emma+xml","encoding":"base64","extensions":["emma"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"text":[null]},"registered":true},{"content-type":"application/emotionml+xml","encoding":"base64","references":["IANA","[W3C]","[Kazuyuki_Ashimura]","{application/emotionml+xml=http://www.iana.org/assignments/media-types/application/emotionml+xml}"],"xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true},{"content-type":"application/encaprtp","encoding":"base64","references":["IANA","RFC6849","{application/encaprtp=http://www.iana.org/assignments/media-types/application/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true},{"content-type":"application/epp+xml","encoding":"base64","references":["IANA","RFC5730"],"xrefs":{"rfc":["rfc5730"]},"registered":true},{"content-type":"application/epub+zip","encoding":"base64","extensions":["epub"],"registered":false},{"content-type":"application/eshop","encoding":"base64","references":["IANA","[Steve_Katz]","{application/eshop=http://www.iana.org/assignments/media-types/application/eshop}"],"xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true},{"content-type":"application/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":["application/vnd.ms-excel"],"registered":false},{"content-type":"application/exi","encoding":"base64","extensions":["exi"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"]},"registered":true},{"content-type":"application/fastinfoset","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/fastinfoset=http://www.iana.org/assignments/media-types/application/fastinfoset}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/fastsoap=http://www.iana.org/assignments/media-types/application/fastsoap}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdt+xml","encoding":"base64","references":["IANA","RFC6726"],"xrefs":{"rfc":["rfc6726"]},"registered":true},{"content-type":"application/fits","encoding":"base64","references":["IANA","RFC4047"],"xrefs":{"rfc":["rfc4047"]},"registered":true},{"content-type":"application/font-sfnt","encoding":"base64","references":["IANA","[Levantovsky]","{application/font-sfnt=http://www.iana.org/assignments/media-types/application/font-sfnt}"],"xrefs":{"person":["Levantovsky"],"text":[null],"template":["application/font-sfnt"]},"registered":true},{"content-type":"application/font-tdpfr","encoding":"base64","extensions":["pfr"],"references":["IANA","RFC3073"],"xrefs":{"rfc":["rfc3073"]},"registered":true},{"content-type":"application/font-woff","encoding":"base64","extensions":["woff"],"references":["IANA","[W3C]","{application/font-woff=http://www.iana.org/assignments/media-types/application/font-woff}"],"xrefs":{"person":["W3C"],"template":["application/font-woff"]},"registered":true},{"content-type":"application/fractals","encoding":"base64","registered":false},{"content-type":"application/framework-attributes+xml","encoding":"base64","references":["IANA","RFC6230"],"xrefs":{"rfc":["rfc6230"]},"registered":true},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":["application/x-futuresplash"],"registered":false},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":["application/x-ghostview"],"registered":false},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"registered":false},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"references":["IANA","RFC6713"],"xrefs":{"rfc":["rfc6713"]},"registered":true},{"content-type":"application/H224","encoding":"base64","references":["IANA","RFC4573"],"xrefs":{"rfc":["rfc4573"]},"registered":true},{"content-type":"application/held+xml","encoding":"base64","references":["IANA","RFC5985"],"xrefs":{"rfc":["rfc5985"]},"registered":true},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":["application/x-hep"],"registered":false},{"content-type":"application/http","encoding":"base64","references":["IANA","DRAFT:draft-ietf-httpbis-p1-messaging-26","{application/http=http://www.iana.org/assignments/media-types/application/http}"],"xrefs":{"draft":["RFC-ietf-httpbis-p1-messaging-26"],"template":["application/http"]},"registered":true},{"content-type":"application/hyperstudio","encoding":"base64","extensions":["stk"],"references":["IANA","[Michael_Domino]","{application/hyperstudio=http://www.iana.org/assignments/media-types/application/hyperstudio}"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true},{"content-type":"application/i-deas","encoding":"base64","registered":false},{"content-type":"application/ibe-key-request+xml","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/ibe-pp-data","encoding":"base64","references":["IANA","RFC5408"],"xrefs":{"rfc":["rfc5408"]},"registered":true},{"content-type":"application/iges","encoding":"base64","references":["IANA","[Curtis_Parks]","{application/iges=http://www.iana.org/assignments/media-types/application/iges}"],"xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true},{"content-type":"application/im-iscomposing+xml","encoding":"base64","references":["IANA","RFC3994"],"xrefs":{"rfc":["rfc3994"]},"registered":true},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":["application/x-imagemap"],"registered":false},{"content-type":"application/index","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.cmd","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.obj","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.response","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/index.vnd","encoding":"base64","references":["IANA","RFC2652"],"xrefs":{"rfc":["rfc2652"]},"registered":true},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"references":["IANA","[Kazuyuki_Ashimura]","{application/inkml+xml=http://www.iana.org/assignments/media-types/application/inkml+xml}"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true},{"content-type":"application/iotp","encoding":"base64","references":["IANA","RFC2935"],"xrefs":{"rfc":["rfc2935"]},"registered":true},{"content-type":"application/ipfix","encoding":"base64","extensions":["ipfix"],"references":["IANA","RFC5655"],"xrefs":{"rfc":["rfc5655"]},"registered":true},{"content-type":"application/ipp","encoding":"base64","references":["IANA","RFC2910"],"xrefs":{"rfc":["rfc2910"]},"registered":true},{"content-type":"application/isup","encoding":"base64","references":["IANA","RFC3204"],"xrefs":{"rfc":["rfc3204"]},"registered":true},{"content-type":"application/its+xml","encoding":"base64","references":["IANA","[W3C]","[ITS-IG-W3C]","{application/its+xml=http://www.iana.org/assignments/media-types/application/its+xml}"],"xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true},{"content-type":"application/java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/javascript","encoding":"8bit","extensions":["js","sj"],"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"application/jrd+json","encoding":"base64","references":["IANA","RFC7033","{application/jrd+json=http://www.iana.org/assignments/media-types/application/jrd+json}"],"xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true},{"content-type":"application/json","encoding":"8bit","extensions":["json"],"references":["IANA","RFC7158","{application/json=http://www.iana.org/assignments/media-types/application/json}"],"xrefs":{"rfc":["rfc7158"],"template":["application/json"]},"registered":true},{"content-type":"application/json-patch+json","encoding":"base64","references":["IANA","RFC6902","{application/json-patch+json=http://www.iana.org/assignments/media-types/application/json-patch+json}"],"xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false},{"content-type":"application/kpml-request+xml","encoding":"base64","references":["IANA","RFC4730"],"xrefs":{"rfc":["rfc4730"]},"registered":true},{"content-type":"application/kpml-response+xml","encoding":"base64","references":["IANA","RFC4730"],"xrefs":{"rfc":["rfc4730"]},"registered":true},{"content-type":"application/ld+json","encoding":"base64","references":["IANA","[W3C]","[Ivan_Herman]","{application/ld+json=http://www.iana.org/assignments/media-types/application/ld+json}"],"xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true},{"content-type":"application/link-format","encoding":"base64","references":["IANA","RFC6690"],"xrefs":{"rfc":["rfc6690"]},"registered":true},{"content-type":"application/load-control+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-soc-load-control-event-package-13","{application/load-control+xml=http://www.iana.org/assignments/media-types/application/load-control+xml}"],"xrefs":{"draft":["RFC-ietf-soc-load-control-event-package-13"],"template":["application/load-control+xml"]},"registered":true},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"references":["IANA","RFC5222"],"xrefs":{"rfc":["rfc5222"]},"registered":true},{"content-type":"application/lostsync+xml","encoding":"base64","references":["IANA","RFC6739"],"xrefs":{"rfc":["rfc6739"]},"registered":true},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/mac-binhex40","encoding":"8bit","extensions":["hqx"],"references":["IANA","[Patrik_Faltstrom]","{application/mac-binhex40=http://www.iana.org/assignments/media-types/application/mac-binhex40}"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/mac-binhex40"]},"registered":true},{"content-type":"application/mac-compactpro","encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":["application/x-mac-compactpro"],"registered":false},{"content-type":"application/macbinary","encoding":"base64","registered":false},{"content-type":"application/macwriteii","encoding":"base64","references":["IANA","[Paul_Lindner]","{application/macwriteii=http://www.iana.org/assignments/media-types/application/macwriteii}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true},{"content-type":"application/mads+xml","encoding":"base64","extensions":["mads"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/marc","encoding":"base64","extensions":["mrc"],"references":["IANA","RFC2220"],"xrefs":{"rfc":["rfc2220"]},"registered":true},{"content-type":"application/marcxml+xml","encoding":"base64","extensions":["mrcx"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":["application/vnd.mcd"],"registered":false},{"content-type":"application/mathematica","encoding":"base64","extensions":["ma","mb","nb"],"references":["IANA","[Wolfram]","{application/mathematica=http://www.iana.org/assignments/media-types/application/mathematica}"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":["application/x-mathematica-old"],"registered":false},{"content-type":"application/mathml+xml","encoding":"base64","extensions":["mathml"],"references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-content+xml","encoding":"base64","references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-presentation+xml","encoding":"base64","references":["IANA","[W3C]","{http://www.w3.org/TR/MathML3/appendixb.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-associated-procedure-description+xml=http://www.iana.org/assignments/media-types/application/mbms-associated-procedure-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true},{"content-type":"application/mbms-deregister+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-deregister+xml=http://www.iana.org/assignments/media-types/application/mbms-deregister+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-deregister+xml"]},"registered":true},{"content-type":"application/mbms-envelope+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-envelope+xml=http://www.iana.org/assignments/media-types/application/mbms-envelope+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-envelope+xml"]},"registered":true},{"content-type":"application/mbms-msk+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-msk+xml=http://www.iana.org/assignments/media-types/application/mbms-msk+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-msk+xml"]},"registered":true},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-msk-response+xml=http://www.iana.org/assignments/media-types/application/mbms-msk-response+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-msk-response+xml"]},"registered":true},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-protection-description+xml=http://www.iana.org/assignments/media-types/application/mbms-protection-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-protection-description+xml"]},"registered":true},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-reception-report+xml=http://www.iana.org/assignments/media-types/application/mbms-reception-report+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-reception-report+xml"]},"registered":true},{"content-type":"application/mbms-register+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-register+xml=http://www.iana.org/assignments/media-types/application/mbms-register+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-register+xml"]},"registered":true},{"content-type":"application/mbms-register-response+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-register-response+xml=http://www.iana.org/assignments/media-types/application/mbms-register-response+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-register-response+xml"]},"registered":true},{"content-type":"application/mbms-schedule+xml","encoding":"base64","references":["IANA","[ThreeGPP]","[Eric_Turcotte]","{application/mbms-schedule+xml=http://www.iana.org/assignments/media-types/application/mbms-schedule+xml}"],"xrefs":{"person":["Eric_Turcotte","ThreeGPP"],"template":["application/mbms-schedule+xml"]},"registered":true},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","references":["IANA","[ThreeGPP]","{application/mbms-user-service-description+xml=http://www.iana.org/assignments/media-types/application/mbms-user-service-description+xml}"],"xrefs":{"person":["ThreeGPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true},{"content-type":"application/mbox","encoding":"base64","extensions":["mbox"],"references":["IANA","RFC4155"],"xrefs":{"rfc":["rfc4155"]},"registered":true},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","references":["IANA","RFC6796"],"xrefs":{"rfc":["rfc6796"]},"registered":true},{"content-type":"application/media_control+xml","encoding":"base64","references":["IANA","RFC5168"],"xrefs":{"rfc":["rfc5168"]},"registered":true},{"content-type":"application/mediaservercontrol+xml","encoding":"base64","extensions":["mscml"],"references":["IANA","RFC5022"],"xrefs":{"rfc":["rfc5022"]},"registered":true},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false},{"content-type":"application/metalink4+xml","encoding":"base64","extensions":["meta4"],"references":["IANA","RFC5854"],"xrefs":{"rfc":["rfc5854"]},"registered":true},{"content-type":"application/mets+xml","encoding":"base64","extensions":["mets"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/mikey","encoding":"base64","references":["IANA","RFC3830"],"xrefs":{"rfc":["rfc3830"]},"registered":true},{"content-type":"application/mods+xml","encoding":"base64","extensions":["mods"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/moss-keys","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/moss-signature","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mosskey-data","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mosskey-request","encoding":"base64","references":["IANA","RFC1848"],"xrefs":{"rfc":["rfc1848"]},"registered":true},{"content-type":"application/mp21","encoding":"base64","extensions":["m21","mp21"],"references":["IANA","RFC6381","[David_Singer]","{application/mp21=http://www.iana.org/assignments/media-types/application/mp21}"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true},{"content-type":"application/mp4","encoding":"base64","extensions":["mp4","mp4s","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"application/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640"],"xrefs":{"rfc":["rfc3640"]},"registered":true},{"content-type":"application/mpeg4-iod","encoding":"base64","references":["IANA","RFC4337"],"xrefs":{"rfc":["rfc4337"]},"registered":true},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","references":["IANA","RFC4337"],"xrefs":{"rfc":["rfc4337"]},"registered":true},{"content-type":"application/mrb-consumer+xml","encoding":"base64","references":["IANA","RFC6917","{application/mrb-consumer+xml=http://www.iana.org/assignments/media-types/application/mrb-consumer+xml}"],"xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true},{"content-type":"application/mrb-publish+xml","encoding":"base64","references":["IANA","RFC6917","{application/mrb-publish+xml=http://www.iana.org/assignments/media-types/application/mrb-publish+xml}"],"xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true},{"content-type":"application/msc-ivr+xml","encoding":"base64","references":["IANA","RFC6231"],"xrefs":{"rfc":["rfc6231"]},"registered":true},{"content-type":"application/msc-mixer+xml","encoding":"base64","references":["IANA","RFC6505"],"xrefs":{"rfc":["rfc6505"]},"registered":true},{"content-type":"application/msword","encoding":"base64","extensions":["doc","dot","wrd"],"references":["IANA","[Paul_Lindner]","{application/msword=http://www.iana.org/assignments/media-types/application/msword}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true},{"content-type":"application/mxf","encoding":"base64","extensions":["mxf"],"references":["IANA","RFC4539"],"xrefs":{"rfc":["rfc4539"]},"registered":true},{"content-type":"application/nasdata","encoding":"base64","references":["IANA","RFC4707"],"xrefs":{"rfc":["rfc4707"]},"registered":true},{"content-type":"application/netcdf","encoding":"base64","extensions":["cdf","nc"],"registered":false},{"content-type":"application/news-checkgroups","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/news-groupinfo","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"references":["IANA","RFC1036","[Spencer]"],"registered":false},{"content-type":"application/news-transmission","encoding":"base64","references":["IANA","RFC5537"],"xrefs":{"rfc":["rfc5537"]},"registered":true},{"content-type":"application/nlsml+xml","encoding":"base64","references":["IANA","RFC6787"],"xrefs":{"rfc":["rfc6787"]},"registered":true},{"content-type":"application/nss","encoding":"base64","references":["IANA","[Michael_Hammer]","{application/nss=http://www.iana.org/assignments/media-types/application/nss}"],"xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true},{"content-type":"application/ocsp-request","encoding":"base64","references":["IANA","RFC6960"],"xrefs":{"rfc":["rfc6960"]},"registered":true},{"content-type":"application/ocsp-response","encoding":"base64","references":["IANA","RFC6960"],"xrefs":{"rfc":["rfc6960"]},"registered":true},{"content-type":"application/octet-stream","encoding":"base64","extensions":["ani","bin","bpk","class","deploy","dist","distz","dll","dms","dump","dylib","elc","exe","lha","lrf","lzh","mar","pgp","pkg","so"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/oda","encoding":"base64","extensions":["oda"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/ODX","encoding":"base64","references":["IANA","[ASAM]","[Thomas_Thomsen]","{application/ODX=http://www.iana.org/assignments/media-types/application/ODX}"],"xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true},{"content-type":"application/oebps-package+xml","encoding":"base64","extensions":["opf"],"references":["IANA","RFC4839"],"xrefs":{"rfc":["rfc4839"]},"registered":true},{"content-type":"application/ogg","encoding":"base64","extensions":["ogx"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false},{"content-type":"application/onenote","encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"references":["IANA","[Ecma_International_Helpdesk]","{application/oxps=http://www.iana.org/assignments/media-types/application/oxps}"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true},{"content-type":"application/p2p-overlay+xml","encoding":"base64","references":["IANA","RFC6940","{application/p2p-overlay+xml=http://www.iana.org/assignments/media-types/application/p2p-overlay+xml}"],"xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true},{"content-type":"application/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"application/patch-ops-error+xml","encoding":"base64","extensions":["xer"],"references":["IANA","RFC5261"],"xrefs":{"rfc":["rfc5261"]},"registered":true},{"content-type":"application/pdf","encoding":"base64","extensions":["pdf"],"references":["IANA","RFC3778"],"xrefs":{"rfc":["rfc3778"]},"registered":true},{"content-type":"application/PDX","encoding":"base64","references":["IANA","[ASAM]","[Thomas_Thomsen]","{application/PDX=http://www.iana.org/assignments/media-types/application/PDX}"],"xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/PDX"]},"registered":true},{"content-type":"application/pgp-encrypted","encoding":"7bit","extensions":["pgp"],"references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true},{"content-type":"application/pgp-keys","encoding":"7bit","references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true,"signature":true},{"content-type":"application/pgp-signature","encoding":"base64","extensions":["asc","sig"],"references":["IANA","RFC3156"],"xrefs":{"rfc":["rfc3156"]},"registered":true,"signature":true},{"content-type":"application/pics-rules","encoding":"base64","extensions":["prf"],"registered":false},{"content-type":"application/pidf+xml","encoding":"base64","references":["IANA","RFC3863","{application/pidfxml=http://www.iana.org/assignments/media-types/application/pidfxml}"],"xrefs":{"rfc":["rfc3863"],"template":["application/pidfxml"]},"registered":true},{"content-type":"application/pidf-diff+xml","encoding":"base64","references":["IANA","RFC5262"],"xrefs":{"rfc":["rfc5262"]},"registered":true},{"content-type":"application/pkcs10","encoding":"base64","extensions":["p10"],"references":["IANA","RFC5967"],"xrefs":{"rfc":["rfc5967"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-mime","encoding":"base64","extensions":["p7c","p7m"],"references":["IANA","RFC5751","RFC7114"],"xrefs":{"rfc":["rfc5751","rfc7114"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-signature","encoding":"base64","extensions":["p7s"],"references":["IANA","RFC5751"],"xrefs":{"rfc":["rfc5751"]},"registered":true,"signature":true},{"content-type":"application/pkcs8","encoding":"base64","extensions":["p8"],"references":["IANA","RFC5958"],"xrefs":{"rfc":["rfc5958"]},"registered":true},{"content-type":"application/pkix-attr-cert","encoding":"base64","extensions":["ac"],"references":["IANA","RFC5877"],"xrefs":{"rfc":["rfc5877"]},"registered":true},{"content-type":"application/pkix-cert","encoding":"base64","extensions":["cer"],"references":["IANA","RFC2585"],"xrefs":{"rfc":["rfc2585"]},"registered":true},{"content-type":"application/pkix-crl","encoding":"base64","extensions":["crl"],"references":["IANA","RFC2585"],"xrefs":{"rfc":["rfc2585"]},"registered":true},{"content-type":"application/pkix-pkipath","encoding":"base64","extensions":["pkipath"],"references":["IANA","RFC6066"],"xrefs":{"rfc":["rfc6066"]},"registered":true},{"content-type":"application/pkixcmp","encoding":"base64","extensions":["pki"],"references":["IANA","RFC2510"],"xrefs":{"rfc":["rfc2510"]},"registered":true},{"content-type":"application/pls+xml","encoding":"base64","extensions":["pls"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/poc-settings+xml","encoding":"base64","references":["IANA","RFC4354"],"xrefs":{"rfc":["rfc4354"]},"registered":true},{"content-type":"application/postscript","encoding":"8bit","extensions":["ai","eps","ps"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"application/powerpoint","encoding":"base64","extensions":["pot","pps","ppt"],"registered":false},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/provenance+xml","encoding":"base64","references":["IANA","[W3C]","[Ivan_Herman]","{application/provenance+xml=http://www.iana.org/assignments/media-types/application/provenance+xml}"],"xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","references":["IANA","[Harald_T._Alvestrand]","{application/prs.alvestrand.titrax-sheet=http://www.iana.org/assignments/media-types/application/prs.alvestrand.titrax-sheet}"],"xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true},{"content-type":"application/prs.cww","encoding":"base64","extensions":["cw","cww"],"references":["IANA","[Khemchart_Rungchavalnont]","{application/prs.cww=http://www.iana.org/assignments/media-types/application/prs.cww}"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true},{"content-type":"application/prs.hpub+zip","encoding":"base64","references":["IANA","[Giulio_Zambon]","{application/prs.hpub+zip=http://www.iana.org/assignments/media-types/application/prs.hpub+zip}"],"xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rct","rnd"],"references":["IANA","[Jay_Doggett]","{application/prs.nprend=http://www.iana.org/assignments/media-types/application/prs.nprend}"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true},{"content-type":"application/prs.plucker","encoding":"base64","references":["IANA","[Bill_Janssen]","{application/prs.plucker=http://www.iana.org/assignments/media-types/application/prs.plucker}"],"xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","references":["IANA","[Toby_Inkster]","{application/prs.rdf-xml-crypt=http://www.iana.org/assignments/media-types/application/prs.rdf-xml-crypt}"],"xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true},{"content-type":"application/prs.xsf+xml","encoding":"base64","references":["IANA","[Maik_Stührenberg]","{application/prs.xsf+xml=http://www.iana.org/assignments/media-types/application/prs.xsf+xml}"],"xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true},{"content-type":"application/pskc+xml","encoding":"base64","extensions":["pskcxml"],"references":["IANA","RFC6030"],"xrefs":{"rfc":["rfc6030"]},"registered":true},{"content-type":"application/qsig","encoding":"base64","references":["IANA","RFC3204"],"xrefs":{"rfc":["rfc3204"]},"registered":true},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":["application/x-quicktimeplayer"],"registered":false},{"content-type":"application/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"application/rdf+xml","encoding":"8bit","extensions":["rdf"],"references":["IANA","RFC3870"],"xrefs":{"rfc":["rfc3870"]},"registered":true},{"content-type":"application/reginfo+xml","encoding":"base64","extensions":["rif"],"references":["IANA","RFC3680"],"xrefs":{"rfc":["rfc3680"]},"registered":true},{"content-type":"application/relax-ng-compact-syntax","encoding":"base64","extensions":["rnc"],"references":["IANA","{http://www.jtc1sc34.org/repository/0661.pdf}","{application/relax-ng-compact-syntax=http://www.iana.org/assignments/media-types/application/relax-ng-compact-syntax}"],"xrefs":{"uri":["http://www.jtc1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","references":["IANA","RFC1486","[Marshall_Rose]","{application/remote-printing=http://www.iana.org/assignments/media-types/application/remote-printing}"],"xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"template":["application/remote-printing"]},"registered":true},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":["application/remote-printing"],"registered":false},{"content-type":"application/reputon+json","encoding":"base64","references":["IANA","RFC7071","{application/reputon+json=http://www.iana.org/assignments/media-types/application/reputon+json}"],"xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true},{"content-type":"application/resource-lists+xml","encoding":"base64","extensions":["rl"],"references":["IANA","RFC4826"],"xrefs":{"rfc":["rfc4826"]},"registered":true},{"content-type":"application/resource-lists-diff+xml","encoding":"base64","extensions":["rld"],"references":["IANA","RFC5362"],"xrefs":{"rfc":["rfc5362"]},"registered":true},{"content-type":"application/riscos","encoding":"base64","references":["IANA","[Nick_Smith]","{application/riscos=http://www.iana.org/assignments/media-types/application/riscos}"],"xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true},{"content-type":"application/rlmi+xml","encoding":"base64","references":["IANA","RFC4662"],"xrefs":{"rfc":["rfc4662"]},"registered":true},{"content-type":"application/rls-services+xml","encoding":"base64","extensions":["rs"],"references":["IANA","RFC4826"],"xrefs":{"rfc":["rfc4826"]},"registered":true},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"references":["IANA","RFC6493"],"xrefs":{"rfc":["rfc6493"]},"registered":true},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"references":["IANA","RFC6481"],"xrefs":{"rfc":["rfc6481"]},"registered":true},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"references":["IANA","RFC6481"],"xrefs":{"rfc":["rfc6481"]},"registered":true},{"content-type":"application/rpki-updown","encoding":"base64","references":["IANA","RFC6492"],"xrefs":{"rfc":["rfc6492"]},"registered":true},{"content-type":"application/rsd+xml","encoding":"base64","extensions":["rsd"],"registered":false},{"content-type":"application/rss+xml","encoding":"base64","extensions":["rss"],"registered":false},{"content-type":"application/rtf","encoding":"base64","extensions":["rtf"],"references":["IANA","[Paul_Lindner]","{application/rtf=http://www.iana.org/assignments/media-types/application/rtf}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true},{"content-type":"application/rtploopback","encoding":"base64","references":["IANA","RFC6849","{application/rtploopback=http://www.iana.org/assignments/media-types/application/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true},{"content-type":"application/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"application/samlassertion+xml","encoding":"base64","references":["IANA","[OASIS_Security_Services_Technical_Committee_SSTC]","{application/samlassertion+xml=http://www.iana.org/assignments/media-types/application/samlassertion+xml}"],"xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true},{"content-type":"application/samlmetadata+xml","encoding":"base64","references":["IANA","[OASIS_Security_Services_Technical_Committee_SSTC]","{application/samlmetadata+xml=http://www.iana.org/assignments/media-types/application/samlmetadata+xml}"],"xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true},{"content-type":"application/sbml+xml","encoding":"base64","extensions":["sbml"],"references":["IANA","RFC3823"],"xrefs":{"rfc":["rfc3823"]},"registered":true},{"content-type":"application/scvp-cv-request","encoding":"base64","extensions":["scq"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-cv-response","encoding":"base64","extensions":["scs"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-vp-request","encoding":"base64","extensions":["spq"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/scvp-vp-response","encoding":"base64","extensions":["spp"],"references":["IANA","RFC5055"],"xrefs":{"rfc":["rfc5055"]},"registered":true},{"content-type":"application/sdp","encoding":"base64","extensions":["sdp"],"references":["IANA","RFC4566"],"xrefs":{"rfc":["rfc4566"]},"registered":true},{"content-type":"application/sep+xml","encoding":"base64","references":["IANA","[Robby_Simpson]","[ZigBee]","{application/sep+xml=http://www.iana.org/assignments/media-types/application/sep+xml}"],"xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","references":["IANA","[Robby_Simpson]","[ZigBee]","{application/sep-exi=http://www.iana.org/assignments/media-types/application/sep-exi}"],"xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep-exi"]},"registered":true},{"content-type":"application/session-info","encoding":"base64","references":["IANA","[ThreeGPP]","[Frederic_Firmin]","{application/session-info=http://www.iana.org/assignments/media-types/application/session-info}"],"xrefs":{"person":["Frederic_Firmin","ThreeGPP"],"template":["application/session-info"]},"registered":true},{"content-type":"application/set","encoding":"base64","registered":false},{"content-type":"application/set-payment","encoding":"base64","references":["IANA","[Brian_Korver]","{application/set-payment=http://www.iana.org/assignments/media-types/application/set-payment}"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true},{"content-type":"application/set-payment-initiation","encoding":"base64","extensions":["setpay"],"references":["IANA","[Brian_Korver]","{application/set-payment-initiation=http://www.iana.org/assignments/media-types/application/set-payment-initiation}"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment-initiation"]},"registered":true},{"content-type":"application/set-registration","encoding":"base64","references":["IANA","[Brian_Korver]","{application/set-registration=http://www.iana.org/assignments/media-types/application/set-registration}"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true},{"content-type":"application/set-registration-initiation","encoding":"base64","extensions":["setreg"],"references":["IANA","[Brian_Korver]","{application/set-registration-initiation=http://www.iana.org/assignments/media-types/application/set-registration-initiation}"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration-initiation"]},"registered":true},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"references":["IANA","RFC1874"],"xrefs":{"rfc":["rfc1874"]},"registered":true},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"references":["IANA","[Paul_Grosso]","{application/sgml-open-catalog=http://www.iana.org/assignments/media-types/application/sgml-open-catalog}"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true},{"content-type":"application/shf+xml","encoding":"base64","extensions":["shf"],"references":["IANA","RFC4194"],"xrefs":{"rfc":["rfc4194"]},"registered":true},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"references":["IANA","RFC5228"],"xrefs":{"rfc":["rfc5228"]},"registered":true},{"content-type":"application/simple-filter+xml","encoding":"base64","references":["IANA","RFC4661"],"xrefs":{"rfc":["rfc4661"]},"registered":true},{"content-type":"application/simple-message-summary","encoding":"base64","references":["IANA","RFC3842"],"xrefs":{"rfc":["rfc3842"]},"registered":true},{"content-type":"application/simpleSymbolContainer","encoding":"base64","references":["IANA","[ThreeGPP]","{application/simpleSymbolContainer=http://www.iana.org/assignments/media-types/application/simpleSymbolContainer}"],"xrefs":{"person":["ThreeGPP"],"template":["application/simpleSymbolContainer"]},"registered":true},{"content-type":"application/SLA","encoding":"base64","registered":false},{"content-type":"application/slate","encoding":"base64","references":["IANA","[Terry_Crowley]","{application/slate=http://www.iana.org/assignments/media-types/application/slate}"],"xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":["application/smil+xml"],"references":["IANA","RFC4536"],"xrefs":{"rfc":["rfc4536"]},"registered":true},{"content-type":"application/smil+xml","encoding":"8bit","extensions":["smi","smil"],"references":["IANA","RFC4536"],"xrefs":{"rfc":["rfc4536"]},"registered":true},{"content-type":"application/smpte336m","encoding":"base64","references":["IANA","RFC6597"],"xrefs":{"rfc":["rfc6597"]},"registered":true},{"content-type":"application/soap+fastinfoset","encoding":"base64","references":["IANA","[ITU-T_ASN.1_Rapporteur]","{application/soap+fastinfoset=http://www.iana.org/assignments/media-types/application/soap+fastinfoset}"],"xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true},{"content-type":"application/soap+xml","encoding":"base64","references":["IANA","RFC3902"],"xrefs":{"rfc":["rfc3902"]},"registered":true},{"content-type":"application/solids","encoding":"base64","registered":false},{"content-type":"application/sparql-query","encoding":"base64","extensions":["rq"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"]},"registered":true},{"content-type":"application/sparql-results+xml","encoding":"base64","extensions":["srx"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"]},"registered":true},{"content-type":"application/spirits-event+xml","encoding":"base64","references":["IANA","RFC3910"],"xrefs":{"rfc":["rfc3910"]},"registered":true},{"content-type":"application/sql","encoding":"base64","references":["IANA","RFC6922","{application/sql=http://www.iana.org/assignments/media-types/application/sql}"],"xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true},{"content-type":"application/srgs","encoding":"base64","extensions":["gram"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/srgs+xml","encoding":"base64","extensions":["grxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/sru+xml","encoding":"base64","extensions":["sru"],"references":["IANA","RFC6207"],"xrefs":{"rfc":["rfc6207"]},"registered":true},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false},{"content-type":"application/ssml+xml","encoding":"base64","extensions":["ssml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/STEP","encoding":"base64","registered":false},{"content-type":"application/tamp-apex-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-community-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-error","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-status-query","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-status-response","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-update","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tamp-update-confirm","encoding":"base64","references":["IANA","RFC5934"],"xrefs":{"rfc":["rfc5934"]},"registered":true},{"content-type":"application/tei+xml","encoding":"base64","extensions":["tei","teicorpus"],"references":["IANA","RFC6129"],"xrefs":{"rfc":["rfc6129"]},"registered":true},{"content-type":"application/thraud+xml","encoding":"base64","extensions":["tfi"],"references":["IANA","RFC5941"],"xrefs":{"rfc":["rfc5941"]},"registered":true},{"content-type":"application/timestamp-query","encoding":"base64","references":["IANA","RFC3161"],"xrefs":{"rfc":["rfc3161"]},"registered":true},{"content-type":"application/timestamp-reply","encoding":"base64","references":["IANA","RFC3161"],"xrefs":{"rfc":["rfc3161"]},"registered":true},{"content-type":"application/timestamped-data","encoding":"base64","extensions":["tsd"],"references":["IANA","RFC5955"],"xrefs":{"rfc":["rfc5955"]},"registered":true},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":["application/x-toolbook"],"registered":false},{"content-type":"application/ttml+xml","encoding":"base64","references":["IANA","[W3C]","[W3C_Timed_Text_Working_Group]","{application/ttml+xml=http://www.iana.org/assignments/media-types/application/ttml+xml}"],"xrefs":{"person":["W3C","W3C_Timed_Text_Working_Group"],"template":["application/ttml+xml"]},"registered":true},{"content-type":"application/tve-trigger","encoding":"base64","references":["IANA","[Linda_Welsh]","{application/tve-trigger=http://www.iana.org/assignments/media-types/application/tve-trigger}"],"xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true},{"content-type":"application/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-grpsheet+xml=http://www.iana.org/assignments/media-types/application/urc-grpsheet+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-ressheet+xml=http://www.iana.org/assignments/media-types/application/urc-ressheet+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-targetdesc+xml=http://www.iana.org/assignments/media-types/application/urc-targetdesc+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"text":[null],"template":["application/urc-targetdesc+xml"]},"registered":true},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","references":["IANA","[Gottfried_Zimmermann]","{application/urc-uisocketdesc+xml=http://www.iana.org/assignments/media-types/application/urc-uisocketdesc+xml}"],"xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true},{"content-type":"application/vcard+json","encoding":"base64","references":["IANA","RFC7095","{application/vcard+json=http://www.iana.org/assignments/media-types/application/vcard+json}"],"xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true},{"content-type":"application/vcard+xml","encoding":"base64","references":["IANA","RFC6351"],"xrefs":{"rfc":["rfc6351"]},"registered":true},{"content-type":"application/vda","encoding":"base64","registered":false},{"content-type":"application/vemmi","encoding":"base64","references":["IANA","RFC2122"],"xrefs":{"rfc":["rfc2122"]},"registered":true},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":["application/x-VMSBACKUP"],"registered":false},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.bsf+xml=http://www.iana.org/assignments/media-types/application/vnd.3gpp.bsf+xml}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-large","encoding":"base64","extensions":["plb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-large=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-large}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-small","encoding":"base64","extensions":["psb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-small=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-small}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-var","encoding":"base64","extensions":["pvb"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.pic-bw-var=http://www.iana.org/assignments/media-types/application/vnd.3gpp.pic-bw-var}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"references":["IANA","[John_M_Meredith]","{application/vnd.3gpp.sms=http://www.iana.org/assignments/media-types/application/vnd.3gpp.sms}"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","references":["IANA","[Andy_Dryden]","{application/vnd.3gpp2.bcmcsinfo+xml=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.bcmcsinfo+xml}"],"xrefs":{"person":["Andy_Dryden"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","references":["IANA","[AC_Mahendran]","{application/vnd.3gpp2.sms=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.sms}"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.tcap","encoding":"base64","extensions":["tcap"],"references":["IANA","[AC_Mahendran]","{application/vnd.3gpp2.tcap=http://www.iana.org/assignments/media-types/application/vnd.3gpp2.tcap}"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true},{"content-type":"application/vnd.3M.Post-it-Notes","encoding":"base64","extensions":["pwn"],"references":["IANA","[Michael_OBrien]","{application/vnd.3M.Post-it-Notes=http://www.iana.org/assignments/media-types/application/vnd.3M.Post-it-Notes}"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true},{"content-type":"application/vnd.accpac.simply.aso","encoding":"base64","extensions":["aso"],"references":["IANA","[Steve_Leow]","{application/vnd.accpac.simply.aso=http://www.iana.org/assignments/media-types/application/vnd.accpac.simply.aso}"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true},{"content-type":"application/vnd.accpac.simply.imp","encoding":"base64","extensions":["imp"],"references":["IANA","[Steve_Leow]","{application/vnd.accpac.simply.imp=http://www.iana.org/assignments/media-types/application/vnd.accpac.simply.imp}"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true},{"content-type":"application/vnd.acucobol","encoding":"base64","extensions":["acu"],"references":["IANA","[Dovid_Lubin]","{application/vnd-acucobol=http://www.iana.org/assignments/media-types/application/vnd-acucobol}"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd-acucobol"]},"registered":true},{"content-type":"application/vnd.acucorp","encoding":"7bit","extensions":["acutc","atc"],"references":["IANA","[Dovid_Lubin]","{application/vnd.acucorp=http://www.iana.org/assignments/media-types/application/vnd.acucorp}"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","encoding":"base64","extensions":["air"],"registered":false},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","references":["IANA","[Henrik_Andersson]","{application/vnd.adobe.flash-movie=http://www.iana.org/assignments/media-types/application/vnd.adobe.flash-movie}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash-movie"]},"registered":true},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"references":["IANA","[Chris_Solc]","{application/vnd.adobe.formscentral.fcdt=http://www.iana.org/assignments/media-types/application/vnd.adobe.formscentral.fcdt}"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true},{"content-type":"application/vnd.adobe.fxp","encoding":"base64","extensions":["fxp","fxpl"],"references":["IANA","[Robert_Brambley]","[Steven_Heintz]","{application/vnd.adobe.fxp=http://www.iana.org/assignments/media-types/application/vnd.adobe.fxp}"],"xrefs":{"person":["Robert_Brambley","Steven_Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","references":["IANA","[Tapani_Otala]","{application/vnd.adobe.partial-upload=http://www.iana.org/assignments/media-types/application/vnd.adobe.partial-upload}"],"xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true},{"content-type":"application/vnd.adobe.xdp+xml","encoding":"base64","extensions":["xdp"],"references":["IANA","[John_Brinkman]","{application/vnd.adobe.xdp+xml=http://www.iana.org/assignments/media-types/application/vnd.adobe.xdp+xml}"],"xrefs":{"person":["John_Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true},{"content-type":"application/vnd.adobe.xfdf","encoding":"base64","extensions":["xfdf"],"references":["IANA","[Roberto_Perelman]","{application/vnd.adobe.xfdf=http://www.iana.org/assignments/media-types/application/vnd.adobe.xfdf}"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true},{"content-type":"application/vnd.aether.imp","encoding":"base64","references":["IANA","[Jay_Moskowitz]","{application/vnd.aether.imp=http://www.iana.org/assignments/media-types/application/vnd.aether.imp}"],"xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true},{"content-type":"application/vnd.ah-barcode","encoding":"base64","references":["IANA","[Katsuhiko_Ichinose]","{application/vnd.ah-barcode=http://www.iana.org/assignments/media-types/application/vnd.ah-barcode}"],"xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true},{"content-type":"application/vnd.ahead.space","encoding":"base64","extensions":["ahead"],"references":["IANA","[Tor_Kristensen]","{application/vnd.ahead.space=http://www.iana.org/assignments/media-types/application/vnd.ahead.space}"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azf","encoding":"base64","extensions":["azf"],"references":["IANA","[Daniel_Mould]","[Gary_Clueit]","{application/vnd.airzip.filesecure.azf=http://www.iana.org/assignments/media-types/application/vnd.airzip.filesecure.azf}"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azs","encoding":"base64","extensions":["azs"],"references":["IANA","[Daniel_Mould]","[Gary_Clueit]","{application/vnd.airzip.filesecure.azs=http://www.iana.org/assignments/media-types/application/vnd.airzip.filesecure.azs}"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true},{"content-type":"application/vnd.amazon.ebook","encoding":"base64","extensions":["azw"],"registered":false},{"content-type":"application/vnd.americandynamics.acc","encoding":"base64","extensions":["acc"],"references":["IANA","[Gary_Sands]","{application/vnd.americandynamics.acc=http://www.iana.org/assignments/media-types/application/vnd.americandynamics.acc}"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true},{"content-type":"application/vnd.amiga.ami","encoding":"base64","extensions":["ami"],"references":["IANA","[Kevin_Blumberg]","{application/vnd.amiga.ami=http://www.iana.org/assignments/media-types/application/vnd.amiga.ami}"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","references":["IANA","[Mike_Amundsen]","{application/vnd.amundsen.maze+xml=http://www.iana.org/assignments/media-types/application/vnd.amundsen.maze+xml}"],"xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true},{"content-type":"application/vnd.android.package-archive","encoding":"base64","extensions":["apk"],"registered":false},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","encoding":"base64","extensions":["cii"],"references":["IANA","[Hiroyoshi_Mori]","{application/vnd.anser-web-certificate-issue-initiation=http://www.iana.org/assignments/media-types/application/vnd.anser-web-certificate-issue-initiation}"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","encoding":"base64","extensions":["fti"],"registered":false},{"content-type":"application/vnd.antix.game-component","encoding":"base64","extensions":["atx"],"references":["IANA","[Daniel_Shelton]","{application/vnd.antix.game-component=http://www.iana.org/assignments/media-types/application/vnd.antix.game-component}"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true},{"content-type":"application/vnd.api+json","encoding":"base64","references":["IANA","[Steve_Klabnik]","{application/vnd.api+json=http://www.iana.org/assignments/media-types/application/vnd.api+json}"],"xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true},{"content-type":"application/vnd.apple.installer+xml","encoding":"base64","extensions":["mpkg"],"references":["IANA","[Peter_Bierman]","{application/vnd.apple.installer+xml=http://www.iana.org/assignments/media-types/application/vnd.apple.installer+xml}"],"xrefs":{"person":["Peter_Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true},{"content-type":"application/vnd.apple.mpegurl","encoding":"base64","extensions":["m3u8"],"references":["IANA","[David_Singer]","[Roger_Pantos]","{application/vnd.apple.mpegurl=http://www.iana.org/assignments/media-types/application/vnd.apple.mpegurl}"],"xrefs":{"person":["David_Singer","Roger_Pantos"],"template":["application/vnd.apple.mpegurl"]},"registered":true},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"references":["{Passbook Programming Guide=https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/PassKit_PG/Chapters/Introduction.html}"],"registered":false},{"content-type":"application/vnd.arastra.swi","encoding":"base64","obsolete":true,"use-instead":["application/vnd.aristanetworks.swi"],"references":["IANA","[Bill_Fenner]","{application/vnd.arastra.swi=http://www.iana.org/assignments/media-types/application/vnd.arastra.swi}"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.arastra.swi"]},"registered":true},{"content-type":"application/vnd.aristanetworks.swi","encoding":"base64","extensions":["swi"],"references":["IANA","[Bill_Fenner]","{application/vnd.aristanetworks.swi=http://www.iana.org/assignments/media-types/application/vnd.aristanetworks.swi}"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"references":["IANA","[Christopher_Snazell]","{application/vnd.astraea-software.iota=http://www.iana.org/assignments/media-types/application/vnd.astraea-software.iota}"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true},{"content-type":"application/vnd.audiograph","encoding":"base64","extensions":["aep"],"references":["IANA","[Horia_Cristian_Slusanschi]","{application/vnd.audiograph=http://www.iana.org/assignments/media-types/application/vnd.audiograph}"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true},{"content-type":"application/vnd.autopackage","encoding":"base64","references":["IANA","[Mike_Hearn]","{application/vnd.autopackage=http://www.iana.org/assignments/media-types/application/vnd.autopackage}"],"xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true},{"content-type":"application/vnd.avistar+xml","encoding":"base64","references":["IANA","[Vladimir_Vysotsky]","{application/vnd.avistar+xml=http://www.iana.org/assignments/media-types/application/vnd.avistar+xml}"],"xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","references":["IANA","[Giacomo_Guilizzoni]","{application/vnd.balsamiq.bmml+xml=http://www.iana.org/assignments/media-types/application/vnd.balsamiq.bmml+xml}"],"xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","references":["IANA","[Jegulsky]","{application/vnd.bekitzur-stech+json=http://www.iana.org/assignments/media-types/application/vnd.bekitzur-stech+json}"],"xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true},{"content-type":"application/vnd.blueice.multipass","encoding":"base64","extensions":["mpm"],"references":["IANA","[Thomas_Holmstrom]","{application/vnd.blueice.multipass=http://www.iana.org/assignments/media-types/application/vnd.blueice.multipass}"],"xrefs":{"person":["Thomas_Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","references":["IANA","[Mike_Foley]","{application/vnd.bluetooth.ep.oob=http://www.iana.org/assignments/media-types/application/vnd.bluetooth.ep.oob}"],"xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","references":["IANA","[Mark_Powell]","{application/vnd.bluetooth.le.oob=http://www.iana.org/assignments/media-types/application/vnd.bluetooth.le.oob}"],"xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true},{"content-type":"application/vnd.bmi","encoding":"base64","extensions":["bmi"],"references":["IANA","[Tadashi_Gotoh]","{application/vnd.bmi=http://www.iana.org/assignments/media-types/application/vnd.bmi}"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.bmi"]},"registered":true},{"content-type":"application/vnd.businessobjects","encoding":"base64","extensions":["rep"],"references":["IANA","[Philippe_Imoucha]","{application/vnd.businessobjects=http://www.iana.org/assignments/media-types/application/vnd.businessobjects}"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true},{"content-type":"application/vnd.cab-jscript","encoding":"base64","references":["IANA","[Joerg_Falkenberg]","{application/vnd.cab-jscript=http://www.iana.org/assignments/media-types/application/vnd.cab-jscript}"],"xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","references":["IANA","[Shin_Muto]","{application/vnd.canon-cpdl=http://www.iana.org/assignments/media-types/application/vnd.canon-cpdl}"],"xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true},{"content-type":"application/vnd.canon-lips","encoding":"base64","references":["IANA","[Shin_Muto]","{application/vnd.canon-lips=http://www.iana.org/assignments/media-types/application/vnd.canon-lips}"],"xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","references":["IANA","[Peter_Astrand]","{application/vnd.cendio.thinlinc.clientconf=http://www.iana.org/assignments/media-types/application/vnd.cendio.thinlinc.clientconf}"],"xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","references":["IANA","[Shuji_Fujii]","{application/vnd.century-systems.tcp_stream=http://www.iana.org/assignments/media-types/application/vnd.century-systems.tcp_stream}"],"xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true},{"content-type":"application/vnd.chemdraw+xml","encoding":"base64","extensions":["cdxml"],"references":["IANA","[Glenn_Howes]","{application/vnd.chemdraw+xml=http://www.iana.org/assignments/media-types/application/vnd.chemdraw+xml}"],"xrefs":{"person":["Glenn_Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true},{"content-type":"application/vnd.chipnuts.karaoke-mmd","encoding":"base64","extensions":["mmd"],"references":["IANA","[Chunyun_Xiong]","{application/vnd.chipnuts.karaoke-mmd=http://www.iana.org/assignments/media-types/application/vnd.chipnuts.karaoke-mmd}"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true},{"content-type":"application/vnd.cinderella","encoding":"base64","extensions":["cdy"],"references":["IANA","[Ulrich_Kortenkamp]","{application/vnd.cinderella=http://www.iana.org/assignments/media-types/application/vnd.cinderella}"],"xrefs":{"person":["Ulrich_Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","references":["IANA","[Pascal_Mayeux]","{application/vnd.cirpack.isdn-ext=http://www.iana.org/assignments/media-types/application/vnd.cirpack.isdn-ext}"],"xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true},{"content-type":"application/vnd.claymore","encoding":"base64","extensions":["cla"],"references":["IANA","[Ray_Simpson]","{application/vnd.claymore=http://www.iana.org/assignments/media-types/application/vnd.claymore}"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true},{"content-type":"application/vnd.cloanto.rp9","encoding":"base64","extensions":["rp9"],"references":["IANA","[Mike_Labatt]","{application/vnd.cloanto.rp9=http://www.iana.org/assignments/media-types/application/vnd.cloanto.rp9}"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true},{"content-type":"application/vnd.clonk.c4group","encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"references":["IANA","[Guenther_Brammer]","{application/vnd.clonk.c4group=http://www.iana.org/assignments/media-types/application/vnd.clonk.c4group}"],"xrefs":{"person":["Guenther_Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config","encoding":"base64","extensions":["c11amc"],"references":["IANA","[Gaige_Paulsen]","{application/vnd.cluetrust.cartomobile-config=http://www.iana.org/assignments/media-types/application/vnd.cluetrust.cartomobile-config}"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","encoding":"base64","extensions":["c11amz"],"references":["IANA","[Gaige_Paulsen]","{application/vnd.cluetrust.cartomobile-config-pkg=http://www.iana.org/assignments/media-types/application/vnd.cluetrust.cartomobile-config-pkg}"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true},{"content-type":"application/vnd.collection+json","encoding":"base64","references":["IANA","[Mike_Amundsen]","{application/vnd.collection+json=http://www.iana.org/assignments/media-types/application/vnd.collection+json}"],"xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","references":["IANA","[Irakli_Nadareishvili]","{application/vnd.collection.doc+json=http://www.iana.org/assignments/media-types/application/vnd.collection.doc+json}"],"xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true},{"content-type":"application/vnd.collection.next+json","encoding":"base64","references":["IANA","[Ioseb_Dzmanashvili]","{application/vnd.collection.next+json=http://www.iana.org/assignments/media-types/application/vnd.collection.next+json}"],"xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","references":["IANA","[David_Applebaum]","{application/vnd.commerce-battelle=http://www.iana.org/assignments/media-types/application/vnd.commerce-battelle}"],"xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true},{"content-type":"application/vnd.commonspace","encoding":"base64","extensions":["csp"],"references":["IANA","[Ravinder_Chandhok]","{application/vnd.commonspace=http://www.iana.org/assignments/media-types/application/vnd.commonspace}"],"xrefs":{"person":["Ravinder_Chandhok"],"template":["application/vnd.commonspace"]},"registered":true},{"content-type":"application/vnd.contact.cmsg","encoding":"base64","extensions":["cdbcmsg"],"references":["IANA","[Frank_Patz]","{application/vnd.contact.cmsg=http://www.iana.org/assignments/media-types/application/vnd.contact.cmsg}"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true},{"content-type":"application/vnd.cosmocaller","encoding":"base64","extensions":["cmc"],"references":["IANA","[Steve_Dellutri]","{application/vnd.cosmocaller=http://www.iana.org/assignments/media-types/application/vnd.cosmocaller}"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true},{"content-type":"application/vnd.crick.clicker","encoding":"base64","extensions":["clkx"],"references":["IANA","[Andrew_Burt]","{application/vnd.crick.clicker=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker}"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker"]},"registered":true},{"content-type":"application/vnd.crick.clicker.keyboard","encoding":"base64","extensions":["clkk"],"references":["IANA","[Andrew_Burt]","{application/vnd.crick.clicker.keyboard=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.keyboard}"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true},{"content-type":"application/vnd.crick.clicker.palette","encoding":"base64","extensions":["clkp"],"references":["IANA","[Andrew_Burt]","{application/vnd.crick.clicker.palette=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.palette}"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true},{"content-type":"application/vnd.crick.clicker.template","encoding":"base64","extensions":["clkt"],"references":["IANA","[Andrew_Burt]","{application/vnd.crick.clicker.template=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.template}"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true},{"content-type":"application/vnd.crick.clicker.wordbank","encoding":"base64","extensions":["clkw"],"references":["IANA","[Andrew_Burt]","{application/vnd.crick.clicker.wordbank=http://www.iana.org/assignments/media-types/application/vnd.crick.clicker.wordbank}"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true},{"content-type":"application/vnd.criticaltools.wbs+xml","encoding":"base64","extensions":["wbs"],"references":["IANA","[Jim_Spiller]","{application/vnd.criticaltools.wbs+xml=http://www.iana.org/assignments/media-types/application/vnd.criticaltools.wbs+xml}"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true},{"content-type":"application/vnd.ctc-posml","encoding":"base64","extensions":["pml"],"references":["IANA","[Bayard_Kohlhepp]","{application/vnd.ctc-posml=http://www.iana.org/assignments/media-types/application/vnd.ctc-posml}"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","references":["IANA","[Jim_Ancona]","{application/vnd.ctct.ws+xml=http://www.iana.org/assignments/media-types/application/vnd.ctct.ws+xml}"],"xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true},{"content-type":"application/vnd.cups-pdf","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-pdf=http://www.iana.org/assignments/media-types/application/vnd.cups-pdf}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true},{"content-type":"application/vnd.cups-postscript","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-postscript=http://www.iana.org/assignments/media-types/application/vnd.cups-postscript}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true},{"content-type":"application/vnd.cups-ppd","encoding":"base64","extensions":["ppd"],"references":["IANA","[Michael_Sweet]","{application/vnd.cups-ppd=http://www.iana.org/assignments/media-types/application/vnd.cups-ppd}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true},{"content-type":"application/vnd.cups-raster","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-raster=http://www.iana.org/assignments/media-types/application/vnd.cups-raster}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true},{"content-type":"application/vnd.cups-raw","encoding":"base64","references":["IANA","[Michael_Sweet]","{application/vnd.cups-raw=http://www.iana.org/assignments/media-types/application/vnd.cups-raw}"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"references":["IANA","[Robert_Byrnes]","{application/vnd-curl=http://www.iana.org/assignments/media-types/application/vnd-curl}"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd-curl"]},"registered":true},{"content-type":"application/vnd.curl.car","encoding":"base64","extensions":["car"],"registered":false},{"content-type":"application/vnd.curl.pcurl","encoding":"base64","extensions":["pcurl"],"registered":false},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","references":["IANA","[Matt_Kern]","{application/vnd.cyan.dean.root+xml=http://www.iana.org/assignments/media-types/application/vnd.cyan.dean.root+xml}"],"xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true},{"content-type":"application/vnd.cybank","encoding":"base64","references":["IANA","[Nor_Helmee]","{application/vnd.cybank=http://www.iana.org/assignments/media-types/application/vnd.cybank}"],"xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"references":["IANA","[Anders_Sandholm]","{application/vnd-dart=http://www.iana.org/assignments/media-types/application/vnd-dart}"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd-dart"]},"registered":true},{"content-type":"application/vnd.data-vision.rdz","encoding":"base64","extensions":["rdz"],"references":["IANA","[James_Fields]","{application/vnd.data-vision.rdz=http://www.iana.org/assignments/media-types/application/vnd.data-vision.rdz}"],"xrefs":{"person":["James_Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"references":["IANA","[Michael_A_Dolan]","{application/vnd.dece.data=http://www.iana.org/assignments/media-types/application/vnd.dece.data}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.data"]},"registered":true},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"references":["IANA","[Michael_A_Dolan]","{application/vnd.dece.ttml+xml=http://www.iana.org/assignments/media-types/application/vnd.dece.ttml+xml}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"references":["IANA","[Michael_A_Dolan]","{application/vnd.dece.unspecified=http://www.iana.org/assignments/media-types/application/vnd.dece.unspecified}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"references":["IANA","[Michael_A_Dolan]","{application/vnd.dece-zip=http://www.iana.org/assignments/media-types/application/vnd.dece-zip}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece-zip"]},"registered":true},{"content-type":"application/vnd.denovo.fcselayout-link","encoding":"base64","extensions":["fe_launch"],"references":["IANA","[Michael_Dixon]","{application/vnd.denovo.fcselayout-link=http://www.iana.org/assignments/media-types/application/vnd.denovo.fcselayout-link}"],"xrefs":{"person":["Michael_Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true},{"content-type":"application/vnd.desmume.movie","encoding":"base64","references":["IANA","[Henrik_Andersson]","{application/vnd.desmume-movie=http://www.iana.org/assignments/media-types/application/vnd.desmume-movie}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume-movie"]},"registered":true},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","references":["IANA","[Yamanaka]","{application/vnd.dir-bi.plate-dl-nosuffix=http://www.iana.org/assignments/media-types/application/vnd.dir-bi.plate-dl-nosuffix}"],"xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","references":["IANA","[Axel_Ferrazzini]","{application/vnd.dm.delegation+xml=http://www.iana.org/assignments/media-types/application/vnd.dm.delegation+xml}"],"xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true},{"content-type":"application/vnd.dna","encoding":"base64","extensions":["dna"],"references":["IANA","[Meredith_Searcy]","{application/vnd.dna=http://www.iana.org/assignments/media-types/application/vnd.dna}"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true},{"content-type":"application/vnd.document+json","encoding":"base64","references":["IANA","[Tom_Christie]","{application/vnd.document+json=http://www.iana.org/assignments/media-types/application/vnd.document+json}"],"xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true},{"content-type":"application/vnd.dolby.mlp","encoding":"base64","extensions":["mlp"],"registered":false},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","references":["IANA","[Steve_Hattersley]","{application/vnd.dolby.mobile.1=http://www.iana.org/assignments/media-types/application/vnd.dolby.mobile.1}"],"xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","references":["IANA","[Steve_Hattersley]","{application/vnd.dolby.mobile.2=http://www.iana.org/assignments/media-types/application/vnd.dolby.mobile.2}"],"xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true},{"content-type":"application/vnd.dpgraph","encoding":"base64","extensions":["dpg"],"references":["IANA","[David_Parker]","{application/vnd.dpgraph=http://www.iana.org/assignments/media-types/application/vnd.dpgraph}"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true},{"content-type":"application/vnd.dreamfactory","encoding":"base64","extensions":["dfac"],"references":["IANA","[William_C._Appleton]","{application/vnd.dreamfactory=http://www.iana.org/assignments/media-types/application/vnd.dreamfactory}"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false},{"content-type":"application/vnd.dtg.local","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local=http://www.iana.org/assignments/media-types/application/vnd.dtg.local}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local.flash=http://www.iana.org/assignments/media-types/application/vnd.dtg.local.flash}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","references":["IANA","[Ali_Teffahi]","{application/vnd.dtg.local.html=http://www.iana.org/assignments/media-types/application/vnd.dtg.local.html}"],"xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true},{"content-type":"application/vnd.dvb.ait","encoding":"base64","extensions":["ait"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.ait=http://www.iana.org/assignments/media-types/application/vnd.dvb.ait}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.dvbj=http://www.iana.org/assignments/media-types/application/vnd.dvb.dvbj}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","references":["IANA","[Joerg_Heuer]","{application/vnd.dvb.esgcontainer=http://www.iana.org/assignments/media-types/application/vnd.dvb.esgcontainer}"],"xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.ipdcdftnotifaccess=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcdftnotifaccess}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","references":["IANA","[Joerg_Heuer]","{application/vnd.dvb.ipdcesgaccess=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgaccess}"],"xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","references":["IANA","[Jerome_Marcon]","{application/vnd.dvb.ipdcesgaccess2=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgaccess2}"],"xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","references":["IANA","[Jerome_Marcon]","{application/vnd.dvb.ipdcesgpdd=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcesgpdd}"],"xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","references":["IANA","[Yiling_Xu]","{application/vnd.dvb.ipdcroaming=http://www.iana.org/assignments/media-types/application/vnd.dvb.ipdcroaming}"],"xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","references":["IANA","[Jean-Baptiste_Henry]","{application/vnd.dvb.iptv.alfec-base=http://www.iana.org/assignments/media-types/application/vnd.dvb.iptv.alfec-base}"],"xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","references":["IANA","[Jean-Baptiste_Henry]","{application/vnd.dvb.iptv.alfec-enhancement=http://www.iana.org/assignments/media-types/application/vnd.dvb.iptv.alfec-enhancement}"],"xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-aggregate-root+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-aggregate-root+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-container+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-container+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-generic+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-generic+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-msglist+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-msglist+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-registration-request+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-registration-request+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-ia-registration-response+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-ia-registration-response+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","references":["IANA","[Roy_Yue]","{application/vnd.dvb.notif-init+xml=http://www.iana.org/assignments/media-types/application/vnd.dvb.notif-init+xml}"],"xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb.pfr=http://www.iana.org/assignments/media-types/application/vnd.dvb.pfr}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true},{"content-type":"application/vnd.dvb.service","encoding":"base64","extensions":["svc"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{application/vnd.dvb_service=http://www.iana.org/assignments/media-types/application/vnd.dvb_service}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb_service"]},"registered":true},{"content-type":"application/vnd.dxr","encoding":"base64","references":["IANA","[Michael_Duffy]","{application/vnd-dxr=http://www.iana.org/assignments/media-types/application/vnd-dxr}"],"xrefs":{"person":["Michael_Duffy"],"template":["application/vnd-dxr"]},"registered":true},{"content-type":"application/vnd.dynageo","encoding":"base64","extensions":["geo"],"references":["IANA","[Roland_Mechling]","{application/vnd.dynageo=http://www.iana.org/assignments/media-types/application/vnd.dynageo}"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","references":["IANA","[Iain_Downs]","{application/vnd.easykaraoke.cdgdownload=http://www.iana.org/assignments/media-types/application/vnd.easykaraoke.cdgdownload}"],"xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true},{"content-type":"application/vnd.ecdis-update","encoding":"base64","references":["IANA","[Gert_Buettgenbach]","{application/vnd.ecdis-update=http://www.iana.org/assignments/media-types/application/vnd.ecdis-update}"],"xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true},{"content-type":"application/vnd.ecowin.chart","encoding":"base64","extensions":["mag"],"references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.chart=http://www.iana.org/assignments/media-types/application/vnd.ecowin.chart}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.filerequest=http://www.iana.org/assignments/media-types/application/vnd.ecowin.filerequest}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.fileupdate=http://www.iana.org/assignments/media-types/application/vnd.ecowin.fileupdate}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true},{"content-type":"application/vnd.ecowin.series","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.series=http://www.iana.org/assignments/media-types/application/vnd.ecowin.series}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.seriesrequest=http://www.iana.org/assignments/media-types/application/vnd.ecowin.seriesrequest}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","references":["IANA","[Thomas_Olsson]","{application/vnd.ecowin.seriesupdate=http://www.iana.org/assignments/media-types/application/vnd.ecowin.seriesupdate}"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","references":["IANA","[Filip_Navara]","{application/vnd.emclient.accessrequest+xml=http://www.iana.org/assignments/media-types/application/vnd.emclient.accessrequest+xml}"],"xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true},{"content-type":"application/vnd.enliven","encoding":"base64","extensions":["nml"],"references":["IANA","[Paul_Santinelli_Jr.]","{application/vnd.enliven=http://www.iana.org/assignments/media-types/application/vnd.enliven}"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","references":["IANA","[Tim_Brody]","{application/vnd.eprints.data+xml=http://www.iana.org/assignments/media-types/application/vnd.eprints.data+xml}"],"xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true},{"content-type":"application/vnd.epson.esf","encoding":"base64","extensions":["esf"],"references":["IANA","[Shoji_Hoshina]","{application/vnd.epson.esf=http://www.iana.org/assignments/media-types/application/vnd.epson.esf}"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true},{"content-type":"application/vnd.epson.msf","encoding":"base64","extensions":["msf"],"references":["IANA","[Shoji_Hoshina]","{application/vnd.epson.msf=http://www.iana.org/assignments/media-types/application/vnd.epson.msf}"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true},{"content-type":"application/vnd.epson.quickanime","encoding":"base64","extensions":["qam"],"references":["IANA","[Yu_Gu]","{application/vnd.epson.quickanime=http://www.iana.org/assignments/media-types/application/vnd.epson.quickanime}"],"xrefs":{"person":["Yu_Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true},{"content-type":"application/vnd.epson.salt","encoding":"base64","extensions":["slt"],"references":["IANA","[Yasuhito_Nagatomo]","{application/vnd.epson.salt=http://www.iana.org/assignments/media-types/application/vnd.epson.salt}"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true},{"content-type":"application/vnd.epson.ssf","encoding":"base64","extensions":["ssf"],"references":["IANA","[Shoji_Hoshina]","{application/vnd.epson.ssf=http://www.iana.org/assignments/media-types/application/vnd.epson.ssf}"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","references":["IANA","[Paul_Tidwell]","{application/vnd.ericsson.quickcall=http://www.iana.org/assignments/media-types/application/vnd.ericsson.quickcall}"],"xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true},{"content-type":"application/vnd.eszigno3+xml","encoding":"base64","extensions":["es3","et3"],"references":["IANA","[Szilveszter_Tóth]","{application/vnd.eszigno3+xml=http://www.iana.org/assignments/media-types/application/vnd.eszigno3+xml}"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.aoc+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.aoc+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.asic-e+zip=http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-e+zip}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.asic-s+zip=http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-s+zip}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.cug+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.cug+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvcommand+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvcommand+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvdiscovery+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvdiscovery+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvprofile+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvsad-bc+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-bc+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvsad-cod+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-cod+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvsad-npvr+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsad-npvr+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.iptvservice+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvservice+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.iptvsync+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvsync+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.iptvueprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.iptvueprofile+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.mcid+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.mcid+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","[Ian_Medland]","{application/vnd.etsi.mheg5=http://www.iana.org/assignments/media-types/application/vnd.etsi.mheg5}"],"xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.overload-control-policy-dataset+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.overload-control-policy-dataset+xml}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","references":["IANA","[Jiwan_Han]","[Thomas_Belling]","{application/vnd.etsi.pstn+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.pstn+xml}"],"xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.sci+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.sci+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.simservs+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.simservs+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","references":["IANA","[Miguel_Angel_Reina_Ortega]","{application/vnd.etsi.timestamp-token=http://www.iana.org/assignments/media-types/application/vnd.etsi.timestamp-token}"],"xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.tsl+xml=http://www.iana.org/assignments/media-types/application/vnd.etsi.tsl+xml}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","references":["IANA","[Shicheng_Hu]","{application/vnd.etsi.tsl.der=http://www.iana.org/assignments/media-types/application/vnd.etsi.tsl.der}"],"xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true},{"content-type":"application/vnd.eudora.data","encoding":"base64","references":["IANA","[Pete_Resnick]","{application/vnd.eudora.data=http://www.iana.org/assignments/media-types/application/vnd.eudora.data}"],"xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true},{"content-type":"application/vnd.ezpix-album","encoding":"base64","extensions":["ez2"],"references":["IANA","[ElectronicZombieCorp]","{application/vnd.ezpix-album=http://www.iana.org/assignments/media-types/application/vnd.ezpix-album}"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true},{"content-type":"application/vnd.ezpix-package","encoding":"base64","extensions":["ez3"],"references":["IANA","[ElectronicZombieCorp]","{application/vnd.ezpix-package=http://www.iana.org/assignments/media-types/application/vnd.ezpix-package}"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","references":["IANA","[Samu_Sarivaara]","{application/vnd.f-secure.mobile=http://www.iana.org/assignments/media-types/application/vnd.f-secure.mobile}"],"xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true},{"content-type":"application/vnd.fdf","encoding":"base64","extensions":["fdf"],"references":["IANA","[Steve_Zilles]","{application/vnd-fdf=http://www.iana.org/assignments/media-types/application/vnd-fdf}"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd-fdf"]},"registered":true},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"references":["IANA","[Chad_Trabant]","{application/vnd.fdsn.mseed=http://www.iana.org/assignments/media-types/application/vnd.fdsn.mseed}"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true},{"content-type":"application/vnd.fdsn.seed","encoding":"base64","extensions":["dataless","seed"],"references":["IANA","[Chad_Trabant]","{application/vnd.fdsn.seed=http://www.iana.org/assignments/media-types/application/vnd.fdsn.seed}"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true},{"content-type":"application/vnd.ffsns","encoding":"base64","references":["IANA","[Holstage]","{application/vnd.ffsns=http://www.iana.org/assignments/media-types/application/vnd.ffsns}"],"xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true},{"content-type":"application/vnd.fints","encoding":"base64","references":["IANA","[Ingo_Hammann]","{application/vnd.fints=http://www.iana.org/assignments/media-types/application/vnd.fints}"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true},{"content-type":"application/vnd.FloGraphIt","encoding":"base64","extensions":["gph"],"references":["IANA","[Dick_Floersch]","{application/vnd.FloGraphIt=http://www.iana.org/assignments/media-types/application/vnd.FloGraphIt}"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true},{"content-type":"application/vnd.fluxtime.clip","encoding":"base64","extensions":["ftc"],"references":["IANA","[Marc_Winter]","{application/vnd.fluxtime.clip=http://www.iana.org/assignments/media-types/application/vnd.fluxtime.clip}"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","references":["IANA","[George_Williams]","{application/vnd.font-fontforge-sfd=http://www.iana.org/assignments/media-types/application/vnd.font-fontforge-sfd}"],"xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true},{"content-type":"application/vnd.framemaker","encoding":"base64","extensions":["book","fb","fbdoc","fm","frame","frm","maker"],"references":["IANA","[Mike_Wexler]","{application/vnd.framemaker=http://www.iana.org/assignments/media-types/application/vnd.framemaker}"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true},{"content-type":"application/vnd.frogans.fnc","encoding":"base64","extensions":["fnc"],"references":["IANA","[Alexis_Tamas]","{application/vnd.frogans.fnc=http://www.iana.org/assignments/media-types/application/vnd.frogans.fnc}"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.fnc"]},"registered":true},{"content-type":"application/vnd.frogans.ltf","encoding":"base64","extensions":["ltf"],"references":["IANA","[Alexis_Tamas]","{application/vnd.frogans.ltf=http://www.iana.org/assignments/media-types/application/vnd.frogans.ltf}"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.ltf"]},"registered":true},{"content-type":"application/vnd.fsc.weblaunch","encoding":"7bit","extensions":["fsc"],"references":["IANA","[Derek_Smith]","{application/vnd.fsc.weblaunch=http://www.iana.org/assignments/media-types/application/vnd.fsc.weblaunch}"],"xrefs":{"person":["Derek_Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys","encoding":"base64","extensions":["oas"],"references":["IANA","[Nobukazu_Togashi]","{application/vnd.fujitsu.oasys=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys}"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys2","encoding":"base64","extensions":["oa2"],"references":["IANA","[Nobukazu_Togashi]","{application/vnd.fujitsu.oasys2=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys2}"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys3","encoding":"base64","extensions":["oa3"],"references":["IANA","[Seiji_Okudaira]","{application/vnd.fujitsu.oasys3=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasys3}"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysgp","encoding":"base64","extensions":["fg5"],"references":["IANA","[Masahiko_Sugimoto]","{application/vnd.fujitsu.oasysgp=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasysgp}"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysprs","encoding":"base64","extensions":["bh2"],"references":["IANA","[Masumi_Ogita]","{application/vnd.fujitsu.oasysprs=http://www.iana.org/assignments/media-types/application/vnd.fujitsu.oasysprs}"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.ART-EX=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ART-EX}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.ART4=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ART4}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true},{"content-type":"application/vnd.fujixerox.ddd","encoding":"base64","extensions":["ddd"],"references":["IANA","[Masanori_Onda]","{application/vnd.fujixerox.ddd=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.ddd}"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks","encoding":"base64","extensions":["xdw"],"references":["IANA","[Yasuo_Taguchi]","{application/vnd.fujixerox.docuworks=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks}"],"xrefs":{"person":["Yasuo_Taguchi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.binder","encoding":"base64","extensions":["xbd"],"references":["IANA","[Takashi_Matsumoto]","{application/vnd.fujixerox.docuworks.binder=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks.binder}"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","references":["IANA","[Kiyoshi_Tashiro]","{application/vnd.fujixerox.docuworks.container=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.docuworks.container}"],"xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","references":["IANA","[Fumio_Tanabe]","{application/vnd.fujixerox.HBPL=http://www.iana.org/assignments/media-types/application/vnd.fujixerox.HBPL}"],"xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true},{"content-type":"application/vnd.fut-misnet","encoding":"base64","references":["IANA","[Jann_Pruulman]","{application/vnd.fut-misnet=http://www.iana.org/assignments/media-types/application/vnd.fut-misnet}"],"xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true},{"content-type":"application/vnd.fuzzysheet","encoding":"base64","extensions":["fzs"],"references":["IANA","[Simon_Birtwistle]","{application/vnd.fuzzysheet=http://www.iana.org/assignments/media-types/application/vnd.fuzzysheet}"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true},{"content-type":"application/vnd.genomatix.tuxedo","encoding":"base64","extensions":["txd"],"references":["IANA","[Torben_Frey]","{application/vnd.genomatix.tuxedo=http://www.iana.org/assignments/media-types/application/vnd.genomatix.tuxedo}"],"xrefs":{"person":["Torben_Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"references":["IANA","[Francois_Pirsch]","{application/vnd.geocube+xml=http://www.iana.org/assignments/media-types/application/vnd.geocube+xml}"],"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"]},"registered":true},{"content-type":"application/vnd.geogebra.file","encoding":"base64","extensions":["ggb"],"references":["IANA","[GeoGebra]","[Yves_Kreis]","{application/vnd.geogebra.file=http://www.iana.org/assignments/media-types/application/vnd.geogebra.file}"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true},{"content-type":"application/vnd.geogebra.tool","encoding":"base64","extensions":["ggt"],"references":["IANA","[GeoGebra]","[Yves_Kreis]","{application/vnd.geogebra.tool=http://www.iana.org/assignments/media-types/application/vnd.geogebra.tool}"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true},{"content-type":"application/vnd.geometry-explorer","encoding":"base64","extensions":["gex","gre"],"references":["IANA","[Michael_Hvidsten]","{application/vnd.geometry-explorer=http://www.iana.org/assignments/media-types/application/vnd.geometry-explorer}"],"xrefs":{"person":["Michael_Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true},{"content-type":"application/vnd.geonext","encoding":"base64","extensions":["gxt"],"references":["IANA","[Matthias_Ehmann]","{application/vnd.geonext=http://www.iana.org/assignments/media-types/application/vnd.geonext}"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true},{"content-type":"application/vnd.geoplan","encoding":"base64","extensions":["g2w"],"references":["IANA","[Christian_Mercat]","{application/vnd.geoplan=http://www.iana.org/assignments/media-types/application/vnd.geoplan}"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true},{"content-type":"application/vnd.geospace","encoding":"base64","extensions":["g3w"],"references":["IANA","[Christian_Mercat]","{application/vnd.geospace=http://www.iana.org/assignments/media-types/application/vnd.geospace}"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","references":["IANA","[Gil_Bernabeu]","{application/vnd.globalplatform.card-content-mgt=http://www.iana.org/assignments/media-types/application/vnd.globalplatform.card-content-mgt}"],"xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","references":["IANA","[Gil_Bernabeu]","{application/vnd.globalplatform.card-content-mgt-response=http://www.iana.org/assignments/media-types/application/vnd.globalplatform.card-content-mgt-response}"],"xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true},{"content-type":"application/vnd.gmx","encoding":"base64","extensions":["gmx"],"obsolete":true,"references":["IANA","[Christian_V._Sciberras]","{application/vnd.gmx=http://www.iana.org/assignments/media-types/application/vnd.gmx}"],"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"]},"registered":true},{"content-type":"application/vnd.google-earth.kml+xml","encoding":"8bit","extensions":["kml"],"references":["IANA","[Michael_Ashbridge]","{application/vnd.google-earth.kml+xml=http://www.iana.org/assignments/media-types/application/vnd.google-earth.kml+xml}"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true},{"content-type":"application/vnd.google-earth.kmz","encoding":"8bit","extensions":["kmz"],"references":["IANA","[Michael_Ashbridge]","{application/vnd.google-earth.kmz=http://www.iana.org/assignments/media-types/application/vnd.google-earth.kmz}"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true},{"content-type":"application/vnd.grafeq","encoding":"base64","extensions":["gqf","gqs"],"references":["IANA","[Jeff_Tupper]","{application/vnd.grafeq=http://www.iana.org/assignments/media-types/application/vnd.grafeq}"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true},{"content-type":"application/vnd.gridmp","encoding":"base64","references":["IANA","[Jeff_Lawson]","{application/vnd.gridmp=http://www.iana.org/assignments/media-types/application/vnd.gridmp}"],"xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true},{"content-type":"application/vnd.groove-account","encoding":"base64","extensions":["gac"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-account=http://www.iana.org/assignments/media-types/application/vnd.groove-account}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-account"]},"registered":true},{"content-type":"application/vnd.groove-help","encoding":"base64","extensions":["ghf"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-help=http://www.iana.org/assignments/media-types/application/vnd.groove-help}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-help"]},"registered":true},{"content-type":"application/vnd.groove-identity-message","encoding":"base64","extensions":["gim"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-identity-message=http://www.iana.org/assignments/media-types/application/vnd.groove-identity-message}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true},{"content-type":"application/vnd.groove-injector","encoding":"base64","extensions":["grv"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-injector=http://www.iana.org/assignments/media-types/application/vnd.groove-injector}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-injector"]},"registered":true},{"content-type":"application/vnd.groove-tool-message","encoding":"base64","extensions":["gtm"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-tool-message=http://www.iana.org/assignments/media-types/application/vnd.groove-tool-message}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true},{"content-type":"application/vnd.groove-tool-template","encoding":"base64","extensions":["tpl"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-tool-template=http://www.iana.org/assignments/media-types/application/vnd.groove-tool-template}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true},{"content-type":"application/vnd.groove-vcard","encoding":"base64","extensions":["vcg"],"references":["IANA","[Todd_Joseph]","{application/vnd.groove-vcard=http://www.iana.org/assignments/media-types/application/vnd.groove-vcard}"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true},{"content-type":"application/vnd.hal+json","encoding":"base64","references":["IANA","[Mike_Kelly]","{application/vnd.hal+json=http://www.iana.org/assignments/media-types/application/vnd.hal+json}"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true},{"content-type":"application/vnd.hal+xml","encoding":"base64","extensions":["hal"],"references":["IANA","[Mike_Kelly]","{application/vnd.hal+xml=http://www.iana.org/assignments/media-types/application/vnd.hal+xml}"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+xml"]},"registered":true},{"content-type":"application/vnd.HandHeld-Entertainment+xml","encoding":"base64","extensions":["zmm"],"references":["IANA","[Eric_Hamilton]","{application/vnd.HandHeld-Entertainment+xml=http://www.iana.org/assignments/media-types/application/vnd.HandHeld-Entertainment+xml}"],"xrefs":{"person":["Eric_Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true},{"content-type":"application/vnd.hbci","encoding":"base64","extensions":["bpd","hbc","hbci","kom","pkd","upa"],"references":["IANA","[Ingo_Hammann]","{application/vnd.hbci=http://www.iana.org/assignments/media-types/application/vnd.hbci}"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.hbci"]},"registered":true},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","references":["IANA","[Doug_R._Serres]","{application/vnd.hcl-bireports=http://www.iana.org/assignments/media-types/application/vnd.hcl-bireports}"],"xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true},{"content-type":"application/vnd.heroku+json","encoding":"base64","references":["IANA","[Wesley_Beary]","{application/vnd.heroku+json=http://www.iana.org/assignments/media-types/application/vnd.heroku+json}"],"xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true},{"content-type":"application/vnd.hhe.lesson-player","encoding":"base64","extensions":["les"],"references":["IANA","[Randy_Jones]","{application/vnd.hhe.lesson-player=http://www.iana.org/assignments/media-types/application/vnd.hhe.lesson-player}"],"xrefs":{"person":["Randy_Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true},{"content-type":"application/vnd.hp-HPGL","encoding":"base64","extensions":["hpgl","plt"],"references":["IANA","[Bob_Pentecost]","{application/vnd.hp-HPGL=http://www.iana.org/assignments/media-types/application/vnd.hp-HPGL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true},{"content-type":"application/vnd.hp-hpid","encoding":"base64","extensions":["hpid"],"references":["IANA","[Aloke_Gupta]","{application/vnd.hp-hpid=http://www.iana.org/assignments/media-types/application/vnd.hp-hpid}"],"xrefs":{"person":["Aloke_Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true},{"content-type":"application/vnd.hp-hps","encoding":"base64","extensions":["hps"],"references":["IANA","[Steve_Aubrey]","{application/vnd.hp-hps=http://www.iana.org/assignments/media-types/application/vnd.hp-hps}"],"xrefs":{"person":["Steve_Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true},{"content-type":"application/vnd.hp-jlyt","encoding":"base64","extensions":["jlt"],"references":["IANA","[Amir_Gaash]","{application/vnd.hp-jlyt=http://www.iana.org/assignments/media-types/application/vnd.hp-jlyt}"],"xrefs":{"person":["Amir_Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true},{"content-type":"application/vnd.hp-PCL","encoding":"base64","extensions":["pcl"],"references":["IANA","[Bob_Pentecost]","{application/vnd.hp-PCL=http://www.iana.org/assignments/media-types/application/vnd.hp-PCL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true},{"content-type":"application/vnd.hp-PCLXL","encoding":"base64","extensions":["pclxl"],"references":["IANA","[Bob_Pentecost]","{application/vnd.hp-PCLXL=http://www.iana.org/assignments/media-types/application/vnd.hp-PCLXL}"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true},{"content-type":"application/vnd.httphone","encoding":"base64","references":["IANA","[Franck_Lefevre]","{application/vnd.httphone=http://www.iana.org/assignments/media-types/application/vnd.httphone}"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true},{"content-type":"application/vnd.hydrostatix.sof-data","encoding":"base64","extensions":["sfd-hdstx"],"references":["IANA","[Allen_Gillam]","{application/vnd.hydrostatix.sof-data=http://www.iana.org/assignments/media-types/application/vnd.hydrostatix.sof-data}"],"xrefs":{"person":["Allen_Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true},{"content-type":"application/vnd.hzn-3d-crossword","encoding":"base64","references":["IANA","[James_Minnis]","{application/vnd.hzn-3d-crossword=http://www.iana.org/assignments/media-types/application/vnd.hzn-3d-crossword}"],"xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","references":["IANA","[Roger_Buis]","{application/vnd.ibm.afplinedata=http://www.iana.org/assignments/media-types/application/vnd.ibm.afplinedata}"],"xrefs":{"person":["Roger_Buis"],"template":["application/vnd.ibm.afplinedata"]},"registered":true},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.electronic-media=http://www.iana.org/assignments/media-types/application/vnd.ibm.electronic-media}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true},{"content-type":"application/vnd.ibm.MiniPay","encoding":"base64","extensions":["mpy"],"references":["IANA","[Amir_Herzberg]","{application/vnd.ibm.MiniPay=http://www.iana.org/assignments/media-types/application/vnd.ibm.MiniPay}"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true},{"content-type":"application/vnd.ibm.modcap","encoding":"base64","extensions":["afp","list3820","listafp"],"references":["IANA","[Reinhard_Hohensee]","{application/vnd.ibm.modcap=http://www.iana.org/assignments/media-types/application/vnd.ibm.modcap}"],"xrefs":{"person":["Reinhard_Hohensee"],"template":["application/vnd.ibm.modcap"]},"registered":true},{"content-type":"application/vnd.ibm.rights-management","encoding":"base64","extensions":["irm"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.rights-management=http://www.iana.org/assignments/media-types/application/vnd.ibm.rights-management}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true},{"content-type":"application/vnd.ibm.secure-container","encoding":"base64","extensions":["sc"],"references":["IANA","[Bruce_Tantlinger]","{application/vnd.ibm.secure-container=http://www.iana.org/assignments/media-types/application/vnd.ibm.secure-container}"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true},{"content-type":"application/vnd.iccprofile","encoding":"base64","extensions":["icc","icm"],"references":["IANA","[Phil_Green]","{application/vnd.iccprofile=http://www.iana.org/assignments/media-types/application/vnd.iccprofile}"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true},{"content-type":"application/vnd.ieee.1905","encoding":"base64","references":["IANA","[Purva_R_Rajkotia]","{application/vnd.ieee.1905=http://www.iana.org/assignments/media-types/application/vnd.ieee.1905}"],"xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true},{"content-type":"application/vnd.igloader","encoding":"base64","extensions":["igl"],"references":["IANA","[Tim_Fisher]","{application/vnd.igloader=http://www.iana.org/assignments/media-types/application/vnd.igloader}"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true},{"content-type":"application/vnd.immervision-ivp","encoding":"base64","extensions":["ivp"],"references":["IANA","[Mathieu_Villegas]","{application/vnd.immervision-ivp=http://www.iana.org/assignments/media-types/application/vnd.immervision-ivp}"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true},{"content-type":"application/vnd.immervision-ivu","encoding":"base64","extensions":["ivu"],"references":["IANA","[Mathieu_Villegas]","{application/vnd.immervision-ivu=http://www.iana.org/assignments/media-types/application/vnd.immervision-ivu}"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","references":["IANA","[Mark_Wahl]","{application/vnd.informedcontrol.rms+xml=http://www.iana.org/assignments/media-types/application/vnd.informedcontrol.rms+xml}"],"xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true},{"content-type":"application/vnd.informix-visionary","encoding":"base64","references":["IANA","[Christopher_Gales]","{application/vnd.informix-visionary=http://www.iana.org/assignments/media-types/application/vnd.informix-visionary}"],"xrefs":{"person":["Christopher_Gales"],"template":["application/vnd.informix-visionary"]},"registered":true},{"content-type":"application/vnd.infotech.project","encoding":"base64","references":["IANA","[Charles_Engelke]","{application/vnd.infotech.project=http://www.iana.org/assignments/media-types/application/vnd.infotech.project}"],"xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","references":["IANA","[Charles_Engelke]","{application/vnd.infotech.project+xml=http://www.iana.org/assignments/media-types/application/vnd.infotech.project+xml}"],"xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","references":["IANA","[Takanori_Sudo]","{application/vnd.innopath.wamp.notification=http://www.iana.org/assignments/media-types/application/vnd.innopath.wamp.notification}"],"xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true},{"content-type":"application/vnd.insors.igm","encoding":"base64","extensions":["igm"],"references":["IANA","[Jon_Swanson]","{application/vnd.insors.igm=http://www.iana.org/assignments/media-types/application/vnd.insors.igm}"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true},{"content-type":"application/vnd.intercon.formnet","encoding":"base64","extensions":["xpw","xpx"],"references":["IANA","[Tom_Gurak]","{application/vnd.intercon.formnet=http://www.iana.org/assignments/media-types/application/vnd.intercon.formnet}"],"xrefs":{"person":["Tom_Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true},{"content-type":"application/vnd.intergeo","encoding":"base64","extensions":["i2g"],"references":["IANA","[Yves_Kreis_2]","{application/vnd.intergeo=http://www.iana.org/assignments/media-types/application/vnd.intergeo}"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","references":["IANA","[Luke_Tomasello]","{application/vnd.intertrust.digibox=http://www.iana.org/assignments/media-types/application/vnd.intertrust.digibox}"],"xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","references":["IANA","[Luke_Tomasello]","{application/vnd.intertrust.nncp=http://www.iana.org/assignments/media-types/application/vnd.intertrust.nncp}"],"xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true},{"content-type":"application/vnd.intu.qbo","encoding":"base64","extensions":["qbo"],"references":["IANA","[Greg_Scratchley]","{application/vnd.intu.qbo=http://www.iana.org/assignments/media-types/application/vnd.intu.qbo}"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true},{"content-type":"application/vnd.intu.qfx","encoding":"base64","extensions":["qfx"],"references":["IANA","[Greg_Scratchley]","{application/vnd.intu.qfx=http://www.iana.org/assignments/media-types/application/vnd.intu.qfx}"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.catalogitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.catalogitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.conceptitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.conceptitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.knowledgeitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.knowledgeitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.newsitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.newsitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.newsmessage+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.newsmessage+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.packageitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.packageitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","references":["IANA","[Michael_Steidl]","{application/vnd.iptc.g2.planningitem+xml=http://www.iana.org/assignments/media-types/application/vnd.iptc.g2.planningitem+xml}"],"xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true},{"content-type":"application/vnd.ipunplugged.rcprofile","encoding":"base64","extensions":["rcprofile"],"references":["IANA","[Per_Ersson]","{application/vnd.ipunplugged.rcprofile=http://www.iana.org/assignments/media-types/application/vnd.ipunplugged.rcprofile}"],"xrefs":{"person":["Per_Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true},{"content-type":"application/vnd.irepository.package+xml","encoding":"base64","extensions":["irp"],"references":["IANA","[Martin_Knowles]","{application/vnd.irepository.package+xml=http://www.iana.org/assignments/media-types/application/vnd.irepository.package+xml}"],"xrefs":{"person":["Martin_Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true},{"content-type":"application/vnd.is-xpr","encoding":"base64","extensions":["xpr"],"references":["IANA","[Satish_Navarajan]","{application/vnd.is-xpr=http://www.iana.org/assignments/media-types/application/vnd.is-xpr}"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true},{"content-type":"application/vnd.isac.fcs","encoding":"base64","extensions":["fcs"],"references":["IANA","[Ryan_Brinkman]","{application/vnd.isac.fcs=http://www.iana.org/assignments/media-types/application/vnd.isac.fcs}"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true},{"content-type":"application/vnd.jam","encoding":"base64","extensions":["jam"],"references":["IANA","[Brijesh_Kumar]","{application/vnd.jam=http://www.iana.org/assignments/media-types/application/vnd.jam}"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","references":["IANA","[Kiyofusa_Fujii]","{application/vnd.japannet-directory-service=http://www.iana.org/assignments/media-types/application/vnd.japannet-directory-service}"],"xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-jpnstore-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-jpnstore-wakeup}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","references":["IANA","[Kiyofusa_Fujii]","{application/vnd.japannet-payment-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-payment-wakeup}"],"xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-registration","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-registration=http://www.iana.org/assignments/media-types/application/vnd.japannet-registration}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","references":["IANA","[Kiyofusa_Fujii]","{application/vnd.japannet-registration-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-registration-wakeup}"],"xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-setstore-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-setstore-wakeup}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-verification","encoding":"base64","references":["IANA","[Jun_Yoshitake]","{application/vnd.japannet-verification=http://www.iana.org/assignments/media-types/application/vnd.japannet-verification}"],"xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","references":["IANA","[Kiyofusa_Fujii]","{application/vnd.japannet-verification-wakeup=http://www.iana.org/assignments/media-types/application/vnd.japannet-verification-wakeup}"],"xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true},{"content-type":"application/vnd.jcp.javame.midlet-rms","encoding":"base64","extensions":["rms"],"references":["IANA","[Mikhail_Gorshenev]","{application/vnd.jcp.javame.midlet-rms=http://www.iana.org/assignments/media-types/application/vnd.jcp.javame.midlet-rms}"],"xrefs":{"person":["Mikhail_Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true},{"content-type":"application/vnd.jisp","encoding":"base64","extensions":["jisp"],"references":["IANA","[Sebastiaan_Deckers]","{application/vnd.jisp=http://www.iana.org/assignments/media-types/application/vnd.jisp}"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true},{"content-type":"application/vnd.joost.joda-archive","encoding":"base64","extensions":["joda"],"references":["IANA","[Joost]","{application/vnd.joost.joda-archive=http://www.iana.org/assignments/media-types/application/vnd.joost.joda-archive}"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","references":["IANA","[Yokoyama_Kiyonobu]","{application/vnd.jsk.isdn-ngn=http://www.iana.org/assignments/media-types/application/vnd.jsk.isdn-ngn}"],"xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true},{"content-type":"application/vnd.kahootz","encoding":"base64","extensions":["ktr","ktz"],"references":["IANA","[Tim_Macdonald]","{application/vnd.kahootz=http://www.iana.org/assignments/media-types/application/vnd.kahootz}"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true},{"content-type":"application/vnd.kde.karbon","encoding":"base64","extensions":["karbon"],"references":["IANA","[David_Faure]","{application/vnd.kde.karbon=http://www.iana.org/assignments/media-types/application/vnd.kde.karbon}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.karbon"]},"registered":true},{"content-type":"application/vnd.kde.kchart","encoding":"base64","extensions":["chrt"],"references":["IANA","[David_Faure]","{application/vnd.kde.kchart=http://www.iana.org/assignments/media-types/application/vnd.kde.kchart}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kchart"]},"registered":true},{"content-type":"application/vnd.kde.kformula","encoding":"base64","extensions":["kfo"],"references":["IANA","[David_Faure]","{application/vnd.kde.kformula=http://www.iana.org/assignments/media-types/application/vnd.kde.kformula}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kformula"]},"registered":true},{"content-type":"application/vnd.kde.kivio","encoding":"base64","extensions":["flw"],"references":["IANA","[David_Faure]","{application/vnd.kde.kivio=http://www.iana.org/assignments/media-types/application/vnd.kde.kivio}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kivio"]},"registered":true},{"content-type":"application/vnd.kde.kontour","encoding":"base64","extensions":["kon"],"references":["IANA","[David_Faure]","{application/vnd.kde.kontour=http://www.iana.org/assignments/media-types/application/vnd.kde.kontour}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kontour"]},"registered":true},{"content-type":"application/vnd.kde.kpresenter","encoding":"base64","extensions":["kpr","kpt"],"references":["IANA","[David_Faure]","{application/vnd.kde.kpresenter=http://www.iana.org/assignments/media-types/application/vnd.kde.kpresenter}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true},{"content-type":"application/vnd.kde.kspread","encoding":"base64","extensions":["ksp"],"references":["IANA","[David_Faure]","{application/vnd.kde.kspread=http://www.iana.org/assignments/media-types/application/vnd.kde.kspread}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kspread"]},"registered":true},{"content-type":"application/vnd.kde.kword","encoding":"base64","extensions":["kwd","kwt"],"references":["IANA","[David_Faure]","{application/vnd.kde.kword=http://www.iana.org/assignments/media-types/application/vnd.kde.kword}"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kword"]},"registered":true},{"content-type":"application/vnd.kenameaapp","encoding":"base64","extensions":["htke"],"references":["IANA","[Dirk_DiGiorgio-Haag]","{application/vnd.kenameaapp=http://www.iana.org/assignments/media-types/application/vnd.kenameaapp}"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true},{"content-type":"application/vnd.kidspiration","encoding":"base64","extensions":["kia"],"references":["IANA","[Jack_Bennett]","{application/vnd.kidspiration=http://www.iana.org/assignments/media-types/application/vnd.kidspiration}"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true},{"content-type":"application/vnd.Kinar","encoding":"base64","extensions":["kne","knp","sdf"],"references":["IANA","[Hemant_Thakkar]","{application/vnd.Kinar=http://www.iana.org/assignments/media-types/application/vnd.Kinar}"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true},{"content-type":"application/vnd.koan","encoding":"base64","extensions":["skd","skm","skp","skt"],"references":["IANA","[Pete_Cole]","{application/vnd.koan=http://www.iana.org/assignments/media-types/application/vnd.koan}"],"xrefs":{"person":["Pete_Cole"],"template":["application/vnd.koan"]},"registered":true},{"content-type":"application/vnd.kodak-descriptor","encoding":"base64","extensions":["sse"],"references":["IANA","[Michael_J._Donahue]","{application/vnd.kodak-descriptor=http://www.iana.org/assignments/media-types/application/vnd.kodak-descriptor}"],"xrefs":{"person":["Michael_J._Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true},{"content-type":"application/vnd.las.las+xml","encoding":"base64","extensions":["lasxml"],"references":["IANA","[Rob_Bailey]","{application/vnd.las.las+xml=http://www.iana.org/assignments/media-types/application/vnd.las.las+xml}"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","references":["IANA","[Brett_McDowell]","{application/vnd.liberty-request+xml=http://www.iana.org/assignments/media-types/application/vnd.liberty-request+xml}"],"xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","encoding":"base64","extensions":["lbd"],"references":["IANA","[Catherine_E._White]","{application/vnd.llamagraphics.life-balance.desktop=http://www.iana.org/assignments/media-types/application/vnd.llamagraphics.life-balance.desktop}"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","encoding":"base64","extensions":["lbe"],"references":["IANA","[Catherine_E._White]","{application/vnd.llamagraphics.life-balance.exchange+xml=http://www.iana.org/assignments/media-types/application/vnd.llamagraphics.life-balance.exchange+xml}"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true},{"content-type":"application/vnd.lotus-1-2-3","encoding":"base64","extensions":["123","wks"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-1-2-3=http://www.iana.org/assignments/media-types/application/vnd.lotus-1-2-3}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true},{"content-type":"application/vnd.lotus-approach","encoding":"base64","extensions":["apr"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-approach=http://www.iana.org/assignments/media-types/application/vnd.lotus-approach}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true},{"content-type":"application/vnd.lotus-freelance","encoding":"base64","extensions":["pre"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-freelance=http://www.iana.org/assignments/media-types/application/vnd.lotus-freelance}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true},{"content-type":"application/vnd.lotus-notes","encoding":"base64","extensions":["nsf"],"references":["IANA","[Michael_Laramie]","{application/vnd.lotus-notes=http://www.iana.org/assignments/media-types/application/vnd.lotus-notes}"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true},{"content-type":"application/vnd.lotus-organizer","encoding":"base64","extensions":["org"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-organizer=http://www.iana.org/assignments/media-types/application/vnd.lotus-organizer}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true},{"content-type":"application/vnd.lotus-screencam","encoding":"base64","extensions":["scm"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-screencam=http://www.iana.org/assignments/media-types/application/vnd.lotus-screencam}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true},{"content-type":"application/vnd.lotus-wordpro","encoding":"base64","extensions":["lwp"],"references":["IANA","[Paul_Wattenberger]","{application/vnd.lotus-wordpro=http://www.iana.org/assignments/media-types/application/vnd.lotus-wordpro}"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true},{"content-type":"application/vnd.macports.portpkg","encoding":"base64","extensions":["portpkg"],"references":["IANA","[James_Berry]","{application/vnd.macports.portpkg=http://www.iana.org/assignments/media-types/application/vnd.macports.portpkg}"],"xrefs":{"person":["James_Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","references":["IANA","[Gary_Ellison]","{application/vnd.marlin.drm.actiontoken+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.actiontoken+xml}"],"xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","references":["IANA","[Gary_Ellison]","{application/vnd.marlin.drm.conftoken+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.conftoken+xml}"],"xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","references":["IANA","[Gary_Ellison]","{application/vnd.marlin.drm.license+xml=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.license+xml}"],"xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","references":["IANA","[Gary_Ellison]","{application/vnd.marlin.drm.mdcf=http://www.iana.org/assignments/media-types/application/vnd.marlin.drm.mdcf}"],"xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true},{"content-type":"application/vnd.mcd","encoding":"base64","extensions":["mcd"],"references":["IANA","[Tadashi_Gotoh]","{application/vnd.mcd=http://www.iana.org/assignments/media-types/application/vnd.mcd}"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.mcd"]},"registered":true},{"content-type":"application/vnd.medcalcdata","encoding":"base64","extensions":["mc1"],"references":["IANA","[Frank_Schoonjans]","{application/vnd.medcalcdata=http://www.iana.org/assignments/media-types/application/vnd.medcalcdata}"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true},{"content-type":"application/vnd.mediastation.cdkey","encoding":"base64","extensions":["cdkey"],"references":["IANA","[Henry_Flurry]","{application/vnd.mediastation.cdkey=http://www.iana.org/assignments/media-types/application/vnd.mediastation.cdkey}"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","references":["IANA","[Eric_Wedel]","{application/vnd.meridian-slingshot=http://www.iana.org/assignments/media-types/application/vnd.meridian-slingshot}"],"xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true},{"content-type":"application/vnd.MFER","encoding":"base64","extensions":["mwf"],"references":["IANA","[Masaaki_Hirai]","{application/vnd.MFER=http://www.iana.org/assignments/media-types/application/vnd.MFER}"],"xrefs":{"person":["Masaaki_Hirai"],"template":["application/vnd.MFER"]},"registered":true},{"content-type":"application/vnd.mfmp","encoding":"base64","extensions":["mfm"],"references":["IANA","[Yukari_Ikeda]","{application/vnd.mfmp=http://www.iana.org/assignments/media-types/application/vnd.mfmp}"],"xrefs":{"person":["Yukari_Ikeda"],"template":["application/vnd.mfmp"]},"registered":true},{"content-type":"application/vnd.micrografx.flo","encoding":"base64","extensions":["flo"],"references":["IANA","[Joe_Prevo]","{application/vnd.micrografx.flo=http://www.iana.org/assignments/media-types/application/vnd.micrografx.flo}"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true},{"content-type":"application/vnd.micrografx.igx","encoding":"base64","extensions":["igx"],"references":["IANA","[Joe_Prevo]","{application/vnd.micrografx-igx=http://www.iana.org/assignments/media-types/application/vnd.micrografx-igx}"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx-igx"]},"registered":true},{"content-type":"application/vnd.mif","encoding":"base64","extensions":["mif"],"references":["IANA","[Mike_Wexler]","{application/vnd-mif=http://www.iana.org/assignments/media-types/application/vnd-mif}"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd-mif"]},"registered":true},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","references":["IANA","[Chris_Bartram]","{application/vnd.minisoft-hp3000-save=http://www.iana.org/assignments/media-types/application/vnd.minisoft-hp3000-save}"],"xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","references":["IANA","[Tanaka]","{application/vnd.mitsubishi.misty-guard.trustweb=http://www.iana.org/assignments/media-types/application/vnd.mitsubishi.misty-guard.trustweb}"],"xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true},{"content-type":"application/vnd.Mobius.DAF","encoding":"base64","extensions":["daf"],"references":["IANA","[Allen_K._Kabayama]","{application/vnd.Mobius.DAF=http://www.iana.org/assignments/media-types/application/vnd.Mobius.DAF}"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true},{"content-type":"application/vnd.Mobius.DIS","encoding":"base64","extensions":["dis"],"references":["IANA","[Allen_K._Kabayama]","{application/vnd.Mobius.DIS=http://www.iana.org/assignments/media-types/application/vnd.Mobius.DIS}"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true},{"content-type":"application/vnd.Mobius.MBK","encoding":"base64","extensions":["mbk"],"references":["IANA","[Alex_Devasia]","{application/vnd.Mobius.MBK=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MBK}"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true},{"content-type":"application/vnd.Mobius.MQY","encoding":"base64","extensions":["mqy"],"references":["IANA","[Alex_Devasia]","{application/vnd.Mobius.MQY=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MQY}"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true},{"content-type":"application/vnd.Mobius.MSL","encoding":"base64","extensions":["msl"],"references":["IANA","[Allen_K._Kabayama]","{application/vnd.Mobius.MSL=http://www.iana.org/assignments/media-types/application/vnd.Mobius.MSL}"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true},{"content-type":"application/vnd.Mobius.PLC","encoding":"base64","extensions":["plc"],"references":["IANA","[Allen_K._Kabayama]","{application/vnd.Mobius.PLC=http://www.iana.org/assignments/media-types/application/vnd.Mobius.PLC}"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true},{"content-type":"application/vnd.Mobius.TXF","encoding":"base64","extensions":["txf"],"references":["IANA","[Allen_K._Kabayama]","{application/vnd.Mobius.TXF=http://www.iana.org/assignments/media-types/application/vnd.Mobius.TXF}"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true},{"content-type":"application/vnd.mophun.application","encoding":"base64","extensions":["mpn"],"references":["IANA","[Bjorn_Wennerstrom]","{application/vnd.mophun.application=http://www.iana.org/assignments/media-types/application/vnd.mophun.application}"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true},{"content-type":"application/vnd.mophun.certificate","encoding":"base64","extensions":["mpc"],"references":["IANA","[Bjorn_Wennerstrom]","{application/vnd.mophun.certificate=http://www.iana.org/assignments/media-types/application/vnd.mophun.certificate}"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.adsi=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.adsi}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.fis=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.fis}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.gotap=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.gotap}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.kmr=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.kmr}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.ttc=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.ttc}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","references":["IANA","[Mark_Patton]","{application/vnd.motorola.flexsuite.wem=http://www.iana.org/assignments/media-types/application/vnd.motorola.flexsuite.wem}"],"xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","references":["IANA","[Rafie_Shamsaasef]","{application/vnd.motorola.iprm=http://www.iana.org/assignments/media-types/application/vnd.motorola.iprm}"],"xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true},{"content-type":"application/vnd.mozilla.xul+xml","encoding":"base64","extensions":["xul"],"references":["IANA","[Braden_N_McDaniel]","{application/vnd.mozilla.xul+xml=http://www.iana.org/assignments/media-types/application/vnd.mozilla.xul+xml}"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true},{"content-type":"application/vnd.ms-artgalry","encoding":"base64","extensions":["cil"],"references":["IANA","[Dean_Slawson]","{application/vnd.ms-artgalry=http://www.iana.org/assignments/media-types/application/vnd.ms-artgalry}"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"references":["IANA","[Eric_Fleischman]","{application/vnd.ms-asf=http://www.iana.org/assignments/media-types/application/vnd.ms-asf}"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true},{"content-type":"application/vnd.ms-cab-compressed","encoding":"base64","extensions":["cab"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-cab-compressed=http://www.iana.org/assignments/media-types/application/vnd.ms-cab-compressed}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true},{"content-type":"application/vnd.ms-excel","encoding":"base64","extensions":["xla","xlc","xlm","xls","xlt","xlw"],"references":["IANA","[Sukvinder_S._Gill]","{application/vnd.ms-excel=http://www.iana.org/assignments/media-types/application/vnd.ms-excel}"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-excel"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","encoding":"base64","extensions":["xlam"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.addin.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.addin.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","encoding":"base64","extensions":["xlsb"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.sheet.binary.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.sheet.binary.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","encoding":"base64","extensions":["xlsm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.sheet.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.sheet.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","encoding":"base64","extensions":["xltm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-excel.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-excel.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","encoding":"base64","extensions":["eot"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","encoding":"base64","extensions":["eot"],"references":["IANA","[Kim_Scarborough]","{application/vnd.ms-fontobject=http://www.iana.org/assignments/media-types/application/vnd.ms-fontobject}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-htmlhelp","encoding":"base64","extensions":["chm"],"references":["IANA","[Anatoly_Techtonik]","{application/vnd.ms-htmlhelp=http://www.iana.org/assignments/media-types/application/vnd.ms-htmlhelp}"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true},{"content-type":"application/vnd.ms-ims","encoding":"base64","extensions":["ims"],"references":["IANA","[Eric_Ledoux]","{application/vnd.ms-ims=http://www.iana.org/assignments/media-types/application/vnd.ms-ims}"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true},{"content-type":"application/vnd.ms-lrm","encoding":"base64","extensions":["lrm"],"references":["IANA","[Eric_Ledoux]","{application/vnd.ms-lrm=http://www.iana.org/assignments/media-types/application/vnd.ms-lrm}"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","references":["IANA","[Chris_Rae]","{application/vnd.ms-office.activeX+xml=http://www.iana.org/assignments/media-types/application/vnd.ms-office.activeX+xml}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true},{"content-type":"application/vnd.ms-officetheme","encoding":"base64","extensions":["thmx"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-officetheme=http://www.iana.org/assignments/media-types/application/vnd.ms-officetheme}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true},{"content-type":"application/vnd.ms-pki.seccat","encoding":"base64","extensions":["cat"],"registered":false},{"content-type":"application/vnd.ms-pki.stl","encoding":"base64","extensions":["stl"],"registered":false},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","references":["IANA","[Daniel_Schneider]","{application/vnd.ms-playready.initiator+xml=http://www.iana.org/assignments/media-types/application/vnd.ms-playready.initiator+xml}"],"xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint","encoding":"base64","extensions":["pot","pps","ppt"],"references":["IANA","[Sukvinder_S._Gill]","{application/vnd.ms-powerpoint=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint}"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","encoding":"base64","extensions":["ppam"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.addin.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.addin.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","encoding":"base64","extensions":["pptm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.presentation.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.presentation.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","encoding":"base64","extensions":["sldm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.slide.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.slide.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","encoding":"base64","extensions":["ppsm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.slideshow.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.slideshow.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","encoding":"base64","extensions":["potm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-powerpoint.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-powerpoint.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-project","encoding":"base64","extensions":["mpp","mpt"],"references":["IANA","[Sukvinder_S._Gill]","{application/vnd.ms-project=http://www.iana.org/assignments/media-types/application/vnd.ms-project}"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-project"]},"registered":true},{"content-type":"application/vnd.ms-tnef","encoding":"base64","references":["IANA","[Sukvinder_S._Gill]","{application/vnd.ms-tnef=http://www.iana.org/assignments/media-types/application/vnd.ms-tnef}"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","references":["IANA","[Justin_Hutchings]","{application/vnd.ms-windows.printerpairing=http://www.iana.org/assignments/media-types/application/vnd.ms-windows.printerpairing}"],"xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.lic-chlg-req=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.lic-chlg-req}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.lic-resp=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.lic-resp}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.meter-chlg-req=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.meter-chlg-req}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","references":["IANA","[Kevin_Lau]","{application/vnd.ms-wmdrm.meter-resp=http://www.iana.org/assignments/media-types/application/vnd.ms-wmdrm.meter-resp}"],"xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","encoding":"base64","extensions":["docm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-word.document.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-word.document.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","encoding":"base64","extensions":["dotm"],"references":["IANA","[Chris_Rae]","{application/vnd.ms-word.template.macroEnabled.12=http://www.iana.org/assignments/media-types/application/vnd.ms-word.template.macroEnabled.12}"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-works","encoding":"base64","extensions":["wcm","wdb","wks","wps"],"references":["IANA","[Sukvinder_S._Gill]","{application/vnd.ms-works=http://www.iana.org/assignments/media-types/application/vnd.ms-works}"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-works"]},"registered":true},{"content-type":"application/vnd.ms-wpl","encoding":"base64","extensions":["wpl"],"references":["IANA","[Dan_Plastina]","{application/vnd.ms-wpl=http://www.iana.org/assignments/media-types/application/vnd.ms-wpl}"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true},{"content-type":"application/vnd.ms-xpsdocument","encoding":"8bit","extensions":["xps"],"references":["IANA","[Jesse_McGatha]","{application/vnd.ms-xpsdocument=http://www.iana.org/assignments/media-types/application/vnd.ms-xpsdocument}"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true},{"content-type":"application/vnd.mseq","encoding":"base64","extensions":["mseq"],"references":["IANA","[Gwenael_Le_Bodic]","{application/vnd.mseq=http://www.iana.org/assignments/media-types/application/vnd.mseq}"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true},{"content-type":"application/vnd.msign","encoding":"base64","references":["IANA","[Malte_Borcherding]","{application/vnd.msign=http://www.iana.org/assignments/media-types/application/vnd.msign}"],"xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true},{"content-type":"application/vnd.multiad.creator","encoding":"base64","references":["IANA","[Steve_Mills]","{application/vnd.multiad.creator=http://www.iana.org/assignments/media-types/application/vnd.multiad.creator}"],"xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","references":["IANA","[Steve_Mills]","{application/vnd.multiad.creator.cif=http://www.iana.org/assignments/media-types/application/vnd.multiad.creator.cif}"],"xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true},{"content-type":"application/vnd.music-niff","encoding":"base64","references":["IANA","[Tim_Butler]","{application/vnd.music-niff=http://www.iana.org/assignments/media-types/application/vnd.music-niff}"],"xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true},{"content-type":"application/vnd.musician","encoding":"base64","extensions":["mus"],"references":["IANA","[Greg_Adams]","{application/vnd.musician=http://www.iana.org/assignments/media-types/application/vnd.musician}"],"xrefs":{"person":["Greg_Adams"],"template":["application/vnd.musician"]},"registered":true},{"content-type":"application/vnd.muvee.style","encoding":"base64","extensions":["msty"],"references":["IANA","[Chandrashekhara_Anantharamu]","{application/vnd.muvee.style=http://www.iana.org/assignments/media-types/application/vnd.muvee.style}"],"xrefs":{"person":["Chandrashekhara_Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"references":["IANA","[Franck_Lefevre]","{application/vnd.mynfc=http://www.iana.org/assignments/media-types/application/vnd.mynfc}"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true},{"content-type":"application/vnd.ncd.control","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.ncd.control=http://www.iana.org/assignments/media-types/application/vnd.ncd.control}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true},{"content-type":"application/vnd.ncd.reference","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.ncd.reference=http://www.iana.org/assignments/media-types/application/vnd.ncd.reference}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["bkm","ent","entity","kcm","req","request"],"references":["IANA","[Steve_Judkins]","{application/vnd.nervana=http://www.iana.org/assignments/media-types/application/vnd.nervana}"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true},{"content-type":"application/vnd.netfpx","encoding":"base64","references":["IANA","[Andy_Mutz]","{application/vnd.netfpx=http://www.iana.org/assignments/media-types/application/vnd.netfpx}"],"xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true},{"content-type":"application/vnd.neurolanguage.nlu","encoding":"base64","extensions":["nlu"],"references":["IANA","[Dan_DuFeu]","{application/vnd.neurolanguage.nlu=http://www.iana.org/assignments/media-types/application/vnd.neurolanguage.nlu}"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","references":["IANA","[Henrik_Andersson]","{application/vnd.nintendo.nitro.rom=http://www.iana.org/assignments/media-types/application/vnd.nintendo.nitro.rom}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","references":["IANA","[Henrik_Andersson]","{application/vnd.nintendo.snes.rom=http://www.iana.org/assignments/media-types/application/vnd.nintendo.snes.rom}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"references":["IANA","[Steve_Rogan]","{application/vnd.nitf=http://www.iana.org/assignments/media-types/application/vnd.nitf}"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true},{"content-type":"application/vnd.noblenet-directory","encoding":"base64","extensions":["nnd"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-directory=http://www.iana.org/assignments/media-types/application/vnd.noblenet-directory}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true},{"content-type":"application/vnd.noblenet-sealer","encoding":"base64","extensions":["nns"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-sealer=http://www.iana.org/assignments/media-types/application/vnd.noblenet-sealer}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true},{"content-type":"application/vnd.noblenet-web","encoding":"base64","extensions":["nnw"],"references":["IANA","[Monty_Solomon]","{application/vnd.noblenet-web=http://www.iana.org/assignments/media-types/application/vnd.noblenet-web}"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.catalogs=http://www.iana.org/assignments/media-types/application/vnd.nokia.catalogs}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.conml+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.conml+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.conml+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.conml+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.iptv.config+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.iptv.config+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.iSDS-radio-presets=http://www.iana.org/assignments/media-types/application/vnd.nokia.iSDS-radio-presets}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmark+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmark+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmark+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmark+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.landmarkcollection+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.landmarkcollection+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.ac+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.ac+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.data","encoding":"base64","extensions":["ngdat"],"references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.data=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.data}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.symbian.install","encoding":"base64","extensions":["n-gage"],"references":["IANA","[Nokia]","{application/vnd.nokia.n-gage.symbian.install=http://www.iana.org/assignments/media-types/application/vnd.nokia.n-gage.symbian.install}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"]},"registered":true},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.ncd=http://www.iana.org/assignments/media-types/application/vnd.nokia.ncd}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":["application/vnd.nokia.ncd"],"references":["IANA","[Nokia]"],"registered":true},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.pcd+wbxml=http://www.iana.org/assignments/media-types/application/vnd.nokia.pcd+wbxml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","references":["IANA","[Nokia]","{application/vnd.nokia.pcd+xml=http://www.iana.org/assignments/media-types/application/vnd.nokia.pcd+xml}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true},{"content-type":"application/vnd.nokia.radio-preset","encoding":"base64","extensions":["rpst"],"references":["IANA","[Nokia]","{application/vnd.nokia.radio-preset=http://www.iana.org/assignments/media-types/application/vnd.nokia.radio-preset}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true},{"content-type":"application/vnd.nokia.radio-presets","encoding":"base64","extensions":["rpss"],"references":["IANA","[Nokia]","{application/vnd.nokia.radio-presets=http://www.iana.org/assignments/media-types/application/vnd.nokia.radio-presets}"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true},{"content-type":"application/vnd.novadigm.EDM","encoding":"base64","extensions":["edm"],"references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EDM=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EDM}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true},{"content-type":"application/vnd.novadigm.EDX","encoding":"base64","extensions":["edx"],"references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EDX=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EDX}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true},{"content-type":"application/vnd.novadigm.EXT","encoding":"base64","extensions":["ext"],"references":["IANA","[Janine_Swenson]","{application/vnd.novadigm.EXT=http://www.iana.org/assignments/media-types/application/vnd.novadigm.EXT}"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","references":["IANA","[Akinori_Taya]","{application/vnd.ntt-local.content-share=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.content-share}"],"xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.file-transfer=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.file-transfer}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.sip-ta_remote=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.sip-ta_remote}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","references":["IANA","[NTT-local]","{application/vnd.ntt-local.sip-ta_tcp_stream=http://www.iana.org/assignments/media-types/application/vnd.ntt-local.sip-ta_tcp_stream}"],"xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","encoding":"base64","extensions":["odc"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.chart=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.chart}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart-template","encoding":"base64","extensions":["odc","otc"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.chart-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.chart-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","encoding":"base64","extensions":["odb"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.database=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.database}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.database"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","encoding":"base64","extensions":["odf"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.formula=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.formula}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula-template","encoding":"base64","extensions":["odf","odft"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.formula-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.formula-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics","encoding":"base64","extensions":["odg"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.graphics=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.graphics}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics-template","encoding":"base64","extensions":["otg"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.graphics-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.graphics-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image","encoding":"base64","extensions":["odi"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.image=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.image}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image-template","encoding":"base64","extensions":["odi","oti"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.image-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.image-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation","encoding":"base64","extensions":["odp"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.presentation=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.presentation}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation-template","encoding":"base64","extensions":["otp"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.presentation-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.presentation-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","encoding":"base64","extensions":["ods"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.spreadsheet=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.spreadsheet}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","encoding":"base64","extensions":["ots"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.spreadsheet-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.spreadsheet-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text","encoding":"base64","extensions":["odt"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master","encoding":"base64","extensions":["odm"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-master=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-master}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","encoding":"base64","extensions":["ott"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-template=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-template}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-web","encoding":"base64","extensions":["oth"],"references":["IANA","[Svante_Schubert]","[OASIS]","{application/vnd.oasis.opendocument.text-web=http://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.text-web}"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true},{"content-type":"application/vnd.obn","encoding":"base64","references":["IANA","[Matthias_Hessling]","{application/vnd.obn=http://www.iana.org/assignments/media-types/application/vnd.obn}"],"xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","references":["IANA","[Eli_Grey]","{application/vnd.oftn.l10n+json=http://www.iana.org/assignments/media-types/application/vnd.oftn.l10n+json}"],"xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.contentaccessdownload+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.contentaccessdownload+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.contentaccessstreaming+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.contentaccessstreaming+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.cspg-hexbinary=http://www.iana.org/assignments/media-types/application/vnd.oipf.cspg-hexbinary}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.dae.svg+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.dae.svg+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.dae.xhtml+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.dae.xhtml+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.mippvcontrolmessage+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.mippvcontrolmessage+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.pae.gem=http://www.iana.org/assignments/media-types/application/vnd.oipf.pae.gem}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.spdiscovery+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.spdiscovery+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.spdlist+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.spdlist+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.ueprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.ueprofile+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","references":["IANA","[Claire_DEsclercs]","{application/vnd.oipf.userprofile+xml=http://www.iana.org/assignments/media-types/application/vnd.oipf.userprofile+xml}"],"xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true},{"content-type":"application/vnd.olpc-sugar","encoding":"base64","extensions":["xo"],"references":["IANA","[John_Palmieri]","{application/vnd.olpc-sugar=http://www.iana.org/assignments/media-types/application/vnd.olpc-sugar}"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-config=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-config}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-http-request=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-http-request}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","references":["IANA","[Ilan_Mahalal]","{application/vnd.oma-scws-http-response=http://www.iana.org/assignments/media-types/application/vnd.oma-scws-http-response}"],"xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.associated-procedure-parameter+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.associated-procedure-parameter+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.drm-trigger+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.drm-trigger+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.imd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.imd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.ltkm=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.ltkm}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.notification+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.notification+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.provisioningtrigger=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.provisioningtrigger}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgboot=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgboot}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgdd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgdd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sgdu=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sgdu}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.simple-symbol-container=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.simple-symbol-container}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.smartcard-trigger+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.smartcard-trigger+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.sprov+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.sprov+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.bcast.stkm=http://www.iana.org/assignments/media-types/application/vnd.oma.bcast.stkm}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-address-book+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-address-book+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-feature-handler+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-feature-handler+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-pcc+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-pcc+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-subs-invite+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-subs-invite+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","references":["IANA","[Hao_Wang]","[OMA]","{application/vnd.oma.cab-user-prefs+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.cab-user-prefs+xml}"],"xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true},{"content-type":"application/vnd.oma.dcd","encoding":"base64","references":["IANA","[Avi_Primo]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.dcd=http://www.iana.org/assignments/media-types/application/vnd.oma.dcd}"],"xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","references":["IANA","[Avi_Primo]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.dcdc=http://www.iana.org/assignments/media-types/application/vnd.oma.dcdc}"],"xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true},{"content-type":"application/vnd.oma.dd2+xml","encoding":"base64","extensions":["dd2"],"references":["IANA","[Jun_Sato]","[Open_Mobile_Alliance_BAC_DLDRM_Working_Group]","{application/vnd.oma.dd2+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.dd2+xml}"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_Working_Group"],"template":["application/vnd.oma.dd2+xml"]},"registered":true},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","references":["IANA","[Uwe_Rauschenbach]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.drm.risd+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.drm.risd+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","references":["IANA","[Sean_Kelley]","[OMA_Presence_and_Availability_PAG_Working_Group]","{application/vnd.oma.group-usage-list+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.group-usage-list+xml}"],"xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","references":["IANA","[Brian_McColgan]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.pal+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.pal+xml}"],"xrefs":{"person":["Brian_McColgan","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.detailed-progress-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.detailed-progress-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.final-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.final-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","references":["IANA","[Sean_Kelley]","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.groups+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.groups+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.invocation-descriptor+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.invocation-descriptor+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","references":["IANA","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.oma.poc.optimized-progress-report+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.poc.optimized-progress-report+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.push","encoding":"base64","references":["IANA","[Bryan_Sullivan]","[OMA]","{application/vnd.oma.push=http://www.iana.org/assignments/media-types/application/vnd.oma.push}"],"xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","references":["IANA","[Wenjun_Zeng]","[OMNA-Open_Mobile_Naming_Authority]","{application/vnd.oma.scidm.messages+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.scidm.messages+xml}"],"xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","references":["IANA","[Sean_Kelley]","[OMA_Presence_and_Availability_PAG_Working_Group]","{application/vnd.oma.xcap-directory+xml=http://www.iana.org/assignments/media-types/application/vnd.oma.xcap-directory+xml}"],"xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-email+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-email+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-file+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-file+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.omads-folder+xml=http://www.iana.org/assignments/media-types/application/vnd.omads-folder+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","references":["IANA","[Julien_Grange]","{application/vnd.omaloc-supl-init=http://www.iana.org/assignments/media-types/application/vnd.omaloc-supl-init}"],"xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","references":["IANA","[Craig_Bruce]","{application/vnd.openeye.oeb=http://www.iana.org/assignments/media-types/application/vnd.openeye.oeb}"],"xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true},{"content-type":"application/vnd.openofficeorg.extension","encoding":"base64","extensions":["oxt"],"references":["IANA","[Lingner]"],"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.custom-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.custom-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.customXmlProperties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.customXmlProperties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawing+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawing+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.chart+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.chart+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.extended-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.extended-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","encoding":"base64","extensions":["pptx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presentation=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presentation}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.presProps+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.presProps+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","encoding":"base64","extensions":["sldx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slide=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slide}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slide+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slide+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","encoding":"base64","extensions":["ppsx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideshow=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideshow}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.tags+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.tags+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","encoding":"base64","extensions":["potx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","encoding":"base64","extensions":["xlsx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","encoding":"base64","extensions":["xltx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.theme+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.theme+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.themeOverride+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.themeOverride+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.vmlDrawing=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.vmlDrawing}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","encoding":"base64","extensions":["docx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","encoding":"base64","extensions":["dotx"],"references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml-template=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml-template}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.core-properties+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.core-properties+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","references":["IANA","[Makoto_Murata]","{application/vnd.openxmlformats-package.relationships+xml=http://www.iana.org/assignments/media-types/application/vnd.openxmlformats-package.relationships+xml}"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true},{"content-type":"application/vnd.orange.indata","encoding":"base64","references":["IANA","[CHATRAS_Bruno]","{application/vnd.orange.indata=http://www.iana.org/assignments/media-types/application/vnd.orange.indata}"],"xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","references":["IANA","[Steven_Klos]","{application/vnd.osa.netdeploy=http://www.iana.org/assignments/media-types/application/vnd.osa.netdeploy}"],"xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true},{"content-type":"application/vnd.osgeo.mapguide.package","encoding":"base64","extensions":["mgp"],"references":["IANA","[Jason_Birch]","{application/vnd.osgeo.mapguide.package=http://www.iana.org/assignments/media-types/application/vnd.osgeo.mapguide.package}"],"xrefs":{"person":["Jason_Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","references":["IANA","[Peter_Kriens]","{application/vnd.osgi.bundle=http://www.iana.org/assignments/media-types/application/vnd.osgi.bundle}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true},{"content-type":"application/vnd.osgi.dp","encoding":"base64","extensions":["dp"],"references":["IANA","[Peter_Kriens]","{application/vnd.osgi.dp=http://www.iana.org/assignments/media-types/application/vnd.osgi.dp}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"references":["IANA","[Peter_Kriens]","{application/vnd.osgi.subsystem=http://www.iana.org/assignments/media-types/application/vnd.osgi.subsystem}"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","references":["IANA","[Magnus_Nystrom]","{application/vnd.otps.ct-kip+xml=http://www.iana.org/assignments/media-types/application/vnd.otps.ct-kip+xml}"],"xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true},{"content-type":"application/vnd.palm","encoding":"base64","extensions":["oprc","pdb","pqa","prc"],"references":["IANA","[Gavin_Peacock]","{application/vnd.palm=http://www.iana.org/assignments/media-types/application/vnd.palm}"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true},{"content-type":"application/vnd.paos.xml","encoding":"base64","references":["IANA","[John_Kemp]","{application/vnd.paos+xml=http://www.iana.org/assignments/media-types/application/vnd.paos+xml}"],"xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos+xml"]},"registered":true},{"content-type":"application/vnd.pawaafile","encoding":"base64","extensions":["paw"],"references":["IANA","[Prakash_Baskaran]","{application/vnd.pawaafile=http://www.iana.org/assignments/media-types/application/vnd.pawaafile}"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true},{"content-type":"application/vnd.pcos","encoding":"base64","references":["IANA","[Slawomir_Lisznianski]","{application/vnd.pcos=http://www.iana.org/assignments/media-types/application/vnd.pcos}"],"xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true},{"content-type":"application/vnd.pg.format","encoding":"base64","extensions":["str"],"references":["IANA","[April_Gandert]","{application/vnd.pg.format=http://www.iana.org/assignments/media-types/application/vnd.pg.format}"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.format"]},"registered":true},{"content-type":"application/vnd.pg.osasli","encoding":"base64","extensions":["ei6"],"references":["IANA","[April_Gandert]","{application/vnd.pg.osasli=http://www.iana.org/assignments/media-types/application/vnd.pg.osasli}"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","references":["IANA","[Lucas_Maneos]","{application/vnd.piaccess.application-licence=http://www.iana.org/assignments/media-types/application/vnd.piaccess.application-licence}"],"xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true},{"content-type":"application/vnd.picsel","encoding":"base64","extensions":["efif"],"references":["IANA","[Giuseppe_Naccarato]","{application/vnd.picsel=http://www.iana.org/assignments/media-types/application/vnd.picsel}"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true},{"content-type":"application/vnd.pmi.widget","encoding":"base64","extensions":["wg"],"references":["IANA","[Rhys_Lewis]","{application/vnd.pmi.widget=http://www.iana.org/assignments/media-types/application/vnd.pmi.widget}"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","references":["IANA","[Sean_Kelley]","[OMA_Push_to_Talk_over_Cellular_POC_Working_Group]","{application/vnd.poc.group-advertisement+xml=http://www.iana.org/assignments/media-types/application/vnd.poc.group-advertisement+xml}"],"xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true},{"content-type":"application/vnd.pocketlearn","encoding":"base64","extensions":["plf"],"references":["IANA","[Jorge_Pando]","{application/vnd.pocketlearn=http://www.iana.org/assignments/media-types/application/vnd.pocketlearn}"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true},{"content-type":"application/vnd.powerbuilder6","encoding":"base64","extensions":["pbd"],"references":["IANA","[David_Guy]","{application/vnd.powerbuilder6=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder6}"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","references":["IANA","[David_Guy]","{application/vnd.powerbuilder6-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder6-s}"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder7=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder7}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder7-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder7-s}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder75=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder75}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","references":["IANA","[Reed_Shilts]","{application/vnd.powerbuilder75-s=http://www.iana.org/assignments/media-types/application/vnd.powerbuilder75-s}"],"xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true},{"content-type":"application/vnd.preminet","encoding":"base64","references":["IANA","[Juoko_Tenhunen]","{application/vnd.preminet=http://www.iana.org/assignments/media-types/application/vnd.preminet}"],"xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true},{"content-type":"application/vnd.previewsystems.box","encoding":"base64","extensions":["box"],"references":["IANA","[Roman_Smolgovsky]","{application/vnd.previewsystems.box=http://www.iana.org/assignments/media-types/application/vnd.previewsystems.box}"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true},{"content-type":"application/vnd.proteus.magazine","encoding":"base64","extensions":["mgz"],"references":["IANA","[Pete_Hoch]","{application/vnd.proteus.magazine=http://www.iana.org/assignments/media-types/application/vnd.proteus.magazine}"],"xrefs":{"person":["Pete_Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true},{"content-type":"application/vnd.publishare-delta-tree","encoding":"base64","extensions":["qps"],"references":["IANA","[Oren_Ben-Kiki]","{application/vnd.publishare-delta-tree=http://www.iana.org/assignments/media-types/application/vnd.publishare-delta-tree}"],"xrefs":{"person":["Oren_Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true},{"content-type":"application/vnd.pvi.ptid1","encoding":"base64","extensions":["pti","ptid"],"references":["IANA","[Charles_P._Lamb]","{application/vnd.pvi.ptid1=http://www.iana.org/assignments/media-types/application/vnd.pvi.ptid1}"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","references":["IANA","RFC3391"],"xrefs":{"rfc":["rfc3391"]},"registered":true},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","references":["IANA","[Don_Wright]","{application/vnd.pwg-xhtml-print+xml=http://www.iana.org/assignments/media-types/application/vnd.pwg-xhtml-print+xml}"],"xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","references":["IANA","[Glenn_Forrester]","{application/vnd.qualcomm.brew-app-res=http://www.iana.org/assignments/media-types/application/vnd.qualcomm.brew-app-res}"],"xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true},{"content-type":"application/vnd.Quark.QuarkXPress","encoding":"8bit","extensions":["qwd","qwt","qxb","qxd","qxl","qxt"],"references":["IANA","[Hannes_Scheidler]","{application/vnd.Quark.QuarkXPress=http://www.iana.org/assignments/media-types/application/vnd.Quark.QuarkXPress}"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","references":["IANA","[Matthias_Ludwig]","{application/vnd.quobject-quoxdocument=http://www.iana.org/assignments/media-types/application/vnd.quobject-quoxdocument}"],"xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"application/vnd.rainstor.data","encoding":"base64","references":["IANA","[Kevin_Crook]","{application/vnd.rainstor.data=http://www.iana.org/assignments/media-types/application/vnd.rainstor.data}"],"xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true},{"content-type":"application/vnd.rapid","encoding":"base64","references":["IANA","[Etay_Szekely]","{application/vnd.rapid=http://www.iana.org/assignments/media-types/application/vnd.rapid}"],"xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true},{"content-type":"application/vnd.realvnc.bed","encoding":"base64","extensions":["bed"],"references":["IANA","[Nick_Reeves]","{application/vnd.realvnc.bed=http://www.iana.org/assignments/media-types/application/vnd.realvnc.bed}"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml","encoding":"base64","extensions":["mxl"],"references":["IANA","[Michael_Good]","{application/vnd.recordare.musicxml=http://www.iana.org/assignments/media-types/application/vnd.recordare.musicxml}"],"xrefs":{"person":["Michael_Good"],"template":["application/vnd.recordare.musicxml"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml+xml","encoding":"base64","extensions":["musicxml"],"references":["IANA","[Michael_Good]","{application/vnd.recordare.musicxml+xml=http://www.iana.org/assignments/media-types/application/vnd.recordare.musicxml+xml}"],"xrefs":{"person":["Michael_Good"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","references":["IANA","[James_Wick]","{application/vnd.renlearn.rlprint=http://www.iana.org/assignments/media-types/application/vnd.renlearn.rlprint}"],"xrefs":{"person":["James_Wick"],"template":["application/vnd.renlearn.rlprint"]},"registered":true},{"content-type":"application/vnd.rig.cryptonote","encoding":"base64","extensions":["cryptonote"],"references":["IANA","[Ken_Jibiki]","{application/vnd.rig.cryptonote=http://www.iana.org/assignments/media-types/application/vnd.rig.cryptonote}"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true},{"content-type":"application/vnd.rim.cod","encoding":"base64","extensions":["cod"],"registered":false},{"content-type":"application/vnd.rn-realmedia","encoding":"base64","extensions":["rm"],"registered":false},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false},{"content-type":"application/vnd.route66.link66+xml","encoding":"base64","extensions":["link66"],"references":["IANA","[Sybren_Kikstra]","{application/vnd.route66.link66+xml=http://www.iana.org/assignments/media-types/application/vnd.route66.link66+xml}"],"xrefs":{"person":["Sybren_Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true},{"content-type":"application/vnd.rs-274x","encoding":"base64","references":["IANA","[Lee_Harding]","{application/vnd.rs-274x=http://www.iana.org/assignments/media-types/application/vnd.rs-274x}"],"xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true},{"content-type":"application/vnd.ruckus.download","encoding":"base64","references":["IANA","[Jerry_Harris]","{application/vnd.ruckus.download=http://www.iana.org/assignments/media-types/application/vnd.ruckus.download}"],"xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true},{"content-type":"application/vnd.s3sms","encoding":"base64","references":["IANA","[Lauri_Tarkkala]","{application/vnd.s3sms=http://www.iana.org/assignments/media-types/application/vnd.s3sms}"],"xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true},{"content-type":"application/vnd.sailingtracker.track","encoding":"base64","extensions":["st"],"references":["IANA","[Heikki_Vesalainen]","{application/vnd.sailingtracker.track=http://www.iana.org/assignments/media-types/application/vnd.sailingtracker.track}"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true},{"content-type":"application/vnd.sbm.cid","encoding":"base64","references":["IANA","[Shinji_Kusakari]","{application/vnd.sbm.cid=http://www.iana.org/assignments/media-types/application/vnd.sbm.cid}"],"xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","references":["IANA","[Masanori_Murai]","{application/vnd.sbm.mid2=http://www.iana.org/assignments/media-types/application/vnd.sbm.mid2}"],"xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true},{"content-type":"application/vnd.scribus","encoding":"base64","references":["IANA","[Craig_Bradney]","{application/vnd.scribus=http://www.iana.org/assignments/media-types/application/vnd.scribus}"],"xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true},{"content-type":"application/vnd.sealed.3df","encoding":"base64","references":["IANA","[John_Kwan]","{application/vnd.sealed.3df=http://www.iana.org/assignments/media-types/application/vnd.sealed.3df}"],"xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true},{"content-type":"application/vnd.sealed.csf","encoding":"base64","references":["IANA","[John_Kwan]","{application/vnd.sealed.csf=http://www.iana.org/assignments/media-types/application/vnd.sealed.csf}"],"xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["s1w","sdo","sdoc"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-doc=http://www.iana.org/assignments/media-types/application/vnd.sealed-doc}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-doc"]},"registered":true},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["sem","seml"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-eml=http://www.iana.org/assignments/media-types/application/vnd.sealed-eml}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-eml"]},"registered":true},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smh","smht"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-mht=http://www.iana.org/assignments/media-types/application/vnd.sealed-mht}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-mht"]},"registered":true},{"content-type":"application/vnd.sealed.net","encoding":"base64","references":["IANA","[Martin_Lambert]","{application/vnd.sealed.net=http://www.iana.org/assignments/media-types/application/vnd.sealed.net}"],"xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["s1p","spp","sppt"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-ppt=http://www.iana.org/assignments/media-types/application/vnd.sealed-ppt}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-ppt"]},"registered":true},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","references":["IANA","[John_Kwan]","[Martin_Lambert]","{application/vnd.sealed-tiff=http://www.iana.org/assignments/media-types/application/vnd.sealed-tiff}"],"xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed-tiff"]},"registered":true},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["s1e","sxl","sxls"],"references":["IANA","[David_Petersen]","{application/vnd.sealed-xls=http://www.iana.org/assignments/media-types/application/vnd.sealed-xls}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-xls"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["s1h","stm","stml"],"references":["IANA","[David_Petersen]","{application/vnd.sealedmedia.softseal-html=http://www.iana.org/assignments/media-types/application/vnd.sealedmedia.softseal-html}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-html"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["s1a","spd","spdf"],"references":["IANA","[David_Petersen]","{application/vnd.sealedmedia.softseal-pdf=http://www.iana.org/assignments/media-types/application/vnd.sealedmedia.softseal-pdf}"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-pdf"]},"registered":true},{"content-type":"application/vnd.seemail","encoding":"base64","extensions":["see"],"references":["IANA","[Steve_Webb]","{application/vnd.seemail=http://www.iana.org/assignments/media-types/application/vnd.seemail}"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true},{"content-type":"application/vnd.sema","encoding":"base64","extensions":["sema"],"references":["IANA","[Anders_Hansson]","{application/vnd-sema=http://www.iana.org/assignments/media-types/application/vnd-sema}"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd-sema"]},"registered":true},{"content-type":"application/vnd.semd","encoding":"base64","extensions":["semd"],"references":["IANA","[Anders_Hansson]","{application/vnd.semd=http://www.iana.org/assignments/media-types/application/vnd.semd}"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true},{"content-type":"application/vnd.semf","encoding":"base64","extensions":["semf"],"references":["IANA","[Anders_Hansson]","{application/vnd.semf=http://www.iana.org/assignments/media-types/application/vnd.semf}"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true},{"content-type":"application/vnd.shana.informed.formdata","encoding":"base64","extensions":["ifm"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.formdata=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.formdata}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true},{"content-type":"application/vnd.shana.informed.formtemplate","encoding":"base64","extensions":["itp"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.formtemplate=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.formtemplate}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true},{"content-type":"application/vnd.shana.informed.interchange","encoding":"base64","extensions":["iif"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.interchange=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.interchange}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true},{"content-type":"application/vnd.shana.informed.package","encoding":"base64","extensions":["ipk"],"references":["IANA","[Guy_Selzler]","{application/vnd.shana.informed.package=http://www.iana.org/assignments/media-types/application/vnd.shana.informed.package}"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true},{"content-type":"application/vnd.SimTech-MindMapper","encoding":"base64","extensions":["twd","twds"],"references":["IANA","[Patrick_Koh]","{application/vnd.SimTech-MindMapper=http://www.iana.org/assignments/media-types/application/vnd.SimTech-MindMapper}"],"xrefs":{"person":["Patrick_Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true},{"content-type":"application/vnd.siren+json","encoding":"base64","references":["IANA","[Kevin_Swiber]","{application/vnd.siren+json=http://www.iana.org/assignments/media-types/application/vnd.siren+json}"],"xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true},{"content-type":"application/vnd.smaf","encoding":"base64","extensions":["mmf"],"references":["IANA","[Hiroaki_Takahashi]","{application/vnd.smaf=http://www.iana.org/assignments/media-types/application/vnd.smaf}"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true},{"content-type":"application/vnd.smart.notebook","encoding":"base64","references":["IANA","[Jonathan_Neitz]","{application/vnd.smart.notebook=http://www.iana.org/assignments/media-types/application/vnd.smart.notebook}"],"xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true},{"content-type":"application/vnd.smart.teacher","encoding":"base64","extensions":["teacher"],"references":["IANA","[Michael_Boyle]","{application/vnd.smart.teacher=http://www.iana.org/assignments/media-types/application/vnd.smart.teacher}"],"xrefs":{"person":["Michael_Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","references":["IANA","[Jakub_Hytka]","[Martin_Vondrous]","{application/vnd.software602.filler.form+xml=http://www.iana.org/assignments/media-types/application/vnd.software602.filler.form+xml}"],"xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","references":["IANA","[Jakub_Hytka]","[Martin_Vondrous]","{application/vnd.software602.filler.form-xml-zip=http://www.iana.org/assignments/media-types/application/vnd.software602.filler.form-xml-zip}"],"xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true},{"content-type":"application/vnd.solent.sdkm+xml","encoding":"base64","extensions":["sdkd","sdkm"],"references":["IANA","[Cliff_Gauntlett]","{application/vnd.solent.sdkm+xml=http://www.iana.org/assignments/media-types/application/vnd.solent.sdkm+xml}"],"xrefs":{"person":["Cliff_Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true},{"content-type":"application/vnd.spotfire.dxp","encoding":"base64","extensions":["dxp"],"references":["IANA","[Stefan_Jernberg]","{application/vnd.spotfire.dxp=http://www.iana.org/assignments/media-types/application/vnd.spotfire.dxp}"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true},{"content-type":"application/vnd.spotfire.sfs","encoding":"base64","extensions":["sfs"],"references":["IANA","[Stefan_Jernberg]","{application/vnd.spotfire.sfs=http://www.iana.org/assignments/media-types/application/vnd.spotfire.sfs}"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true},{"content-type":"application/vnd.sss-cod","encoding":"base64","references":["IANA","[Asang_Dani]","{application/vnd.sss-cod=http://www.iana.org/assignments/media-types/application/vnd.sss-cod}"],"xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true},{"content-type":"application/vnd.sss-dtf","encoding":"base64","references":["IANA","[Eric_Bruno]","{application/vnd.sss-dtf=http://www.iana.org/assignments/media-types/application/vnd.sss-dtf}"],"xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true},{"content-type":"application/vnd.sss-ntf","encoding":"base64","references":["IANA","[Eric_Bruno]","{application/vnd.sss-ntf=http://www.iana.org/assignments/media-types/application/vnd.sss-ntf}"],"xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true},{"content-type":"application/vnd.stardivision.calc","encoding":"base64","extensions":["sdc"],"registered":false},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false},{"content-type":"application/vnd.stardivision.draw","encoding":"base64","extensions":["sda"],"registered":false},{"content-type":"application/vnd.stardivision.impress","encoding":"base64","extensions":["sdd"],"registered":false},{"content-type":"application/vnd.stardivision.math","encoding":"base64","extensions":["sdf","smf"],"registered":false},{"content-type":"application/vnd.stardivision.writer","encoding":"base64","extensions":["sdw","vor"],"registered":false},{"content-type":"application/vnd.stardivision.writer-global","encoding":"base64","extensions":["sgl"],"registered":false},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"references":["IANA","[Henrik_Andersson]","{application/vnd.stepmania.package=http://www.iana.org/assignments/media-types/application/vnd.stepmania.package}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true},{"content-type":"application/vnd.stepmania.stepchart","encoding":"base64","extensions":["sm"],"references":["IANA","[Henrik_Andersson]","{application/vnd.stepmania.stepchart=http://www.iana.org/assignments/media-types/application/vnd.stepmania.stepchart}"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true},{"content-type":"application/vnd.street-stream","encoding":"base64","references":["IANA","[Glenn_Levitt]","{application/vnd.street-stream=http://www.iana.org/assignments/media-types/application/vnd.street-stream}"],"xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","references":["IANA","[Marc_Hadley]","{application/vnd.sun.wadl+xml=http://www.iana.org/assignments/media-types/application/vnd.sun.wadl+xml}"],"xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true},{"content-type":"application/vnd.sun.xml.calc","encoding":"base64","extensions":["sxc"],"registered":false},{"content-type":"application/vnd.sun.xml.calc.template","encoding":"base64","extensions":["stc"],"registered":false},{"content-type":"application/vnd.sun.xml.draw","encoding":"base64","extensions":["sxd"],"registered":false},{"content-type":"application/vnd.sun.xml.draw.template","encoding":"base64","extensions":["std"],"registered":false},{"content-type":"application/vnd.sun.xml.impress","encoding":"base64","extensions":["sxi"],"registered":false},{"content-type":"application/vnd.sun.xml.impress.template","encoding":"base64","extensions":["sti"],"registered":false},{"content-type":"application/vnd.sun.xml.math","encoding":"base64","extensions":["sxm"],"registered":false},{"content-type":"application/vnd.sun.xml.writer","encoding":"base64","extensions":["sxw"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.global","encoding":"base64","extensions":["sxg"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.template","encoding":"base64","extensions":["stw"],"registered":false},{"content-type":"application/vnd.sus-calendar","encoding":"base64","extensions":["sus","susp"],"references":["IANA","[Jonathan_Niedfeldt]","{application/vnd.sus-calendar=http://www.iana.org/assignments/media-types/application/vnd.sus-calendar}"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true},{"content-type":"application/vnd.svd","encoding":"base64","extensions":["svd"],"references":["IANA","[Scott_Becker]","{application/vnd.svd=http://www.iana.org/assignments/media-types/application/vnd.svd}"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","references":["IANA","[Glenn_Widener]","{application/vnd.swiftview-ics=http://www.iana.org/assignments/media-types/application/vnd.swiftview-ics}"],"xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true},{"content-type":"application/vnd.symbian.install","encoding":"base64","extensions":["sis","sisx"],"registered":false},{"content-type":"application/vnd.syncml+xml","encoding":"base64","extensions":["xsm"],"references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.syncml+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml+xml}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+wbxml","encoding":"base64","extensions":["bdm"],"references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dm+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+xml","encoding":"base64","extensions":["xdm"],"references":["IANA","[Bindu_Rama_Rao]","[OMA-DM_Work_Group]","{application/vnd.syncml.dm+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm+xml}"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","references":["IANA","[Peter_Thompson]","[OMA-DM_Work_Group]","{application/vnd.syncml.dm.notification=http://www.iana.org/assignments/media-types/application/vnd.syncml.dm.notification}"],"xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmddf+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmddf+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmddf+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmddf+xml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmtnds+wbxml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmtnds+wbxml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","references":["IANA","[OMA-DM_Work_Group]","{application/vnd.syncml.dmtnds+xml=http://www.iana.org/assignments/media-types/application/vnd.syncml.dmtnds+xml}"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","references":["IANA","[OMA_Data_Synchronization_Working_Group]","{application/vnd.syncml.ds.notification=http://www.iana.org/assignments/media-types/application/vnd.syncml.ds.notification}"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true},{"content-type":"application/vnd.tao.intent-module-archive","encoding":"base64","extensions":["tao"],"references":["IANA","[Daniel_Shelton]","{application/vnd.tao.intent-module-archive=http://www.iana.org/assignments/media-types/application/vnd.tao.intent-module-archive}"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"references":["IANA","[Guy_Harris]","[Glen_Turner]","{application/vnd.tcpdump.pcap=http://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap}"],"xrefs":{"person":["Glen_Turner","Guy_Harris"],"template":["application/vnd.tcpdump.pcap"]},"registered":true},{"content-type":"application/vnd.tmobile-livetv","encoding":"base64","extensions":["tmo"],"references":["IANA","[Nicolas_Helin]","{application/vnd.tmobile-livetv=http://www.iana.org/assignments/media-types/application/vnd.tmobile-livetv}"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true},{"content-type":"application/vnd.trid.tpt","encoding":"base64","extensions":["tpt"],"references":["IANA","[Frank_Cusack]","{application/vnd.trid.tpt=http://www.iana.org/assignments/media-types/application/vnd.trid.tpt}"],"xrefs":{"person":["Frank_Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true},{"content-type":"application/vnd.triscape.mxs","encoding":"base64","extensions":["mxs"],"references":["IANA","[Steven_Simonoff]","{application/vnd.triscape.mxs=http://www.iana.org/assignments/media-types/application/vnd.triscape.mxs}"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true},{"content-type":"application/vnd.trueapp","encoding":"base64","extensions":["tra"],"references":["IANA","[J._Scott_Hepler]","{application/vnd.trueapp=http://www.iana.org/assignments/media-types/application/vnd.trueapp}"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true},{"content-type":"application/vnd.truedoc","encoding":"base64","references":["IANA","[Brad_Chase]","{application/vnd.truedoc=http://www.iana.org/assignments/media-types/application/vnd.truedoc}"],"xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","references":["IANA","[Martin_Talbot]","{application/vnd.ubisoft.webplayer=http://www.iana.org/assignments/media-types/application/vnd.ubisoft.webplayer}"],"xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true},{"content-type":"application/vnd.ufdl","encoding":"base64","extensions":["ufd","ufdl"],"references":["IANA","[Dave_Manning]","{application/vnd.ufdl=http://www.iana.org/assignments/media-types/application/vnd.ufdl}"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true},{"content-type":"application/vnd.uiq.theme","encoding":"base64","extensions":["utz"],"references":["IANA","[Tim_Ocock]","{application/vnd.uiq.theme=http://www.iana.org/assignments/media-types/application/vnd.uiq.theme}"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true},{"content-type":"application/vnd.umajin","encoding":"base64","extensions":["umj"],"references":["IANA","[Jamie_Riden]","{application/vnd.umajin=http://www.iana.org/assignments/media-types/application/vnd.umajin}"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true},{"content-type":"application/vnd.unity","encoding":"base64","extensions":["unityweb"],"references":["IANA","[Unity3d]","{application/vnd.unity=http://www.iana.org/assignments/media-types/application/vnd.unity}"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true},{"content-type":"application/vnd.uoml+xml","encoding":"base64","extensions":["uoml"],"references":["IANA","[Arne_Gerdes]","{application/vnd.uoml+xml=http://www.iana.org/assignments/media-types/application/vnd.uoml+xml}"],"xrefs":{"person":["Arne_Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.alert=http://www.iana.org/assignments/media-types/application/vnd.uplanet.alert}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.alert-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.alert-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.bearer-choice=http://www.iana.org/assignments/media-types/application/vnd.uplanet.bearer-choice}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.bearer-choice-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.bearer-choice-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.cacheop=http://www.iana.org/assignments/media-types/application/vnd.uplanet.cacheop}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.cacheop-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.cacheop-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.channel=http://www.iana.org/assignments/media-types/application/vnd.uplanet.channel}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.channel-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.channel-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.list","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.list=http://www.iana.org/assignments/media-types/application/vnd.uplanet.list}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.list-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.list-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.listcmd=http://www.iana.org/assignments/media-types/application/vnd.uplanet.listcmd}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.listcmd-wbxml=http://www.iana.org/assignments/media-types/application/vnd.uplanet.listcmd-wbxml}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","references":["IANA","[Bruce_Martin]","{application/vnd.uplanet.signal=http://www.iana.org/assignments/media-types/application/vnd.uplanet.signal}"],"xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true},{"content-type":"application/vnd.vcx","encoding":"base64","extensions":["vcx"],"references":["IANA","[Taisuke_Sugimoto]","{application/vnd.vcx=http://www.iana.org/assignments/media-types/application/vnd.vcx}"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true},{"content-type":"application/vnd.vd-study","encoding":"base64","references":["IANA","[Luc_Rogge]","{application/vnd.vd-study=http://www.iana.org/assignments/media-types/application/vnd.vd-study}"],"xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true},{"content-type":"application/vnd.vectorworks","encoding":"base64","references":["IANA","[Lyndsey_Ferguson]","[Biplab_Sarkar]","{application/vnd.vectorworks=http://www.iana.org/assignments/media-types/application/vnd.vectorworks}"],"xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","references":["IANA","[Petr_Peterka]","{application/vnd.verimatrix.vcas=http://www.iana.org/assignments/media-types/application/vnd.verimatrix.vcas}"],"xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"references":["IANA","[Robert_Hess]","{application/vnd.vidsoft.vidconference=http://www.iana.org/assignments/media-types/application/vnd.vidsoft.vidconference}"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true},{"content-type":"application/vnd.visio","encoding":"base64","extensions":["vsd","vss","vst","vsw"],"references":["IANA","[Troy_Sandal]","{application/vnd.visio=http://www.iana.org/assignments/media-types/application/vnd.visio}"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true},{"content-type":"application/vnd.visionary","encoding":"base64","extensions":["vis"],"references":["IANA","[Gayatri_Aravindakumar]","{application/vnd.visionary=http://www.iana.org/assignments/media-types/application/vnd.visionary}"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","references":["IANA","[Mark_Risher]","{application/vnd.vividence.scriptfile=http://www.iana.org/assignments/media-types/application/vnd.vividence.scriptfile}"],"xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true},{"content-type":"application/vnd.vsf","encoding":"base64","extensions":["vsf"],"references":["IANA","[Delton_Rowe]","{application/vnd.vsf=http://www.iana.org/assignments/media-types/application/vnd.vsf}"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"references":["IANA","[WAP-Forum]","{application/vnd.wap.sic=http://www.iana.org/assignments/media-types/application/vnd.wap.sic}"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"references":["IANA","[WAP-Forum]","{application/vnd.wap-slc=http://www.iana.org/assignments/media-types/application/vnd.wap-slc}"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap-slc"]},"registered":true},{"content-type":"application/vnd.wap.wbxml","encoding":"base64","extensions":["wbxml"],"references":["IANA","[Peter_Stark]","{application/vnd.wap-wbxml=http://www.iana.org/assignments/media-types/application/vnd.wap-wbxml}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap-wbxml"]},"registered":true},{"content-type":"application/vnd.wap.wmlc","encoding":"base64","extensions":["wmlc"],"references":["IANA","[Peter_Stark]","{application/vnd-wap-wmlc=http://www.iana.org/assignments/media-types/application/vnd-wap-wmlc}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd-wap-wmlc"]},"registered":true},{"content-type":"application/vnd.wap.wmlscriptc","encoding":"base64","extensions":["wmlsc"],"references":["IANA","[Peter_Stark]","{application/vnd.wap.wmlscriptc=http://www.iana.org/assignments/media-types/application/vnd.wap.wmlscriptc}"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true},{"content-type":"application/vnd.webturbo","encoding":"base64","extensions":["wtb"],"references":["IANA","[Yaser_Rehem]","{application/vnd.webturbo=http://www.iana.org/assignments/media-types/application/vnd.webturbo}"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","references":["IANA","[Mick_Conley]","{application/vnd.wfa.p2p=http://www.iana.org/assignments/media-types/application/vnd.wfa.p2p}"],"xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","references":["IANA","[Wi-Fi_Alliance]","{application/vnd.wfa.wsc=http://www.iana.org/assignments/media-types/application/vnd.wfa.wsc}"],"xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","references":["IANA","[Priya_Dandawate]","{application/vnd.windows.devicepairing=http://www.iana.org/assignments/media-types/application/vnd.windows.devicepairing}"],"xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.wmc","encoding":"base64","references":["IANA","[Thomas_Kjornes]","{application/vnd.wmc=http://www.iana.org/assignments/media-types/application/vnd.wmc}"],"xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","references":["IANA","[Thinh_Nguyenphu]","[Prakash_Iyer]","{application/vnd.wmf.bootstrap=http://www.iana.org/assignments/media-types/application/vnd.wmf.bootstrap}"],"xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","references":["IANA","[Wolfram]","{application/vnd.wolfram.mathematica=http://www.iana.org/assignments/media-types/application/vnd.wolfram.mathematica}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","references":["IANA","[Wolfram]","{application/vnd.wolfram.mathematica.package=http://www.iana.org/assignments/media-types/application/vnd.wolfram.mathematica.package}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true},{"content-type":"application/vnd.wolfram.player","encoding":"base64","extensions":["nbp"],"references":["IANA","[Wolfram]","{application/vnd.wolfram.player=http://www.iana.org/assignments/media-types/application/vnd.wolfram.player}"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true},{"content-type":"application/vnd.wordperfect","encoding":"base64","extensions":["wpd"],"references":["IANA","[Kim_Scarborough]","{application/vnd.wordperfect=http://www.iana.org/assignments/media-types/application/vnd.wordperfect}"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true},{"content-type":"application/vnd.wqd","encoding":"base64","extensions":["wqd"],"references":["IANA","[Jan_Bostrom]","{application/vnd.wqd=http://www.iana.org/assignments/media-types/application/vnd.wqd}"],"xrefs":{"person":["Jan_Bostrom"],"template":["application/vnd.wqd"]},"registered":true},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","references":["IANA","[Chris_Bartram]","{application/vnd.wrq-hp3000-labelled=http://www.iana.org/assignments/media-types/application/vnd.wrq-hp3000-labelled}"],"xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true},{"content-type":"application/vnd.wt.stf","encoding":"base64","extensions":["stf"],"references":["IANA","[Bill_Wohler]","{application/vnd.wt.stf=http://www.iana.org/assignments/media-types/application/vnd.wt.stf}"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"references":["IANA","[Matti_Salmi]","{application/vnd.wv.csp+wbxml=http://www.iana.org/assignments/media-types/application/vnd.wv.csp+wbxml}"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","references":["IANA","[John_Ingi_Ingimundarson]","{application/vnd.wv.csp+xml=http://www.iana.org/assignments/media-types/application/vnd.wv.csp+xml}"],"xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","references":["IANA","[John_Ingi_Ingimundarson]","{application/vnd.wv.ssp+xml=http://www.iana.org/assignments/media-types/application/vnd.wv.ssp+xml}"],"xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true},{"content-type":"application/vnd.xacml+json","encoding":"base64","references":["IANA","[David_Brossard]","{application/vnd.xacml+json=http://www.iana.org/assignments/media-types/application/vnd.xacml+json}"],"xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true},{"content-type":"application/vnd.xara","encoding":"base64","extensions":["xar"],"references":["IANA","[David_Matthewman]","{application/vnd.xara=http://www.iana.org/assignments/media-types/application/vnd.xara}"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true},{"content-type":"application/vnd.xfdl","encoding":"base64","extensions":["xfdl"],"references":["IANA","[Dave_Manning]","{application/vnd.xfdl=http://www.iana.org/assignments/media-types/application/vnd.xfdl}"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","references":["IANA","[Michael_Mansell]","{application/vnd.xfdl.webform=http://www.iana.org/assignments/media-types/application/vnd.xfdl.webform}"],"xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true},{"content-type":"application/vnd.xmi+xml","encoding":"base64","references":["IANA","[Fred_Waskiewicz]","{application/vnd.xmi+xml=http://www.iana.org/assignments/media-types/application/vnd.xmi+xml}"],"xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.cpkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.cpkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.dpkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.dpkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.plan=http://www.iana.org/assignments/media-types/application/vnd.xmpie.plan}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.ppkg=http://www.iana.org/assignments/media-types/application/vnd.xmpie.ppkg}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","references":["IANA","[Reuven_Sherwin]","{application/vnd.xmpie.xlim=http://www.iana.org/assignments/media-types/application/vnd.xmpie.xlim}"],"xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-dic","encoding":"base64","extensions":["hvd"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-dic=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-dic}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-script","encoding":"base64","extensions":["hvs"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-script=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-script}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-voice","encoding":"base64","extensions":["hvp"],"references":["IANA","[Tomohiro_Yamamoto]","{application/vnd.yamaha.hv-voice=http://www.iana.org/assignments/media-types/application/vnd.yamaha.hv-voice}"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat","encoding":"base64","extensions":["osf"],"references":["IANA","[Mark_Olleson]","{application/vnd.yamaha.openscoreformat=http://www.iana.org/assignments/media-types/application/vnd.yamaha.openscoreformat}"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","encoding":"base64","extensions":["osfpvg"],"references":["IANA","[Mark_Olleson]","{application/vnd.yamaha.openscoreformat.osfpvg+xml=http://www.iana.org/assignments/media-types/application/vnd.yamaha.openscoreformat.osfpvg+xml}"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.remote-setup=http://www.iana.org/assignments/media-types/application/vnd.yamaha.remote-setup}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-audio","encoding":"base64","extensions":["saf"],"references":["IANA","[Keiichi_Shinoda]","{application/vnd.yamaha.smaf-audio=http://www.iana.org/assignments/media-types/application/vnd.yamaha.smaf-audio}"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-phrase","encoding":"base64","extensions":["spf"],"references":["IANA","[Keiichi_Shinoda]","{application/vnd.yamaha.smaf-phrase=http://www.iana.org/assignments/media-types/application/vnd.yamaha.smaf-phrase}"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.through-ngn=http://www.iana.org/assignments/media-types/application/vnd.yamaha.through-ngn}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","references":["IANA","[Takehiro_Sukizaki]","{application/vnd.yamaha.tunnel-udpencap=http://www.iana.org/assignments/media-types/application/vnd.yamaha.tunnel-udpencap}"],"xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true},{"content-type":"application/vnd.yellowriver-custom-menu","encoding":"base64","extensions":["cmp"],"references":["IANA","[Mr._Yellow]","{application/vnd.yellowriver-custom-menu=http://www.iana.org/assignments/media-types/application/vnd.yellowriver-custom-menu}"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true},{"content-type":"application/vnd.zul","encoding":"base64","extensions":["zir","zirz"],"references":["IANA","[Rene_Grothmann]","{application/vnd.zul=http://www.iana.org/assignments/media-types/application/vnd.zul}"],"xrefs":{"person":["Rene_Grothmann"],"template":["application/vnd.zul"]},"registered":true},{"content-type":"application/vnd.zzazz.deck+xml","encoding":"base64","extensions":["zaz"],"references":["IANA","[Micheal_Hewett]","{application/vnd.zzazz.deck+xml=http://www.iana.org/assignments/media-types/application/vnd.zzazz.deck+xml}"],"xrefs":{"person":["Micheal_Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true},{"content-type":"application/voicexml+xml","encoding":"base64","extensions":["vxml"],"references":["IANA","RFC4267"],"xrefs":{"rfc":["rfc4267"]},"registered":true},{"content-type":"application/vq-rtcpxr","encoding":"base64","references":["IANA","RFC6035"],"xrefs":{"rfc":["rfc6035"]},"registered":true},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"references":["IANA","RFC3858"],"xrefs":{"rfc":["rfc3858"]},"registered":true},{"content-type":"application/whoispp-query","encoding":"base64","references":["IANA","RFC2957"],"xrefs":{"rfc":["rfc2957"]},"registered":true},{"content-type":"application/whoispp-response","encoding":"base64","references":["IANA","RFC2958"],"xrefs":{"rfc":["rfc2958"]},"registered":true},{"content-type":"application/widget","encoding":"base64","extensions":["wgt"],"references":["IANA","[W3C]","[Steven_Pemberton]","{http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw}"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw"]},"registered":true},{"content-type":"application/winhlp","encoding":"base64","extensions":["hlp"],"registered":false},{"content-type":"application/wita","encoding":"base64","references":["IANA","[Larry_Campbell]","{application/wita=http://www.iana.org/assignments/media-types/application/wita}"],"xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp","wp5"],"references":["IANA","[Paul_Lindner]","{application/wordperfect5.1=http://www.iana.org/assignments/media-types/application/wordperfect5.1}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":["application/x-wordperfect6.1"],"registered":false},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/wsdl+xml","encoding":"base64","extensions":["wsdl"],"references":["IANA","[W3C]","{application/wsdl+xml=http://www.iana.org/assignments/media-types/application/wsdl+xml}"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true},{"content-type":"application/wspolicy+xml","encoding":"base64","extensions":["wspolicy"],"references":["IANA","[W3C]","{application/wspolicy+xml=http://www.iana.org/assignments/media-types/application/wspolicy+xml}"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/x-7z-compressed","encoding":"base64","extensions":["7z"],"references":["{7zip=http://www.7-zip.org/7z.html}"],"registered":false},{"content-type":"application/x-abiword","encoding":"base64","extensions":["abw"],"registered":false},{"content-type":"application/x-access","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"obsolete":true,"use-instead":["application/x-msaccess"],"registered":false},{"content-type":"application/x-ace-compressed","encoding":"base64","extensions":["ace"],"registered":false},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-authorware-bin","encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false},{"content-type":"application/x-authorware-map","encoding":"base64","extensions":["aam"],"registered":false},{"content-type":"application/x-authorware-seg","encoding":"base64","extensions":["aas"],"registered":false},{"content-type":"application/x-bcpio","encoding":"base64","extensions":["bcpio"],"registered":false},{"content-type":"application/x-bittorrent","encoding":"base64","extensions":["torrent"],"registered":false},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false},{"content-type":"application/x-bzip","encoding":"base64","extensions":["bz"],"registered":false},{"content-type":"application/x-bzip2","encoding":"base64","extensions":["boz","bz2"],"registered":false},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false},{"content-type":"application/x-cdlink","encoding":"base64","extensions":["vcd"],"registered":false},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false},{"content-type":"application/x-chat","encoding":"base64","extensions":["chat"],"registered":false},{"content-type":"application/x-chess-pgn","encoding":"base64","extensions":["pgn"],"registered":false},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false},{"content-type":"application/x-clariscad","encoding":"base64","registered":false},{"content-type":"application/x-compress","encoding":"base64","extensions":["Z","z"],"obsolete":true,"use-instead":["application/x-compressed"],"registered":false},{"content-type":"application/x-compressed","encoding":"base64","extensions":["Z","z"],"registered":false},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false},{"content-type":"application/x-cpio","encoding":"base64","extensions":["cpio"],"registered":false},{"content-type":"application/x-csh","encoding":"8bit","extensions":["csh"],"registered":false},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false},{"content-type":"application/x-debian-package","encoding":"base64","extensions":["deb","udeb"],"registered":false},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false},{"content-type":"application/x-director","encoding":"base64","extensions":["cct","cst","cxt","dcr","dir","dxr","fgd","swa","w3d"],"registered":false},{"content-type":"application/x-doom","encoding":"base64","extensions":["wad"],"registered":false},{"content-type":"application/x-drafting","encoding":"base64","registered":false},{"content-type":"application/x-dtbncx+xml","encoding":"base64","extensions":["ncx"],"registered":false},{"content-type":"application/x-dtbook+xml","encoding":"base64","extensions":["dtb"],"registered":false},{"content-type":"application/x-dtbresource+xml","encoding":"base64","extensions":["res"],"registered":false},{"content-type":"application/x-dvi","encoding":"base64","extensions":["dvi"],"registered":false},{"content-type":"application/x-dxf","encoding":"base64","registered":false},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":["application/vnd.ms-excel"],"registered":false},{"content-type":"application/x-font-bdf","encoding":"base64","extensions":["bdf"],"registered":false},{"content-type":"application/x-font-ghostscript","encoding":"base64","extensions":["gsf"],"registered":false},{"content-type":"application/x-font-linux-psf","encoding":"base64","extensions":["psf"],"registered":false},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-otf","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-pcf","encoding":"base64","extensions":["pcf"],"registered":false},{"content-type":"application/x-font-snf","encoding":"base64","extensions":["snf"],"registered":false},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false},{"content-type":"application/x-font-ttf","encoding":"base64","extensions":["ttc","ttf"],"registered":false},{"content-type":"application/x-font-type1","encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false},{"content-type":"application/x-fractals","encoding":"base64","registered":false},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false},{"content-type":"application/x-futuresplash","encoding":"base64","extensions":["spl"],"registered":false},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false},{"content-type":"application/x-ghostview","encoding":"base64","registered":false},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false},{"content-type":"application/x-gnumeric","encoding":"base64","extensions":["gnumeric"],"registered":false},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false},{"content-type":"application/x-gtar","encoding":"base64","extensions":["gtar","tbz","tbz2","tgz"],"registered":false},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":["application/gzip"],"registered":false},{"content-type":"application/x-hdf","encoding":"base64","extensions":["hdf"],"registered":false},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["php","pht","phtml"],"registered":false},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false},{"content-type":"application/x-ideas","encoding":"base64","registered":false},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/x-java-jnlp-file","encoding":"base64","extensions":["jnlp"],"registered":false},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js"],"obsolete":true,"use-instead":["application/javascript"],"registered":false},{"content-type":"application/x-koan","encoding":"base64","extensions":["skd","skm","skp","skt"],"registered":false},{"content-type":"application/x-latex","encoding":"8bit","extensions":["latex","ltx"],"registered":false},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":["application/vnd.lotus-1-2-3"],"registered":false},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false,"system":"(?-mix:mac)"},{"content-type":"application/x-macbinary","encoding":"base64","registered":false},{"content-type":"application/x-maker","encoding":"base64","extensions":["book","fb","fbdoc","fm","frame","frm","maker"],"obsolete":true,"use-instead":["application/vnd.framemaker"],"registered":false},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":["application/vnd.mcd"],"registered":false},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false},{"content-type":"application/x-mobipocket-ebook","encoding":"base64","extensions":["mobi","prc"],"registered":false},{"content-type":"application/x-ms-application","encoding":"base64","extensions":["application"],"registered":false},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false},{"content-type":"application/x-ms-wmd","encoding":"base64","extensions":["wmd"],"registered":false},{"content-type":"application/x-ms-wmz","encoding":"base64","extensions":["wmz"],"registered":false},{"content-type":"application/x-ms-xbap","encoding":"base64","extensions":["xbap"],"registered":false},{"content-type":"application/x-msaccess","encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false},{"content-type":"application/x-msbinder","encoding":"base64","extensions":["obd"],"registered":false},{"content-type":"application/x-mscardfile","encoding":"base64","extensions":["crd"],"registered":false},{"content-type":"application/x-msclip","encoding":"base64","extensions":["clp"],"registered":false},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["bat","cmd","com","exe"],"registered":false},{"content-type":"application/x-msdownload","encoding":"base64","extensions":["bat","com","dll","exe","msi"],"registered":false},{"content-type":"application/x-msmediaview","encoding":"base64","extensions":["m13","m14","mvb"],"registered":false},{"content-type":"application/x-msmetafile","encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false},{"content-type":"application/x-msmoney","encoding":"base64","extensions":["mny"],"registered":false},{"content-type":"application/x-mspublisher","encoding":"base64","extensions":["pub"],"registered":false},{"content-type":"application/x-msschedule","encoding":"base64","extensions":["scd"],"registered":false},{"content-type":"application/x-msterminal","encoding":"base64","extensions":["trm"],"registered":false},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":["application/msword"],"registered":false},{"content-type":"application/x-mswrite","encoding":"base64","extensions":["wri"],"registered":false},{"content-type":"application/x-netcdf","encoding":"base64","extensions":["cdf","nc"],"registered":false},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true},{"content-type":"application/x-pkcs12","encoding":"base64","extensions":["p12","pfx"],"registered":false},{"content-type":"application/x-pkcs7-certificates","encoding":"base64","extensions":["p7b","spc"],"registered":false},{"content-type":"application/x-pkcs7-certreqresp","encoding":"base64","extensions":["p7r"],"registered":false},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false},{"content-type":"application/x-rar-compressed","encoding":"base64","extensions":["rar"],"registered":false},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":["application/rtf"],"registered":false},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false},{"content-type":"application/x-set","encoding":"base64","registered":false},{"content-type":"application/x-sh","encoding":"8bit","extensions":["sh"],"registered":false},{"content-type":"application/x-shar","encoding":"8bit","extensions":["shar"],"registered":false},{"content-type":"application/x-shockwave-flash","encoding":"base64","extensions":["swf"],"registered":false},{"content-type":"application/x-silverlight-app","encoding":"base64","extensions":["xap"],"registered":false},{"content-type":"application/x-SLA","encoding":"base64","registered":false},{"content-type":"application/x-solids","encoding":"base64","registered":false},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","spo","spp","sps"],"registered":false},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false},{"content-type":"application/x-STEP","encoding":"base64","registered":false},{"content-type":"application/x-stuffit","encoding":"base64","extensions":["sit"],"registered":false},{"content-type":"application/x-stuffitx","encoding":"base64","extensions":["sitx"],"registered":false},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false},{"content-type":"application/x-sv4cpio","encoding":"base64","extensions":["sv4cpio"],"registered":false},{"content-type":"application/x-sv4crc","encoding":"base64","extensions":["sv4crc"],"registered":false},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false},{"content-type":"application/x-tar","encoding":"base64","extensions":["tar"],"registered":false},{"content-type":"application/x-tcl","encoding":"8bit","extensions":["tcl"],"registered":false},{"content-type":"application/x-tex","encoding":"8bit","extensions":["tex"],"registered":false},{"content-type":"application/x-tex-tfm","encoding":"base64","extensions":["tfm"],"registered":false},{"content-type":"application/x-texinfo","encoding":"8bit","extensions":["texi","texinfo"],"registered":false},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false},{"content-type":"application/x-troff","encoding":"base64","extensions":["roff","t","tr"],"obsolete":true,"use-instead":["text/troff"],"registered":false},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":["application/x-ustar"],"registered":false},{"content-type":"application/x-ustar","encoding":"base64","extensions":["ustar"],"registered":false},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false},{"content-type":"application/x-wais-source","encoding":"base64","extensions":["src"],"registered":false},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz"],"registered":false},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":["application/msword"],"registered":false},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":["application/vnd.wordperfect"],"registered":false},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","references":["[W3C]","{HTML5=http://www.w3.org/TR/html5/iana.html#application/x-www-form-urlencoded}"],"registered":true},{"content-type":"application/x-x509-ca-cert","encoding":"base64","extensions":["crt","der"],"registered":false},{"content-type":"application/x-xfig","encoding":"base64","extensions":["fig"],"registered":false},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false},{"content-type":"application/x-xpinstall","encoding":"base64","extensions":["xpi"],"registered":false},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false},{"content-type":"application/x400-bp","encoding":"base64","references":["IANA","RFC1494"],"xrefs":{"rfc":["rfc1494"]},"registered":true},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":["application/x400-bp"],"registered":false},{"content-type":"application/xacml+xml","encoding":"base64","references":["IANA","RFC7061","{application/xacml+xml=http://www.iana.org/assignments/media-types/application/xacml+xml}"],"xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false},{"content-type":"application/xcap-att+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-caps+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-diff+xml","encoding":"base64","extensions":["xdf"],"references":["IANA","RFC5874"],"xrefs":{"rfc":["rfc5874"]},"registered":true},{"content-type":"application/xcap-el+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-error+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcap-ns+xml","encoding":"base64","references":["IANA","RFC4825"],"xrefs":{"rfc":["rfc4825"]},"registered":true},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-xcon-event-package"],"xrefs":{"draft":["draft-ietf-xcon-event-package"]},"registered":true},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","references":["IANA","DRAFT:draft-ietf-xcon-event-package"],"xrefs":{"draft":["draft-ietf-xcon-event-package"]},"registered":true},{"content-type":"application/xenc+xml","encoding":"base64","extensions":["xenc"],"references":["IANA","[Joseph_Reagle]","[XENC_Working_Group]","{application/xenc+xml=http://www.iana.org/assignments/media-types/application/xenc+xml}"],"xrefs":{"person":["Joseph_Reagle","XENC_Working_Group"],"template":["application/xenc+xml"]},"registered":true},{"content-type":"application/xhtml+xml","encoding":"8bit","extensions":["xht","xhtml"],"references":["IANA","RFC3236"],"xrefs":{"rfc":["rfc3236"]},"registered":true},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"references":["IANA","DRAFT:draft-mccobb-xplusv-media-type"],"xrefs":{"draft":["draft-mccobb-xplusv-media-type"]},"registered":true},{"content-type":"application/xml","encoding":"8bit","extensions":["xml","xsl"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xml-dtd","encoding":"8bit","extensions":["dtd"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"application/xmpp+xml","encoding":"base64","references":["IANA","RFC3923"],"xrefs":{"rfc":["rfc3923"]},"registered":true},{"content-type":"application/xop+xml","encoding":"base64","extensions":["xop"],"references":["IANA","[Mark_Nottingham]","{application/xop+xml=http://www.iana.org/assignments/media-types/application/xop+xml}"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false},{"content-type":"application/xslt+xml","encoding":"base64","extensions":["xslt"],"references":["IANA","[W3C]","{http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"]},"registered":true},{"content-type":"application/xspf+xml","encoding":"base64","extensions":["xspf"],"registered":false},{"content-type":"application/xv+xml","encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"references":["IANA","RFC4374"],"xrefs":{"rfc":["rfc4374"]},"registered":true},{"content-type":"application/yang","encoding":"base64","extensions":["yang"],"references":["IANA","RFC6020"],"xrefs":{"rfc":["rfc6020"]},"registered":true},{"content-type":"application/yin+xml","encoding":"base64","extensions":["yin"],"references":["IANA","RFC6020"],"xrefs":{"rfc":["rfc6020"]},"registered":true},{"content-type":"application/zip","encoding":"base64","extensions":["zip"],"references":["IANA","[Paul_Lindner]","{application/zip=http://www.iana.org/assignments/media-types/application/zip}"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true},{"content-type":"application/zlib","encoding":"base64","references":["IANA","RFC6713"],"xrefs":{"rfc":["rfc6713"]},"registered":true},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"audio/32kadpcm","encoding":"base64","references":["IANA","RFC3802","RFC2421"],"xrefs":{"rfc":["rfc2421","rfc3802"]},"registered":true},{"content-type":"audio/3gpp","encoding":"base64","references":["IANA","RFC3839","RFC6381"],"xrefs":{"rfc":["rfc3839","rfc6381"]},"registered":true},{"content-type":"audio/3gpp2","encoding":"base64","references":["IANA","RFC4393","RFC6381"],"xrefs":{"rfc":["rfc4393","rfc6381"]},"registered":true},{"content-type":"audio/ac3","encoding":"base64","references":["IANA","RFC4184"],"xrefs":{"rfc":["rfc4184"]},"registered":true},{"content-type":"audio/adpcm","encoding":"base64","extensions":["adp"],"registered":false},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"references":["IANA","RFC4867"],"xrefs":{"rfc":["rfc4867"]},"registered":true},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"references":["IANA","RFC4867"],"xrefs":{"rfc":["rfc4867"]},"registered":true},{"content-type":"audio/amr-wb","encoding":"base64","references":["IANA","RFC4352"],"xrefs":{"rfc":["rfc4352"]},"registered":true},{"content-type":"audio/amr-wb+","encoding":"base64","references":["IANA","RFC4352"],"registered":true},{"content-type":"audio/asc","encoding":"base64","references":["IANA","RFC6295"],"xrefs":{"rfc":["rfc6295"]},"registered":true},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/ATRAC-X","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/ATRAC3","encoding":"base64","references":["IANA","RFC5584"],"xrefs":{"rfc":["rfc5584"]},"registered":true},{"content-type":"audio/basic","encoding":"base64","extensions":["au","snd"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"audio/BV16","encoding":"base64","references":["IANA","RFC4298"],"xrefs":{"rfc":["rfc4298"]},"registered":true},{"content-type":"audio/BV32","encoding":"base64","references":["IANA","RFC4298"],"xrefs":{"rfc":["rfc4298"]},"registered":true},{"content-type":"audio/clearmode","encoding":"base64","references":["IANA","RFC4040"],"xrefs":{"rfc":["rfc4040"]},"registered":true},{"content-type":"audio/CN","encoding":"base64","references":["IANA","RFC3389"],"xrefs":{"rfc":["rfc3389"]},"registered":true},{"content-type":"audio/DAT12","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/dls","encoding":"base64","references":["IANA","RFC4613"],"xrefs":{"rfc":["rfc4613"]},"registered":true},{"content-type":"audio/dsr-es201108","encoding":"base64","references":["IANA","RFC3557"],"xrefs":{"rfc":["rfc3557"]},"registered":true},{"content-type":"audio/dsr-es202050","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/dsr-es202211","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/dsr-es202212","encoding":"base64","references":["IANA","RFC4060"],"xrefs":{"rfc":["rfc4060"]},"registered":true},{"content-type":"audio/DV","encoding":"base64","references":["IANA","RFC6469"],"xrefs":{"rfc":["rfc6469"]},"registered":true},{"content-type":"audio/DVI4","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/eac3","encoding":"base64","references":["IANA","RFC4598"],"xrefs":{"rfc":["rfc4598"]},"registered":true},{"content-type":"audio/encaprtp","encoding":"base64","references":["IANA","RFC6849","{audio/encaprtp=http://www.iana.org/assignments/media-types/audio/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRC-QCP","encoding":"base64","references":["IANA","RFC3625"],"xrefs":{"rfc":["rfc3625"]},"registered":true},{"content-type":"audio/EVRC0","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRC1","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRCB","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCB0","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCB1","encoding":"base64","references":["IANA","RFC4788"],"xrefs":{"rfc":["rfc4788"]},"registered":true},{"content-type":"audio/EVRCNW","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW=http://www.iana.org/assignments/media-types/audio/EVRCNW}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true},{"content-type":"audio/EVRCNW0","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW0=http://www.iana.org/assignments/media-types/audio/EVRCNW0}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true},{"content-type":"audio/EVRCNW1","encoding":"base64","references":["IANA","RFC6884","{audio/EVRCNW1=http://www.iana.org/assignments/media-types/audio/EVRCNW1}"],"xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true},{"content-type":"audio/EVRCWB","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCWB0","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/EVRCWB1","encoding":"base64","references":["IANA","RFC5188"],"xrefs":{"rfc":["rfc5188"]},"registered":true},{"content-type":"audio/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"audio/fwdred","encoding":"base64","references":["IANA","RFC6354"],"xrefs":{"rfc":["rfc6354"]},"registered":true},{"content-type":"audio/G719","encoding":"base64","references":["IANA","RFC5404","{RFC Errata 3245=http://www.rfc-editor.org/errata_search.php?eid=3245}"],"xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"]},"registered":true},{"content-type":"audio/G722","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G7221","encoding":"base64","references":["IANA","RFC5577"],"xrefs":{"rfc":["rfc5577"]},"registered":true},{"content-type":"audio/G723","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-16","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-24","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-32","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G726-40","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G728","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G729","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G7291","encoding":"base64","references":["IANA","RFC4749","RFC5459"],"xrefs":{"rfc":["rfc4749","rfc5459"]},"registered":true},{"content-type":"audio/G729D","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/G729E","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM-EFR","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/GSM-HR-08","encoding":"base64","references":["IANA","RFC5993"],"xrefs":{"rfc":["rfc5993"]},"registered":true},{"content-type":"audio/iLBC","encoding":"base64","references":["IANA","RFC3952"],"xrefs":{"rfc":["rfc3952"]},"registered":true},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","references":["IANA","RFC6262"],"xrefs":{"rfc":["rfc6262"]},"registered":true},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/L20","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/L24","encoding":"base64","references":["IANA","RFC3190"],"xrefs":{"rfc":["rfc3190"]},"registered":true},{"content-type":"audio/L8","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/LPC","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/midi","encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false},{"content-type":"audio/mobile-xmf","encoding":"base64","references":["IANA","RFC4723"],"xrefs":{"rfc":["rfc4723"]},"registered":true},{"content-type":"audio/mp4","encoding":"base64","extensions":["f4a","f4b","mp4","mp4a","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"references":["IANA","RFC6416"],"xrefs":{"rfc":["rfc6416"]},"registered":true},{"content-type":"audio/MPA","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"audio/mpa-robust","encoding":"base64","references":["IANA","RFC5219"],"xrefs":{"rfc":["rfc5219"]},"registered":true},{"content-type":"audio/mpeg","encoding":"base64","extensions":["m2a","m3a","mp2","mp2a","mp3","mpga"],"references":["IANA","RFC3003"],"xrefs":{"rfc":["rfc3003"]},"registered":true},{"content-type":"audio/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640","RFC5691","RFC6295"],"xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"]},"registered":true},{"content-type":"audio/ogg","encoding":"base64","extensions":["oga","ogg","spx"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"audio/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"audio/PCMA","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/PCMA-WB","encoding":"base64","references":["IANA","RFC5391"],"xrefs":{"rfc":["rfc5391"]},"registered":true},{"content-type":"audio/PCMU","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/PCMU-WB","encoding":"base64","references":["IANA","RFC5391"],"xrefs":{"rfc":["rfc5391"]},"registered":true},{"content-type":"audio/prs.sid","encoding":"base64","references":["IANA","[Linus_Walleij]","{audio/prs.sid=http://www.iana.org/assignments/media-types/audio/prs.sid}"],"xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true},{"content-type":"audio/QCELP","encoding":"base64","references":["IANA","RFC3555","RFC3625"],"xrefs":{"rfc":["rfc3555","rfc3625"]},"registered":true},{"content-type":"audio/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"audio/RED","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","references":["IANA","[ThreeGPP]","{audio/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/audio/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true},{"content-type":"audio/rtp-midi","encoding":"base64","references":["IANA","RFC6295"],"xrefs":{"rfc":["rfc6295"]},"registered":true},{"content-type":"audio/rtploopback","encoding":"base64","references":["IANA","RFC6849","{audio/rtploopback=http://www.iana.org/assignments/media-types/audio/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true},{"content-type":"audio/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"references":["IANA","RFC3558"],"xrefs":{"rfc":["rfc3558"]},"registered":true},{"content-type":"audio/SMV-QCP","encoding":"base64","references":["IANA","RFC3625"],"xrefs":{"rfc":["rfc3625"]},"registered":true},{"content-type":"audio/SMV0","encoding":"base64","references":["IANA","RFC3558"],"xrefs":{"rfc":["rfc3558"]},"registered":true},{"content-type":"audio/sp-midi","encoding":"base64","references":["IANA","[Timo_Kosonen]","[Tom_White]","{audio/sp-midi=http://www.iana.org/assignments/media-types/audio/sp-midi}"],"xrefs":{"person":["Timo_Kosonen","Tom_White"],"template":["audio/sp-midi"]},"registered":true},{"content-type":"audio/speex","encoding":"base64","references":["IANA","RFC5574"],"xrefs":{"rfc":["rfc5574"]},"registered":true},{"content-type":"audio/t140c","encoding":"base64","references":["IANA","RFC4351"],"xrefs":{"rfc":["rfc4351"]},"registered":true},{"content-type":"audio/t38","encoding":"base64","references":["IANA","RFC4612"],"xrefs":{"rfc":["rfc4612"]},"registered":true},{"content-type":"audio/telephone-event","encoding":"base64","references":["IANA","RFC4733"],"xrefs":{"rfc":["rfc4733"]},"registered":true},{"content-type":"audio/tone","encoding":"base64","references":["IANA","RFC4733"],"xrefs":{"rfc":["rfc4733"]},"registered":true},{"content-type":"audio/UEMCLIP","encoding":"base64","references":["IANA","RFC5686"],"xrefs":{"rfc":["rfc5686"]},"registered":true},{"content-type":"audio/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"audio/VDVI","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"audio/VMR-WB","encoding":"base64","references":["IANA","RFC4348","RFC4424"],"xrefs":{"rfc":["rfc4348","rfc4424"]},"registered":true},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","references":["IANA","[Thomas_Belling]","{audio/vnd.3gpp.iufp=http://www.iana.org/assignments/media-types/audio/vnd.3gpp.iufp}"],"xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true},{"content-type":"audio/vnd.4SB","encoding":"base64","references":["IANA","[Serge_De_Jaham]","{audio/vnd.4SB=http://www.iana.org/assignments/media-types/audio/vnd.4SB}"],"xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true},{"content-type":"audio/vnd.audiokoz","encoding":"base64","references":["IANA","[Vicki_DeBarros]","{audio/vnd.audiokoz=http://www.iana.org/assignments/media-types/audio/vnd.audiokoz}"],"xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true},{"content-type":"audio/vnd.CELP","encoding":"base64","references":["IANA","[Serge_De_Jaham]","{audio/vnd.CELP=http://www.iana.org/assignments/media-types/audio/vnd.CELP}"],"xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","references":["IANA","[Rajesh_Kumar]","{audio/vnd.cisco.nse=http://www.iana.org/assignments/media-types/audio/vnd.cisco.nse}"],"xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","references":["IANA","[Jean-Philippe_Goulet]","{audio/vnd.cmles.radio-events=http://www.iana.org/assignments/media-types/audio/vnd.cmles.radio-events}"],"xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{audio/vnd.cns.anp1=http://www.iana.org/assignments/media-types/audio/vnd.cns.anp1}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{audio/vnd.cns.inf1=http://www.iana.org/assignments/media-types/audio/vnd.cns.inf1}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true},{"content-type":"audio/vnd.dece.audio","encoding":"base64","extensions":["uva","uvva"],"references":["IANA","[Michael_A_Dolan]","{audio/vnd.dece.audio=http://www.iana.org/assignments/media-types/audio/vnd.dece.audio}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true},{"content-type":"audio/vnd.digital-winds","encoding":"7bit","extensions":["eol"],"references":["IANA","[Armands_Strazds]","{audio/vnd.digital-winds=http://www.iana.org/assignments/media-types/audio/vnd.digital-winds}"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","references":["IANA","[Edwin_Heredia]","{audio/vnd.dlna.adts=http://www.iana.org/assignments/media-types/audio/vnd.dlna.adts}"],"xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.heaac.1=http://www.iana.org/assignments/media-types/audio/vnd.dolby.heaac.1}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.heaac.2=http://www.iana.org/assignments/media-types/audio/vnd.dolby.heaac.2}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","references":["IANA","[Mike_Ward]","{audio/vnd.dolby.mlp=http://www.iana.org/assignments/media-types/audio/vnd.dolby.mlp}"],"xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.mps=http://www.iana.org/assignments/media-types/audio/vnd.dolby.mps}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.pl2=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.pl2x=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2x}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.pl2z=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pl2z}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","references":["IANA","[Steve_Hattersley]","{audio/vnd.dolby.pulse.1=http://www.iana.org/assignments/media-types/audio/vnd.dolby.pulse.1}"],"xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true},{"content-type":"audio/vnd.dra","encoding":"base64","extensions":["dra"],"references":["IANA","[Jiang_Tian]","{audio/vnd.dra=http://www.iana.org/assignments/media-types/audio/vnd.dra}"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true},{"content-type":"audio/vnd.dts","encoding":"base64","extensions":["dts"],"references":["IANA","[William_Zou]","{audio/vnd.dts=http://www.iana.org/assignments/media-types/audio/vnd.dts}"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true},{"content-type":"audio/vnd.dts.hd","encoding":"base64","extensions":["dtshd"],"references":["IANA","[William_Zou]","{audio/vnd.dts.hd=http://www.iana.org/assignments/media-types/audio/vnd.dts.hd}"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true},{"content-type":"audio/vnd.dvb.file","encoding":"base64","references":["IANA","[Peter_Siebert]","{audio/vnd.dvb.file=http://www.iana.org/assignments/media-types/audio/vnd.dvb.file}"],"xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"references":["IANA","[Shay_Cicelsky]","{audio/vnd.everad.plj=http://www.iana.org/assignments/media-types/audio/vnd.everad.plj}"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true},{"content-type":"audio/vnd.hns.audio","encoding":"base64","references":["IANA","[Swaminathan]","{audio/vnd.hns.audio=http://www.iana.org/assignments/media-types/audio/vnd.hns.audio}"],"xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true},{"content-type":"audio/vnd.lucent.voice","encoding":"base64","extensions":["lvp"],"references":["IANA","[Greg_Vaudreuil]","{audio/vnd.lucent.voice=http://www.iana.org/assignments/media-types/audio/vnd.lucent.voice}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true},{"content-type":"audio/vnd.ms-playready.media.pya","encoding":"base64","extensions":["pya"],"references":["IANA","[Steve_DiAcetis]","{audio/vnd.ms-playready.media.pya=http://www.iana.org/assignments/media-types/audio/vnd.ms-playready.media.pya}"],"xrefs":{"person":["Steve_DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"references":["IANA","[Nokia]","{audio/vnd.nokia.mobile-xmf=http://www.iana.org/assignments/media-types/audio/vnd.nokia.mobile-xmf}"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"references":["IANA","[Glenn_Parsons]","{audio/vnd.nortel.vbk=http://www.iana.org/assignments/media-types/audio/vnd.nortel.vbk}"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp4800","encoding":"base64","extensions":["ecelp4800"],"references":["IANA","[Michael_Fox]","{audio/vnd.nuera.ecelp4800=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp4800}"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp7470","encoding":"base64","extensions":["ecelp7470"],"references":["IANA","[Michael_Fox]","{audio/vnd.nuera.ecelp7470=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp7470}"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp9600","encoding":"base64","extensions":["ecelp9600"],"references":["IANA","[Michael_Fox]","{audio/vnd.nuera.ecelp9600=http://www.iana.org/assignments/media-types/audio/vnd.nuera.ecelp9600}"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.octel.sbc=http://www.iana.org/assignments/media-types/audio/vnd.octel.sbc}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","references":["IANA","RFC3625","{audio/vnd.qcelp=http://www.iana.org/assignments/media-types/audio/vnd.qcelp}"],"xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"]},"registered":true},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.rhetorex.32kadpcm=http://www.iana.org/assignments/media-types/audio/vnd.rhetorex.32kadpcm}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true},{"content-type":"audio/vnd.rip","encoding":"base64","extensions":["rip"],"references":["IANA","[Martin_Dawe]","{audio/vnd.rip=http://www.iana.org/assignments/media-types/audio/vnd.rip}"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["s1m","smp","smp3"],"references":["IANA","[David_Petersen]","{audio/vnd.sealedmedia.softseal-mpeg=http://www.iana.org/assignments/media-types/audio/vnd.sealedmedia.softseal-mpeg}"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal-mpeg"]},"registered":true},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","references":["IANA","[Greg_Vaudreuil]","{audio/vnd.vmx.cvsd=http://www.iana.org/assignments/media-types/audio/vnd.vmx.cvsd}"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true},{"content-type":"audio/vorbis","encoding":"base64","references":["IANA","RFC5215"],"xrefs":{"rfc":["rfc5215"]},"registered":true},{"content-type":"audio/vorbis-config","encoding":"base64","references":["IANA","RFC5215"],"xrefs":{"rfc":["rfc5215"]},"registered":true},{"content-type":"audio/webm","encoding":"base64","extensions":["weba","webm"],"references":["{WebM=http://www.webmproject.org/code/specs/container/}"],"registered":false},{"content-type":"audio/x-aac","encoding":"base64","extensions":["aac"],"registered":false},{"content-type":"audio/x-aiff","encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"registered":false},{"content-type":"audio/x-midi","encoding":"base64","extensions":["kar","mid","midi"],"registered":false},{"content-type":"audio/x-mpegurl","encoding":"base64","extensions":["m3u"],"registered":false},{"content-type":"audio/x-ms-wax","encoding":"base64","extensions":["wax"],"registered":false},{"content-type":"audio/x-ms-wma","encoding":"base64","extensions":["wma"],"registered":false},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"audio/x-pn-realaudio","encoding":"base64","extensions":["ra","ram"],"registered":false},{"content-type":"audio/x-pn-realaudio-plugin","encoding":"base64","extensions":["rmp","rpm"],"registered":false},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false},{"content-type":"audio/x-wav","encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false},{"content-type":"chemical/x-cdx","encoding":"base64","extensions":["cdx"],"registered":false},{"content-type":"chemical/x-cif","encoding":"base64","extensions":["cif"],"registered":false},{"content-type":"chemical/x-cmdf","encoding":"base64","extensions":["cmdf"],"registered":false},{"content-type":"chemical/x-cml","encoding":"base64","extensions":["cml"],"registered":false},{"content-type":"chemical/x-csml","encoding":"base64","extensions":["csml"],"registered":false},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":["x-chemical/x-pdb"],"registered":false},{"content-type":"chemical/x-xyz","encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":["x-chemical/x-xyz"],"registered":false},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":["x-drawing/dwf"],"registered":false},{"content-type":"image/bmp","encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":["image/x-bmp"],"registered":false},{"content-type":"image/cgm","encoding":"base64","extensions":["cgm"],"references":["IANA","[Alan_Francis]","{image/cgm=http://www.iana.org/assignments/media-types/image/cgm}"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":["image/x-cmu-raster"],"registered":false},{"content-type":"image/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"image/fits","encoding":"base64","references":["IANA","RFC4047"],"xrefs":{"rfc":["rfc4047"]},"registered":true},{"content-type":"image/g3fax","encoding":"base64","extensions":["g3"],"references":["IANA","RFC1494"],"xrefs":{"rfc":["rfc1494"]},"registered":true},{"content-type":"image/gif","encoding":"base64","extensions":["gif"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/ief","encoding":"base64","extensions":["ief"],"references":["IANA","RFC1314"],"xrefs":{"rfc":["rfc1314"]},"registered":true},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"references":["IANA","RFC3745","{image/jp2=http://www.iana.org/assignments/media-types/image/jp2}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true},{"content-type":"image/jpeg","encoding":"base64","extensions":["jpe","jpeg","jpg"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/jpm","encoding":"base64","extensions":["jpgm","jpm"],"references":["IANA","RFC3745","{image/jpm=http://www.iana.org/assignments/media-types/image/jpm}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true},{"content-type":"image/jpx","encoding":"base64","extensions":["jpf","jpx"],"references":["IANA","RFC3745","{image/jpx=http://www.iana.org/assignments/media-types/image/jpx}"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpx"]},"registered":true},{"content-type":"image/ktx","encoding":"base64","extensions":["ktx"],"references":["IANA","[Mark_Callow]","[Khronos]","{http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/#mimeregistration}"],"xrefs":{"person":["Khronos","Mark_Callow"],"uri":["http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/#mimeregistration"]},"registered":true},{"content-type":"image/naplps","encoding":"base64","references":["IANA","[Ilya_Ferber]","{image/naplps=http://www.iana.org/assignments/media-types/image/naplps}"],"xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false},{"content-type":"image/png","encoding":"base64","extensions":["png"],"references":["IANA","[Glenn_Randers-Pehrson]","{image/png=http://www.iana.org/assignments/media-types/image/png}"],"xrefs":{"person":["Glenn_Randers-Pehrson"],"template":["image/png"]},"registered":true},{"content-type":"image/prs.btif","encoding":"base64","extensions":["btif"],"references":["IANA","[Ben_Simon]","{image/prs.btif=http://www.iana.org/assignments/media-types/image/prs.btif}"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true},{"content-type":"image/prs.pti","encoding":"base64","references":["IANA","[Juern_Laun]","{image/prs.pti=http://www.iana.org/assignments/media-types/image/prs.pti}"],"xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true},{"content-type":"image/pwg-raster","encoding":"base64","references":["IANA","[Michael_Sweet]","{image/pwg-raster=http://www.iana.org/assignments/media-types/image/pwg-raster}"],"xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false},{"content-type":"image/svg+xml","encoding":"8bit","extensions":["svg","svgz"],"references":["IANA","[W3C]","{http://www.w3.org/TR/SVG/mimereg.html}"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"]},"registered":true},{"content-type":"image/t38","encoding":"base64","references":["IANA","RFC3362"],"xrefs":{"rfc":["rfc3362"]},"registered":true},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":["image/x-targa"],"registered":false},{"content-type":"image/tiff","encoding":"base64","extensions":["tif","tiff"],"references":["IANA","RFC3302"],"xrefs":{"rfc":["rfc3302"]},"registered":true},{"content-type":"image/tiff-fx","encoding":"base64","references":["IANA","RFC3950"],"xrefs":{"rfc":["rfc3950"]},"registered":true},{"content-type":"image/vnd.adobe.photoshop","encoding":"base64","extensions":["psd"],"references":["IANA","[Kim_Scarborough]","{image/vnd.adobe.photoshop=http://www.iana.org/assignments/media-types/image/vnd.adobe.photoshop}"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","references":["IANA","[Gary_Clueit]","{image/vnd.airzip.accelerator.azv=http://www.iana.org/assignments/media-types/image/vnd.airzip.accelerator.azv}"],"xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true},{"content-type":"image/vnd.cns.inf2","encoding":"base64","references":["IANA","[Ann_McLaughlin]","{image/vnd.cns.inf2=http://www.iana.org/assignments/media-types/image/vnd.cns.inf2}"],"xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true},{"content-type":"image/vnd.dece.graphic","encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"references":["IANA","[Michael_A_Dolan]","{image/vnd.dece.graphic=http://www.iana.org/assignments/media-types/image/vnd.dece.graphic}"],"xrefs":{"person":["Michael_A_Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":["image/x-vnd.dgn"],"registered":false},{"content-type":"image/vnd.djvu","encoding":"base64","extensions":["djv","djvu"],"references":["IANA","[Leon_Bottou]","{image/vnd-djvu=http://www.iana.org/assignments/media-types/image/vnd-djvu}"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd-djvu"]},"registered":true},{"content-type":"image/vnd.dvb.subtitle","encoding":"base64","extensions":["sub"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{image/vnd.dvb.subtitle=http://www.iana.org/assignments/media-types/image/vnd.dvb.subtitle}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true},{"content-type":"image/vnd.dwg","encoding":"base64","extensions":["dwg"],"references":["IANA","[Jodi_Moline]","{image/vnd.dwg=http://www.iana.org/assignments/media-types/image/vnd.dwg}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true},{"content-type":"image/vnd.dxf","encoding":"base64","extensions":["dxf"],"references":["IANA","[Jodi_Moline]","{image/vnd.dxf=http://www.iana.org/assignments/media-types/image/vnd.dxf}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true},{"content-type":"image/vnd.fastbidsheet","encoding":"base64","extensions":["fbs"],"references":["IANA","[Scott_Becker]","{image/vnd.fastbidsheet=http://www.iana.org/assignments/media-types/image/vnd.fastbidsheet}"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true},{"content-type":"image/vnd.fpx","encoding":"base64","extensions":["fpx"],"references":["IANA","[Marc_Douglas_Spencer]","{image/vnd.fpx=http://www.iana.org/assignments/media-types/image/vnd.fpx}"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true},{"content-type":"image/vnd.fst","encoding":"base64","extensions":["fst"],"references":["IANA","[Arild_Fuldseth]","{image/vnd.fst=http://www.iana.org/assignments/media-types/image/vnd.fst}"],"xrefs":{"person":["Arild_Fuldseth"],"template":["image/vnd.fst"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-mmr","encoding":"base64","extensions":["mmr"],"references":["IANA","[Masanori_Onda]","{image/vnd.fujixerox.edmics-mmr=http://www.iana.org/assignments/media-types/image/vnd.fujixerox.edmics-mmr}"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-rlc","encoding":"base64","extensions":["rlc"],"references":["IANA","[Masanori_Onda]","{image/vnd.fujixerox.edmics-rlc=http://www.iana.org/assignments/media-types/image/vnd.fujixerox.edmics-rlc}"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"references":["IANA","[Martin_Bailey]","{image/vnd.globalgraphics.pgb=http://www.iana.org/assignments/media-types/image/vnd.globalgraphics.pgb}"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"references":["IANA","[Simon_Butcher]","{image/vnd.microsoft.icon=http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon}"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true},{"content-type":"image/vnd.mix","encoding":"base64","references":["IANA","[Saveen_Reddy]","{image/vnd.mix=http://www.iana.org/assignments/media-types/image/vnd.mix}"],"xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true},{"content-type":"image/vnd.ms-modi","encoding":"base64","extensions":["mdi"],"references":["IANA","[Gregory_Vaughan]","{image/vnd.ms-modi=http://www.iana.org/assignments/media-types/image/vnd.ms-modi}"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false},{"content-type":"image/vnd.net-fpx","encoding":"base64","extensions":["npx"],"references":["IANA","[Marc_Douglas_Spencer]","{image/vnd.net-fpx=http://www.iana.org/assignments/media-types/image/vnd.net-fpx}"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":["image/vnd.net-fpx"],"registered":false},{"content-type":"image/vnd.radiance","encoding":"base64","references":["IANA","[Randolph_Fritz]","[Greg_Ward]","{image/vnd.radiance=http://www.iana.org/assignments/media-types/image/vnd.radiance}"],"xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true},{"content-type":"image/vnd.sealed.png","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealed-png=http://www.iana.org/assignments/media-types/image/vnd.sealed-png}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed-png"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealedmedia.softseal-gif=http://www.iana.org/assignments/media-types/image/vnd.sealedmedia.softseal-gif}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-gif"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","references":["IANA","[David_Petersen]","{image/vnd.sealedmedia.softseal-jpg=http://www.iana.org/assignments/media-types/image/vnd.sealedmedia.softseal-jpg}"],"xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-jpg"]},"registered":true},{"content-type":"image/vnd.svf","encoding":"base64","references":["IANA","[Jodi_Moline]","{image/vnd-svf=http://www.iana.org/assignments/media-types/image/vnd-svf}"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd-svf"]},"registered":true},{"content-type":"image/vnd.wap.wbmp","encoding":"base64","extensions":["wbmp"],"references":["IANA","[Peter_Stark]","{image/vnd-wap-wbmp=http://www.iana.org/assignments/media-types/image/vnd-wap-wbmp}"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd-wap-wbmp"]},"registered":true},{"content-type":"image/vnd.xiff","encoding":"base64","extensions":["xif"],"references":["IANA","[Steven_Martin]","{image/vnd.xiff=http://www.iana.org/assignments/media-types/image/vnd.xiff}"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true},{"content-type":"image/webp","encoding":"base64","extensions":["webp"],"references":["{WebP=https://developers.google.com/speed/webp/}"],"registered":false},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"registered":false},{"content-type":"image/x-cmu-raster","encoding":"base64","extensions":["ras"],"registered":false},{"content-type":"image/x-cmx","encoding":"base64","extensions":["cmx"],"registered":false},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false},{"content-type":"image/x-freehand","encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false},{"content-type":"image/x-icon","encoding":"base64","extensions":["ico"],"registered":false},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false},{"content-type":"image/x-pcx","encoding":"base64","extensions":["pcx"],"registered":false},{"content-type":"image/x-pict","encoding":"base64","extensions":["pct","pic"],"registered":false},{"content-type":"image/x-portable-anymap","encoding":"base64","extensions":["pnm"],"registered":false},{"content-type":"image/x-portable-bitmap","encoding":"base64","extensions":["pbm"],"registered":false},{"content-type":"image/x-portable-graymap","encoding":"base64","extensions":["pgm"],"registered":false},{"content-type":"image/x-portable-pixmap","encoding":"base64","extensions":["ppm"],"registered":false},{"content-type":"image/x-rgb","encoding":"base64","extensions":["rgb"],"registered":false},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false},{"content-type":"image/x-xbitmap","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"references":["{XCF=http://git.gnome.org/browse/gimp/tree/devel-docs/xcf.txt}"],"registered":false},{"content-type":"image/x-xpixmap","encoding":"8bit","extensions":["xpm"],"registered":false},{"content-type":"image/x-xwindowdump","encoding":"base64","extensions":["xwd"],"registered":false},{"content-type":"message/CPIM","encoding":"base64","references":["IANA","RFC3862"],"xrefs":{"rfc":["rfc3862"]},"registered":true},{"content-type":"message/delivery-status","encoding":"base64","references":["IANA","RFC1894"],"xrefs":{"rfc":["rfc1894"]},"registered":true},{"content-type":"message/disposition-notification","encoding":"base64","references":["IANA","RFC3798"],"xrefs":{"rfc":["rfc3798"]},"registered":true},{"content-type":"message/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"message/external-body","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/feedback-report","encoding":"base64","references":["IANA","RFC5965"],"xrefs":{"rfc":["rfc5965"]},"registered":true},{"content-type":"message/global","encoding":"base64","references":["IANA","RFC6532"],"xrefs":{"rfc":["rfc6532"]},"registered":true},{"content-type":"message/global-delivery-status","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/global-disposition-notification","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/global-headers","encoding":"base64","references":["IANA","RFC6533"],"xrefs":{"rfc":["rfc6533"]},"registered":true},{"content-type":"message/http","encoding":"base64","references":["IANA","DRAFT:draft-ietf-httpbis-p1-messaging-26","{message/http=http://www.iana.org/assignments/media-types/message/http}"],"xrefs":{"draft":["RFC-ietf-httpbis-p1-messaging-26"],"template":["message/http"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","references":["IANA","RFC5438"],"xrefs":{"rfc":["rfc5438"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"references":["IANA","RFC5537","[Henry_Spencer]","{message/news=http://www.iana.org/assignments/media-types/message/news}"],"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/rfc822","encoding":"8bit","extensions":["eml","mime"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","references":["IANA","RFC2660"],"xrefs":{"rfc":["rfc2660"]},"registered":true},{"content-type":"message/sip","encoding":"base64","references":["IANA","RFC3261"],"xrefs":{"rfc":["rfc3261"]},"registered":true},{"content-type":"message/sipfrag","encoding":"base64","references":["IANA","RFC3420"],"xrefs":{"rfc":["rfc3420"]},"registered":true},{"content-type":"message/tracking-status","encoding":"base64","references":["IANA","RFC3886"],"xrefs":{"rfc":["rfc3886"]},"registered":true},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"references":["IANA","[Nicholas_Parks_Young]","{message/vnd.si.simp=http://www.iana.org/assignments/media-types/message/vnd.si.simp}"],"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"]},"registered":true},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","references":["IANA","[Mick_Conley]","{message/vnd.wfa.wsc=http://www.iana.org/assignments/media-types/message/vnd.wfa.wsc}"],"xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true},{"content-type":"model/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"model/iges","encoding":"base64","extensions":["iges","igs"],"references":["IANA","[Curtis_Parks]","{model/iges=http://www.iana.org/assignments/media-types/model/iges}"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true},{"content-type":"model/mesh","encoding":"base64","extensions":["mesh","msh","silo"],"references":["IANA","RFC2077"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/vnd.collada+xml","encoding":"base64","extensions":["dae"],"references":["IANA","[James_Riordon]","{model/vnd.collada+xml=http://www.iana.org/assignments/media-types/model/vnd.collada+xml}"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true},{"content-type":"model/vnd.dwf","encoding":"base64","extensions":["dwf"],"references":["IANA","[Jason_Pratt]","{model/vnd-dwf=http://www.iana.org/assignments/media-types/model/vnd-dwf}"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd-dwf"]},"registered":true},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","references":["IANA","[Michael_Powers]","{model/vnd.flatland.3dml=http://www.iana.org/assignments/media-types/model/vnd.flatland.3dml}"],"xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true},{"content-type":"model/vnd.gdl","encoding":"base64","extensions":["gdl"],"references":["IANA","[Attila_Babits]","{model/vnd.gdl=http://www.iana.org/assignments/media-types/model/vnd.gdl}"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gdl"]},"registered":true},{"content-type":"model/vnd.gs-gdl","encoding":"base64","references":["IANA","[Attila_Babits]","{model/vnd.gs-gdl=http://www.iana.org/assignments/media-types/model/vnd.gs-gdl}"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true},{"content-type":"model/vnd.gtw","encoding":"base64","extensions":["gtw"],"references":["IANA","[Yutaka_Ozaki]","{model/vnd.gtw=http://www.iana.org/assignments/media-types/model/vnd.gtw}"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true},{"content-type":"model/vnd.moml+xml","encoding":"base64","references":["IANA","[Christopher_Brooks]","{model/vnd.moml+xml=http://www.iana.org/assignments/media-types/model/vnd.moml+xml}"],"xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true},{"content-type":"model/vnd.mts","encoding":"base64","extensions":["mts"],"references":["IANA","[Boris_Rabinovitch]","{model/vnd.mts=http://www.iana.org/assignments/media-types/model/vnd.mts}"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"references":["IANA","[Parasolid]","{model/vnd.parasolid.transmit-binary=http://www.iana.org/assignments/media-types/model/vnd.parasolid.transmit-binary}"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-binary"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"references":["IANA","[Parasolid]","{model/vnd.parasolid.transmit-text=http://www.iana.org/assignments/media-types/model/vnd.parasolid.transmit-text}"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-text"]},"registered":true},{"content-type":"model/vnd.vtu","encoding":"base64","extensions":["vtu"],"references":["IANA","[Boris_Rabinovitch]","{model/vnd.vtu=http://www.iana.org/assignments/media-types/model/vnd.vtu}"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true},{"content-type":"model/vrml","encoding":"base64","extensions":["vrml","wrl"],"references":["IANA","RFC2077"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"references":["IANA","[Web3D]","[Web3DX3D]","{model/x3d+xml=http://www.iana.org/assignments/media-types/model/x3d+xml}"],"xrefs":{"person":["Web3D","Web3DX3D"],"template":["model/x3d+xml"]},"registered":true},{"content-type":"model/x3d-vrml","encoding":"base64","references":["IANA","[Web3D]","[Web3DX3D]","{model/x3d-vrml=http://www.iana.org/assignments/media-types/model/x3d-vrml}"],"xrefs":{"person":["Web3D","Web3DX3D"],"template":["model/x3d-vrml"]},"registered":true},{"content-type":"multipart/alternative","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/appledouble","encoding":"8bit","references":["IANA","[Patrik_Faltstrom]","{multipart/appledouble=http://www.iana.org/assignments/media-types/multipart/appledouble}"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true},{"content-type":"multipart/byteranges","encoding":"base64","references":["IANA","DRAFT:draft-ietf-httpbis-p5-range-26","{multipart/byteranges=http://www.iana.org/assignments/media-types/multipart/byteranges}"],"xrefs":{"draft":["RFC-ietf-httpbis-p5-range-26"],"template":["multipart/byteranges"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/encrypted","encoding":"base64","references":["IANA","RFC1847"],"xrefs":{"rfc":["rfc1847"]},"registered":true},{"content-type":"multipart/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"multipart/form-data","encoding":"base64","references":["IANA","RFC2388"],"xrefs":{"rfc":["rfc2388"]},"registered":true},{"content-type":"multipart/header-set","encoding":"base64","references":["IANA","[Dave_Crocker]","{multipart/header-set=http://www.iana.org/assignments/media-types/multipart/header-set}"],"xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true},{"content-type":"multipart/mixed","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/parallel","encoding":"8bit","references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/related","encoding":"base64","references":["IANA","RFC2387"],"xrefs":{"rfc":["rfc2387"]},"registered":true},{"content-type":"multipart/report","encoding":"base64","references":["IANA","RFC6522"],"xrefs":{"rfc":["rfc6522"]},"registered":true},{"content-type":"multipart/signed","encoding":"base64","references":["IANA","RFC1847"],"xrefs":{"rfc":["rfc1847"]},"registered":true},{"content-type":"multipart/voice-message","encoding":"base64","references":["IANA","RFC2421","RFC2423"],"xrefs":{"rfc":["rfc2421","rfc2423"]},"registered":true},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false},{"content-type":"multipart/x-mixed-replace","encoding":"base64","references":["{HTML5=http://www.w3.org/TR/html5/iana.html#multipart/x-mixed-replace}"],"registered":true},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":["multipart/parallel"],"registered":false},{"content-type":"multipart/x-tar","encoding":"base64","registered":false},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false},{"content-type":"multipart/x-zip","encoding":"base64","registered":false},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"references":["{HTML5=http://www.w3.org/TR/html5/iana.html#text/cache-manifest}"],"registered":true},{"content-type":"text/calendar","encoding":"quoted-printable","extensions":["ics","ifb"],"references":["IANA","RFC5545"],"xrefs":{"rfc":["rfc5545"]},"registered":true},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":["text/csv"],"registered":false},{"content-type":"text/css","encoding":"8bit","extensions":["css"],"references":["IANA","RFC2318"],"xrefs":{"rfc":["rfc2318"]},"registered":true},{"content-type":"text/csv","encoding":"8bit","extensions":["csv"],"references":["IANA","RFC4180","RFC7111","{text/csv=http://www.iana.org/assignments/media-types/text/csv}"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"use-instead":"","references":["IANA","RFC2425","RFC6350"],"xrefs":{"rfc":["rfc2425","rfc6350"]},"registered":true},{"content-type":"text/dns","encoding":"quoted-printable","references":["IANA","RFC4027"],"xrefs":{"rfc":["rfc4027"]},"registered":true},{"content-type":"text/ecmascript","encoding":"quoted-printable","obsolete":true,"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"text/encaprtp","encoding":"quoted-printable","references":["IANA","RFC6849","{text/encaprtp=http://www.iana.org/assignments/media-types/text/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true},{"content-type":"text/enriched","encoding":"quoted-printable","references":["IANA","RFC1896"],"xrefs":{"rfc":["rfc1896"]},"registered":true},{"content-type":"text/example","encoding":"quoted-printable","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"text/fwdred","encoding":"quoted-printable","references":["IANA","RFC6354"],"xrefs":{"rfc":["rfc6354"]},"registered":true},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","references":["IANA","RFC6787"],"xrefs":{"rfc":["rfc6787"]},"registered":true},{"content-type":"text/html","encoding":"8bit","extensions":["htm","html","htmlx","htx","shtml"],"references":["IANA","[Michael_TM_Smith]","[W3C]","{text/html=http://www.iana.org/assignments/media-types/text/html}"],"xrefs":{"person":["Michael_TM_Smith","W3C"],"template":["text/html"]},"registered":true},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js"],"obsolete":true,"references":["IANA","RFC4329"],"xrefs":{"rfc":["rfc4329"]},"registered":true},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","references":["IANA","[Peeter_Piegaze]","{text/jcr-cnd=http://www.iana.org/assignments/media-types/text/jcr-cnd}"],"xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/mizar","encoding":"quoted-printable","references":["IANA","[Jesse_Alama]","{text/mizar=http://www.iana.org/assignments/media-types/text/mizar}"],"xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true},{"content-type":"text/n3","encoding":"quoted-printable","extensions":["n3"],"references":["IANA","[Eric_Prudhommeaux]","[W3C]","{text/n3=http://www.iana.org/assignments/media-types/text/n3}"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true},{"content-type":"text/parameters","encoding":"quoted-printable","references":["IANA","DRAFT:draft-ietf-mmusic-rfc2326bis-40","{text/parameters=http://www.iana.org/assignments/media-types/text/parameters}"],"xrefs":{"draft":["RFC-ietf-mmusic-rfc2326bis-40"],"template":["text/parameters"]},"registered":true},{"content-type":"text/parityfec","encoding":"quoted-printable","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"text/plain","encoding":"quoted-printable","extensions":["asc","c","cc","conf","cpp","dat","def","doc","h","hh","hlp","hpp","in","list","log","markdown","md","rst","text","textile","txt"],"references":["IANA","RFC2046","RFC3676","RFC5147"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"]},"registered":true},{"content-type":"text/provenance-notation","encoding":"quoted-printable","references":["IANA","[Ivan_Herman]","[W3C]"],"xrefs":{"person":["Ivan_Herman","W3C"]},"registered":true},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"references":["IANA","[Benja_Fallenstein]","{text/prs.fallenstein.rst=http://www.iana.org/assignments/media-types/text/prs.fallenstein.rst}"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true},{"content-type":"text/prs.lines.tag","encoding":"quoted-printable","extensions":["dsc"],"references":["IANA","[John_Lines]","{text/prs.lines.tag=http://www.iana.org/assignments/media-types/text/prs.lines.tag}"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true},{"content-type":"text/raptorfec","encoding":"quoted-printable","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"text/RED","encoding":"quoted-printable","references":["IANA","RFC4102"],"xrefs":{"rfc":["rfc4102"]},"registered":true},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","references":["IANA","RFC6522"],"xrefs":{"rfc":["rfc6522"]},"registered":true},{"content-type":"text/richtext","encoding":"8bit","extensions":["rtx"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"references":["IANA","[Paul_Lindner]","{text/rtf=http://www.iana.org/assignments/media-types/text/rtf}"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","references":["IANA","[ThreeGPP]","{text/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/text/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["text/rtp-enc-aescm128"]},"registered":true},{"content-type":"text/rtploopback","encoding":"quoted-printable","references":["IANA","RFC6849","{text/rtploopback=http://www.iana.org/assignments/media-types/text/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true},{"content-type":"text/rtx","encoding":"quoted-printable","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"text/sgml","encoding":"quoted-printable","extensions":["sgm","sgml"],"references":["IANA","RFC1874"],"xrefs":{"rfc":["rfc1874"]},"registered":true},{"content-type":"text/t140","encoding":"quoted-printable","references":["IANA","RFC4103"],"xrefs":{"rfc":["rfc4103"]},"registered":true},{"content-type":"text/tab-separated-values","encoding":"quoted-printable","extensions":["tsv"],"references":["IANA","[Paul_Lindner]","{text/tab-separated-values=http://www.iana.org/assignments/media-types/text/tab-separated-values}"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true},{"content-type":"text/troff","encoding":"8bit","extensions":["man","me","ms","roff","t","tr","troff"],"references":["IANA","RFC4263"],"xrefs":{"rfc":["rfc4263"]},"registered":true},{"content-type":"text/turtle","encoding":"quoted-printable","extensions":["ttl"],"references":["IANA","[Eric_Prudhommeaux]","[W3C]","{text/turtle=http://www.iana.org/assignments/media-types/text/turtle}"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true},{"content-type":"text/ulpfec","encoding":"quoted-printable","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"text/uri-list","encoding":"quoted-printable","extensions":["uri","uris","urls"],"references":["IANA","RFC2483"],"xrefs":{"rfc":["rfc2483"]},"registered":true},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"references":["IANA","RFC6350"],"xrefs":{"rfc":["rfc6350"]},"registered":true,"signature":true},{"content-type":"text/vnd.a","encoding":"quoted-printable","references":["IANA","[Regis_Dehoux]","{text/vnd-a=http://www.iana.org/assignments/media-types/text/vnd-a}"],"xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd-a"]},"registered":true},{"content-type":"text/vnd.abc","encoding":"quoted-printable","references":["IANA","[Steve_Allen]","{text/vnd.abc=http://www.iana.org/assignments/media-types/text/vnd.abc}"],"xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true},{"content-type":"text/vnd.curl","encoding":"quoted-printable","extensions":["curl"],"references":["IANA","[Robert_Byrnes]","{text/vnd-curl=http://www.iana.org/assignments/media-types/text/vnd-curl}"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd-curl"]},"registered":true},{"content-type":"text/vnd.curl.dcurl","encoding":"quoted-printable","extensions":["dcurl"],"registered":false},{"content-type":"text/vnd.curl.mcurl","encoding":"quoted-printable","extensions":["mcurl"],"registered":false},{"content-type":"text/vnd.curl.scurl","encoding":"quoted-printable","extensions":["scurl"],"registered":false},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","references":["IANA","[Charles_Plessy]","{text/vnd.debian.copyright=http://www.iana.org/assignments/media-types/text/vnd.debian.copyright}"],"xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","references":["IANA","[Dan_Bradley]","{text/vnd.DMClientScript=http://www.iana.org/assignments/media-types/text/vnd.DMClientScript}"],"xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"references":["IANA","[Peter_Siebert]","[Michael_Lagally]","{text/vnd.dvb.subtitle=http://www.iana.org/assignments/media-types/text/vnd.dvb.subtitle}"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","references":["IANA","[Stefan_Eilemann]","{text/vnd.esmertec.theme-descriptor=http://www.iana.org/assignments/media-types/text/vnd.esmertec.theme-descriptor}"],"xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":["model/vnd.flatland.3dml"],"registered":false},{"content-type":"text/vnd.fly","encoding":"quoted-printable","extensions":["fly"],"references":["IANA","[John-Mark_Gurney]","{text/vnd.fly=http://www.iana.org/assignments/media-types/text/vnd.fly}"],"xrefs":{"person":["John-Mark_Gurney"],"template":["text/vnd.fly"]},"registered":true},{"content-type":"text/vnd.fmi.flexstor","encoding":"quoted-printable","extensions":["flx"],"references":["IANA","[Kari_E._Hurtta]","{text/vnd.fmi.flexstor=http://www.iana.org/assignments/media-types/text/vnd.fmi.flexstor}"],"xrefs":{"person":["Kari_E._Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true},{"content-type":"text/vnd.graphviz","encoding":"quoted-printable","extensions":["gv"],"references":["IANA","[John_Ellson]","{text/vnd.graphviz=http://www.iana.org/assignments/media-types/text/vnd.graphviz}"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true},{"content-type":"text/vnd.in3d.3dml","encoding":"quoted-printable","extensions":["3dml"],"references":["IANA","[Michael_Powers]","{text/vnd.in3d.3dml=http://www.iana.org/assignments/media-types/text/vnd.in3d.3dml}"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true},{"content-type":"text/vnd.in3d.spot","encoding":"quoted-printable","extensions":["spot"],"references":["IANA","[Michael_Powers]","{text/vnd.in3d.spot=http://www.iana.org/assignments/media-types/text/vnd.in3d.spot}"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","references":["IANA","[IPTC]","{text/vnd.IPTC.NewsML=http://www.iana.org/assignments/media-types/text/vnd.IPTC.NewsML}"],"xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","references":["IANA","[IPTC]","{text/vnd.IPTC.NITF=http://www.iana.org/assignments/media-types/text/vnd.IPTC.NITF}"],"xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","references":["IANA","[Mikusiak_Lubos]","{text/vnd.latex-z=http://www.iana.org/assignments/media-types/text/vnd.latex-z}"],"xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","references":["IANA","[Mark_Patton]","{text/vnd.motorola.reflex=http://www.iana.org/assignments/media-types/text/vnd.motorola.reflex}"],"xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","references":["IANA","[Jan_Nelson]","{text/vnd.ms-mediapackage=http://www.iana.org/assignments/media-types/text/vnd.ms-mediapackage}"],"xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"references":["IANA","[Feiyu_Xie]","{text/vnd.net2phone.commcenter.command=http://www.iana.org/assignments/media-types/text/vnd.net2phone.commcenter.command}"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","references":["IANA","RFC5707"],"xrefs":{"rfc":["rfc5707"]},"registered":true},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"references":["IANA","[Nicholas_Parks_Young]","{text/vnd.si.uricatalogue=http://www.iana.org/assignments/media-types/text/vnd.si.uricatalogue}"],"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"]},"registered":true},{"content-type":"text/vnd.sun.j2me.app-descriptor","encoding":"8bit","extensions":["jad"],"references":["IANA","[Gary_Adams]","{text/vnd.sun.j2me.app-descriptor=http://www.iana.org/assignments/media-types/text/vnd.sun.j2me.app-descriptor}"],"xrefs":{"person":["Gary_Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","references":["IANA","[David_Lee_Lambert]","{text/vnd.trolltech.linguist=http://www.iana.org/assignments/media-types/text/vnd.trolltech.linguist}"],"xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"references":["IANA","[WAP-Forum]","{text/vnd.wap.si=http://www.iana.org/assignments/media-types/text/vnd.wap.si}"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"references":["IANA","[WAP-Forum]","{text/vnd.wap.sl=http://www.iana.org/assignments/media-types/text/vnd.wap.sl}"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true},{"content-type":"text/vnd.wap.wml","encoding":"quoted-printable","extensions":["wml"],"references":["IANA","[Peter_Stark]","{text/vnd.wap-wml=http://www.iana.org/assignments/media-types/text/vnd.wap-wml}"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap-wml"]},"registered":true},{"content-type":"text/vnd.wap.wmlscript","encoding":"quoted-printable","extensions":["wmls"],"references":["IANA","[Peter_Stark]","{text/vnd.wap.wmlscript=http://www.iana.org/assignments/media-types/text/vnd.wap.wmlscript}"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true},{"content-type":"text/x-asm","encoding":"quoted-printable","extensions":["asm","s"],"registered":false},{"content-type":"text/x-c","encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false},{"content-type":"text/x-fortran","encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false},{"content-type":"text/x-java-source","encoding":"quoted-printable","extensions":["java"],"registered":false},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false},{"content-type":"text/x-pascal","encoding":"quoted-printable","extensions":["p","pas"],"registered":false},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":["text/rtf"],"registered":false},{"content-type":"text/x-setext","encoding":"quoted-printable","extensions":["etx"],"registered":false},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false},{"content-type":"text/x-uuencode","encoding":"quoted-printable","extensions":["uu"],"registered":false},{"content-type":"text/x-vcalendar","encoding":"8bit","extensions":["vcs"],"registered":false},{"content-type":"text/x-vcard","encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":["model/vnd.flatland.3dml"],"registered":false},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false},{"content-type":"text/xml","encoding":"8bit","extensions":["dtd","xml"],"references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","references":["IANA","RFC3023"],"xrefs":{"rfc":["rfc3023"]},"registered":true},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","references":["IANA","RFC6015"],"xrefs":{"rfc":["rfc6015"]},"registered":true},{"content-type":"video/3gpp","encoding":"base64","extensions":["3gp","3gpp"],"references":["IANA","RFC3839","RFC6381"],"xrefs":{"rfc":["rfc3839","rfc6381"]},"registered":true},{"content-type":"video/3gpp-tt","encoding":"base64","references":["IANA","RFC4396"],"xrefs":{"rfc":["rfc4396"]},"registered":true},{"content-type":"video/3gpp2","encoding":"base64","extensions":["3g2","3gpp2"],"references":["IANA","RFC4393","RFC6381"],"xrefs":{"rfc":["rfc4393","rfc6381"]},"registered":true},{"content-type":"video/BMPEG","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/BT656","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/CelB","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":["video/x-dl"],"registered":false},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"references":["IANA","RFC6469"],"xrefs":{"rfc":["rfc6469"]},"registered":true},{"content-type":"video/encaprtp","encoding":"base64","references":["IANA","RFC6849","{video/encaprtp=http://www.iana.org/assignments/media-types/video/encaprtp}"],"xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true},{"content-type":"video/example","encoding":"base64","references":["IANA","RFC4735"],"xrefs":{"rfc":["rfc4735"]},"registered":true},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":["video/x-gl"],"registered":false},{"content-type":"video/H261","encoding":"base64","extensions":["h261"],"references":["IANA","RFC4587"],"xrefs":{"rfc":["rfc4587"]},"registered":true},{"content-type":"video/H263","encoding":"base64","extensions":["h263"],"references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/H263-1998","encoding":"base64","references":["IANA","RFC4629"],"xrefs":{"rfc":["rfc4629"]},"registered":true},{"content-type":"video/H263-2000","encoding":"base64","references":["IANA","RFC4629"],"xrefs":{"rfc":["rfc4629"]},"registered":true},{"content-type":"video/H264","encoding":"base64","extensions":["h264"],"references":["IANA","RFC6184"],"xrefs":{"rfc":["rfc6184"]},"registered":true},{"content-type":"video/H264-RCDO","encoding":"base64","references":["IANA","RFC6185"],"xrefs":{"rfc":["rfc6185"]},"registered":true},{"content-type":"video/H264-SVC","encoding":"base64","references":["IANA","RFC6190"],"xrefs":{"rfc":["rfc6190"]},"registered":true},{"content-type":"video/iso.segment","encoding":"base64","references":["IANA","[David_Singer]","[ISO-IEC_JTC1]","{video/iso.segment=http://www.iana.org/assignments/media-types/video/iso.segment}"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["video/iso.segment"]},"registered":true},{"content-type":"video/JPEG","encoding":"base64","extensions":["jpgv"],"references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/jpeg2000","encoding":"base64","references":["IANA","RFC5371","RFC5372"],"xrefs":{"rfc":["rfc5371","rfc5372"]},"registered":true},{"content-type":"video/jpm","encoding":"base64","extensions":["jpgm","jpm"],"registered":false},{"content-type":"video/MJ2","encoding":"base64","extensions":["mj2","mjp2"],"references":["IANA","RFC3745"],"xrefs":{"rfc":["rfc3745"]},"registered":true},{"content-type":"video/MP1S","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/MP2P","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts"],"references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/mp4","encoding":"base64","extensions":["f4p","f4v","mp4","mp4v","mpg4"],"references":["IANA","RFC4337","RFC6381"],"xrefs":{"rfc":["rfc4337","rfc6381"]},"registered":true},{"content-type":"video/MP4V-ES","encoding":"base64","references":["IANA","RFC6416"],"xrefs":{"rfc":["rfc6416"]},"registered":true},{"content-type":"video/mpeg","encoding":"base64","extensions":["m1v","m2v","mp2","mp3g","mpe","mpeg","mpg"],"references":["IANA","RFC2045","RFC2046"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"video/mpeg4-generic","encoding":"base64","references":["IANA","RFC3640"],"xrefs":{"rfc":["rfc3640"]},"registered":true},{"content-type":"video/MPV","encoding":"base64","references":["IANA","RFC3555"],"xrefs":{"rfc":["rfc3555"]},"registered":true},{"content-type":"video/nv","encoding":"base64","references":["IANA","RFC4856"],"xrefs":{"rfc":["rfc4856"]},"registered":true},{"content-type":"video/ogg","encoding":"base64","extensions":["ogg","ogv"],"references":["IANA","RFC5334"],"xrefs":{"rfc":["rfc5334"]},"registered":true},{"content-type":"video/parityfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"video/pointer","encoding":"base64","references":["IANA","RFC2862"],"xrefs":{"rfc":["rfc2862"]},"registered":true},{"content-type":"video/quicktime","encoding":"base64","extensions":["mov","qt"],"references":["IANA","RFC6381","[Paul_Lindner]","{video/quicktime=http://www.iana.org/assignments/media-types/video/quicktime}"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true},{"content-type":"video/raptorfec","encoding":"base64","references":["IANA","RFC6682"],"xrefs":{"rfc":["rfc6682"]},"registered":true},{"content-type":"video/raw","encoding":"base64","references":["IANA","RFC4175"],"xrefs":{"rfc":["rfc4175"]},"registered":true},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","references":["IANA","[ThreeGPP]","{video/rtp-enc-aescm128=http://www.iana.org/assignments/media-types/video/rtp-enc-aescm128}"],"xrefs":{"person":["ThreeGPP"],"template":["video/rtp-enc-aescm128"]},"registered":true},{"content-type":"video/rtploopback","encoding":"base64","references":["IANA","RFC6849","{video/rtploopback=http://www.iana.org/assignments/media-types/video/rtploopback}"],"xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true},{"content-type":"video/rtx","encoding":"base64","references":["IANA","RFC4588"],"xrefs":{"rfc":["rfc4588"]},"registered":true},{"content-type":"video/SMPTE292M","encoding":"base64","references":["IANA","RFC3497"],"xrefs":{"rfc":["rfc3497"]},"registered":true},{"content-type":"video/ulpfec","encoding":"base64","references":["IANA","RFC5109"],"xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"video/vc1","encoding":"base64","references":["IANA","RFC4425"],"xrefs":{"rfc":["rfc4425"]},"registered":true},{"content-type":"video/vnd.CCTV","encoding":"base64","references":["IANA","[Frank_Rottman]","{video/vnd.CCTV=http://www.iana.org/assignments/media-types/video/vnd.CCTV}"],"xrefs":{"person":["Frank_Rottman"],"template":["video/vnd.CCTV"]},"registered":true},{"content-type":"video/vnd.dece.hd","encoding":"base64","extensions":["uvh","uvvh"],"references":["IANA","[Dolan]","{video/vnd.dece.hd=http://www.iana.org/assignments/media-types/video/vnd.dece.hd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.hd"]},"registered":true},{"content-type":"video/vnd.dece.mobile","encoding":"base64","extensions":["uvm","uvvm"],"references":["IANA","[Dolan]","{video/vnd.dece.mobile=http://www.iana.org/assignments/media-types/video/vnd.dece.mobile}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true},{"content-type":"video/vnd.dece.mp4","encoding":"base64","references":["IANA","[Dolan]","{video/vnd.dece-mp4=http://www.iana.org/assignments/media-types/video/vnd.dece-mp4}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece-mp4"]},"registered":true},{"content-type":"video/vnd.dece.pd","encoding":"base64","extensions":["uvp","uvvp"],"references":["IANA","[Dolan]","{video/vnd.dece.pd=http://www.iana.org/assignments/media-types/video/vnd.dece.pd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.pd"]},"registered":true},{"content-type":"video/vnd.dece.sd","encoding":"base64","extensions":["uvs","uvvs"],"references":["IANA","[Dolan]","{video/vnd.dece.sd=http://www.iana.org/assignments/media-types/video/vnd.dece.sd}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.sd"]},"registered":true},{"content-type":"video/vnd.dece.video","encoding":"base64","extensions":["uvv","uvvv"],"references":["IANA","[Dolan]","{video/vnd.dece.video=http://www.iana.org/assignments/media-types/video/vnd.dece.video}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.dece.video"]},"registered":true},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","references":["IANA","[Nathan_Zerbe]","{video/vnd.directv-mpeg=http://www.iana.org/assignments/media-types/video/vnd.directv-mpeg}"],"xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv-mpeg"]},"registered":true},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","references":["IANA","[Nathan_Zerbe]","{video/vnd.directv.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.directv.mpeg-tts}"],"xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","references":["IANA","[Edwin_Heredia]","{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}"],"xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","obsolete":true,"references":["IANA","[Edwin_Heredia]","{video/vnd.dlna.mpeg-tts=http://www.iana.org/assignments/media-types/video/vnd.dlna.mpeg-tts}"],"xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"references":["IANA","[Peter_Siebert]","[Kevin_Murray]","{video/vnd.dvb.file=http://www.iana.org/assignments/media-types/video/vnd.dvb.file}"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true},{"content-type":"video/vnd.fvt","encoding":"base64","extensions":["fvt"],"references":["IANA","[Arild_Fuldseth]","{video/vnd.fvt=http://www.iana.org/assignments/media-types/video/vnd.fvt}"],"xrefs":{"person":["Arild_Fuldseth"],"template":["video/vnd.fvt"]},"registered":true},{"content-type":"video/vnd.hns.video","encoding":"base64","references":["IANA","[Swaminathan]","{video/vnd.hns.video=http://www.iana.org/assignments/media-types/video/vnd.hns.video}"],"xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.1dparityfec-1010=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.1dparityfec-1010}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.1dparityfec-2005=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.1dparityfec-2005}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.2dparityfec-1010=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.2dparityfec-1010}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.2dparityfec-2005=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.2dparityfec-2005}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.ttsavc=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.ttsavc}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","references":["IANA","[Shuji_Nakamura]","{video/vnd.iptvforum.ttsmpeg2=http://www.iana.org/assignments/media-types/video/vnd.iptvforum.ttsmpeg2}"],"xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true},{"content-type":"video/vnd.motorola.video","encoding":"base64","references":["IANA","[Tom_McGinty]","{video/vnd.motorola.video=http://www.iana.org/assignments/media-types/video/vnd.motorola.video}"],"xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true},{"content-type":"video/vnd.motorola.videop","encoding":"base64","references":["IANA","[Tom_McGinty]","{video/vnd.motorola.videop=http://www.iana.org/assignments/media-types/video/vnd.motorola.videop}"],"xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true},{"content-type":"video/vnd.mpegurl","encoding":"8bit","extensions":["m4u","mxu"],"references":["IANA","[Heiko_Recktenwald]","{video/vnd-mpegurl=http://www.iana.org/assignments/media-types/video/vnd-mpegurl}"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd-mpegurl"]},"registered":true},{"content-type":"video/vnd.ms-playready.media.pyv","encoding":"base64","extensions":["pyv"],"references":["IANA","[Steve_DiAcetis]","{video/vnd.ms-playready.media.pyv=http://www.iana.org/assignments/media-types/video/vnd.ms-playready.media.pyv}"],"xrefs":{"person":["Steve_DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"references":["IANA","[Petteri_Kangaslampi]","{video/vnd.nokia.interleaved-multimedia=http://www.iana.org/assignments/media-types/video/vnd.nokia.interleaved-multimedia}"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","references":["IANA","[Nokia]","{video/vnd.nokia.videovoip=http://www.iana.org/assignments/media-types/video/vnd.nokia.videovoip}"],"xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["m4v","mp4"],"references":["IANA","[John_Clark]","{video/vnd.objectvideo=http://www.iana.org/assignments/media-types/video/vnd.objectvideo}"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","references":["IANA","[Henrik_Andersson]","{video/vnd.radgamettools.bink=http://www.iana.org/assignments/media-types/video/vnd.radgamettools.bink}"],"xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","references":["IANA","[Henrik_Andersson]","{video/vnd.radgamettools.smacker=http://www.iana.org/assignments/media-types/video/vnd.radgamettools.smacker}"],"xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"references":["IANA","[David_Petersen]","{video/vnd.sealed.mpeg1=http://www.iana.org/assignments/media-types/video/vnd.sealed.mpeg1}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["s14","smpg"],"references":["IANA","[David_Petersen]","{video/vnd.sealed.mpeg4=http://www.iana.org/assignments/media-types/video/vnd.sealed.mpeg4}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["ssw","sswf"],"references":["IANA","[David_Petersen]","{video/vnd.sealed-swf=http://www.iana.org/assignments/media-types/video/vnd.sealed-swf}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed-swf"]},"registered":true},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["s1q","smo","smov"],"references":["IANA","[David_Petersen]","{video/vnd.sealedmedia.softseal-mov=http://www.iana.org/assignments/media-types/video/vnd.sealedmedia.softseal-mov}"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal-mov"]},"registered":true},{"content-type":"video/vnd.uvvu.mp4","encoding":"base64","extensions":["uvu","uvvu"],"references":["IANA","[Dolan]","{video/vnd.uvvu-mp4=http://www.iana.org/assignments/media-types/video/vnd.uvvu-mp4}"],"xrefs":{"person":["Dolan"],"template":["video/vnd.uvvu-mp4"]},"registered":true},{"content-type":"video/vnd.vivo","encoding":"base64","extensions":["viv","vivo"],"references":["IANA","[John_Wolfe]","{video/vnd-vivo=http://www.iana.org/assignments/media-types/video/vnd-vivo}"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd-vivo"]},"registered":true},{"content-type":"video/webm","encoding":"base64","extensions":["webm"],"references":["{WebM=http://www.webmproject.org/code/specs/container/}"],"registered":false},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false},{"content-type":"video/x-f4v","encoding":"base64","extensions":["f4v"],"registered":false},{"content-type":"video/x-fli","encoding":"base64","extensions":["fli"],"registered":false},{"content-type":"video/x-flv","encoding":"base64","extensions":["flv"],"registered":false},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false},{"content-type":"video/x-m4v","encoding":"base64","extensions":["m4v"],"registered":false},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpeg","mjpg"],"registered":false},{"content-type":"video/x-ms-asf","encoding":"base64","extensions":["asf","asx"],"registered":false},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false},{"content-type":"video/x-ms-wm","encoding":"base64","extensions":["wm"],"registered":false},{"content-type":"video/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"video/x-ms-wmx","encoding":"base64","extensions":["wmx"],"registered":false},{"content-type":"video/x-ms-wvx","encoding":"base64","extensions":["wvx"],"registered":false},{"content-type":"video/x-msvideo","encoding":"base64","extensions":["avi"],"registered":false},{"content-type":"video/x-sgi-movie","encoding":"base64","extensions":["movie"],"registered":false},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false},{"content-type":"x-conference/x-cooltalk","encoding":"base64","extensions":["ice"],"registered":false},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["vrml","wrl"],"registered":false}]
data/lib/mime/type.rb CHANGED
@@ -57,7 +57,7 @@ class MIME::Type
57
57
  end
58
58
 
59
59
  # The released version of the mime-types library.
60
- VERSION = '2.1'
60
+ VERSION = '2.2'
61
61
 
62
62
  include Comparable
63
63
 
@@ -155,21 +155,21 @@ class MIME::Type
155
155
  def priority_compare(other)
156
156
  pc = simplified <=> other.simplified
157
157
  if pc.zero?
158
- pc = if (registered? != other.registered?)
159
- registered? ? -1 : 1 # registered < unregistered
160
- elsif (platform? != other.platform?)
161
- platform? ? 1 : -1 # generic < platform
162
- elsif (complete? != other.complete?)
163
- complete? ? -1 : 1 # complete < incomplete
164
- elsif (obsolete? != other.obsolete?)
165
- obsolete? ? 1 : -1 # current < obsolete
166
- elsif obsolete? and (use_instead != other.use_instead)
167
- if use_instead.nil?
158
+ pc = if ((reg = registered?) != other.registered?)
159
+ reg ? -1 : 1 # registered < unregistered
160
+ elsif ((plat = platform?(true)) != other.platform?(true))
161
+ plat ? 1 : -1 # generic < platform
162
+ elsif ((comp = complete?) != other.complete?)
163
+ comp ? -1 : 1 # complete < incomplete
164
+ elsif ((obs = obsolete?) != other.obsolete?)
165
+ obs ? 1 : -1 # current < obsolete
166
+ elsif obs and ((ui = use_instead) != (oui = other.use_instead))
167
+ if ui.nil?
168
168
  1
169
- elsif other.use_instead.nil?
169
+ elsif oui.nil?
170
170
  -1
171
171
  else
172
- use_instead <=> other.use_instead
172
+ ui <=> oui
173
173
  end
174
174
  else
175
175
  0
@@ -437,8 +437,8 @@ class MIME::Type
437
437
  # Returns +true+ if the MIME::Type is specific to an operating system.
438
438
  #
439
439
  # This method is deprecated.
440
- def system?
441
- MIME.deprecated(self, __method__)
440
+ def system?(__internal__ = false)
441
+ MIME.deprecated(self, __method__) unless __internal__
442
442
  not @system.nil?
443
443
  end
444
444
 
@@ -446,9 +446,9 @@ class MIME::Type
446
446
  # system as represented by RUBY_PLATFORM.
447
447
  #
448
448
  # This method is deprecated.
449
- def platform?
450
- MIME.deprecated(self, __method__)
451
- system? and (RUBY_PLATFORM =~ @system)
449
+ def platform?(__internal__ = false)
450
+ MIME.deprecated(self, __method__) unless __internal__
451
+ system?(__internal__) and (RUBY_PLATFORM =~ @system)
452
452
  end
453
453
 
454
454
  # Returns +true+ if the MIME::Type specifies an extension list,
data/lib/mime/types.rb CHANGED
@@ -164,9 +164,9 @@ class MIME::Types
164
164
  # If +platform+ is +true+, then only file types that are specific to the
165
165
  # current platform will be returned. This parameter has been deprecated.
166
166
  def type_for(filename, platform = false)
167
- types = Array(filename).flatten.map { |fn|
167
+ types = Array(filename).flat_map { |fn|
168
168
  @extension_index[File.basename(fn.chomp.downcase).gsub(/.*\./o, '')]
169
- }.flatten.sort { |a, b| a.priority_compare(b) }.uniq
169
+ }.sort { |a, b| a.priority_compare(b) }.uniq
170
170
 
171
171
  if platform
172
172
  MIME.deprecated(self, __method__,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime-types
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.1'
4
+ version: '2.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
@@ -10,10 +10,10 @@ bindir: bin
10
10
  cert_chain:
11
11
  - !binary |-
12
12
  LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUROakNDQWg2Z0F3SUJB
13
- Z0lCQURBTkJna3Foa2lHOXcwQkFRVUZBREJCTVE4d0RRWURWUVFEREFaaGRY
13
+ Z0lCQVRBTkJna3Foa2lHOXcwQkFRVUZBREJCTVE4d0RRWURWUVFEREFaaGRY
14
14
  TjAKYVc0eEdUQVhCZ29Ka2lhSmsvSXNaQUVaRmdseWRXSjVabTl5WjJVeEV6
15
- QVJCZ29Ka2lhSmsvSXNaQUVaRmdOdgpjbWN3SGhjTk1UTXdNakEwTURNek16
16
- STNXaGNOTVRRd01qQTBNRE16TXpJM1dqQkJNUTh3RFFZRFZRUUREQVpoCmRY
15
+ QVJCZ29Ka2lhSmsvSXNaQUVaRmdOdgpjbWN3SGhjTk1UUXdNakl5TURNME1U
16
+ UXpXaGNOTVRVd01qSXlNRE0wTVRReldqQkJNUTh3RFFZRFZRUUREQVpoCmRY
17
17
  TjBhVzR4R1RBWEJnb0praWFKay9Jc1pBRVpGZ2x5ZFdKNVptOXlaMlV4RXpB
18
18
  UkJnb0praWFKay9Jc1pBRVoKRmdOdmNtY3dnZ0VpTUEwR0NTcUdTSWIzRFFF
19
19
  QkFRVUFBNElCRHdBd2dnRUtBb0lCQVFDMm1QTmY0TDM3R2hLSQpTUENZc3ZZ
@@ -24,34 +24,20 @@ cert_chain:
24
24
  Z3kxR1Z3VAppNnBrRHM4TGhaV1hkT0QrOTIxbDJaMU5aR1phOUtOYkpJZzZ2
25
25
  dGdZS1U5OGpRNXFyOWlZM2lrQkFzcEhyRmFzCks2VVN2R2dBZzhmQ0Q1WWlv
26
26
  dEJFdkNCTVl0ZnFtZnJocGRVMnArZ3ZUZ2VMVzFLYWV2d3FkN25nUW1GVXJG
27
- RzEKZVVKU1VSdjVBZ01CQUFHak9UQTNNQWtHQTFVZEV3UUNNQUF3SFFZRFZS
28
- ME9CQllFRkF0SktNcDZZWU5xbGdSMwo5VGlaTFdxdkxhZ1NNQXNHQTFVZER3
29
- UUVBd0lFc0RBTkJna3Foa2lHOXcwQkFRVUZBQU9DQVFFQXBUUGt2RG04Cjdn
30
- SmxVVDRGZnVtWFB2dHVxUDY3THhVdEdFOHN5dlIwQTRBcyswUC93eWxMSkZV
31
- T3NHVFRkWll0VGhoeENTSkcKKzdLRzJGZkljSDRaejJkOTdhclpHQXpCb2k4
32
- aVBodDIvVXRTbDFmQ2NVSTV2bUphMU1pWFpUMm9xZFc3V3lkcQpyQVpjQlBs
33
- cllZdWl3dEdJMHlxSU9nQmZYU1pDV1dzSnN1eVRLRUxlcDZtQ0xnejBZWlVm
34
- bXZLcjhXL0FiM2F4CkR1THpIOTJMU1JqWkp5anlBVXB3L1ZjMnJNNGdpaVA1
35
- anRCeXJiMVkxZEduUWhIVE1IZjFHZnVjV203TncvVjkKdHdFUFZ3OCswZjg4
36
- SlF1Y3hPVG1URjFOYkxGcGlSd1FVWjF6b1piTmcyZTdtU2hjL2VleG5WTFdL
37
- Rkt4Um9QNgpLUGozV29EK3NwQjhmQT09Ci0tLS0tRU5EIENFUlRJRklDQVRF
27
+ RzEKZVVKU1VSdjVBZ01CQUFHak9UQTNNQWtHQTFVZEV3UUNNQUF3Q3dZRFZS
28
+ MFBCQVFEQWdTd01CMEdBMVVkRGdRVwpCQlFMU1NqS2VtR0RhcFlFZC9VNG1T
29
+ MXFyeTJvRWpBTkJna3Foa2lHOXcwQkFRVUZBQU9DQVFFQU5tMmFnVGRECjlT
30
+ Mk53WE1XMGphbnNJblh0UW1CNDRxay9wc1d1anRHbm4rb1QrYTlLWE81cC9n
31
+ eDJtbXg4aE1GMDJ3VUJ4MUgKazk2SFVJL2pSM0hkaFlDZkc2b0p1RXpnWHJG
32
+ aVNCSncvY09KaU04djNhSHNBd0kzTmVMZUlyUndCWUIza0kzagoxcWZKWGNP
33
+ V3c3YzYzVHJzRFgzN3hqMmU0UDBETkoxY1RyRG15RDJ5VFE1Nzc2TTEzR2I2
34
+ blhqcmVTZXEwdC9uCjYwTmo5MUoxb0hZazZMRmEwZW8vZ3lrVGJMeWFacnNh
35
+ WGxOYjNqN0NqaFV6T3BZT2hpQ1VIM3M5dEtUR1hkLysKTG1aN0J4VE1zRGha
36
+ SHkzay9FVEZoaSs3cElVV2xGbzBpbXJkeUxoZCtKdzNib1ZqM0NtdnloY3dt
37
+ cG9NMEs5bApBT21yVWlFbFVxTE9aQT09Ci0tLS0tRU5EIENFUlRJRklDQVRF
38
38
  LS0tLS0K
39
- date: 2014-01-26 00:00:00.000000000 Z
39
+ date: 2014-03-14 00:00:00.000000000 Z
40
40
  dependencies:
41
- - !ruby/object:Gem::Dependency
42
- name: rubyforge
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ! '>='
46
- - !ruby/object:Gem::Version
47
- version: 2.0.4
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: 2.0.4
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: minitest
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -178,80 +164,58 @@ dependencies:
178
164
  - - ~>
179
165
  - !ruby/object:Gem::Version
180
166
  version: '0.7'
167
+ - !ruby/object:Gem::Dependency
168
+ name: coveralls
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ~>
172
+ - !ruby/object:Gem::Version
173
+ version: '0.7'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ~>
179
+ - !ruby/object:Gem::Version
180
+ version: '0.7'
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: hoe
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ~>
186
186
  - !ruby/object:Gem::Version
187
- version: '3.8'
187
+ version: '3.9'
188
188
  type: :development
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - ~>
193
193
  - !ruby/object:Gem::Version
194
- version: '3.8'
195
- description: ! 'The mime-types library provides a library and registry for information
196
- about
197
-
198
- MIME content type definitions. It can be used to determine defined filename
199
-
200
- extensions for MIME types, or to use filename extensions to look up the likely
201
-
202
- MIME type definitions.
203
-
204
-
205
- MIME content types are used in MIME-compliant communications, as in e-mail or
206
-
207
- HTTP traffic, to indicate the type of content which is transmitted. The
208
-
209
- mime-types library provides the ability for detailed information about MIME
210
-
211
- entities (provided as an enumerable collection of MIME::Type objects) to be
212
-
213
- determined and used programmatically. There are many types defined by RFCs and
214
-
215
- vendors, so the list is long but by definition incomplete; don''t hesitate to to
216
-
217
- add additional type definitions (see Contributing.rdoc). The primary sources
218
-
219
- for MIME type definitions found in mime-types is the IANA collection of
220
-
221
- registrations (see below for the link), RFCs, and W3C recommendations.
222
-
223
-
224
- This is release 2.1, mostly changing how the MIME type registry is updated from
225
-
226
- the IANA registry (the format of which was incompatibly changed shortly before
227
-
228
- this release) and taking advantage of the extra data available from IANA
229
-
230
- registry in the form of MIME::Type#xrefs. In addition, the {LTSW
231
-
232
- list}[http://www.ltsw.se/knbase/internet/mime.htp] has been dropped as a
233
-
234
- supported list.
235
-
236
-
237
- As a reminder, mime-types 2.x is no longer compatible with Ruby 1.8 and
238
-
239
- mime-types 1.x is only being maintained for security issues. No new MIME types
240
-
241
- or features will be added.
242
-
243
-
244
- mime-types (previously called MIME::Types for Ruby) was originally based on
245
-
246
- MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. It is built to
247
-
248
- conform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA Media
249
-
250
- Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml]
251
-
252
- with some types added by the users of mime-types.'
194
+ version: '3.9'
195
+ description: ! "The mime-types library provides a library and registry for information
196
+ about\nMIME content type definitions. It can be used to determine defined filename\nextensions
197
+ for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nMIME
198
+ content types are used in MIME-compliant communications, as in e-mail or\nHTTP traffic,
199
+ to indicate the type of content which is transmitted. The\nmime-types library provides
200
+ the ability for detailed information about MIME\nentities (provided as an enumerable
201
+ collection of MIME::Type objects) to be\ndetermined and used programmatically. There
202
+ are many types defined by RFCs and\nvendors, so the list is long but by definition
203
+ incomplete; don't hesitate to to\nadd additional type definitions (see Contributing.rdoc).
204
+ The primary sources\nfor MIME type definitions found in mime-types is the IANA collection
205
+ of\nregistrations (see below for the link), RFCs, and W3C recommendations.\n\nThis
206
+ is release 2.2, \nmostly changing how the MIME type registry is updated from\nthe
207
+ IANA registry (the format of which was incompatibly changed shortly before\nthis
208
+ release) and taking advantage of the extra data available from IANA\nregistry in
209
+ the form of MIME::Type#xrefs. In addition, the {LTSW\nlist}[http://www.ltsw.se/knbase/internet/mime.htp]
210
+ has been dropped as a\nsupported list.\n\nAs a reminder, mime-types 2.x is no longer
211
+ compatible with Ruby 1.8 and\nmime-types 1.x is only being maintained for security
212
+ issues. No new MIME types\nor features will be added.\n\nmime-types (previously
213
+ called MIME::Types for Ruby) was originally based on\nMIME::Types for Perl by Mark
214
+ Overmeer, copyright 2001 - 2009. It is built to\nconform to the MIME types of RFCs
215
+ 2045 and 2231. It tracks the {IANA Media\nTypes registry}[https://www.iana.org/assignments/media-types/media-types.xhtml]\nwith
216
+ some types added by the users of mime-types."
253
217
  email:
254
- - austin@rubyforge.org
218
+ - halostatue@gmail.com
255
219
  executables: []
256
220
  extensions: []
257
221
  extra_rdoc_files:
@@ -265,6 +229,7 @@ extra_rdoc_files:
265
229
  - docs/artistic.txt
266
230
  files:
267
231
  - .autotest
232
+ - .coveralls.yml
268
233
  - .gemtest
269
234
  - .hoerc
270
235
  - .minitest.rb
@@ -301,7 +266,7 @@ files:
301
266
  - test/test_mime_types_class.rb
302
267
  - test/test_mime_types_lazy.rb
303
268
  - test/test_mime_types_loader.rb
304
- homepage: http://mime-types.rubyforge.org/
269
+ homepage: https://github.com/halostatue/mime-types/
305
270
  licenses:
306
271
  - MIT
307
272
  - Artistic 2.0