Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element WeldingProcessType / Process
Annotations
The Process element specifies a welding process type.
Diagram
Diagram Characteristics_xsd_Simple_Type_WeldingProcessEnumType.tmp#WeldingProcessEnumType
Type WeldingProcessEnumType
Properties
content simple
Facets
enumeration ARC_WELDING
enumeration SHIELDED_METAL_ARC_WELDING
enumeration FLUX_CORED_ARC_WELDING
enumeration SUBMERGED_ARC_WELDING
enumeration GAS_METAL_ARC_WELDING
enumeration GAS_TUNGSTEN_ARC_WELDING
enumeration PLASMA_ARC_WELDING
enumeration RESISTANCE_WELDING
enumeration RESISTANCE_SPOT_WELDING
enumeration RESISTANCE_SEAM_WELDING
enumeration PROJECTION_WELD
enumeration FLASH_WELDING
enumeration OXYFUEL_GAS_WELDING
enumeration OXYACETYLENE_WELDING
enumeration FRICTION_WELDING
enumeration FORGE_WELDING
enumeration THERMIT_WELDING
enumeration ELECTROSLAG_WELDING
enumeration STUD_ARC_WELDING
enumeration BRAZING
enumeration SOLDERING
Source
<xs:element name="Process" type="WeldingProcessEnumType">
  <xs:annotation>
    <xs:documentation>The Process element specifies a welding process type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldingProcessType / Suffix
Annotations
The optional Suffix element specifies a suffix of the welding process.
Diagram
Diagram Characteristics_xsd_Simple_Type_WeldingProcessSuffixEnumType.tmp#WeldingProcessSuffixEnumType
Type WeldingProcessSuffixEnumType
Properties
content simple
minOccurs 0
Facets
enumeration MANUAL
enumeration SEMI_AUTOMATIC
enumeration ROBOTIC
enumeration MACHINE
Source
<xs:element name="Suffix" type="WeldingProcessSuffixEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Suffix element specifies a suffix of the welding process.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldingProcessType
Annotations
The WeldingProcessType defines a welding process.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldingProcessType.tmp#WeldingProcessType_Process Characteristics_xsd_Complex_Type_WeldingProcessType.tmp#WeldingProcessType_Suffix
Used by
Children Process, Suffix
Source
<xs:complexType name="WeldingProcessType">
  <xs:annotation>
    <xs:documentation>The WeldingProcessType defines a welding process.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Process" type="WeldingProcessEnumType">
      <xs:annotation>
        <xs:documentation>The Process element specifies a welding process type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Suffix" type="WeldingProcessSuffixEnumType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Suffix element specifies a suffix of the welding process.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd