This tag provides information about field-level data attribute
settings for a simple field type.
Attributes
The following table lists the valid attributes
for this tag:
| Attribute |
Description |
Valid Values |
| accessor |
Describes the access to the data |
You must specify one of the following attributes: - readOnly
- writeOnly
- readWrite
- noAccess
|
| contentSize |
Formula for calculating the current size of the type's
contents |
|
| offset |
Formula for calculating the absolute offset of the start
of the type’s data. |
|
| size |
Formula for calculating the allocated size of the type's
contents |
|
| format |
Formatting string that is required to correctly marshal
the data |
|