71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
|
head 1.3;
|
||
|
access;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @# @;
|
||
|
|
||
|
|
||
|
1.3
|
||
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
||
|
branches;
|
||
|
next 1.2;
|
||
|
|
||
|
1.2
|
||
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
||
|
branches;
|
||
|
next 1.1;
|
||
|
|
||
|
1.1
|
||
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@Initial revision
|
||
|
@
|
||
|
|
||
|
|
||
|
1.3
|
||
|
log
|
||
|
@Revision 3
|
||
|
@
|
||
|
text
|
||
|
@---+ Repeatable Region
|
||
|
|
||
|
A RepeatableRegion of a schema (defined by a CMF document or ResponseStructure definition) are all elements between 2 RepNodes (repeatable elements) including the top repNodes itself.
|
||
|
|
||
|
<verbatim>
|
||
|
A
|
||
|
B*
|
||
|
C*
|
||
|
D
|
||
|
E
|
||
|
</verbatim>
|
||
|
In this case B+E and C+D form repeatable regions. So if B is repeated, E needs also to be repeated.
|
||
|
|
||
|
See PyWrapperAlgorithm for details and examples
|
||
|
@
|
||
|
|
||
|
|
||
|
1.2
|
||
|
log
|
||
|
@Revision 2
|
||
|
@
|
||
|
text
|
||
|
@d3 10
|
||
|
a12 1
|
||
|
A RepeatableRegion of a schema (defined by a CMF document or ResponseStructure definition) are all elements between 2 RepNodes (repeatable element) including the top repNodes' mapped tables.
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@Initial revision
|
||
|
@
|
||
|
text
|
||
|
@d3 1
|
||
|
a3 1
|
||
|
A Repeatable Region of a schema (defined by a CMF document or ResponseStructure definition) are all elements between 2 repNodes (repeatable element) including the top repNodes' mapped tables.
|
||
|
@
|