namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="TypeMIME"> <xs:annotation> <xs:documentation> if an internet MIME style is selected, the type shall follow here it shall follow the std 2-part expression (eg text/plain) the charset is presumed to be &quot;US-ASCII&quot; unless that is also denoted </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> |