Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element FrameHexagonalType / Point
Annotations
Each Point element is a point of a hexagonal 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 6
maxOccurs 6
Facets
length 2
Source
<xs:element name="Point" type="Point2dSimpleType" minOccurs="6" maxOccurs="6">
  <xs:annotation>
    <xs:documentation>Each Point element is a point of a hexagonal 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 FrameHexagonalType
Annotations
The FrameHexagonalType defines a hexagonal frame.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameHexagonalType.tmp#FrameHexagonalType_Point
Type extension of FrameBaseType
Type hierarchy
Used by
Element FrameHexagonal
Children Point
Source
<xs:complexType name="FrameHexagonalType">
  <xs:annotation>
    <xs:documentation>The FrameHexagonalType defines a hexagonal frame.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FrameBaseType">
      <xs:sequence>
        <xs:element name="Point" type="Point2dSimpleType" minOccurs="6" maxOccurs="6">
          <xs:annotation>
            <xs:documentation>Each Point element is a point of a hexagonal 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