Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DisplayStyleGroupsType / DisplayStyleGroup
Annotations
Each DisplayStyleGroup element is a group of elements with defined 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 Visualization_xsd_Complex_Type_DisplayStyleGroupType.tmp#DisplayStyleGroupType
Type DisplayStyleGroupType
Properties
content complex
maxOccurs unbounded
Children BodyIds, ComponentIds, Mode
Instance
<DisplayStyleGroup xmlns="http://qifstandards.org/xsd/qif3">
  <Mode>{1,1}</Mode>
  <ComponentIds n="">{0,1}</ComponentIds>
  <BodyIds n="">{0,1}</BodyIds>
</DisplayStyleGroup>
Source
<xs:element name="DisplayStyleGroup" type="DisplayStyleGroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DisplayStyleGroup element is a group 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 DisplayStyleGroupsType
Annotations
The DisplayStyleGroupsType is a collection of the 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
Used by
Children DisplayStyleGroup
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:complexType name="DisplayStyleGroupsType">
  <xs:annotation>
    <xs:documentation>The DisplayStyleGroupsType is a collection of the groups of elements with defined displaying style.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DisplayStyleGroup" type="DisplayStyleGroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DisplayStyleGroup element is a group of elements with defined displaying style.</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 elements in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute DisplayStyleGroupsType / @n
Annotations
The required n attribute is the number of elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DisplayStyleGroupsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd