Definition Type: Attribute
Name: contentType
Namespace: http://www.w3.org/2005/05/xmlmime
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xmlmime.xsd
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of contentType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="contentType">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:minLength value="3" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
MinLength 3