simpleType Coords
namespace http://www.w3.org/1999/xhtml
type restriction of xs:string
used by
attributes a/@coords area/@coords
facets
Kind Value annotation 
pattern [-+]?(\d+|\d+(\.\d+)?%)(,\s*[-+]?(\d+|\d+(\.\d+)?%))* 
annotation
documentation

      comma separated list of lengths
     
source <xs:simpleType name="Coords">
 
<xs:annotation>
   
<xs:documentation>
      comma separated list of lengths
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[-+]?(\d+|\d+(\.\d+)?%)(,\s*[-+]?(\d+|\d+(\.\d+)?%))*"/>
 
</xs:restriction>
</xs:simpleType>


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