What is the source of the concept? A website you cn point to might help interpret your question.
My perspective is this;
All requirements should be written with the acceptance criteria and test cases in mind. In fact, the cceptance criteria and test cases should ideally be written up at the same time as athe requirements. Some RM tools enable this, but it's up to you to do the work.
So;
BA: Wht's your requirement?
SME: I need to be able to know the date a letter was received
BA: So requirement = "Record and present receipt date"
SME: Yep
BA: So how do we know this is done sufficiently and corectly?
SME: I can see the date on the event history screen?
BA: Okay, immediately, or the following day? What's the cost of a lag?
SME: The next day should be fine...
BA: Okay, What about format. Any special needs?
SME: Well, we do publish a reply letter in some caes thanking them for their correspondence. It usually prsents the date as DD MMM YY.
BA: Acceptancve criteria for this requirement are format = DD MMM YY and the date has to be viewable by the following day aftet the letter is received and stamped.etc.