wiki-archive/twiki/data/TAPIR/RepNode.txt,v

46 lines
942 B
Plaintext

head 1.2;
access;
symbols;
locks; strict;
comment @# @;
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.2
log
@Revision 2
@
text
@---+ Repeatable Node
A RepeatableElement, also called RepNode, is any xml element in a ConceptualSchema that could occur more than 1 time - thus maxOccur of the element in the schema definition is > 1 or "unbounded".
Each RepNode has a list of tables associated to it, that are used (its compund primary keys) to loop over a SQL result set to create an xml representation of it. Those tables are called LockedTables.
@
1.1
log
@Initial revision
@
text
@d3 1
a3 1
A RepeatableElement, also called "RepNode", is any xml element in a ConceptualSchema that could occur more than 1 time - thus maxOccur of the element in the schema definition is > 1 or "unbounded".
@