simpleType ArcClose2dTypeValues
type restriction of xs:token
properties
base xs:token
used by
attribute ArcClose2D/@closureType
facets
Kind Value Annotation
enumeration PIE
enumeration CHORD
annotation
appinfo
ArcClose2dTypeValues are allowed enumeration values for ArcClose2D closureType.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy