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.
<!-- Copyright (c) 2000-2014, 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)>