Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type TextsType
Annotations
The TextsType defines a number of 3D annotation text lines.
Diagram
Diagram Visualization_xsd_Complex_Type_TextsType.tmp#TextsType_fontIndex Visualization_xsd_Complex_Type_TextsType.tmp#TextsType_lineHeight Visualization_xsd_Complex_Type_TextsType.tmp#TextsType_n Visualization_xsd_Element_Text.tmp#Text
Used by
Element Texts
Children Text
Attributes
QName Type Use Annotation
fontIndex xs:unsignedInt required
The required fontIndex attribute is the index of a font within the Fonts table.
lineHeight xs:double optional
The optional lineHeight attribute is the height of the text line defined in the model units.
n NaturalType required
The required n attribute is the number of text strings in this array.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute TextsType / @fontIndex
Annotations
The required fontIndex attribute is the index of a font within the Fonts table.
Type xs:unsignedInt
Properties
use required
Used by
Complex Type TextsType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute TextsType / @lineHeight
Annotations
The optional lineHeight attribute is the height of the text line defined in the model units.
Type xs:double
Properties
content simple
Used by
Complex Type TextsType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute TextsType / @n
Annotations
The required n attribute is the number of text strings in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type TextsType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd