The type dx:measurementResultType contains all results of the measurements, evaluations and information about the calibration. The entries in this area are such that a value is always linked to a unit. SI units should always be used.
The tree structure of the type dx:measurementResultType has the following appearance:
<xs:complexType name="measurementResultType">
<xs:annotation>
<xs:documentation>
A measurement results with the methods, software and equipments used for the calibration.
Also contains influence conditions and a list of the actual results.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="dx:textType"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="methodList" type="dx:methodListType" minOccurs="0"/>
<xs:element name="softwareList" type="dx:softwareListType" minOccurs="0"/>
<xs:element name="measuringEquipmentList" type="dx:measuringEquipmentListType" minOccurs="0"/>
<xs:element name="influenceConditionList" type="dx:conditionListType" minOccurs="0"/>
<xs:element name="resultList" type="dx:resultListType"/>
<xs:element name="metaDataList" type="dx:metaDataListType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[M] | This element specifies the name of the calibration item. |
| dx:description (dx:richContentType) |
[O] | Other information not given in the element dx:name is given here to describe the element. |
| dx:methodList (dx:methodListType) |
[O] | The method used for calibration can be entered in this element. |
| dx:softwareList (dx:softwareListType) |
[O] | In this element the used software can be entered, which contributed to the generation of the measurement results. |
| dx:measuringEquipmentList (dx:measuringEquipmentListType) |
[O] | In this element the equipment used can be entered. |
| dx:influenceConditionList (dx:conditionListType) |
[O] | In this element, the influences (e.g., environmental parameters) on the measurement can be entered. Measurement results can also be stored here that are no longer up-to-date due to adjustment or repair. |
| dx:resultList (dx:resultListType) |
[M] | The results of the calibration must be entered in this element. |
| dx:metaDataList (dx:metaDataListType) |
[O] | All other additional information can be entered in this element. |
| Attribute | Use | Description |
|---|---|---|
| dx:baseAttributeGroup | [O] | An attribute group called "baseAttributeGroup" is referenced here. This attribute group contains a set of attributes that are commonly used in elements of the DX. An attribute group is a reusable collection of attributes. |