<xs:simpleType name="GDTEnumType">
<xs:annotation>
<xs:documentation>The GDTEnumType enumerates values that describe the geometric dimensioning and tolerancing information in model.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="HUMANREAD"/>
<xs:enumeration value="MACHINEREAD"/>
<xs:enumeration value="ABSENT"/>
</xs:restriction>
</xs:simpleType> |