Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element StraightnessCharacteristicDefinitionType / ToleranceValue
Annotations
The ToleranceValue element is the tolerance of the straightness 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 straightness characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / ToleranceDualValue
Annotations
The optional ToleranceDualValue element is the dual tolerance value of the straightness 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 straightness characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / ToleranceZonePerUnitLength
Annotations
The optional ToleranceZonePerUnitLength element is the per-unit-length tolerance of the straightness characteristic.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitLengthType.tmp#ToleranceZonePerUnitLengthType_ToleranceValuePerUnit IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitLengthType.tmp#ToleranceZonePerUnitLengthType_UnitLength IntermediatesPMI_xsd_Complex_Type_ToleranceZonePerUnitLengthType.tmp#ToleranceZonePerUnitLengthType
Type ToleranceZonePerUnitLengthType
Properties
content complex
minOccurs 0
Children ToleranceValuePerUnit, UnitLength
Instance
<ToleranceZonePerUnitLength xmlns="http://qifstandards.org/xsd/qif3">
  <ToleranceValuePerUnit decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ToleranceValuePerUnit>
  <UnitLength decimalPlaces="" linearUnit="" significantFigures="">{1,1}</UnitLength>
</ToleranceZonePerUnitLength>
Source
<xs:element name="ToleranceZonePerUnitLength" type="ToleranceZonePerUnitLengthType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ToleranceZonePerUnitLength element is the per-unit-length tolerance of the straightness characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / MaterialCondition
Annotations
The optional MaterialCondition element is the material condition modifier for a feature of size such as when applied to the axis of a cylinder.
ASME Y14.5-2009 - 5.4.1.2
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_MaterialModifierEnumType.tmp#MaterialModifierEnumType
Type MaterialModifierEnumType
Properties
content simple
minOccurs 0
Facets
enumeration REGARDLESS
enumeration LEAST
enumeration MAXIMUM
enumeration LEAST_RPR
enumeration MAXIMUM_RPR
enumeration NONE
Source
<xs:element name="MaterialCondition" type="MaterialModifierEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaterialCondition element is the material condition modifier for a feature of size such as when applied to the axis of a cylinder.</xs:documentation>
    <xs:documentation>ASME Y14.5-2009 - 5.4.1.2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / SizeCharacteristicDefinitionId
Annotations
The optional SizeCharacteristicDefinitionId element is the QIF id of the associated feature size characteristic used to derive bonus tolerance for maximum and least material conditions.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
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="SizeCharacteristicDefinitionId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SizeCharacteristicDefinitionId element is the QIF id of the associated feature size characteristic used to derive bonus tolerance for maximum and least material conditions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / ZoneShape
Annotations
The ZoneShape element describes the shape of the tolerance zone.
Diagram
Diagram Characteristics_xsd_Complex_Type_StraightnessZoneShapeType.tmp#StraightnessZoneShapeType_DiametricalZone Characteristics_xsd_Complex_Type_StraightnessZoneShapeType.tmp#StraightnessZoneShapeType_NonDiametricalZone Characteristics_xsd_Complex_Type_StraightnessZoneShapeType.tmp#StraightnessZoneShapeType
Type StraightnessZoneShapeType
Properties
content complex
Children DiametricalZone, NonDiametricalZone
Instance
<ZoneShape xmlns="http://qifstandards.org/xsd/qif3">
  <DiametricalZone>{1,1}</DiametricalZone>
  <NonDiametricalZone>{1,1}</NonDiametricalZone>
</ZoneShape>
Source
<xs:element name="ZoneShape" type="StraightnessZoneShapeType">
  <xs:annotation>
    <xs:documentation>The ZoneShape element describes the shape of the tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element StraightnessCharacteristicDefinitionType / MaximumToleranceValue
Annotations
The optional MaximumToleranceValue element is the maximum tolerance value in cases where bonus is available.
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
minOccurs 0
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="MaximumToleranceValue" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaximumToleranceValue element is the maximum tolerance value in cases where bonus is available.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type StraightnessCharacteristicDefinitionType
Annotations
The StraightnessCharacteristicDefinitionType defines information that can be common to more than one straightness 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_FormCharacteristicDefinitionBaseType.tmp#FormCharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_ToleranceValue Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_ToleranceDualValue Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_ToleranceZonePerUnitLength Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_MaterialCondition Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_SizeCharacteristicDefinitionId Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_ZoneShape Characteristics_xsd_Complex_Type_StraightnessCharacteristicDefinitionType.tmp#StraightnessCharacteristicDefinitionType_MaximumToleranceValue
Type extension of FormCharacteristicDefinitionBaseType
Type hierarchy
Used by
Children AssociatedTolerancedFeatureSpecificationElement, Attributes, CharacteristicDesignator, CollectionPlane, CommonTolerance, CommonZone, Description, DirectionFeature, EnvelopeRequirement, FreeState, Independency, IntersectionPlane, MaterialCondition, MaximumToleranceValue, MedianFeature, Name, OrientationPlane, ReferenceFeatureAssociationSpecificationElement, SeparateZone, SizeCharacteristicDefinitionId, StatisticalCharacteristic, ToleranceDualValue, ToleranceValue, ToleranceZonePerUnitLength, UnitedOrContinuousFeature, ZoneShape
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="StraightnessCharacteristicDefinitionType">
  <xs:annotation>
    <xs:documentation>The StraightnessCharacteristicDefinitionType defines information that can be common to more than one straightness characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FormCharacteristicDefinitionBaseType">
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor provides a choice between a simple straightness tolerance (with an optional second tier per-unit-length tolerance) and a per-unit-length tolerance.</xs:documentation>
          </xs:annotation>
          <xs:sequence>
            <xs:annotation>
              <xs:documentation>The compositor represents the choice of a simple straightness tolerance with an optional per-unit-length tolerance.</xs:documentation>
            </xs:annotation>
            <xs:element name="ToleranceValue" type="LinearValueType">
              <xs:annotation>
                <xs:documentation>The ToleranceValue element is the tolerance of the straightness 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 straightness characteristic.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ToleranceZonePerUnitLength" type="ToleranceZonePerUnitLengthType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The optional ToleranceZonePerUnitLength element is the per-unit-length tolerance of the straightness characteristic.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:sequence>
            <xs:annotation>
              <xs:documentation>The compositor represents the choice of a per-unit-length tolerance.</xs:documentation>
            </xs:annotation>
            <xs:element name="ToleranceZonePerUnitLength" type="ToleranceZonePerUnitLengthType">
              <xs:annotation>
                <xs:documentation>The ToleranceZonePerUnitLength element is the per-unit-length tolerance of the straightness characteristic.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:choice>
        <xs:element name="MaterialCondition" type="MaterialModifierEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaterialCondition element is the material condition modifier for a feature of size such as when applied to the axis of a cylinder.</xs:documentation>
            <xs:documentation>ASME Y14.5-2009 - 5.4.1.2</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SizeCharacteristicDefinitionId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SizeCharacteristicDefinitionId element is the QIF id of the associated feature size characteristic used to derive bonus tolerance for maximum and least material conditions.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ZoneShape" type="StraightnessZoneShapeType">
          <xs:annotation>
            <xs:documentation>The ZoneShape element describes the shape of the tolerance zone.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaximumToleranceValue" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MaximumToleranceValue element is the maximum tolerance value in cases where bonus is available.</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