Actions
Bug #319
closedeml-attribute - enumerated domain repeatable?
Start date:
11/06/2001
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
319
Description
Matt,
Shouldn't the enumerated domain be repeatable? Perhaps I'm not using it right
but say I've got 5 life zones coded into integers 1-5 for a given attribute -
how do I define this domain?
James
Updated by Matt Jones almost 23 years ago
Enumerated domain is repeatable. Select the "enumeratedDomain" tag, right click
on the element name, and select "Duplicate" from the menu that appears. The
content model of relevance is:
<!ELEMENT attributeDomain ( enumeratedDomain+ | rangeDomain+ )>
Closing bug because it is not a problem AFAICT.
Actions