Open hubgit opened 4 years ago
The list element has a list-type attribute that determines the type of list ("bullet", "order" or "simple").
list
list-type
The Restriction note for list-type states "@list-type is an optional attribute; there is no default."
It would be useful to recommend that the list-type attribute be required, as otherwise it's impossible to know what type of list was intended.
Thanks @hubgit have added to the project backlog (upcoming). https://github.com/JATS4R/JATS4R-Participant-Hub/projects/1
The
list
element has alist-type
attribute that determines the type of list ("bullet", "order" or "simple").The Restriction note for
list-type
states "@list-type is an optional attribute; there is no default."It would be useful to recommend that the
list-type
attribute be required, as otherwise it's impossible to know what type of list was intended.