Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CompositeSegmentMeasurementBaseType / Value
Annotations
The optional Value element is the measured value.
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_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Value element is the measured value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CompositeSegmentMeasurementBaseType / MaxValue
Annotations
The optional MaxValue element is the maximum of the measured value when reported.
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_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MaxValue" type="MeasuredLinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CompositeSegmentMeasurementBaseType / MinValue
Annotations
The optional MinValue element is the minimum of the measured value when reported.
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_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MinValue" type="MeasuredLinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CompositeSegmentMeasurementBaseType / Status
Annotations
The Status element is the characteristic condition: in tolerance, out of tolerance, etc.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_CharacteristicStatusEnum Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_OtherCharacteristicStatus Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType
Type CharacteristicStatusType
Properties
content complex
Children CharacteristicStatusEnum, OtherCharacteristicStatus
Instance
<Status xmlns="http://qifstandards.org/xsd/qif3">
  <CharacteristicStatusEnum>{1,1}</CharacteristicStatusEnum>
  <OtherCharacteristicStatus>{1,1}</OtherCharacteristicStatus>
</Status>
Source
<xs:element name="Status" type="CharacteristicStatusType">
  <xs:annotation>
    <xs:documentation>The Status element is the characteristic condition: in tolerance, out of tolerance, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CompositeSegmentMeasurementBaseType / DRFTransformActualId
Annotations
The optional DRFTransformActualId element is the QIF id of the actual transform associated with the mobile datum reference frame for this segment of the characteristic.
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="DRFTransformActualId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DRFTransformActualId element is the QIF id of the actual transform associated with the mobile datum reference frame for this segment of the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CompositeSegmentMeasurementBaseType / ZoneDataSet
Annotations
The optional ZoneDataSet element gives information about the tolerance zones for the composite segment.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_n IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_ZoneData IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType
Type ZoneDataSetType
Properties
content complex
minOccurs 0
Children ZoneData
Instance
<ZoneDataSet n="" xmlns="http://qifstandards.org/xsd/qif3">
  <ZoneData>{1,unbounded}</ZoneData>
</ZoneDataSet>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of tolerance zones in this set.
Source
<xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the composite segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CompositeSegmentMeasurementBaseType
Annotations
The CompositeSegmentMeasurementBaseType is the abstract base type that defines the results of a measured composite segment characteristic evaluation.
Diagram
Diagram Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_Value Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_MaxValue Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_MinValue Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_DRFTransformActualId Characteristics_xsd_Complex_Type_CompositeSegmentMeasurementBaseType.tmp#CompositeSegmentMeasurementBaseType_ZoneDataSet
Properties
abstract true
Used by
Children DRFTransformActualId, MaxValue, MinValue, Status, Value, ZoneDataSet
Source
<xs:complexType name="CompositeSegmentMeasurementBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CompositeSegmentMeasurementBaseType is the abstract base type that defines the results of a measured composite segment characteristic evaluation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Value element is the measured value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MaxValue" type="MeasuredLinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MinValue" type="MeasuredLinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Status" type="CharacteristicStatusType">
      <xs:annotation>
        <xs:documentation>The Status element is the characteristic condition: in tolerance, out of tolerance, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DRFTransformActualId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional DRFTransformActualId element is the QIF id of the actual transform associated with the mobile datum reference frame for this segment of the characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the composite segment.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd