Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element WeldGrooveCharacteristicMeasurementType / OneSide
Annotations
The OneSide element specifies a one-sided weld characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldGrooveOneSideType.tmp#WeldGrooveOneSideType_LocationSignificance Characteristics_xsd_Complex_Type_WeldGrooveOneSideType.tmp#WeldGrooveOneSideType_SideParameters Characteristics_xsd_Complex_Type_WeldGrooveOneSideType.tmp#WeldGrooveOneSideType_SupplementarySymbol Characteristics_xsd_Complex_Type_WeldGrooveOneSideType.tmp#WeldGrooveOneSideType
Type WeldGrooveOneSideType
Properties
content complex
Children LocationSignificance, SideParameters, SupplementarySymbol
Instance
<OneSide xmlns="http://qifstandards.org/xsd/qif3">
  <LocationSignificance>{1,1}</LocationSignificance>
  <SideParameters>{0,1}</SideParameters>
  <SupplementarySymbol>{0,1}</SupplementarySymbol>
</OneSide>
Source
<xs:element name="OneSide" type="WeldGrooveOneSideType">
  <xs:annotation>
    <xs:documentation>The OneSide element specifies a one-sided weld characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element WeldGrooveCharacteristicMeasurementType / BothSides
Annotations
The BothSides element specifies a two-sided weld characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_WeldGrooveBothSidesBaseType.tmp#WeldGrooveBothSidesBaseType_ArrowSideParameters Characteristics_xsd_Complex_Type_WeldGrooveBothSidesBaseType.tmp#WeldGrooveBothSidesBaseType_OtherSideParameters Characteristics_xsd_Complex_Type_WeldGrooveBothSidesBaseType.tmp#WeldGrooveBothSidesBaseType Characteristics_xsd_Complex_Type_WeldGrooveBothSidesExtendedType.tmp#WeldGrooveBothSidesExtendedType_Spacer Characteristics_xsd_Complex_Type_WeldGrooveBothSidesExtendedType.tmp#WeldGrooveBothSidesExtendedType
Type WeldGrooveBothSidesExtendedType
Type hierarchy
Properties
content complex
Children ArrowSideParameters, OtherSideParameters, Spacer
Instance
<BothSides xmlns="http://qifstandards.org/xsd/qif3">
  <ArrowSideParameters>{0,1}</ArrowSideParameters>
  <OtherSideParameters>{0,1}</OtherSideParameters>
  <Spacer>{0,1}</Spacer>
</BothSides>
Source
<xs:element name="BothSides" type="WeldGrooveBothSidesExtendedType">
  <xs:annotation>
    <xs:documentation>The BothSides element specifies a two-sided weld characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldGrooveCharacteristicMeasurementType
Annotations
The WeldGrooveCharacteristicMeasurementType describes the basic measured parameters of the groove weld.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_CharacteristicItemId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_TimeStamp Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_FeatureMeasurementIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ActualComponentId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ManufacturingProcessId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NotedEventIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NonConformanceDesignator Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_WeldCharacteristicMeasurementBaseType.tmp#WeldCharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_WeldGrooveCharacteristicMeasurementType.tmp#WeldGrooveCharacteristicMeasurementType_OneSide Characteristics_xsd_Complex_Type_WeldGrooveCharacteristicMeasurementType.tmp#WeldGrooveCharacteristicMeasurementType_BothSides
Type extension of WeldCharacteristicMeasurementBaseType
Type hierarchy
Used by
Children ActualComponentId, Attributes, BothSides, CharacteristicItemId, Description, FeatureMeasurementIds, ManufacturingProcessId, MeasurementDeviceIds, NonConformanceDesignator, NotedEventIds, OneSide, Status, SubstituteFeatureAlgorithm, TimeStamp
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="WeldGrooveCharacteristicMeasurementType">
  <xs:annotation>
    <xs:documentation>The WeldGrooveCharacteristicMeasurementType describes the basic measured parameters of the groove weld.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldCharacteristicMeasurementBaseType">
      <xs:choice minOccurs="0">
        <xs:annotation>
          <xs:documentation>This optional compositor provides a choice between a one-sided weld and a two-sided weld.</xs:documentation>
        </xs:annotation>
        <xs:element name="OneSide" type="WeldGrooveOneSideType">
          <xs:annotation>
            <xs:documentation>The OneSide element specifies a one-sided weld characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="BothSides" type="WeldGrooveBothSidesExtendedType">
          <xs:annotation>
            <xs:documentation>The BothSides element specifies a two-sided weld characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd