Actions
Bug #1153
closeddateTimeDomain element should be optional
Start date:
09/23/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1153
Description
Under
eml:eml/dataset/dataTable/attributeList/attribute/measurementScale/datetime,
there is a sequence of 3 required sub-elements:
- formatString
- dateTimePrecision
- dateTimeDomain
...but all the content of dateTimeDomain is optional, so to get a valid
document, it is necessary to add an empty dateTimeDomain element.
Presumably, to avoid this, the dateTimeDomain element should be optional
Updated by Matt Jones about 21 years ago
Made the dateTimeDomain element optional. Note that this is fine for
dateTimeDomain because bounds is optional and the domain is implied by the
datetime scale. For other scales like ratio the domain continues to be required.
FIXED.
Actions