The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute. |
Attribute | font/@font-family |
<xs:simpleType name="comma-separated-text"> <xs:annotation> <xs:documentation>The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="[^,]+(, ?[^,]+)*"/> </xs:restriction> </xs:simpleType> |