17.18.30 ST_FontFamily
This simple type specifies possible values for the font family of a font.
[Example: Consider the following information stored for a single font:
<w:font w:name="Calibri">
<w:family w:val="swiss" />
…
</w:font>
via its
The family element specifies example]
that this font is part of the Swiss family. end
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that information about a font’s font family does not exist.
Specifies the Novelty
font family.
Specifies a monospace font with or without serifs (monospace fonts are usually modern).
Specifies a proportional font with serifs.
Specifies a script font designed to mimic the appearance of handwriting.
Specifies a proportional font without serifs.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_FontFamily) is located in A.1. end note]