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. DTD <attribute> elements
Veritas NetBackup™ OpsCenter Administrator's Guide

DTD <attribute> elements

Each object has a set of attributes that defines it in the OpsCenter Analytics configuration. These attributes are defined in the <attribute> tag. Each attribute tag can contain a <name> tag and multiple <value> tags. The <name> tag defines the name of the attribute and a <value> tag defines a value for it. The attribute tags can be defined in several ways, such as in the following example:

<attribute>
		<name>attrname</name>
		<value>attrvalue 1</value>
</attribute> 
			

Or:

<attribute name="attrname" value="attrvalue"/>
			

Feedback

Was this page helpful?
Previous

DTD <objects> and <object> elements

Next

DTD <view> element

Feedback

Was this page helpful?