Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ManufacturingMethodType / ManufacturingMethodEnum
Annotations
The ManufacturingMethodEnum element describes an often-used manufacturing method.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_ManufacturingMethodEnumType.tmp#ManufacturingMethodEnumType
Type ManufacturingMethodEnumType
Properties
content simple
Facets
enumeration ADDITIVE
enumeration CASTING
enumeration COMPOSITE
enumeration FABRICATION
enumeration FORMING
enumeration JOINING
enumeration MACHINING
enumeration MOLDING
Source
<xs:element name="ManufacturingMethodEnum" type="ManufacturingMethodEnumType">
  <xs:annotation>
    <xs:documentation>The ManufacturingMethodEnum element describes an often-used manufacturing method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element ManufacturingMethodType / OtherManufacturingMethod
Annotations
The OtherManufacturingMethod element describes a manufacturing method in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherManufacturingMethod" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherManufacturingMethod element describes a manufacturing method in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type ManufacturingMethodType
Annotations
The ManufacturingMethodType defines a manufacturing method for a part.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_ManufacturingMethodType.tmp#ManufacturingMethodType_ManufacturingMethodEnum PrimitivesPMI_xsd_Complex_Type_ManufacturingMethodType.tmp#ManufacturingMethodType_OtherManufacturingMethod
Used by
Children ManufacturingMethodEnum, OtherManufacturingMethod
Source
<xs:complexType name="ManufacturingMethodType">
  <xs:annotation>
    <xs:documentation>The ManufacturingMethodType defines a manufacturing method for a part.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="ManufacturingMethodEnum" type="ManufacturingMethodEnumType">
      <xs:annotation>
        <xs:documentation>The ManufacturingMethodEnum element describes an often-used manufacturing method.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherManufacturingMethod" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherManufacturingMethod element describes a manufacturing method in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd