Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element DisplayStyleType / Mode
Annotations
The Mode element is the default displaying style.
Diagram
Diagram Visualization_xsd_Complex_Type_DisplayStyleModeType.tmp#DisplayStyleModeType_Form Visualization_xsd_Complex_Type_DisplayStyleModeType.tmp#DisplayStyleModeType_Color Visualization_xsd_Complex_Type_DisplayStyleModeType.tmp#DisplayStyleModeType_Transparency Visualization_xsd_Complex_Type_DisplayStyleModeType.tmp#DisplayStyleModeType
Type DisplayStyleModeType
Properties
content complex
Children Color, Form, Transparency
Instance
<Mode xmlns="http://qifstandards.org/xsd/qif3">
  <Form>{1,1}</Form>
  <Color>{0,1}</Color>
  <Transparency>{0,1}</Transparency>
</Mode>
Source
<xs:element name="Mode" type="DisplayStyleModeType">
  <xs:annotation>
    <xs:documentation>The Mode element is the default displaying style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element DisplayStyleType / DisplayStyleGroups
Annotations
The optional DisplayStyleGroups element is groups of elements with defined displaying style.
Diagram
Diagram Visualization_xsd_Complex_Type_DisplayStyleGroupsType.tmp#DisplayStyleGroupsType_n Visualization_xsd_Complex_Type_DisplayStyleGroupsType.tmp#DisplayStyleGroupsType_DisplayStyleGroup Visualization_xsd_Complex_Type_DisplayStyleGroupsType.tmp#DisplayStyleGroupsType
Type DisplayStyleGroupsType
Properties
content complex
minOccurs 0
Children DisplayStyleGroup
Instance
<DisplayStyleGroups n="" xmlns="http://qifstandards.org/xsd/qif3">
  <DisplayStyleGroup>{1,unbounded}</DisplayStyleGroup>
</DisplayStyleGroups>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:element name="DisplayStyleGroups" type="DisplayStyleGroupsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DisplayStyleGroups element is groups of elements with defined displaying style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type DisplayStyleType
Annotations
The DisplayStyleType defines a display style of saved view elements, such as color, transparency and visualization form.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Visualization_xsd_Complex_Type_DisplayStyleType.tmp#DisplayStyleType_Mode Visualization_xsd_Complex_Type_DisplayStyleType.tmp#DisplayStyleType_DisplayStyleGroups
Type extension of NodeWithIdBaseType
Type hierarchy
Used by
Children Attributes, DisplayStyleGroups, Mode
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="DisplayStyleType">
  <xs:annotation>
    <xs:documentation>The DisplayStyleType defines a display style of saved view elements, such as color, transparency and visualization form.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeWithIdBaseType">
      <xs:sequence>
        <xs:element name="Mode" type="DisplayStyleModeType">
          <xs:annotation>
            <xs:documentation>The Mode element is the default displaying style.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DisplayStyleGroups" type="DisplayStyleGroupsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DisplayStyleGroups element is groups of elements with defined displaying style.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd