Back to SwissRETS

noNamespace
simpleType mimeType

Super Types
{}mimeType (restriction)

Documentation
A MIME type consists of a type and a subtype — two strings separated by / no whitespace is allowed.
Properties
This component is not nillable.

Model

[a-z0-9]+/[a-z0-9.-]+([+][a-z0-9]+)?
minimum length: 7


Source
<xs:simpleType name="mimeType">
<xs:restriction base="xs:string">
<xs:minLength value="7"/>
<xs:pattern value="[a-z0-9]+/[a-z0-9.-]+([+][a-z0-9]+)?"/>
</xs:restriction>
</xs:simpleType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.