17.20 - Working with Restrictions on XML Attribute Name Values - Analytics Database - Teradata Vantage

Teradata Vantage™ - Analytics Database Security Administration - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-03-07
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572

When you specify certain element attributes in an IP XML document, the attribute values must conform to XML rules.

There is no length restriction for an attribute value.
Attribute Restrictions
<user name> An XML string name that conforms to the following:
  • Any character is allowed
  • You must escape characters that have special functions in XML, for example, you must express:
    • “ (double-quotation marks) as &quot
    • & (ampersand) as &amp
    • < (less-than) as &lt

The value of a user name attribute must correspond to an existing Teradata Vantage username.

<ip filter name>
  • <tag>
  • <tagref>
A non-colonized XML name, which can contain only:
  • Letters A through Z and a through z
  • Digits zero through 9
  • _ (low line)
  • - (hyphen)
  • . (period)
  • Ideographs

You cannot start a name with a digit, hyphen, or period.