Information about a recalibration date.
Informationen zum Rekalibrierungsdatum.
ISO/IEC 17025:2017, 7.8.4.3 shall be taken into account when specifying a recalibration date.
Bei der Angabe eines Rekalibrierungsdatums ist ISO/IEC 17025:2017, 7.8.4.3 zu berücksichtigen.
XPath expression for boolean indication whether the statement exists in a DCC: boolean(//dcc:statement[@refType="basic_recalibrationDate"])
XPath expression for the recalibration date if available: //dcc:statement[@refType="basic_recalibrationDate"]/dcc:date
XPath-Ausdruck für boolean-Angabe, ob das Statement in einem DCC existiert: boolean(//dcc:statement[@refType="basic_recalibrationDate"])
XPath-Ausdruck für das Rekalibrierungsdatum, wenn vorhanden: //dcc:statement[@refType="basic_recalibrationDate"]/dcc:date
2024-10-23
Created
2024-12-09
Edited scope notes with xpath queries, because the refType name was wrong there
2025-02-28 Fixed both examples: changed refType in example from basic_recalibration to basic_recalibrationDate
<!-- Beispiel 1: Kein Kalibrierintervall mit dem Kunden abgestimmt bzw. vom Kunden vorgegeben. | Example 1: No recalibration date agreed with the customer or specified by the customer. -->
<dcc:statement refType="basic_recalibrationDate">
<dcc:declaration>
<dcc:content lang="en">The user is obliged to have the object recalibrated at appropriate intervals.</dcc:content>
<dcc:content lang="de">Für die Einhaltung einer angemessenen Frist zur Wiederholung der Kalibrierung ist der Benutzer verantwortlich.</dcc:content>
</dcc:declaration>
</dcc:statement>
<!-- Beispiel 2: Kalibrierintervall mit dem Kunden abgestimmt bzw. vom Kunden vorgegeben. | Example 2: Recalibration date agreed with the customer or specified by the customer. -->
<dcc:statement refType="basic_recalibrationDate">
<dcc:declaration>
<dcc:content lang="en">Date when the calibration item is to be recalibrated at the latest according to the customer's specification:</dcc:content>
<dcc:content lang="de">Datum, wann nach der Festlegung durch den Kunden spätestens der Kalibriergegenstand rekalibriert werden soll:</dcc:content>
</dcc:declaration>
<dcc:date>2022-10-22</dcc:date>
</dcc:statement>