acdh-oeaw / apis-core

https://acdh-oeaw.github.io/apis-core/
MIT License
11 stars 3 forks source link

TEI export not valid TEI (listOrg) #403

Open laurauntner opened 1 year ago

laurauntner commented 1 year ago

<idno/> is not allowed as child of <location/>

to make it valid TEI, we (@martinantonmueller and I) propose the following structure: <location><note><idno/></note></location>

e.g. : <location type="located_in_place"><note><idno type="URL" subtype="geonames">https://sws.geonames.org/2925533/</idno></note></location>

OR just delete all <idno/> tags in //back/listOrg//location, because we don’t really need this information