<xs:simpleType name="ArcClose2dTypeValues">
<xs:annotation>
<xs:appinfo>ArcClose2dTypeValues are allowed enumeration values for ArcClose2D closureType.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/geometry2D.html#ArcClose2D" />
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="PIE" />
<xs:enumeration value="CHORD" />
</xs:restriction>
</xs:simpleType>
|