DTD for Database Replication
Response TagsThis chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-database-replication.dtd, which lists the JUNOS XML tags that contain database replication information. The associated XML namespace ishttp://xml.juniper.net/junos/9.4R1/junos-database-replication. To review reference pages for the tags, see Summary of Database Replication Response Tags.<!-- Copyright (c) 2000-2008, 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)>