<hello>
<!- - child tag elements included by client application or NETCONF server - ->
</hello>
]]>]]>
<rpc [attributes]>
<!- - tag elements in a request from a client application - ->
</rpc>
]]>]]>
<rpc-reply xmlns="URN" xmlns:sdx="URL">
<!- - tag elements in the response from the NETCONF server - ->
</rpc-reply>
]]>]]>
Signal the end of each XML document sent by the NETCONF server and client applications. Clients send the sequence after each XML document (after the closing </hello> tag and each closing </rpc> tag). The NETCONF server sends the sequence after its closing </hello> tag and each closing </rpc-reply> tag.
Use of this signal is required by RFC 4742, Using the NETCONF Configuration Protocol over Secure Shell (SSH), available at http://www.ietf.org/rfc/rfc4742.txt.
See Generating Well-Formed XML Documents.