Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type PolyLineType
Annotations
The PolyLineType defines a polyline as an ordered list of points. The polyline is a continuous path consisting of line segments from point 1 to point 2, point 2 to point 3, etc. A polyline is not necessarily closed. To make a closed polyline, the last point should be the same as the first.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType
Type extension of ArrayPointType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of points represented by the array. The number of entries in the array must be 3*count.
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="PolyLineType">
  <xs:annotation>
    <xs:documentation>The PolyLineType defines a polyline as an ordered list of points. The polyline is a continuous path consisting of line segments from point 1 to point 2, point 2 to point 3, etc. A polyline is not necessarily closed. To make a closed polyline, the last point should be the same as the first.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArrayPointType"/>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd