comma separated list of lengths |
Attributes | a/@coords, area/@coords |
<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> |