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


DTD for SDX Response Tags

This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called junos-sdx.dtd, which lists the JUNOS XML tags that contain Service Deployment System (SDX) information for the JUNOS software. The associated XML namespace is http://xml.juniper.net/junos/9.4R1/junos-sdx. To review reference pages for the tags, see Summary of SDX Response Tags.

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

<!ELEMENT address (#PCDATA)>

<!ELEMENT connection-status (state | address | port | date-time)*>

<!ELEMENT date-time (#PCDATA)>
<!ATTLIST date-time junos:seconds CDATA #IMPLIED>

<!ELEMENT elapsed-time (#PCDATA)>

<!ELEMENT interval (#PCDATA)>

<!ELEMENT keepalive-count (#PCDATA)>

<!ELEMENT keepalive-information (interval | keepalive-count | elapsed-time)*>

<!ELEMENT notification-count (#PCDATA)>

<!ELEMENT notification-information (notification-count | elapsed-time)*>

<!ELEMENT peer-information (elapsed-time)*>

<!ELEMENT port (#PCDATA)>

<!ELEMENT sdx-information (unconfigured | connection-status | keepalive-information | 
notification-information | peer-information)*>

<!ELEMENT state (#PCDATA)>

<!ELEMENT unconfigured EMPTY>

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