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


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 is http://xml.juniper.net/junos/9.4R1/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 gw-address (#PCDATA)>

<!ELEMENT input-error-message (#PCDATA)>

<!ELEMENT interface (#PCDATA)>

<!ELEMENT interface-type (#PCDATA)>

<!ELEMENT ip-address (#PCDATA)>

<!ELEMENT ip-netmask (#PCDATA)>

<!ELEMENT logical-system (#PCDATA)>

<!ELEMENT login-time (#PCDATA)>

<!ELEMENT mac-address (#PCDATA)>

<!ELEMENT no-information (#PCDATA)>

<!ELEMENT number-of-active-subscribers (#PCDATA)>

<!ELEMENT number-of-subscribers (#PCDATA)>

<!ELEMENT profile (#PCDATA)>

<!ELEMENT radius-accounting-id (#PCDATA)>

<!ELEMENT routing-instance (#PCDATA)>

<!ELEMENT state (#PCDATA)>

<!ELEMENT subscriber (access-type | user-name | ip-address | ip-netmask | 
logical-system | routing-instance | interface | interface-type | vlan-id | profile | 
mac-address | login-time | state | gw-address | radius-accounting-id | 
number-of-subscribers | number-of-active-subscribers | no-information)*>
<!ATTLIST subscriber junos:style CDATA #IMPLIED>

<!ELEMENT subscribers-information (subscriber | error)*>

<!ELEMENT user-name (#PCDATA)>

<!ELEMENT vlan-id (#PCDATA)>

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