Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element FontType / Name
Annotations
The Name element is the font name.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Name element is the font name.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element FontType / Size
Annotations
The Size element is the font size defined in points (typography, 1 pt = 1/72 inch).
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element FontType / Alignment
Annotations
The optional alignment element defines the note alignment, ALIGNMENT_LEFT is the default.
Diagram
Diagram Visualization_xsd_Simple_Type_AlignmentEnumType.tmp#AlignmentEnumType
Type AlignmentEnumType
Properties
content simple
minOccurs 0
Facets
enumeration ALIGNMENT_LEFT
enumeration ALIGNMENT_RIGHT
enumeration ALIGNMENT_CENTER
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type FontType
Annotations
The FontType defines a font.
Diagram
Diagram Visualization_xsd_Complex_Type_FontType.tmp#FontType_index Visualization_xsd_Complex_Type_FontType.tmp#FontType_bold Visualization_xsd_Complex_Type_FontType.tmp#FontType_italic Visualization_xsd_Complex_Type_FontType.tmp#FontType_underline Primitives_xsd_Element_Attributes.tmp#Attributes Visualization_xsd_Complex_Type_FontType.tmp#FontType_Name Visualization_xsd_Complex_Type_FontType.tmp#FontType_Size Visualization_xsd_Complex_Type_FontType.tmp#FontType_Alignment
Used by
Element FontsType/Font
Children Alignment, Attributes, Name, Size
Attributes
QName Type Default Use Annotation
bold xs:boolean false optional
The optional bold attribute shows if the written text must be bold.
index xs:unsignedInt required
The required index attribute is an index identifying a font within the Fonts table.
italic xs:boolean false optional
The optional italic attribute shows if the written text must be italicized.
underline xs:boolean false optional
The optional underline attribute shows if the written text must be underlined.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FontType / @index
Annotations
The required index attribute is an index identifying a font within the Fonts table.
Type xs:unsignedInt
Properties
use required
Used by
Complex Type FontType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FontType / @bold
Annotations
The optional bold attribute shows if the written text must be bold.
Type xs:boolean
Properties
default false
Used by
Complex Type FontType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FontType / @italic
Annotations
The optional italic attribute shows if the written text must be italicized.
Type xs:boolean
Properties
default false
Used by
Complex Type FontType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FontType / @underline
Annotations
The optional underline attribute shows if the written text must be underlined.
Type xs:boolean
Properties
default false
Used by
Complex Type FontType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd