Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element FrameTriangleType / Point
Annotations
Each Point element is a point of a triangular 2D polyline which describes the frame shape. The 2D coordinates of the polyline point are defined in the visualization plane coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
minOccurs 3
maxOccurs 3
Facets
length 2
Source
<xs:element name="Point" type="Point2dSimpleType" minOccurs="3" maxOccurs="3">
  <xs:annotation>
    <xs:documentation>Each Point element is a point of a triangular 2D polyline which describes the frame shape. The 2D coordinates of the polyline point are defined in the visualization plane coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type FrameTriangleType
Annotations
The FrameTriangleType defines a triangular frame.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameTriangleType.tmp#FrameTriangleType_Point
Type extension of FrameBaseType
Type hierarchy
Used by
Element FrameTriangle
Children Point
Source
<xs:complexType name="FrameTriangleType">
  <xs:annotation>
    <xs:documentation>The FrameTriangleType defines a triangular frame.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FrameBaseType">
      <xs:sequence>
        <xs:element name="Point" type="Point2dSimpleType" minOccurs="3" maxOccurs="3">
          <xs:annotation>
            <xs:documentation>Each Point element is a point of a triangular 2D polyline which describes the frame shape. The 2D coordinates of the polyline point are defined in the visualization plane coordinate system.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd