Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element WeldFinishingType / ContourSymbol
Annotations
The ContourSymbol element specifies a supplementary contour symbol that is used with the weld symbols to indicate how the face of the weld should be finished.
Diagram
Diagram Characteristics_xsd_Simple_Type_WeldContourSymbolEnumType.tmp#WeldContourSymbolEnumType
Type WeldContourSymbolEnumType
Properties
content simple
Facets
enumeration WELD_CONTOUR_FLAT
enumeration WELD_CONTOUR_FLAT_ANGLED
enumeration WELD_CONTOUR_CONCAVE
enumeration WELD_CONTOUR_CONCAVE_ANGLED
enumeration WELD_CONTOUR_CONVEX
enumeration WELD_CONTOUR_CONVEX_ANGLED
Source
<xs:element name="ContourSymbol" type="WeldContourSymbolEnumType">
  <xs:annotation>
    <xs:documentation>The ContourSymbol element specifies a supplementary contour symbol that is used with the weld symbols to indicate how the face of the weld should be finished.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldFinishingType / FinishingDesignator
Annotations
The optional FinishingDesignator element specifies a finishing designator that is used to indicate the method for forming the contour of the weld.
Diagram
Diagram Characteristics_xsd_Simple_Type_WeldFinishingDesignatorEnumType.tmp#WeldFinishingDesignatorEnumType
Type WeldFinishingDesignatorEnumType
Properties
content simple
minOccurs 0
Facets
enumeration MACHINING
enumeration GRINDING
enumeration CHIPPING
enumeration HAMMERING
enumeration ROLLING
enumeration UNSPECIFIED
Source
<xs:element name="FinishingDesignator" type="WeldFinishingDesignatorEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FinishingDesignator element specifies a finishing designator that is used to indicate the method for forming the contour of the weld.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldFinishingType
Annotations
The WeldFinishingType defines the finishing of a weld.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldFinishingType.tmp#WeldFinishingType_ContourSymbol Characteristics_xsd_Complex_Type_WeldFinishingType.tmp#WeldFinishingType_FinishingDesignator
Used by
Children ContourSymbol, FinishingDesignator
Source
<xs:complexType name="WeldFinishingType">
  <xs:annotation>
    <xs:documentation>The WeldFinishingType defines the finishing of a weld.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ContourSymbol" type="WeldContourSymbolEnumType">
      <xs:annotation>
        <xs:documentation>The ContourSymbol element specifies a supplementary contour symbol that is used with the weld symbols to indicate how the face of the weld should be finished.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FinishingDesignator" type="WeldFinishingDesignatorEnumType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FinishingDesignator element specifies a finishing designator that is used to indicate the method for forming the contour of the weld.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd