Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element PMIDisplayType / Color
Annotations
The optional ColorType is the RGB color type - a triplet of integer numbers: the red-component, the green-component and the blue-component.
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 ColorType is the RGB color type - a triplet of integer numbers: the red-component, the green-component and the blue-component.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PMIDisplayType / Plane
Annotations
The optional Plane element is an annotation plane.
Diagram
Diagram Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_AnnotationViewId Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_Origin Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_Direction Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType
Type PlanePMIDisplayType
Properties
content complex
minOccurs 0
Children AnnotationViewId, Direction, Origin
Instance
<Plane xmlns="http://qifstandards.org/xsd/qif3">
  <AnnotationViewId>{1,1}</AnnotationViewId>
  <Origin decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</Origin>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</Direction>
</Plane>
Source
<xs:element name="Plane" type="PlanePMIDisplayType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Plane element is an annotation plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PMIDisplayType / Graphics
Annotations
The optional Graphics element defines additional visualization data. It allows specifying user-defined PMI data that have no semantic representation in a QIF file.
Diagram
Diagram Visualization_xsd_Complex_Type_GraphicsType.tmp#GraphicsType_Polylines Visualization_xsd_Complex_Type_GraphicsType.tmp#GraphicsType_Areas Visualization_xsd_Complex_Type_GraphicsType.tmp#GraphicsType
Type GraphicsType
Properties
content complex
minOccurs 0
Children Areas, Polylines
Instance
<Graphics xmlns="http://qifstandards.org/xsd/qif3">
  <Polylines n="">{0,1}</Polylines>
  <Areas n="">{0,1}</Areas>
</Graphics>
Source
<xs:element name="Graphics" type="GraphicsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Graphics element defines additional visualization data. It allows specifying user-defined PMI data that have no semantic representation in a QIF file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PMIDisplayType / Reference
Annotations
The Reference element is the id of an annotation entity which will be visualized according to the display information defined in the fields above.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceFullType.tmp#ElementReferenceFullType_Id Primitives_xsd_Complex_Type_ElementReferenceFullType.tmp#ElementReferenceFullType
Type ElementReferenceFullType
Properties
content complex
Children Id
Instance
<Reference xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,1}</Id>
</Reference>
Source
<xs:element name="Reference" type="ElementReferenceFullType">
  <xs:annotation>
    <xs:documentation>The Reference element is the id of an annotation entity which will be visualized according to the display information defined in the fields above.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PMIDisplayType / GroupID
Annotations
The optional GroupID element is the group id: the first value is a group index, the second value is an annotation index within the group.
Diagram
Diagram Primitives_xsd_Simple_Type_I2Type.tmp#I2Type
Type I2Type
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 2
Source
<xs:element name="GroupID" type="I2Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional GroupID element is the group id: the first value is a group index, the second value is an annotation index within the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type PMIDisplayType
Annotations
The PMIDisplayType defines a block of display data used for visualization of PMI entities.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Color Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Plane Visualization_xsd_Element_Texts.tmp#Texts Visualization_xsd_Element_Leader.tmp#Leader Visualization_xsd_Element_WitnessLines.tmp#WitnessLines Visualization_xsd_Element_Frames.tmp#Frames Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Graphics Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_Reference Visualization_xsd_Complex_Type_PMIDisplayType.tmp#PMIDisplayType_GroupID
Used by
Children Attributes, Color, Frames, Graphics, GroupID, Leader, Plane, Reference, Texts, WitnessLines
Source
<xs:complexType name="PMIDisplayType">
  <xs:annotation>
    <xs:documentation>The PMIDisplayType defines a block of display data used for visualization of PMI entities.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Color" type="ColorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ColorType is the RGB color type - a triplet of integer numbers: the red-component, the green-component and the blue-component.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Plane" type="PlanePMIDisplayType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Plane element is an annotation plane.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Texts" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Texts element specifies a set of text lines.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Leader" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The optional Leader element defines leaders.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="WitnessLines" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional WitnessLines element defines witness lines.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Frames" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Frames element defines the visualization frames.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Graphics" type="GraphicsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Graphics element defines additional visualization data. It allows specifying user-defined PMI data that have no semantic representation in a QIF file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Reference" type="ElementReferenceFullType">
      <xs:annotation>
        <xs:documentation>The Reference element is the id of an annotation entity which will be visualized according to the display information defined in the fields above.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GroupID" type="I2Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional GroupID element is the group id: the first value is a group index, the second value is an annotation index within the group.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd