Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element WeldPlugOneSideParametersType / Angle
Annotations
The optional Angle element specifies an angle of countersink.
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_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Angle" type="AngularValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Angle element specifies an angle of countersink.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldPlugOneSideParametersType / Depth
Annotations
The optional Depth element specifies a depth of the filling.
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
<Depth xmlns="http://qifstandards.org/xsd/qif3">
  <Numerator>{1,1}</Numerator>
  <Denominator>{1,1}</Denominator>
</Depth>
Source
<xs:element name="Depth" type="FractionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Depth element specifies a depth of the filling.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldPlugOneSideParametersType
Annotations
The WeldPlugOneSideParametersType defines the parameters of a one-sided plug weld.
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 Characteristics_xsd_Complex_Type_WeldOneSideParametersExtendType.tmp#WeldOneSideParametersExtendType Characteristics_xsd_Complex_Type_WeldPlugOneSideParametersType.tmp#WeldPlugOneSideParametersType_Angle Characteristics_xsd_Complex_Type_WeldPlugOneSideParametersType.tmp#WeldPlugOneSideParametersType_Depth
Type extension of WeldOneSideParametersExtendType
Type hierarchy
Used by
Children Angle, Depth, Finishing, Length, Pitch, Size, WeldNumber
Source
<xs:complexType name="WeldPlugOneSideParametersType">
  <xs:annotation>
    <xs:documentation>The WeldPlugOneSideParametersType defines the parameters of a one-sided plug weld.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldOneSideParametersExtendType">
      <xs:sequence>
        <xs:element name="Angle" type="AngularValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Angle element specifies an angle of countersink.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Depth" type="FractionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Depth element specifies a depth of the filling.</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