MIME_TYPE

Element Information

Model

Used By

Element MIME

Source

<xsd:element name="MIME_TYPE">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:maxLength value="30"/>
      <xsd:minLength value="1"/>
      <xsd:pattern value="application/pdf|application/xml|image/gif|image/jpeg|text/html|text/plain|url|[\w\-\.]{1,30}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample