2.4.355 BrtDValList
The BrtDValList record specifies a list of data validation entries.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strDvalList (variable) |
|||||||||||||||||||||||||||||||
... |
strDvalList (variable): An XLWideString (section 2.5.169) that specifies a formula for data validation. This value replaces the formula specified by the formula1 attribute in immediately following BrtDval (section 2.4.353). This value MUST adhere to the following ABNF:
-
formula = string *string string = string-constant / string-chars string-constant = double-quote [string-chars] double-quote
-
string-chars = string-char *string-char string-char = escaped-double-quote / character ; MUST NOT be a double-quote escaped-double-quote = 2double-quote double-quote = %x22 character = as defined by the production Char in the [W3C-XML] section 2.2