Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element WeldOneSideParametersExtendType / Length
Annotations
The optional Length element specifies the length of a weld.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Length" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Length element specifies the length of a weld.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldOneSideParametersExtendType / Pitch
Annotations
The optional Pitch element specifies the pitch of a weld or the distance between seam welds or the spacing of stud welds.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Pitch" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Pitch element specifies the pitch of a weld or the distance between seam welds or the spacing of stud welds.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldOneSideParametersExtendType / WeldNumber
Annotations
The optional WeldNumber element specifies the number of welds.
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
minOccurs 0
Facets
minInclusive 1
Source
<xs:element name="WeldNumber" type="NaturalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional WeldNumber element specifies the number of welds.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldOneSideParametersExtendType
Annotations
The WeldOneSideParametersExtendType is a container of one sided weld characteristic parameters.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldOneSideParametersBaseType.tmp#WeldOneSideParametersBaseType_Finishing Characteristics_xsd_Complex_Type_WeldOneSideParametersBaseType.tmp#WeldOneSideParametersBaseType Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendSizeType.tmp#WeldOneSideParametersExtendSizeType_Size Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendSizeType.tmp#WeldOneSideParametersExtendSizeType Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendType.tmp#WeldOneSideParametersExtendType_Length Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendType.tmp#WeldOneSideParametersExtendType_Pitch Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendType.tmp#WeldOneSideParametersExtendType_WeldNumber
Type extension of WeldOneSideParametersExtendSizeType
Type hierarchy
Used by
Children Finishing, Length, Pitch, Size, WeldNumber
Source
<xs:complexType name="WeldOneSideParametersExtendType">
  <xs:annotation>
    <xs:documentation>The WeldOneSideParametersExtendType is a container of one sided weld characteristic parameters.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldOneSideParametersExtendSizeType">
      <xs:sequence>
        <xs:element name="Length" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Length element specifies the length of a weld.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Pitch" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Pitch element specifies the pitch of a weld or the distance between seam welds or the spacing of stud welds.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="WeldNumber" type="NaturalType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional WeldNumber element specifies the number of welds.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd