xmlns
Usage
<rpc-reply xmlns:sdx="URL"> <operational-response xmlns="URL-for-DTD">
<!- -XML tag elements for the requested operational data - ->
</operational-response>
</rpc-reply>
<rpc-reply xmlns:sdx="URL">
<configuration xmlns="URL" sdx:changed-seconds="seconds" \
sdx:changed-localtime="YYYY-MM-DD hh:mm:ss TZ" >
<!- - XML tag elements for the requested configuration data - ->
</configuration>
</rpc-reply>
Description
For operational responses, define the XML namespace for the enclosed tag elements that do not have a prefix (such as sdx:) in their names. The namespace indicates which XML document type definition (DTD) defines the set of tag elements in the response.
For configuration data responses, define the XML namespace for the enclosed tag elements.
Usage Guidelines
See Requesting Operational Information and Requesting Information from the Candidate Configuration.