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.
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>
<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>