XML encoded identifier of a standard MIME type, possibly a parameterized MIME type. Copied from ows 2.0.1 |
<xs:simpleType name="MimeType"> <xs:annotation> <xs:documentation>XML encoded identifier of a standard MIME type, possibly a parameterized MIME type. Copied from ows 2.0.1</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="(application|audio|image|text|video|message|multipart|model)/.+(;\s*.+=.+)*"/> </xs:restriction> </xs:simpleType> |