DTD for Database Replication Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called junos-database-replication.dtd.
<!-- Copyright (c) 2000-2014, Juniper Networks, Inc. --> <!-- All rights reserved. --> <!-- junos-database-replication.dtd --> <!ELEMENT database-replication-statistics-information (dropped-connections-total | max-buffer-count | msg-received-bytes | msgs-received-total | msg-sent-bytes | msgs-sent-total | queue-full-total | queue-max-size)*> <!ELEMENT database-replication-summary-information (replication-graceful-restart-type | replication-mastership-type | replication-connection-type | replication-database-type | replication-queue-type)*> <!ELEMENT dropped-connections-total (#PCDATA)> <!ELEMENT max-buffer-count (#PCDATA)> <!ELEMENT msg-received-bytes (#PCDATA)> <!ELEMENT msg-sent-bytes (#PCDATA)> <!ELEMENT msgs-received-total (#PCDATA)> <!ELEMENT msgs-sent-total (#PCDATA)> <!ELEMENT queue-full-total (#PCDATA)> <!ELEMENT queue-max-size (#PCDATA)> <!ELEMENT replication-connection-type (#PCDATA)> <!ELEMENT replication-database-type (#PCDATA)> <!ELEMENT replication-graceful-restart-type (#PCDATA)> <!ELEMENT replication-mastership-type (#PCDATA)> <!ELEMENT replication-queue-type (#PCDATA)>