ParlaMint icon indicating copy to clipboard operation
ParlaMint copied to clipboard

Suggested values for the type attribute of note

Open katjameden opened this issue 3 years ago • 2 comments

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.

katjameden avatar Oct 24 '22 14:10 katjameden

Hi, we got and error for a , is the problem mentioned in this issue the reason?

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"

nuriabel avatar Nov 07 '22 15:11 nuriabel

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.

TomazErjavec avatar Nov 07 '22 15:11 TomazErjavec