Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayPoint2dType
Annotations
The ArrayPointType is an array of doubles representing a specific number of ordered 2D points. Each successive group of two entries in the array represents the X, and Y coordinates of a point.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPoint2dType.tmp#ArrayPoint2dType_count
Type extension of ListDoubleType
Type hierarchy
Used by
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:complexType name="ArrayPoint2dType">
  <xs:annotation>
    <xs:documentation>The ArrayPointType is an array of doubles representing a specific number of ordered 2D points. Each successive group of two entries in the array represents the X, and Y coordinates of a point.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="ListDoubleType">
      <xs:attribute name="count" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayPoint2dType / @count
Annotations
The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayPoint2dType
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd