<xs:complexType name="TextsType">
<xs:annotation>
<xs:documentation>The TextsType defines a number of 3D annotation text lines.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Text" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Text element is a string.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="fontIndex" type="xs:unsignedInt" use="required">
<xs:annotation>
<xs:documentation>The required fontIndex attribute is the index of a font within the Fonts table.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lineHeight" type="xs:double">
<xs:annotation>
<xs:documentation>The optional lineHeight attribute is the height of the text line defined in the model units.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of text strings in this array.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |