DTD for Subscribers Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-subsribers.dtd, which lists the JUNOS XML tags that contain information about Subscribers. The associated XML namespace ishttp://xml.juniper.net/junos/9.3R1/junos-subscribers. To review reference pages for the tags, see Summary of Subscribers Response Tags.<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-subscribers.dtd --><!ELEMENT access-type (#PCDATA)><!ELEMENT error (input-error-message)*><!ATTLIST error junos:style CDATA #IMPLIED><!ELEMENT input-error-message (#PCDATA)><!ELEMENT interface (#PCDATA)><!ELEMENT ip-address (#PCDATA)><!ELEMENT logical-system (#PCDATA)><!ELEMENT login-time (#PCDATA)><!ELEMENT mac-address (#PCDATA)><!ELEMENT no-information (#PCDATA)><!ELEMENT number-of-subscribers (#PCDATA)><!ELEMENT profile (#PCDATA)><!ELEMENT routing-instance (#PCDATA)><!ELEMENT subscriber (access-type | user-name | ip-address | logical-system | routing-instance | interface | vlan-id | profile | mac-address | login-time | number-of-subscribers | no-information)*><!ATTLIST subscriber junos:style CDATA #IMPLIED><!ELEMENT subscribers-information (subscriber | error)*><!ELEMENT user-name (#PCDATA)><!ELEMENT vlan-id (#PCDATA)>