simpleType Length
namespace http://www.w3.org/1999/xhtml
type restriction of xs:string
used by
attributes table/@cellpadding table/@cellspacing cellhalign/@charoff object/@height img/@height object/@width img/@width table/@width
facets
Kind Value annotation 
pattern [-+]?(\d+|\d+(\.\d+)?%) 
annotation
documentation

      nn for pixels or nn% for percentage length
     
source <xs:simpleType name="Length">
 
<xs:annotation>
   
<xs:documentation>
      nn for pixels or nn% for percentage length
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[-+]?(\d+|\d+(\.\d+)?%)"/>
 
</xs:restriction>
</xs:simpleType>


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