Thomas Beale wrote: > This does not actually solve properly the problem of how CR/LFs are added. If > we assume one DV_PARAGRAPH = 1 CR/LF (as in word processing) then a report > needs to consist of multiple DV_PARAGRAPHs, and we don't currently have a > data type for that. To fix the current model we could add a new type > DV_DOCUMENT, which contains multiple DV_PARAGRAPHs.
You could model multiple paragraphs as a LIST of DV_PARAGRAPH. I think the DV_DOCUMENT idea would be unnecessary, unless you wanted to specify additional information such as sections or chapters within the document. - Peter

