Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element FontsType / Font
Annotations
Each Font element is a font which is used for visualization of 3D annotations.
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 Visualization_xsd_Complex_Type_FontType.tmp#FontType
Type FontType
Properties
content complex
maxOccurs unbounded
Children Alignment, Attributes, Name, Size
Instance
<Font bold="false" index="" italic="false" underline="false" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Name>{1,1}</Name>
  <Size>{1,1}</Size>
  <Alignment>{0,1}</Alignment>
</Font>
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:element name="Font" type="FontType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Font element is a font which is used for visualization of 3D annotations.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type FontsType
Annotations
The FontsType defines a container for storing all unique fonts used for model entities visualization.
Diagram
Diagram Visualization_xsd_Complex_Type_FontsType.tmp#FontsType_n Visualization_xsd_Complex_Type_FontsType.tmp#FontsType_Font
Used by
Element Fonts
Children Font
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of fonts in this set.
Source
<xs:complexType name="FontsType">
  <xs:annotation>
    <xs:documentation>The FontsType defines a container for storing all unique fonts used for model entities visualization.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Font" type="FontType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Font element is a font which is used for visualization of 3D annotations.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of fonts in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FontsType / @n
Annotations
The required n attribute is the number of fonts in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type FontsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of fonts in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd