Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DisplayStyleSetType / DisplayStyle
Annotations
Each DisplayStyle element defines a display style.
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 Visualization_xsd_Complex_Type_DisplayStyleType.tmp#DisplayStyleType
Type DisplayStyleType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, DisplayStyleGroups, Mode
Instance
<DisplayStyle id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Mode>{1,1}</Mode>
  <DisplayStyleGroups n="">{0,1}</DisplayStyleGroups>
</DisplayStyle>
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:element name="DisplayStyle" type="DisplayStyleType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DisplayStyle element defines a display style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type DisplayStyleSetType
Annotations
The DisplayStyleSetType defines a collection of display style types.
Diagram
Diagram Visualization_xsd_Complex_Type_DisplayStyleSetType.tmp#DisplayStyleSetType_n Visualization_xsd_Complex_Type_DisplayStyleSetType.tmp#DisplayStyleSetType_DisplayStyle
Used by
Element DisplayStyleSet
Children DisplayStyle
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of display styles in this set.
Source
<xs:complexType name="DisplayStyleSetType">
  <xs:annotation>
    <xs:documentation>The DisplayStyleSetType defines a collection of display style types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DisplayStyle" type="DisplayStyleType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DisplayStyle element defines a display 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 display styles in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute DisplayStyleSetType / @n
Annotations
The required n attribute is the number of display styles in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DisplayStyleSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of display styles in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd