Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element FrameIrregularFormType / Points
Annotations
The Points element is a 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_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPoint2dType.tmp#ArrayPoint2dType_count Primitives_xsd_Complex_Type_ArrayPoint2dType.tmp#ArrayPoint2dType
Type ArrayPoint2dType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.
Source
<xs:element name="Points" type="ArrayPoint2dType">
  <xs:annotation>
    <xs:documentation>The Points element is a 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 FrameIrregularFormType
Annotations
The FrameIrregularFormType defines an irregular form frame.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameIrregularFormType.tmp#FrameIrregularFormType_Points
Type extension of FrameBaseType
Type hierarchy
Used by
Children Points
Source
<xs:complexType name="FrameIrregularFormType">
  <xs:annotation>
    <xs:documentation>The FrameIrregularFormType defines an irregular form frame.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FrameBaseType">
      <xs:sequence>
        <xs:element name="Points" type="ArrayPoint2dType">
          <xs:annotation>
            <xs:documentation>The Points element is a 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