Description
The text-font-color type represents text with optional font and color information. It is used for the elision element.
Derived By
Extending xs:string
Attributes
Referenced By
Definition
<xs:complexType name="text-font-color">
<xs:annotation>
<xs:documentation>The text-font-color type represents text with optional font and color information. It is used for the elision element.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="font" />
<xs:attributeGroup ref="color" />
<xs:attributeGroup ref="text-decoration" />
<xs:attributeGroup ref="text-rotation" />
<xs:attributeGroup ref="letter-spacing" />
<xs:attribute ref="xml:lang" />
<xs:attributeGroup ref="text-direction" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>