simpleType MediaDesc
namespace http://www.w3.org/1999/xhtml
type restriction of xs:string
used by
attributes link/@media style/@media
facets
Kind Value annotation 
pattern [^,]+(,\s*[^,]+)* 
annotation
documentation

      single or comma-separated list of media descriptors
     
source <xs:simpleType name="MediaDesc">
 
<xs:annotation>
   
<xs:documentation>
      single or comma-separated list of media descriptors
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[^,]+(,\s*[^,]+)*"/>
 
</xs:restriction>
</xs:simpleType>


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