checkpoints element
Type: | checkpointListDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Need to supply the checkpoints to the client. This class is used for mapping to XML.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<checkpoints>
<checkpoint>
<gsn>...</gsn>
<nodeId>...</nodeId>
<repoId>...</repoId>
<hash>...</hash>
</checkpoint>
<checkpoint>
<!--...-->
</checkpoint>
<!--...more "checkpoint" elements...-->
</checkpoints>