The dcr:pointType specifies one point for the requested measurement by the customer to the laboratory.
The tree structure of the element dcr:pointType has the following appearance:
<xs:complexType name="pointType">
<xs:sequence>
<xs:element name="name" type="dx:textType" minOccurs="0"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="data" type="dx:dataType"/>
<xs:element name="conformityRange" type="dcr:conformityRangeType" minOccurs="0"/>
<xs:element name="influenceConditionList" type="dx:conditionListType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[O] | 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:data (dx:dataType) |
[M] | The data of the requested point must be entered in this element. It can contain formulas, SI values and so on. |
| dcr:conformityRange dcr:conformityRangeType |
[O] | The range of tolerated conformity for the given point by customer. |
| dx:influenceConditionList dx:conditionListType |
[O] | This element specifies environmental or physical factors (e.g., temperature, humidity, pressure) that can affect the measurement and ensure consistent and accurate results. |