The common data types for SVG's properties and attributes fall into the following categories:
xs:boolean types in that it does not accept '0' or '1' as valid values.
ListOfXXX:
XXX
| XXX comma-wsp ListOfXXX
comma-wsp:
(wsp+ comma? wsp*) | (comma wsp*)
comma:
","
wsp:
(#x20 | #x9 | #xD | #xA)
where XXX represents a particular type of value.xs:language data type
in XML Schema Part 2,
plus the empty string.