Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element DisplayStyleGroupType / Mode
Annotations
The Mode element is the display style of the group.
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 display style of the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element DisplayStyleGroupType / ComponentIds
Annotations
The optional ComponentIds element is an array of identifiers of the group components.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<ComponentIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</ComponentIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ComponentIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ComponentIds element is an array of identifiers of the group components.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element DisplayStyleGroupType / BodyIds
Annotations
The optional BodyIds element is an array of identifiers of the group bodies.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<BodyIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</BodyIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="BodyIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional BodyIds element is an array of identifiers of the group bodies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type DisplayStyleGroupType
Annotations
The DisplayStyleGroupType defines a group of elements and its displaying style.
Diagram
Diagram Visualization_xsd_Complex_Type_DisplayStyleGroupType.tmp#DisplayStyleGroupType_Mode Visualization_xsd_Complex_Type_DisplayStyleGroupType.tmp#DisplayStyleGroupType_ComponentIds Visualization_xsd_Complex_Type_DisplayStyleGroupType.tmp#DisplayStyleGroupType_BodyIds
Used by
Children BodyIds, ComponentIds, Mode
Source
<xs:complexType name="DisplayStyleGroupType">
  <xs:annotation>
    <xs:documentation>The DisplayStyleGroupType defines a group of elements and its displaying style.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Mode" type="DisplayStyleModeType">
      <xs:annotation>
        <xs:documentation>The Mode element is the display style of the group.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ComponentIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ComponentIds element is an array of identifiers of the group components.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BodyIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional BodyIds element is an array of identifiers of the group bodies.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd