On 10/01/2012 22:14, Peter Gummer wrote: > 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. >
but there is no 'LIST' data type to contain the DV_PARAGRAPHs. - thomas

