The InternalExternalEnumType enumerates values that describewhether a feature is inside or outside of material. INTERNAL = feature is inside of material, e.g., surface of a cylindrical hole EXTERNAL = feature is outside of material, e.g., surface of a cylindrical peg NOT_APPLICABLE = the concept of internal or external does not apply, e.g., a plane
<xs:simpleType name="InternalExternalEnumType"><xs:annotation><xs:documentation>The InternalExternalEnumType enumerates values that describe whether a feature is inside or outside of material. INTERNAL = feature is inside of material, e.g., surface of a cylindrical hole EXTERNAL = feature is outside of material, e.g., surface of a cylindrical peg NOT_APPLICABLE = the concept of internal or external does not apply, e.g., a plane</xs:documentation></xs:annotation><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="INTERNAL"/><xs:enumeration value="EXTERNAL"/><xs:enumeration value="NOT_APPLICABLE"/></xs:restriction></xs:simpleType>