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