simpleType TypeMIME
namespace http://www.IM-Draft-03-00-44a
type restriction of xs:string
used by
element RequestForInfo/typeMIME
facets
minLength 0
maxLength 50
annotation
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 "US-ASCII"
            unless that is also denoted
        
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 &amp;quot;US-ASCII&amp;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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy