Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type MimeType
Namespace No namespace
Annotations
Used to filter MIME type names
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 40
pattern [a-z]+/[a-z0-9\-]+
Used by
Source
<xs:simpleType name="MimeType">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used to filter MIME type names</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="40"/>
    <xs:pattern value="[a-z]+/[a-z0-9\-]+"/>
  </xs:restriction>
</xs:simpleType>