Difference between revisions of "X3D MIME-Type"

From Web3D.org
Jump to: navigation, search
(8. Published specification:)
Line 66: Line 66:
  
 
===8. Published specification:===
 
===8. Published specification:===
See [http://tools.ietf.org/html/rfc4288#section-4.10RFC 4288, Media Type Specifications and Registration Procedures (Publication Requirements)] for detailed instructions.
+
See [http://tools.ietf.org/html/rfc4288#section-4.10 RFC 4288, Media Type Specifications and Registration Procedures (Publication Requirements)] for detailed instructions.
 
All revisions of the X3D specification can be found here:
 
All revisions of the X3D specification can be found here:
 
http://www.web3d.org/realtime-3d/specification/all
 
http://www.web3d.org/realtime-3d/specification/all

Revision as of 10:24, 9 April 2012

Current work to gain final MIME-type approval

The Internet Engineering Task Force (IETF) has approved IETF RFC 2077 for the Model MIME type. However, the IETF has not recognized X3D has an official MIME type. This page is where we are building the application message for official status.

The work started in 2008 with the initial submission at the end of the year. Comments were received from IETF MIME-Type task force and incorporated back into the application in February 2009. Comments were collected and reported regarding Registration of media type model/x3d+XXX. Further work is still needed to resubmit the application.

The February 2009 document is below. All edits need to be done in conformance with the current application standard. When completed, the application needs to be sent to 'ietf-types@iana.org' with the subject line "Registration of media type model/x3d+XXX" included.

References:

Work needing to be done:

  • Ensure that this is the correct format for the application
  • "Encoding considerations" to update the binary encoding to current state
  • Update all specification references to the latest version and description

Next steps:

  • Review the IETF MIME Type Submission references
  • Finalize application details that follow
  • Submit to IETF and follow up on any resulting actions or approvals

Draft registration application for X3D MIME type

XML, ClassicVRML, and Binary responses merged together. In the end, three separate applications will need to be created. See RFC 3023, XML Media Types for requirements specific to XML media types.

1. Media Type Name:

Model

2. Subtype names:

Standards Tree

  • x3d-vrml
  • x3d+xml
  • x3d+fastinfoset

3. Required parameters:

None

4. Optional parameters:

None

5. Encoding considerations:

This application represents the different MIME types used for three different encodings of the X3D ISO standard (see [1]). The standard defines an abstract information structural representation, for which several file formats are available. These formats are currently defined to be:

  • XML: '8-bit text'
  • ClassicVRML: '8-bit text'
  • Compressed Binary: 'binary'

6. Security considerations:

This needs to be rewritten to address the questions and statements in RFC 4288, Media Type Specifications and Registration Procedures (Security Requirements). Specifically need to address/state response for

  • Complex media types
  • Active content
  • Release of information
  • Decompression issues
  • External security considerations

Scripting is defined as being available for the specification. Two languages are defined: Java and ECMAScript. Each scripting language is controlled by its local security model. As the content may run in many different situations, the X3D specification does not impose specific security policies. For example, some standalone applications will want to directly interact with the local file system, network or database, while others that run in a web browser would use the web-browser's security model.

7. Interoperability considerations:

The definition of the file format is maintained by the Web3d Consortium (http://www.web3d.org) and published through the ISO process. Several revisions of the specification have been made and it continues to be made. All revisions use the same MIME type definitions, and are backwards compatible internally and structurally. In addition, each of the file format encodings may be losslessly transformed between each other.

8. Published specification:

See RFC 4288, Media Type Specifications and Registration Procedures (Publication Requirements) for detailed instructions. All revisions of the X3D specification can be found here: http://www.web3d.org/realtime-3d/specification/all

Several revisions of each specification exist. The abstract specification is ISO/IEC 19775:2004. The individual file formats, which also specify the matching MIME types, are parts of the ISO/IEC 19777 specification.

9. Applications that use this media type:

There are well over 20 - both browsers, exporters and importers.

10. Additional information:

  • Magic number(s):

x3d-vrml: "#X3D" x3d+xml: Use XML’s specification x3d+fastinfoset: "#X3D"

  • File extension(s):

x3d-vrml: .x3dv, .x3dvz x3d+xml: .x3d, .x3dz x3d+fastinfoset: .x3db

  • Macintosh file type code(s):

11. Intended usage:

COMMON

12. Other Information/GeneralComment:

The X3D standard is a continuation of the VRML standard that is defined in RFC2077. As part of this work, several large modifications were made to the file format and specification. The basic premise for the specification continues the VRML design rational. The MIME types and file extensions were changed to indicate this modified standard.

  1. Content Sub-types

Each content type may have an additional Content-Encoding to indicate whether the content has been compressed using GZIP in addition to the basic textual encoding. This is also indicated by modifying each file extension with the character "z". For example, the plaintext VRML-encoded file format would use the extension ".x3dv", and if compressed using GZIP uses the extension ".x3dvz"

13. Person to contact for further information:

  • Name: Leonard Daly (X3D Working Group Co-Chair)
  • E-mail: <use appropriate alias>
  • Author / Change controller: The Web3D Consortium