[Contents] [Prev] [Next] [Index] [Report an Error]


DTD for Interface Metadata Reponse Tags

This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called junos-interface-metadata.dtd, which lists the JUNOS XML tags that contain information about interface meatadata. The associated XML namespace is http://xml.juniper.net/junos/9.3R1/junos-interface-metadata. To review reference pages for the tags, see Summary of Interface Metadata Response Tags.

<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. -->
<!-- All rights reserved. -->
<!-- junos-interface-metadata.dtd -->

<!ELEMENT channels (subunit)*>

<!ELEMENT flag (#PCDATA)>

<!ELEMENT interface (name | long | pics-per-slot | ports-per-slot | max-mtu | flag | 
channels | max-channelization | product)*>

<!ELEMENT interface-metadata-information (interface)*>

<!ELEMENT long (#PCDATA)>

<!ELEMENT max-channelization (#PCDATA)>

<!ELEMENT max-mtu (#PCDATA)>

<!ELEMENT name (#PCDATA)>

<!ELEMENT pics-per-slot (#PCDATA)>

<!ELEMENT ports-per-slot (#PCDATA)>

<!ELEMENT product (#PCDATA)>

<!ELEMENT subunit (#PCDATA)>

[Contents] [Prev] [Next] [Index] [Report an Error]