Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element TimeCharacteristicDefinitionBaseType / Tolerance
Annotations
The Tolerance element is the tolerance value for the time characteristic.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_TimeToleranceType.tmp#TimeToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_TimeToleranceType.tmp#TimeToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_TimeToleranceType.tmp#TimeToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_TimeToleranceType.tmp#TimeToleranceType
Type TimeToleranceType
Properties
content complex
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Instance
<Tolerance xmlns="http://qifstandards.org/xsd/qif3">
  <MaxValue decimalPlaces="" significantFigures="" timeUnit="">{1,1}</MaxValue>
  <MinValue decimalPlaces="" significantFigures="" timeUnit="">{0,1}</MinValue>
  <MinValue decimalPlaces="" significantFigures="" timeUnit="">{1,1}</MinValue>
  <DefinedAsLimit>{1,1}</DefinedAsLimit>
  <Attributes n="">{0,1}</Attributes>
</Tolerance>
Source
<xs:element name="Tolerance" type="TimeToleranceType">
  <xs:annotation>
    <xs:documentation>The Tolerance element is the tolerance value for the time characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element TimeCharacteristicDefinitionBaseType / 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 TimeCharacteristicDefinitionBaseType
Annotations
The TimeCharacteristicDefinitionBaseType is the abstract base type that defines a time 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_TimeCharacteristicDefinitionBaseType.tmp#TimeCharacteristicDefinitionBaseType_Tolerance Characteristics_xsd_Complex_Type_TimeCharacteristicDefinitionBaseType.tmp#TimeCharacteristicDefinitionBaseType_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="TimeCharacteristicDefinitionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The TimeCharacteristicDefinitionBaseType is the abstract base type that defines a time 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="TimeToleranceType">
          <xs:annotation>
            <xs:documentation>The Tolerance element is the tolerance value for the time 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