The type dcr:requirementsType specifies which requirement the requested certificate should accomplish.
The tree structure of the type dcr:requirementsType has the following appearance:
<xs:complexType name="requirementsType">
<xs:sequence>
<xs:element name="accreditatedCalibrationRequired" type="xs:boolean"/>
<xs:element name="conformityStatementRequired" type="xs:boolean"/>
<xs:element name="oneCertificatePerMeasurand" type="xs:boolean" minOccurs="0"/>
<xs:element name="humanReadableFormatList" type="dcr:humanReadableFormatListType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dcr:accreditatedCalibrationRequired (xs:boolean) |
[M] | Specifies if a accrediated calibration is required. |
| dcr:conformityStatementRequired (xs:boolean) |
[M] | Specifies if conformity statements are required. |
| dcr:oneCertificatePerMeasurand (xs:boolean) |
[O] | Specifies whether a certificate should include only one measurand. This means the laboratory can issue multiple certificates for different measurands. |
| dcr:humanReadableFormatList (dcr:humanReadableFormatListType) |
[O] | Specifies which human‑readable formats should accompany the machine‑interpretable XML code. Possible values are: - DOC - HTML |