Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element DisplayStyleModeType / Form
Annotations
The Form element is the displaying form for this style.
Diagram
Diagram Visualization_xsd_Simple_Type_DisplayStyleFormEnumType.tmp#DisplayStyleFormEnumType
Type DisplayStyleFormEnumType
Properties
content simple
Facets
enumeration WIREFRAME
enumeration ISOLINES
enumeration ISOLINES_WITH_EDGES
enumeration SHADING
enumeration SHADING_WITH_EDGES
Source
<xs:element name="Form" type="DisplayStyleFormEnumType">
  <xs:annotation>
    <xs:documentation>The Form element is the displaying form for this style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element DisplayStyleModeType / Color
Annotations
The optional Color element is the color for this style.
Diagram
Diagram PrimitivesPD_xsd_Simple_Type_ColorType.tmp#ColorType
Type ColorType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="Color" type="ColorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Color element is the color for this style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element DisplayStyleModeType / Transparency
Annotations
The optional Transparency element is the value of the transparency for this style.
Diagram
Diagram PrimitivesPD_xsd_Simple_Type_TransparencyType.tmp#TransparencyType
Type TransparencyType
Properties
content simple
minOccurs 0
default 0
Facets
maxExclusive 1
minInclusive 0
Source
<xs:element name="Transparency" type="TransparencyType" default="0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Transparency element is the value of the transparency for this style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type DisplayStyleModeType
Annotations
The DisplayStyleModeType defines a mode of the display 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
Used by
Children Color, Form, Transparency
Source
<xs:complexType name="DisplayStyleModeType">
  <xs:annotation>
    <xs:documentation>The DisplayStyleModeType defines a mode of the display style.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Form" type="DisplayStyleFormEnumType">
      <xs:annotation>
        <xs:documentation>The Form element is the displaying form for this style.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Color" type="ColorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Color element is the color for this style.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transparency" type="TransparencyType" default="0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Transparency element is the value of the transparency for this style.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd