Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element WeldFilletUnequalLegLengthType / FirstLegLength
Annotations
The FirstLegLength element specifies the length of the first leg of the weld.
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
Children Denominator, Numerator
Instance
<FirstLegLength xmlns="http://qifstandards.org/xsd/qif3">
  <Numerator>{1,1}</Numerator>
  <Denominator>{1,1}</Denominator>
</FirstLegLength>
Source
<xs:element name="FirstLegLength" type="FractionType">
  <xs:annotation>
    <xs:documentation>The FirstLegLength element specifies the length of the first leg of the weld.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldFilletUnequalLegLengthType / SecondLegLength
Annotations
The SecondLegLength element specifies the length of the second leg of the weld.
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
Children Denominator, Numerator
Instance
<SecondLegLength xmlns="http://qifstandards.org/xsd/qif3">
  <Numerator>{1,1}</Numerator>
  <Denominator>{1,1}</Denominator>
</SecondLegLength>
Source
<xs:element name="SecondLegLength" type="FractionType">
  <xs:annotation>
    <xs:documentation>The SecondLegLength element specifies the length of the second leg of the weld.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldFilletUnequalLegLengthType
Annotations
The WeldFilletUnequalLegLengthType describes unequal leg lengths of a fillet weld.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldFilletUnequalLegLengthType.tmp#WeldFilletUnequalLegLengthType_FirstLegLength Characteristics_xsd_Complex_Type_WeldFilletUnequalLegLengthType.tmp#WeldFilletUnequalLegLengthType_SecondLegLength
Used by
Children FirstLegLength, SecondLegLength
Source
<xs:complexType name="WeldFilletUnequalLegLengthType">
  <xs:annotation>
    <xs:documentation>The WeldFilletUnequalLegLengthType describes unequal leg lengths of a fillet weld.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FirstLegLength" type="FractionType">
      <xs:annotation>
        <xs:documentation>The FirstLegLength element specifies the length of the first leg of the weld.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SecondLegLength" type="FractionType">
      <xs:annotation>
        <xs:documentation>The SecondLegLength element specifies the length of the second leg 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