DTD for Licensed Feature Metadata Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-licensed-feature-metadata.dtd, which lists the JUNOS XML tags that contain information about licensed feature metadata. The associated XML namespace ishttp://xml.juniper.net/junos/9.4R1/junos-licensed-feature-metadata. To review reference pages for the tags, see Summary of Licensed Feature Metadata Response Tags.<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-licensed-feature-metadata.dtd --><!ELEMENT alias (base-feature | cummulative-value)*><!ELEMENT base-feature (#PCDATA)><!ELEMENT cummulative-value (#PCDATA)><!ELEMENT description (#PCDATA)><!ELEMENT flag (#PCDATA)><!ELEMENT id (#PCDATA)><!ELEMENT licensed-feature (id | name | description | flag | alias)*><!ELEMENT licensed-feature-metadata-information (licensed-feature)*><!ELEMENT name (#PCDATA)>