Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element WeldOneSideParametersExtendSizeType / Size
Annotations
The optional Size element specifies the size/strength of a one-sided weld. In the case of a bevel weld, this parameter should be interpreted as its depth.
Diagram
Diagram Primitives_xsd_Complex_Type_FractionType.tmp#FractionType_Numerator Primitives_xsd_Complex_Type_FractionType.tmp#FractionType_Denominator Primitives_xsd_Complex_Type_FractionType.tmp#FractionType
Type FractionType
Properties
content complex
minOccurs 0
Children Denominator, Numerator
Instance
<Size xmlns="http://qifstandards.org/xsd/qif3">
  <Numerator>{1,1}</Numerator>
  <Denominator>{1,1}</Denominator>
</Size>
Source
<xs:element name="Size" type="FractionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Size element specifies the size/strength of a one-sided weld. In the case of a bevel weld, this parameter should be interpreted as its depth.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldOneSideParametersExtendSizeType
Annotations
The WeldOneSideParametersExtendSizeType defines the extended by size one-sided welding 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
Type extension of WeldOneSideParametersBaseType
Type hierarchy
Used by
Children Finishing, Size
Source
<xs:complexType name="WeldOneSideParametersExtendSizeType">
  <xs:annotation>
    <xs:documentation>The WeldOneSideParametersExtendSizeType defines the extended by size one-sided welding parameters.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldOneSideParametersBaseType">
      <xs:sequence>
        <xs:element name="Size" type="FractionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Size element specifies the size/strength of a one-sided weld. In the case of a bevel weld, this parameter should be interpreted as its depth.</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