<xs:simpleType name="MediaTypeType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">An attribute for expressing the mediaType of an object as defined in RFC 4288.</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:annotation>
<xs:documentation>A restriction on string for the format of mediaType (i.e. audio/GSM) as defined in
<a xmlns="http://www.w3.org/1999/xhtml" href="http://tools.ietf.org/html/rfc4288">RFC 4288</a>.</xs:documentation>
</xs:annotation>
<xs:pattern value="[a-zA-Z]*/[a-zA-Z+-.]*"/>
</xs:restriction>
</xs:simpleType>
|