DTD for Resource Cleanup Response Tags
This chapter contains the XML Extensible Markup Language (XML) document type definition (DTD) called
junos-res-cleanup.dtd, which lists the JUNOS XML tags that contain information about redundant services interfaces. The associated XML namespace ishttp://xml.juniper.net/junos/9.3R1/junos-res-cleanup. To review reference pages for the tags, see Summary of Resource Cleanup Response Tags.<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-res-cleanup.dtd --><!ELEMENT cleanup-resources (resource)*><!ELEMENT id (#PCDATA)><!ELEMENT key (#PCDATA)><!ELEMENT major-number (#PCDATA)><!ELEMENT minor-number (#PCDATA)><!ELEMENT pid (#PCDATA)><!ELEMENT process-name (#PCDATA)><!ELEMENT process-resource-cleanup (pid | process-name | cleanup-resources)*><!ELEMENT resource (type | major-number | minor-number | id | key)*><!ELEMENT resource-type (type)*><!ELEMENT system-resource-cleanup-processes-information (process-resource-cleanup)*><!ATTLIST system-resource-cleanup-processes-information junos:style CDATA #IMPLIED><!ELEMENT system-resource-cleanup-resources-information (resource-type)*><!ELEMENT type (#PCDATA)>