record
An element representing a record within Defaultrecords.
Attributes and Elements
Attributes
| Attribute | Description | Required |
|---|---|---|
| columns | Column(s) to be included in the record. | Yes |
| values | Corresponding values for the column(s) specified. | Yes |
Child Elements
None.
Parent Elements
| Element |
|---|
| dataSheet |
Remarks
Multiple column/value pairs can be separated by the pipe character:
<record columns="Column1|Column2" values="My String|1.5"/>