SAA-SDT / EAD3

https://www.loc.gov/ead/index.html
Creative Commons Zero v1.0 Universal
84 stars 25 forks source link

model for list #470

Closed tcatapano closed 9 years ago

tcatapano commented 9 years ago

Is this really what is intended?

<!ELEMENT list (head?,(item+|(listhead?,defitem+)))>

That is, an optional head, followed by one or more items OR an optional listhead followed by one or more defitems.

FWIW, this is how it is in EAD 2002.

The Tag Library says this about <listhead>: "A formatting element that groups headings for columns in a definition, unordered, or ordered list..." But the model only permits its use in a definition list. Also, in <chronlist> it is easy to imagine "date" "place" and "event" headings, but what would be an example of the use of <head03> in a <list> under the current model?

Seems like either the model needs revision or the Tag Library needs to be clearer.

dpitti commented 9 years ago

It would not make sense, that is, unless you have changed for EAD3, as a column head for a third column would not make sense in a containing a series of . Answering the very last question.

On Jun 27, 2015, at 3:22 PM, tcatapano notifications@github.com wrote:

Is this really what is intended?

<!ELEMENT list (head?,(item+|(listhead?,defitem+)))>

That is, an optional head, followed by one or more items OR an optional listhead followed by one or more defitems.

FWIW, this is how it is in EAD 2002.

The Tag Library says this about : "A formatting element that groups headings for columns in a definition, unordered, or ordered list..." But the model only permits its use in a definition list. Also, in it is easy to imagine "date" "place" and "event" headings, but what would be an example of the use of in a under the current model?

Seems like either the model needs revision or the Tag Library needs to be clearer.

� Reply to this email directly or view it on GitHub.

rockivist commented 9 years ago

@tcatapano @dpitti We added <head03> to <listhead> for use in <chronlist> to give headings for <geogname>, which are now included in the model along with events and dates. That does mean that <head03> is superfluous in a deflist context. I'll update the tag library to clarify.

rockivist commented 9 years ago

TL updated. Closing.