Data Dictionary
- •
What it is
- •
a repository of all data items used in a system, including their definitions, formats, and relationships
- •
- •
- •
- •
- •
Iteration notation
- •
min{X}max— X repeats at minimummintimes and at maximummaxtimes (e.g.2{xy}5allows "xyxy" through 5 repetitions)
- •
- •
Organization rules
- •
every DFD data flow must have a dictionary entry, and every composite entry must resolve down to elementary entries
- •
no entry should exist that isn't used somewhere in the DFD, and no entry should be defined more than once
- •
composite entries are listed first (alphabetically), then elementary entries (alphabetically)
- •
- •
Notes
- •
can be treated as a database for querying data object usage and relationships
- •
- •