Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SpeedCharacteristicDefinitionBaseType / Tolerance
Annotations
The Tolerance element is the tolerance value for the speed characteristic.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType
Type SpeedToleranceType
Properties
content complex
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Instance
<Tolerance xmlns="http://qifstandards.org/xsd/qif3">
  <MaxValue decimalPlaces="" significantFigures="" speedUnit="">{1,1}</MaxValue>
  <MinValue decimalPlaces="" significantFigures="" speedUnit="">{0,1}</MinValue>
  <MinValue decimalPlaces="" significantFigures="" speedUnit="">{1,1}</MinValue>
  <DefinedAsLimit>{1,1}</DefinedAsLimit>
  <Attributes n="">{0,1}</Attributes>
</Tolerance>
Source
<xs:element name="Tolerance" type="SpeedToleranceType">
  <xs:annotation>
    <xs:documentation>The Tolerance element is the tolerance value for the speed characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element SpeedCharacteristicDefinitionBaseType / 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 SpeedCharacteristicDefinitionBaseType
Annotations
The SpeedCharacteristicDefinitionBaseType is the abstract base type that defines a speed 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_SpeedCharacteristicDefinitionBaseType.tmp#SpeedCharacteristicDefinitionBaseType_Tolerance Characteristics_xsd_Complex_Type_SpeedCharacteristicDefinitionBaseType.tmp#SpeedCharacteristicDefinitionBaseType_NonTolerance
Type extension of CharacteristicDefinitionBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CharacteristicDesignator, CommonTolerance, CommonZone, Description, 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="SpeedCharacteristicDefinitionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The SpeedCharacteristicDefinitionBaseType is the abstract base type that defines a speed characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicDefinitionBaseType">
      <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="SpeedToleranceType">
          <xs:annotation>
            <xs:documentation>The Tolerance element is the tolerance value for the speed characteristic.</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