DTD for Process Map Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-pmap.dtd, which lists the JUNOS XML tags that contain process mapping information. The associated XML namespace ishttp://xml.juniper.net/junos/8.1R1/junos-pmap. To review reference pages for the tags, see Summary of Process Map Response Tags.<!-- Copyright (c) 2000-2006, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-pmap.dtd --><!ELEMENT address (#PCDATA)><!ELEMENT mapped (#PCDATA)><!ELEMENT pid (#PCDATA)><!ELEMENT pmap-mapping-memory-information (address | size | resident | shared | private | protection | mapped)*><!ELEMENT pmap-process-summary (size | resident | shared | private)*><!ELEMENT pmap-table-entry (pid | process-name | pmap-mapping-memory-information | pmap-process-summary)*><!ELEMENT pmap-table-information (pmap-table-entry)*><!ELEMENT private (#PCDATA)><!ELEMENT process-name (#PCDATA)><!ELEMENT protection (#PCDATA)><!ELEMENT resident (#PCDATA)><!ELEMENT shared (#PCDATA)><!ELEMENT size (#PCDATA)>