| Attribute Name | Description | 
|---|
| App | The application to which this default applies.
                Foreign key to MaxApps.
                Cannot be null. | 
| AttributeName | The attribute name.
                ObjectName and AttributeName compose the foreign key to MaxAttribute.
                Cannot be null. | 
| DefaultValue | The default value to be displayed and loaded into
                the object. | 
| GrpName | The group name for which this default applies.
                Either User Name or Group Name must contain a value (not both).
                Foreign key to MaxGroups. | 
| ObjectName | The object name.
                ObjectName and AttributeName compose the foreign key to MaxAttribute.
                Cannot be null. | 
| SiteID | The site for which this default applies.
                Foreign key to Site.
                Cannot be null. | 
| UserName | The user name for which this default applies.
                Either User Name or Group Name must contain a value (not both).
                Foreign key to MaxUser. |