Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element Polyline2dType / Points
Annotations
The Points element is an array of 2D polyline points.
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 an array of 2D polyline points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element Polyline2dType / PointsBinary
Annotations
The PointsBinary element is a binary array of 2D polyline points.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="PointsBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The PointsBinary element is a binary array of 2D polyline points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type Polyline2dType
Annotations
The Polyline2dType defines a polyline curve.
Diagram
Diagram Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_color Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_Points Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_PointsBinary
Used by
Children Points, PointsBinary
Attributes
QName Type Use Annotation
color ColorType optional
The optional color attribute is the color for the polyline.
Source
<xs:complexType name="Polyline2dType">
  <xs:annotation>
    <xs:documentation>The Polyline2dType defines a polyline curve.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>This compositor provides a choice of the representation method for the polyline points.</xs:documentation>
      </xs:annotation>
      <xs:element name="Points" type="ArrayPoint2dType">
        <xs:annotation>
          <xs:documentation>The Points element is an array of 2D polyline points.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PointsBinary" type="ArrayBinaryType">
        <xs:annotation>
          <xs:documentation>The PointsBinary element is a binary array of 2D polyline points.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="color" type="ColorType">
    <xs:annotation>
      <xs:documentation>The optional color attribute is the color for the polyline.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute Polyline2dType / @color
Annotations
The optional color attribute is the color for the polyline.
Type ColorType
Type hierarchy
Properties
content simple
Facets
length 3
Used by
Complex Type Polyline2dType
Source
<xs:attribute name="color" type="ColorType">
  <xs:annotation>
    <xs:documentation>The optional color attribute is the color for the polyline.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd