diff --git a/mdto/mdto.py b/mdto/mdto.py index b80b00c..5898fc9 100755 --- a/mdto/mdto.py +++ b/mdto/mdto.py @@ -191,18 +191,7 @@ class ChecksumGegevens(XMLSerializable): checksumDatum: str def to_xml(self, root: str = "checksum") -> ET.Element: - """Transform ChecksumGegevens into XML tree with the following structure: - - ```xml - - - … - - - - - - ``` + """Transform ChecksumGegevens into XML tree. Returns: ET.Element: XML representation of object