<xs:complexType name="FontType">
<xs:annotation>
<xs:documentation>The FontType defines a font.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Attributes" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="xs:string">
<xs:annotation>
<xs:documentation>The Name element is the font name.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Size" type="NaturalType">
<xs:annotation>
<xs:documentation>The Size element is the font size defined in points (typography, 1 pt = 1/72 inch).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Alignment" type="AlignmentEnumType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional alignment element defines the note alignment, ALIGNMENT_LEFT is the default.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="index" type="xs:unsignedInt" use="required">
<xs:annotation>
<xs:documentation>The required index attribute is an index identifying a font within the Fonts table.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bold" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>The optional bold attribute shows if the written text must be bold.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="italic" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>The optional italic attribute shows if the written text must be italicized.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="underline" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>The optional underline attribute shows if the written text must be underlined.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |