You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the French National Assembly, parliamentary groups have the option to declare themselves as: majority, opposition or minority. This is described in the following official document... I. – Les groupes d'opposition et les groupes minoritaires
We can assume in ParlaMint that "coalition" is equivalent to "majority" (although the concept is different, "coalition" is usually related to political parties).
However, we do not have the possibility in the current schema to describe minority groups... value of attribute "name" is invalid; must be equal to "coalition", "opposition", "renaming", "representing" or "successor"
The text was updated successfully, but these errors were encountered:
minority = UNDEFINED (i.e. no relation codifying such groups)
And you could explain in the documentation this situation with FR.
I guess we coulld also introduce "minority" as one of the name attribute values, but I am afraid it would get messy....
OK. I added the "unnamed" relations for minority parliamentary groups. Although, I do not find this very "readable" and I think it may be improved. <relation mutual="#PO771889" from="2020-05-26" to="2020-12-31" ana="#parl-lower-15"/>
Update! I first thought the validation was OK (at least on my side).
But now I see on the GitHub job...
INFO: XML validation for ParlaMint-FR.ana.xml
Error: /home/runner/work/ParlaMint/ParlaMint/ParlaMint/Data/ParlaMint-FR/ParlaMint-FR.ana.xml:1665:128: error: element "relation" missing required attribute "name"
Sorry, I guess I wasn't clear: I wasn't suggesting a relation without the name attribute, but simply not putting these groups into a relation at all.
My assumption was that all groups belong to one of the 3 types, so you don't actually lose information. Is this correct, or do you have parliamentary groups that are neither majority, opposition nor minority?
If so, we might need to think again.
In the French National Assembly, parliamentary groups have the option to declare themselves as: majority, opposition or minority. This is described in the following official document...
I. – Les groupes d'opposition et les groupes minoritaires
We can assume in ParlaMint that "coalition" is equivalent to "majority" (although the concept is different, "coalition" is usually related to political parties).
However, we do not have the possibility in the current schema to describe minority groups...
value of attribute "name" is invalid; must be equal to "coalition", "opposition", "renaming", "representing" or "successor"
The text was updated successfully, but these errors were encountered: