Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AngularCoordinateCharacteristicDefinitionType / Tolerance
Annotations
The Tolerance element gives information about the angular tolerance.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AngularToleranceType.tmp#AngularToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_AngularToleranceType.tmp#AngularToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_AngularToleranceType.tmp#AngularToleranceType_DefinitionId IntermediatesPMI_xsd_Complex_Type_AngularToleranceType.tmp#AngularToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AngularToleranceType.tmp#AngularToleranceType
Type AngularToleranceType
Properties
content complex
Children Attributes, DefinedAsLimit, DefinitionId, MaxValue, MinValue
Instance
<Tolerance xmlns="http://qifstandards.org/xsd/qif3">
  <MaxValue angularUnit="" decimalPlaces="" significantFigures="">{1,1}</MaxValue>
  <MinValue angularUnit="" decimalPlaces="" significantFigures="">{0,1}</MinValue>
  <MinValue angularUnit="" decimalPlaces="" significantFigures="">{1,1}</MinValue>
  <DefinitionId asmPathId="" asmPathXId="" xId="">{1,1}</DefinitionId>
  <DefinedAsLimit>{1,1}</DefinedAsLimit>
  <Attributes n="">{0,1}</Attributes>
</Tolerance>
Source
<xs:element name="Tolerance" type="AngularToleranceType">
  <xs:annotation>
    <xs:documentation>The Tolerance element gives information about the angular tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element AngularCoordinateCharacteristicDefinitionType / NonTolerance
Annotations
The NonTolerance element indicates the characteristic is not toleranced but needs to be tracked and/or reported.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_NonToleranceEnumType.tmp#NonToleranceEnumType
Type NonToleranceEnumType
Properties
content simple
Facets
enumeration MEASURED
The MEASURED enumeration defines a characteristic as being a basic dimension which can be measured and therefore a valid measured value may exist.
enumeration SET
The SET enumeration defines a characteristic as being a dimension which cannot be measured and therefore no valid measured value exists and the measured value is set to the nominal value for reporting purposes.
Source
<xs:element name="NonTolerance" type="NonToleranceEnumType">
  <xs:annotation>
    <xs:documentation>The NonTolerance element indicates the characteristic is not toleranced but needs to be tracked and/or reported.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type AngularCoordinateCharacteristicDefinitionType
Annotations
The AngularCoordinateCharacteristicDefinitionType defines information that can be common to more than one angular coordinate characteristic. This may be used with a cylindrical coordinate system.
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_DimensionalCharacteristicDefinitionBaseType.tmp#DimensionalCharacteristicDefinitionBaseType_DimensionType Characteristics_xsd_Complex_Type_DimensionalCharacteristicDefinitionBaseType.tmp#DimensionalCharacteristicDefinitionBaseType_DimensionModifiers Characteristics_xsd_Complex_Type_DimensionalCharacteristicDefinitionBaseType.tmp#DimensionalCharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_CoordinateCharacteristicDefinitionBaseType.tmp#CoordinateCharacteristicDefinitionBaseType Characteristics_xsd_Complex_Type_AngularCoordinateCharacteristicDefinitionType.tmp#AngularCoordinateCharacteristicDefinitionType_Tolerance Characteristics_xsd_Complex_Type_AngularCoordinateCharacteristicDefinitionType.tmp#AngularCoordinateCharacteristicDefinitionType_NonTolerance
Type extension of CoordinateCharacteristicDefinitionBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicDesignator, CommonTolerance, CommonZone, Description, DimensionModifiers, DimensionType, EnvelopeRequirement, FreeState, Independency, MedianFeature, Name, NonTolerance, SeparateZone, StatisticalCharacteristic, Tolerance, UnitedOrContinuousFeature
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="AngularCoordinateCharacteristicDefinitionType">
  <xs:annotation>
    <xs:documentation>The AngularCoordinateCharacteristicDefinitionType defines information that can be common to more than one angular coordinate characteristic. This may be used with a cylindrical coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CoordinateCharacteristicDefinitionBaseType">
      <xs:choice>
        <xs:annotation>
          <xs:documentation>This compositor provides a choice between a toleranced characteristic and a non-toleranced characteristic that still needs to be tracked and/or reported.</xs:documentation>
        </xs:annotation>
        <xs:element name="Tolerance" type="AngularToleranceType">
          <xs:annotation>
            <xs:documentation>The Tolerance element gives information about the angular tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NonTolerance" type="NonToleranceEnumType">
          <xs:annotation>
            <xs:documentation>The NonTolerance element indicates the characteristic is not toleranced but needs to be tracked and/or reported.</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