Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element WeldStudCharacteristicMeasurementType / ArrowSideParameters
Annotations
The optional ArrowSideParameters element specifies parameters of the weld characteristic.
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
Type WeldOneSideParametersExtendType
Type hierarchy
Properties
content complex
minOccurs 0
Children Finishing, Length, Pitch, Size, WeldNumber
Instance
<ArrowSideParameters xmlns="http://qifstandards.org/xsd/qif3">
  <Finishing>{0,1}</Finishing>
  <Size>{0,1}</Size>
  <Length decimalPlaces="" linearUnit="" significantFigures="">{0,1}</Length>
  <Pitch decimalPlaces="" linearUnit="" significantFigures="">{0,1}</Pitch>
  <WeldNumber>{0,1}</WeldNumber>
</ArrowSideParameters>
Source
<xs:element name="ArrowSideParameters" type="WeldOneSideParametersExtendType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ArrowSideParameters element specifies parameters of the weld characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type WeldStudCharacteristicMeasurementType
Annotations
The WeldStudCharacteristicMeasurementType defines the results of a measured weld stud characteristic evaluation.
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_WeldStudCharacteristicMeasurementType.tmp#WeldStudCharacteristicMeasurementType_ArrowSideParameters
Type extension of WeldCharacteristicMeasurementBaseType
Type hierarchy
Used by
Children ActualComponentId, ArrowSideParameters, Attributes, CharacteristicItemId, Description, FeatureMeasurementIds, ManufacturingProcessId, MeasurementDeviceIds, NonConformanceDesignator, NotedEventIds, 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="WeldStudCharacteristicMeasurementType">
  <xs:annotation>
    <xs:documentation>The WeldStudCharacteristicMeasurementType defines the results of a measured weld stud characteristic evaluation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldCharacteristicMeasurementBaseType">
      <xs:sequence>
        <xs:element name="ArrowSideParameters" type="WeldOneSideParametersExtendType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ArrowSideParameters element specifies parameters of the weld characteristic.</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