The font-size can be one of the CSS font sizes or a numeric point size. |
Attribute | font/@font-size |
<xs:simpleType name="font-size"> <xs:annotation> <xs:documentation>The font-size can be one of the CSS font sizes or a numeric point size.</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:decimal css-font-size"/> </xs:simpleType> |