{#if attributes.size > 0}
| Type | {attribute.type} |
| Default Value | {attribute.defaultValue} |
| Unit | {attribute.unit} |
| Is the attribute nillable? | {attribute.nillable} |
| Does the attribute allow expression? | {attribute.expressionsAllowed} |
| Where is the attribute stored? | {attribute.storage} |
| Access Type | {attribute.accessType} |
| Is restarted required? | {attribute.restartRequired} |
| Min | {attribute.min} |
| Max | {attribute.max} |
| Allowed Values |
{#for v in attribute.allowedValues}
{v} {/for} |
| Stability Level | {attribute.stability} |
| Raw DMR model |
|