18 lines
439 B
XML
18 lines
439 B
XML
<!-- _EnvelopeFooter.xml -->
|
|
<rr:Footer xmlns:rr="http://reynoldsandrey.com/">
|
|
<!-- Optional system trace or session info -->
|
|
{{#SessionId}}
|
|
<rr:SessionId>{{SessionId}}</rr:SessionId>
|
|
{{/SessionId}}
|
|
|
|
{{#Checksum}}
|
|
<rr:Checksum>{{Checksum}}</rr:Checksum>
|
|
{{/Checksum}}
|
|
|
|
{{#Timestamp}}
|
|
<rr:Timestamp>{{Timestamp}}</rr:Timestamp>
|
|
{{/Timestamp}}
|
|
|
|
<!-- Placeholder for any future required footer elements -->
|
|
</rr:Footer>
|