The type dx:commentType contains an unlimited count of optional files and comments, e.g. spreadsheets and graphics in any individual file formats.
The "comment" 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 DX.
The tree structure of the type dx:commentType has the following appearance:
The element has the setting any, that means the number of elements is not limited and a namespace has not to be specified but can be specified.
<xs:complexType name="commentType">
<xs:sequence>
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>