simpleType MultiLength
namespace http://www.w3.org/1999/xhtml
type restriction of xs:string
used by
attributes colgroup/@width col/@width
facets
Kind Value annotation 
pattern [-+]?(\d+|\d+(\.\d+)?%)|[1-9]?(\d+)?\* 
annotation
documentation

      pixel, percentage, or relative
     
source <xs:simpleType name="MultiLength">
 
<xs:annotation>
   
<xs:documentation>
      pixel, percentage, or relative
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[-+]?(\d+|\d+(\.\d+)?%)|[1-9]?(\d+)?\*"/>
 
</xs:restriction>
</xs:simpleType>


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