Architecting and designing
  
SSADM attributes
In Structured Analysis and Design methodologies, attributes are data values that provide the description of each occurrence of an Entity. For example, the following list contains the attributes of a CUSTOMER entity, each one providing one characteristic of a customer:
1 Customer Name
2 Customer Address
3 Customer Telephone Number
4 Customer Balance
In data modeling practice, attributes correspond to the fields of a record or columns of a table.