Coords

comma separated list of lengths

Simple Type Information

Used By

Attributes a/@coords, area/@coords

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>