An SRS should specify "logical requirements" but not start "design".
My problem is in the IEEE SRS document (IEEE Std 830-1998) section 5.3.4 says:
5.3.4 Logical database requirements
This should specify the logical requirements for any information that is to be placed in a database. This may include the following:
- a) Types of information used by various functions;
- b) Frequency of use;
- c) Accessing capabilities
- d) Data entities and their relationships
- e) Integrity constraints
- f) Data retention requirements
So does d) mean drawing the ERD is ok? When does specifying the system to this level in REQUIREMENTS bleed in to DESIGN?