Bug #419
closedDataPackage Wizard doesn't indicate that AttributeDomain is Required
0%
Description
The current DataPackageWizard display for eml-attribute (Field Information) does
not indicate that the attributeDomain is a require element. It does show min/max
text boxes, but they are not indicated as required. Output file includes the
min/max subelements with empty text. Should have options for other
attributeDomain choices.
Related issues
Updated by Dan Higgins about 22 years ago
The problem here is that the 'AttributeDomain' element in eml-attribute is
really a choice of one of three types of elements: namely, an
'enumeratedDomain', a 'textDomain' or a 'numeric domain'. Unfortunately, the
current packageWizard code does not handle CHOICES; i.e there is no way to
present the wizard user with choices.
Adding the ability to handle choices will take a bit of work. It is thus being
postponed until at least 1.3
Updated by Dan Higgins almost 22 years ago
Postponing for the reason previously indicated - current package wizard needs to
be reworked to handle choices.
Updated by Dan Higgins about 21 years ago
This bug 'goes away' with new eml2 DataPackageWizard