<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="PointType">
<xsd:annotation>
<xsd:documentation>Type of point: node, or control. The first point in the list cannot be of type control. Points of type control defines the shape of the curve between points of type node. See separate specification for details on control points</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="node" />
<xsd:enumeration value="control" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|