ArcClose2dTypeValues

Simple Type Information

Used By

Source

<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/documents/specifications/19775-1/V3.3/Part01/components/geometry2D.html#ArcClose2D"/>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="PIE"/>
    <xs:enumeration value="CHORD"/>
  </xs:restriction>
</xs:simpleType>