Suggested values for the type attribute of note
While checking the guidelines for valid type attribute values, I noticed that the formal specifications for the element note only specify type attribute sample values (such as narrative and summary).
The values, specific to ParlaMint (speaker, time, vote…) are only shown in the Examples.
These values should be added (or maybe even replaced) to the suggested values specification.
Hi, we got and error for a
ERROR /mnt/d/UPF/proyecto_parlamint/ParlaMint/Data/ParlaMint-ES-CT/ParlaMint-ES-CT_2018-01-17-0101.xml:103:306: error: text not allowed here; expected element "gap", "incident", "kinesic", "note", "pb", "s" or "vocal"
Hi, we got and error for a , is the problem mentioned in this issue the reason?
No, this issue refers to the confusion about the note/@type values, but note/@type is not obligatory anyway, and the values are just recommended, not enforced through the schema.
You seem to be using plain text outside <seg>, at least as far as I can make out from the error message - it would help if you posted the offending snippet of your XML and best just open a separate issue for it.