media type, as per [RFC2045] |
Attributes | a/@type, form/@enctype, link/@type, object/@codetype, object/@type, param/@type, script/@type, style/@type |
<xs:simpleType name="ContentType"> <xs:annotation> <xs:documentation>media type, as per [RFC2045]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> |