Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CompositeSegmentProfileDefinitionType / OuterDisposition
Annotations
The optional OuterDisposition element is the outer disposition of the composite segment'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
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="OuterDisposition" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional OuterDisposition element is the outer disposition of the composite segment'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
Complex Type CompositeSegmentProfileDefinitionType
Annotations
The CompositeSegmentProfileDefinitionType defines information that can be common to more than one composite segment 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
Type extension of CompositeSegmentDefinitionBaseType
Type hierarchy
Used by
Children CharacteristicDesignator, DatumReferenceFrameId, OuterDisposition, ToleranceDualValue, ToleranceValue
Source
<xs:complexType name="CompositeSegmentProfileDefinitionType">
  <xs:annotation>
    <xs:documentation>The CompositeSegmentProfileDefinitionType defines information that can be common to more than one composite segment profile characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CompositeSegmentDefinitionBaseType">
      <xs:sequence>
        <xs:element name="OuterDisposition" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional OuterDisposition element is the outer disposition of the composite segment'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:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd