djbpitt / repertorium

Repertorium of Old Bulgarian literature and letters
1 stars 2 forks source link

p in binding #15

Open atoboy opened 10 months ago

atoboy commented 10 months ago

@djbpitt Right now the content ofbinding in TEI is: element binding { (model.pLike | condition | decoNote)+ ... Should we replace p with summary in this context. Cf. ours:

element binding { (model.pLike | bindingNote | condition | decoNote)+ So element binding { (summary | bindingNote | condition | decoNote)+

atoboy commented 10 months ago

@djbpitt I found out that the reason TEI have just <p> here is that <p> contains material. So, the construction should be: <binding><p><material>Leather on cardboard</material></p></binding>. Should we change the content of <binding>? <summary> could contain <material> as well.