Architecting and designing : Data modeling : Components of an entity relation diagram : Data normalization : First normal form
  
First normal form
An entity is in First Normal Form if it contains no repeating groups. This form is designed to eliminate redundant data within an individual entity.
An example of violation of 1NF is pictured below, in the attribute Address, which is indicated to occur 1-5 times. System Architect does not allow the entry of the same data element or data structure more than once.
See also
Data normalization