Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type InternalExternalEnumType
Annotations
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
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration INTERNAL
enumeration EXTERNAL
enumeration NOT_APPLICABLE
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd