Closed mbakeranalecta closed 8 years ago
There is also an argument for calling the entry/row "record", since this is a record set. Then again, the container is not called "recordset", so maybe it is moot. recordset is a SAM concept that translates into an XML structure: does the term record and recordset need to occur in that structure?
You could create the same structure with blocks, so really, recordset is syntactic sugar rather than a distinct structure.
Implemented with row as the record tag.
Do we really need the two layer structure for things like this:
In other words, do we need to say that the entries of a history are revisions or that those of an index are entries?
Seem like the following would be clearer to read:
In XML, this would still need a name for the row, but why not "entry" each time?
You can still use context to rename "entry" to "revision" down the road if you want to.
This would change the use of records as a table shortcut:
But this could be replaced with:
This would then produce:
Or we just call the default entry element "row" rather than "entry", which seems perfectly semantically acceptable. The we would get:
And: