The global Texts element is a set of strings.
<Texts fontIndex="" lineHeight="" n="" xmlns="http://qifstandards.org/xsd/qif3"> <Text>{1,unbounded}</Text> </Texts>
The required fontIndex attribute is the index of a font within the Fonts table.
The optional lineHeight attribute is the height of the text line defined in the model units.
The required n attribute is the number of text strings in this array.
<xs:element name="Texts" type="TextsType"> <xs:annotation> <xs:documentation>The global Texts element is a set of strings.</xs:documentation> </xs:annotation> </xs:element>