basefont

base font size

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color Color optional
face optional
id xs:ID optional
size required

Used By

Element Group fontstyle.extra

Source

<xs:element name="basefont">
  <xs:annotation>
    <xs:documentation>base font size</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="size" use="required"/>
    <xs:attribute name="color" type="Color"/>
    <xs:attribute name="face"/>
  </xs:complexType>
</xs:element>

Sample