Actions
Bug #597
closedIn eml-dataTable caseSensitive and orientation are modeled differently
Status:
Resolved
Priority:
Normal
Assignee:
Category:
eml - general bugs
Target version:
Start date:
09/19/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
597
Description
In eml-dataTable caseSensitive and orientation are modeled differently.
Orientation has an attribute of columnOrRow with an enumeration of columnMajor,
rowMajor.
caseSensitive has no attribute, just an enumeration of yes,no.
Is there a purpose behind the extra complexity of orientation?
Updated by David Blankman about 22 years ago
Deleted the orientation attribute. Made a restriction in the element of
"columnMajor" or "rowMajor". Updated the documentation to reflect the change. In
the documentation/description I gave an example of the same data represented in
a columnMajor table and the same data in a rowMajor table.
Actions