# Temporary attribute items

Attribute items using special attribute names can be specified
in an AQL sentence without actually existing in either the file dictionary
or the account master dictionary.

The attribute name is of the form:

```
Aac
```
where `A` is the literal `A` and *ac* is the attribute number.

## Example(s)

```
list md with a15 a15
```

---
Source: https://d3codex.com/access/temporary-attribute-items/ - part of the D3Codex reference.
