Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element WeldGrooveCharacteristicNominalType / 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 WeldGrooveCharacteristicNominalType / 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 WeldGrooveCharacteristicNominalType
Annotations
The WeldGrooveCharacteristicNominalType describes the basic nominal 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_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDefinitionId Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureNominalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureZoneIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityInternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityExternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType_AllAround Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType_Field Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType_Specification Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType_WeldingProcess Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType_NonDestructiveTesting Characteristics_xsd_Complex_Type_WeldCharacteristicNominalBaseType.tmp#WeldCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_WeldGrooveCharacteristicNominalType.tmp#WeldGrooveCharacteristicNominalType_OneSide Characteristics_xsd_Complex_Type_WeldGrooveCharacteristicNominalType.tmp#WeldGrooveCharacteristicNominalType_BothSides
Type extension of WeldCharacteristicNominalBaseType
Type hierarchy
Used by
Children AllAround, Attributes, BothSides, CharacteristicDefinitionId, CharacteristicDesignator, Description, EntityExternalIds, EntityInternalIds, FeatureNominalIds, FeatureZoneIds, Field, Name, NonDestructiveTesting, OneSide, Specification, SubstituteFeatureAlgorithm, WeldingProcess
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="WeldGrooveCharacteristicNominalType">
  <xs:annotation>
    <xs:documentation>The WeldGrooveCharacteristicNominalType describes the basic nominal parameters of the groove weld.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WeldCharacteristicNominalBaseType">
      <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