XML Schema Documentation

Complex Type: MimeType

[Table of contents]

Super-types: xsd:normalizedString < MimeType (by extension)
Sub-types: None
Name MimeType
Abstract no
Documentation The type that indicates the type of media used to store the content. MimeType is used to determine the software product(s) that can read the content. MIME types are described in RFC 2046.
XML Instance Representation
<...
mimeTypeScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="MimeType">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="mimeTypeScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>