The element dcc:comment contains an unlimited count of optional files and comments, e.g. spreadsheets and graphics in any individual file formats.
The "comments" area contains individual information of a measurement process, providing further details about the measurement results. This area can be used optionally. Possible details are, for example, graphics of measurement curves, video or audio documents or individual measurement series in any file formats. The transmission of cost accounting in .pdf format for the execution of calibration activities is another conceivable use case.
These files are stored encoded in Base64 format in this area of the DCC.
The tree structure of the dcc:comment element has the following appearance:
The element has only dcc:any, which can occur an unlimited count of times.
The tree structure of the dcc:comment element has the following appearance:
<xs:element name="comment" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
More information about the filling instructions can be found in the Elements subsection.
The element dcc:comment has only dcc:any.