Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ManufacturingMethodEnumType
Annotations
The ManufacturingMethodEnumType enumerates values that describe the methods of manufacturing a part. ADDITIVE means additive manufacturing. COMPOSITE manufacturing includes lay-up and filament winding. FABRICATION fabricates existing components. FORMING includes forging, rolling, extrusion, pressing, bending, and shearing. JOINING includes welding, brazing, sintering, bonding, fastening, and press fitting. MACHINING includes all operations that may be done on a machining center or other machine that subtracts material such as milling, turning, drilling, reaming, boring, sawing, hobbing, and electron beam machining. MOLDING includes injection molding.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration ADDITIVE
enumeration CASTING
enumeration COMPOSITE
enumeration FABRICATION
enumeration FORMING
enumeration JOINING
enumeration MACHINING
enumeration MOLDING
Used by
Source
<xs:simpleType name="ManufacturingMethodEnumType">
  <xs:annotation>
    <xs:documentation>The ManufacturingMethodEnumType enumerates values that describe the methods of manufacturing a part. ADDITIVE means additive manufacturing. COMPOSITE manufacturing includes lay-up and filament winding. FABRICATION fabricates existing components. FORMING includes forging, rolling, extrusion, pressing, bending, and shearing. JOINING includes welding, brazing, sintering, bonding, fastening, and press fitting. MACHINING includes all operations that may be done on a machining center or other machine that subtracts material such as milling, turning, drilling, reaming, boring, sawing, hobbing, and electron beam machining. MOLDING includes injection molding.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="ADDITIVE"/>
    <xs:enumeration value="CASTING"/>
    <xs:enumeration value="COMPOSITE"/>
    <xs:enumeration value="FABRICATION"/>
    <xs:enumeration value="FORMING"/>
    <xs:enumeration value="JOINING"/>
    <xs:enumeration value="MACHINING"/>
    <xs:enumeration value="MOLDING"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd