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"/>
      <!-- ***** predefined values for element 'MIME_TYPE' *****
					"(url | application/pdf | image/jpeg | image/gif | text/html | text/plain | ...)" 
				-->
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample