Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ProfileCharacteristicDefinitionBaseType / ToleranceValue
Annotations
The ToleranceValue element is the tolerance of the profile characteristic.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="ToleranceValue" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The ToleranceValue element is the tolerance of the profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / ToleranceDualValue
Annotations
The optional ToleranceDualValue element is the dual tolerance value of the profile characteristic.
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_LinearDualValueType.tmp#LinearDualValueType_linearUnit Units_xsd_Complex_Type_LinearDualValueType.tmp#LinearDualValueType
Type LinearDualValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token required
The linearUnit attribute defines the UnitName for the LinearDualValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="ToleranceDualValue" type="LinearDualValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ToleranceDualValue element is the dual tolerance value of the profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / OuterDisposition
Annotations
The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="OuterDisposition" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / UnequallyDisposedZone
Annotations
(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="UnequallyDisposedZone" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / OffsetZone
Annotations
(ISO specific OZ) The optional OffsetZone element when present and set to true indicates that the profile tolerance zone can be offset by any unspecified amount.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="OffsetZone" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>(ISO specific OZ) The optional OffsetZone element when present and set to true indicates that the profile tolerance zone can be offset by any unspecified amount.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / VariableAngle
Annotations
(ISO specific VA) The optional VariableAngle element when present and set to true indicates that the profile tolerance zone can be offset by an unspecified angular amount.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="VariableAngle" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>(ISO specific VA) The optional VariableAngle element when present and set to true indicates that the profile tolerance zone can be offset by an unspecified angular amount.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / SecondCompositeSegmentProfileDefinition
Annotations
The optional SecondCompositeSegmentProfileDefinition gives information about the second segment of a composite frame profile characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_DatumReferenceFrameId Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceDualValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType_OuterDisposition Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType
Type CompositeSegmentProfileDefinitionType
Type hierarchy
Properties
content complex
minOccurs 0
Children CharacteristicDesignator, DatumReferenceFrameId, OuterDisposition, ToleranceDualValue, ToleranceValue
Instance
<SecondCompositeSegmentProfileDefinition xmlns="http://qifstandards.org/xsd/qif3">
  <DatumReferenceFrameId asmPathId="" asmPathXId="" xId="">{0,1}</DatumReferenceFrameId>
  <ToleranceValue decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ToleranceValue>
  <ToleranceDualValue decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ToleranceDualValue>
  <CharacteristicDesignator>{0,1}</CharacteristicDesignator>
  <OuterDisposition decimalPlaces="" linearUnit="" significantFigures="">{0,1}</OuterDisposition>
</SecondCompositeSegmentProfileDefinition>
Source
<xs:element name="SecondCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SecondCompositeSegmentProfileDefinition gives information about the second segment of a composite frame profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / ThirdCompositeSegmentProfileDefinition
Annotations
The optional ThirdCompositeSegmentProfileDefinition gives information about the third segment of a composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileDefinition element is used.
Diagram
Diagram Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_DatumReferenceFrameId Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceDualValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType_OuterDisposition Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType
Type CompositeSegmentProfileDefinitionType
Type hierarchy
Properties
content complex
minOccurs 0
Children CharacteristicDesignator, DatumReferenceFrameId, OuterDisposition, ToleranceDualValue, ToleranceValue
Instance
<ThirdCompositeSegmentProfileDefinition xmlns="http://qifstandards.org/xsd/qif3">
  <DatumReferenceFrameId asmPathId="" asmPathXId="" xId="">{0,1}</DatumReferenceFrameId>
  <ToleranceValue decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ToleranceValue>
  <ToleranceDualValue decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ToleranceDualValue>
  <CharacteristicDesignator>{0,1}</CharacteristicDesignator>
  <OuterDisposition decimalPlaces="" linearUnit="" significantFigures="">{0,1}</OuterDisposition>
</ThirdCompositeSegmentProfileDefinition>
Source
<xs:element name="ThirdCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ThirdCompositeSegmentProfileDefinition gives information about the third segment of a composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileDefinition element is used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / FourthCompositeSegmentProfileDefinition
Annotations
The optional FourthCompositeSegmentProfileDefinition gives information about the fourth segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileDefinition element is used.
Diagram
Diagram Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_DatumReferenceFrameId Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_ToleranceDualValue Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CompositeSegmentDefinitionBaseType.tmp#CompositeSegmentDefinitionBaseType Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType_OuterDisposition Characteristics_xsd_Complex_Type_CompositeSegmentProfileDefinitionType.tmp#CompositeSegmentProfileDefinitionType
Type CompositeSegmentProfileDefinitionType
Type hierarchy
Properties
content complex
minOccurs 0
Children CharacteristicDesignator, DatumReferenceFrameId, OuterDisposition, ToleranceDualValue, ToleranceValue
Instance
<FourthCompositeSegmentProfileDefinition xmlns="http://qifstandards.org/xsd/qif3">
  <DatumReferenceFrameId asmPathId="" asmPathXId="" xId="">{0,1}</DatumReferenceFrameId>
  <ToleranceValue decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ToleranceValue>
  <ToleranceDualValue decimalPlaces="" linearUnit="" significantFigures="">{0,1}</ToleranceDualValue>
  <CharacteristicDesignator>{0,1}</CharacteristicDesignator>
  <OuterDisposition decimalPlaces="" linearUnit="" significantFigures="">{0,1}</OuterDisposition>
</FourthCompositeSegmentProfileDefinition>
Source
<xs:element name="FourthCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FourthCompositeSegmentProfileDefinition gives information about the fourth segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileDefinition element is used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / DatumReferenceFrameId
Annotations
The optional DatumReferenceFrameId element is the QIF id of the datum reference frame for the profile characteristic.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="DatumReferenceFrameId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DatumReferenceFrameId element is the QIF id of the datum reference frame for the profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ProfileCharacteristicDefinitionBaseType / OrientationOnly
Annotations
(ISO specific greaterthan/lessthan) The optional OrientationOnly element when present and set to true signifies that the DRF associated with this profile characteristic controls only orientation degrees of freedom.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="OrientationOnly" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>(ISO specific greaterthan/lessthan) The optional OrientationOnly element when present and set to true signifies that the DRF associated with this profile characteristic controls only orientation degrees of freedom.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ProfileCharacteristicDefinitionBaseType
Annotations
The ProfileCharacteristicDefinitionBaseType is the abstract base type that defines a profile characteristic.
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_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_FreeState Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_StatisticalCharacteristic Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CommonZone Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_CommonTolerance Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_MedianFeature Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_EnvelopeRequirement Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_Independency Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_UnitedOrContinuousFeature Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType_SeparateZone Characteristics_xsd_Complex_Type_CharacteristicDefinitionBaseType.tmp#CharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_AssociatedTolerancedFeatureSpecificationElement Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_ReferenceFeatureAssociationSpecificationElement Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_DirectionFeature Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_CollectionPlane Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_IntersectionPlane Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType_OrientationPlane Characteristics_xsd_Complex_Type_GeometricCharacteristicDefinitionBaseType.tmp#GeometricCharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_ToleranceValue Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_ToleranceDualValue Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_OuterDisposition Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_UnequallyDisposedZone Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_OffsetZone Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_VariableAngle Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_SecondCompositeSegmentProfileDefinition Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_ThirdCompositeSegmentProfileDefinition Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_FourthCompositeSegmentProfileDefinition Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_DatumReferenceFrameId Characteristics_xsd_Complex_Type_ProfileCharacteristicDefinitionBaseType.tmp#ProfileCharacteristicDefinitionBaseType_OrientationOnly
Type extension of GeometricCharacteristicDefinitionBaseType
Type hierarchy
Properties
abstract true
Used by
Children AssociatedTolerancedFeatureSpecificationElement, Attributes, CharacteristicDesignator, CollectionPlane, CommonTolerance, CommonZone, DatumReferenceFrameId, Description, DirectionFeature, EnvelopeRequirement, FourthCompositeSegmentProfileDefinition, FreeState, Independency, IntersectionPlane, MedianFeature, Name, OffsetZone, OrientationOnly, OrientationPlane, OuterDisposition, ReferenceFeatureAssociationSpecificationElement, SecondCompositeSegmentProfileDefinition, SeparateZone, StatisticalCharacteristic, ThirdCompositeSegmentProfileDefinition, ToleranceDualValue, ToleranceValue, UnequallyDisposedZone, UnitedOrContinuousFeature, VariableAngle
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="ProfileCharacteristicDefinitionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ProfileCharacteristicDefinitionBaseType is the abstract base type that defines a profile characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GeometricCharacteristicDefinitionBaseType">
      <xs:sequence>
        <xs:element name="ToleranceValue" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The ToleranceValue element is the tolerance of the profile characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ToleranceDualValue" type="LinearDualValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ToleranceDualValue element is the dual tolerance value of the profile characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice between the ASME Y14.5 and ISO 1101 implementations of unequal, unilateral or offset profile tolerance zones.</xs:documentation>
          </xs:annotation>
          <xs:element name="OuterDisposition" type="LinearValueType">
            <xs:annotation>
              <xs:documentation>The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="UnequallyDisposedZone" type="LinearValueType">
            <xs:annotation>
              <xs:documentation>(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:element name="OffsetZone" type="xs:boolean" minOccurs="0">
          <xs:annotation>
            <xs:documentation>(ISO specific OZ) The optional OffsetZone element when present and set to true indicates that the profile tolerance zone can be offset by any unspecified amount.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VariableAngle" type="xs:boolean" minOccurs="0">
          <xs:annotation>
            <xs:documentation>(ISO specific VA) The optional VariableAngle element when present and set to true indicates that the profile tolerance zone can be offset by an unspecified angular amount.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SecondCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SecondCompositeSegmentProfileDefinition gives information about the second segment of a composite frame profile characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ThirdCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ThirdCompositeSegmentProfileDefinition gives information about the third segment of a composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileDefinition element is used.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="FourthCompositeSegmentProfileDefinition" type="CompositeSegmentProfileDefinitionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional FourthCompositeSegmentProfileDefinition gives information about the fourth segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileDefinition element is used.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DatumReferenceFrameId" type="QIFReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DatumReferenceFrameId element is the QIF id of the datum reference frame for the profile characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="OrientationOnly" type="xs:boolean" minOccurs="0">
          <xs:annotation>
            <xs:documentation>(ISO specific greaterthan/lessthan) The optional OrientationOnly element when present and set to true signifies that the DRF associated with this profile characteristic controls only orientation degrees of freedom.</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