Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:MimeTypeEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumerated list of common MIME types
Diagram
Diagram
Type restriction of string
Facets
enumeration application/json
JSON (JavaScript Object Notation) file format for structured data
exchange.
enumeration application/pdf
PDF (Portable Document Format) file format for
documents.
enumeration application/xml
XML (Extensible Markup Language) file format for structured
data.
enumeration application/zip
ZIP compressed archive file format.
enumeration text/plain
Plain text file format without formatting.
enumeration text/html
HTML (HyperText Markup Language) file format for web
pages.
enumeration text/css
CSS (Cascading Style Sheets) text file format for
styling.
enumeration text/csv
CSV (Comma-Separated Values) text file format for tabular
data.
enumeration image/jpeg
JPEG (Joint Photographic Experts Group) image file
format.
enumeration image/png
PNG (Portable Network Graphics) image file
format.
enumeration image/gif
GIF (Graphics Interchange Format) image file
format.
enumeration video/mp4
MP4 video file format.
Source
<simpleType name="MimeTypeEnumType">
  <annotation>
    <documentation>Enumerated list of common MIME types</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="application/json">
      <annotation>
        <documentation>JSON (JavaScript Object Notation) file format for structured data exchange.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="application/pdf">
      <annotation>
        <documentation>PDF (Portable Document Format) file format for documents.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="application/xml">
      <annotation>
        <documentation>XML (Extensible Markup Language) file format for structured data.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="application/zip">
      <annotation>
        <documentation>ZIP compressed archive file format.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="text/plain">
      <annotation>
        <documentation>Plain text file format without formatting.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="text/html">
      <annotation>
        <documentation>HTML (HyperText Markup Language) file format for web pages.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="text/css">
      <annotation>
        <documentation>CSS (Cascading Style Sheets) text file format for styling.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="text/csv">
      <annotation>
        <documentation>CSV (Comma-Separated Values) text file format for tabular data.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="image/jpeg">
      <annotation>
        <documentation>JPEG (Joint Photographic Experts Group) image file format.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="image/png">
      <annotation>
        <documentation>PNG (Portable Network Graphics) image file format.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="image/gif">
      <annotation>
        <documentation>GIF (Graphics Interchange Format) image file format.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="video/mp4">
      <annotation>
        <documentation>MP4 video file format.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>