On 10/01/2012 23:24, Peter Gummer wrote:
> Thomas Beale wrote:
>
>>> You could model multiple paragraphs as a LIST of DV_PARAGRAPH.
>> but there is no 'LIST' data type to contain the DV_PARAGRAPHs.
> Sorry, not a LIST, I meant a multiple-occurrence element like this:
>
>       ELEMENT[at0009] occurrences matches {0..*} matches {    -- My document
>               value matches {
>                       DV_PARAGRAPH matches {*}
>               }
>       }
>
> In data this would become a sequences of paragraphs.

yes, but this needlessly creates multiple ELEMENTs, when intuitively you 
would expect one ELEMENT with the whole report in it. You are right - 
this is the solution available today. But I think its wrong..

- thomas

Reply via email to