attribute contentType
namespace http://www.w3.org/2005/05/xmlmime
type restriction of xsd:string
used by
complexTypes base64Binary hexBinary
facets
Kind Value Annotation
minLength 3
source <xsd:attribute name="contentType">
 
<xsd:simpleType>
   
<xsd:restriction base="xs:string">
     
<xsd:minLength value="3"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>