Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ OpsCenter Administrator's Guide
  3. Appendix D. Creating views using CSV, TSV, and XML files
  4. XML DTD structure
Veritas NetBackup™ OpsCenter Administrator's Guide

XML DTD structure

The XML DTD is constructed as follows:

<?xml version="1.0"?>
<!-- Note : This DTD is provided for viewing the XML 
with tools like Microsoft's Internet Explorer. 
if it fails to work, the DTD should be replaced by the DTD 
provided with documentation. -->
<!DOCTYPE application [

<!ELEMENT application (objects?,view*,user*,mergeitems*)>
	<!ATTLIST application version CDATA #REQUIRED>
<!ELEMENT objects (object+)>
<!ELEMENT view (node*,aliaslevels?)>
	<!ATTLIST view identifier CDATA #REQUIRED>
	<!ATTLIST view type CDATA #REQUIRED>
	<!ATTLIST view action (add|delete|update|declare) "declare">
	<!ATTLIST view id ID #IMPLIED>
<!ELEMENT object (attribute*)>
	<!ATTLIST object id ID #IMPLIED>
	<!ATTLIST object name CDATA #IMPLIED>
	<!ATTLIST object action (add|delete|update|declare) "declare">
	<!ATTLIST object type CDATA #IMPLIED>
	<!ATTLIST object dbid CDATA #IMPLIED>
<!ELEMENT node (object?,node*)>
	<!ATTLIST node id ID #IMPLIED>
	<!ATTLIST node action (add|delete|declare) "declare">
	<!ATTLIST node object IDREF #IMPLIED>
	<!ATTLIST node parents IDREFS #IMPLIED>
<!ELEMENT aliaslevels (level*)>
	<!ATTLIST aliaslevels action (add|update|delete|declare) "declare">
<!ELEMENT level EMPTY>
	<!ATTLIST level number CDATA #REQUIRED>
	<!ATTLIST level label CDATA #REQUIRED>
<!ELEMENT mergeitems (mergeitem+)>
<!ELEMENT mergeitem EMPTY>
	<!ATTLIST mergeitem toobject IDREF #IMPLIED>
	<!ATTLIST mergeitem fromobject IDREF #IMPLIED>
<!ELEMENT attribute (name,value*)>
	<!ATTLIST attribute name CDATA #IMPLIED>
	<!ATTLIST attribute value CDATA #IMPLIED>
<!ELEMENT name (#PCDATA)>
<!ELEMENT value (#PCDATA)>
]>

Feedback

Was this page helpful?
Previous

About creating XML files

Next

DTD elements

Feedback

Was this page helpful?