From 547b8d8a180caea83bbdd95736e30d4b2870948c Mon Sep 17 00:00:00 2001 From: mrsmola Date: Thu, 30 Aug 2007 12:24:25 +0000 Subject: [PATCH] added league fifa --- .../definitions/fifa/country_fifa.xml | 52 +++ .../definitions/fifa/cup_asian_cup.xml | 42 +++ .../definitions/fifa/cup_asian_cup_34.xml | 27 ++ .../fifa/cup_asian_cup_qualifiers.xml | 25 ++ .../fifa/cup_confederations_cup.xml | 73 +++++ .../fifa/cup_confederations_cup_34.xml | 27 ++ .../fifa/cup_confederations_cup_qualifier.xml | 47 +++ .../definitions/fifa/cup_copa_america.xml | 52 +++ .../definitions/fifa/cup_copa_america_34.xml | 27 ++ .../definitions/fifa/cup_cup_of_nations.xml | 42 +++ .../fifa/cup_cup_of_nations_34.xml | 27 ++ .../fifa/cup_cup_of_nations_qualifiers.xml | 25 ++ .../definitions/fifa/cup_eurocup.xml | 42 +++ .../definitions/fifa/cup_eurocup_34.xml | 27 ++ .../fifa/cup_eurocup_qualifiers.xml | 25 ++ .../definitions/fifa/cup_gold_cup.xml | 40 +++ .../definitions/fifa/cup_gold_cup_34.xml | 27 ++ .../definitions/fifa/cup_nations_cup.xml | 37 +++ .../definitions/fifa/cup_nations_cup_34.xml | 27 ++ .../definitions/fifa/cup_wc_africa.xml | 25 ++ .../definitions/fifa/cup_wc_asia.xml | 29 ++ .../fifa/cup_wc_asia_ncamerica.xml | 32 ++ .../definitions/fifa/cup_wc_asia_playoff.xml | 25 ++ .../definitions/fifa/cup_wc_europe.xml | 26 ++ .../fifa/cup_wc_europe_playoffs.xml | 27 ++ .../definitions/fifa/cup_wc_final.xml | 87 +++++ .../definitions/fifa/cup_wc_final_34.xml | 27 ++ .../definitions/fifa/cup_wc_ncamerica.xml | 29 ++ .../definitions/fifa/cup_wc_oceania.xml | 27 ++ .../fifa/cup_wc_oceania_samerica.xml | 32 ++ .../definitions/fifa/cup_wc_samerica.xml | 25 ++ support_files/definitions/fifa/league_afc.xml | 170 ++++++++++ support_files/definitions/fifa/league_caf.xml | 159 ++++++++++ .../definitions/fifa/league_concacaf.xml | 77 +++++ .../definitions/fifa/league_conmebol.xml | 71 +++++ support_files/definitions/fifa/league_ofc.xml | 67 ++++ .../definitions/fifa/league_uefa.xml | 298 ++++++++++++++++++ 37 files changed, 1924 insertions(+) create mode 100644 support_files/definitions/fifa/country_fifa.xml create mode 100644 support_files/definitions/fifa/cup_asian_cup.xml create mode 100644 support_files/definitions/fifa/cup_asian_cup_34.xml create mode 100644 support_files/definitions/fifa/cup_asian_cup_qualifiers.xml create mode 100644 support_files/definitions/fifa/cup_confederations_cup.xml create mode 100644 support_files/definitions/fifa/cup_confederations_cup_34.xml create mode 100644 support_files/definitions/fifa/cup_confederations_cup_qualifier.xml create mode 100644 support_files/definitions/fifa/cup_copa_america.xml create mode 100644 support_files/definitions/fifa/cup_copa_america_34.xml create mode 100644 support_files/definitions/fifa/cup_cup_of_nations.xml create mode 100644 support_files/definitions/fifa/cup_cup_of_nations_34.xml create mode 100644 support_files/definitions/fifa/cup_cup_of_nations_qualifiers.xml create mode 100644 support_files/definitions/fifa/cup_eurocup.xml create mode 100644 support_files/definitions/fifa/cup_eurocup_34.xml create mode 100644 support_files/definitions/fifa/cup_eurocup_qualifiers.xml create mode 100644 support_files/definitions/fifa/cup_gold_cup.xml create mode 100644 support_files/definitions/fifa/cup_gold_cup_34.xml create mode 100644 support_files/definitions/fifa/cup_nations_cup.xml create mode 100644 support_files/definitions/fifa/cup_nations_cup_34.xml create mode 100644 support_files/definitions/fifa/cup_wc_africa.xml create mode 100644 support_files/definitions/fifa/cup_wc_asia.xml create mode 100644 support_files/definitions/fifa/cup_wc_asia_ncamerica.xml create mode 100644 support_files/definitions/fifa/cup_wc_asia_playoff.xml create mode 100644 support_files/definitions/fifa/cup_wc_europe.xml create mode 100644 support_files/definitions/fifa/cup_wc_europe_playoffs.xml create mode 100644 support_files/definitions/fifa/cup_wc_final.xml create mode 100644 support_files/definitions/fifa/cup_wc_final_34.xml create mode 100644 support_files/definitions/fifa/cup_wc_ncamerica.xml create mode 100644 support_files/definitions/fifa/cup_wc_oceania.xml create mode 100644 support_files/definitions/fifa/cup_wc_oceania_samerica.xml create mode 100644 support_files/definitions/fifa/cup_wc_samerica.xml create mode 100644 support_files/definitions/fifa/league_afc.xml create mode 100644 support_files/definitions/fifa/league_caf.xml create mode 100644 support_files/definitions/fifa/league_concacaf.xml create mode 100644 support_files/definitions/fifa/league_conmebol.xml create mode 100644 support_files/definitions/fifa/league_ofc.xml create mode 100644 support_files/definitions/fifa/league_uefa.xml diff --git a/support_files/definitions/fifa/country_fifa.xml b/support_files/definitions/fifa/country_fifa.xml new file mode 100644 index 00000000..5dfdc47b --- /dev/null +++ b/support_files/definitions/fifa/country_fifa.xml @@ -0,0 +1,52 @@ + + + Fifa + -1 + flag_fifa.png + fifa + 1 + 10 + + conmebol + concacaf + uefa + ofc + caf + afc + + + copa_america + copa_america_34 + gold_cup + gold_cup_34 + eurocup_qualifiers + eurocup + eurocup_34 + nations_cup + nations_cup_34 + cup_of_nations_qualifiers + cup_of_nations + cup_of_nations_34 + asian_cup_qualifiers + asian_cup + asian_cup_34 + + wc_samerica + wc_ncamerica + wc_oceania + wc_oceania_samerica + wc_europe + wc_europe_playoffs + wc_africa + wc_asia + wc_asia_playoff + wc_asia_ncamerica + + confederations_cup_qualifier + confederations_cup + confederations_cup_34 + + wc_final + wc_final_34 + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_asian_cup.xml b/support_files/definitions/fifa/cup_asian_cup.xml new file mode 100644 index 00000000..48445fc8 --- /dev/null +++ b/support_files/definitions/fifa/cup_asian_cup.xml @@ -0,0 +1,42 @@ + + + Asian Cup + Asian Cup + asian_cup + wc_asia.png + 2 + 18 + 11 + 1 + international + + + 4 + 2 + 16 + 1 + 0 + 1 + + + asian_cup_qualifiers + 16 + 1 + 16 + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_asian_cup_34.xml b/support_files/definitions/fifa/cup_asian_cup_34.xml new file mode 100644 index 00000000..ad5f8d36 --- /dev/null +++ b/support_files/definitions/fifa/cup_asian_cup_34.xml @@ -0,0 +1,27 @@ + + + Asian Cup 3rd and 4th + Asian Cup 3rd and 4th + asian_cup_34 + wc_asia.png + 2 + 18 + 18 + 1 + international + + + 2 + 0 + 1 + + + asian_cup + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_asian_cup_qualifiers.xml b/support_files/definitions/fifa/cup_asian_cup_qualifiers.xml new file mode 100644 index 00000000..e019f21e --- /dev/null +++ b/support_files/definitions/fifa/cup_asian_cup_qualifiers.xml @@ -0,0 +1,25 @@ + + + Asian Cup Qualifiers + Asian Cup Qualifiers + asian_cup_qualifiers + wc_asia.png + 3 + 10 + 0 + 1 + international + + + 8 + 2 + 32 + 1 + + + afc + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_confederations_cup.xml b/support_files/definitions/fifa/cup_confederations_cup.xml new file mode 100644 index 00000000..57c8d762 --- /dev/null +++ b/support_files/definitions/fifa/cup_confederations_cup.xml @@ -0,0 +1,73 @@ + + + Confederations Cup + Confederations Cup + confederations_cup + flag_fifa.png + 2 + 65 + 56 + 1 + international + + + 2 + 8 + 0 + 1 + 2 + + + confederations_cup_qualifier + 2 + 1 + 2 + + + copa_america + 1 + 1 + 1 + + + gold_cup + 1 + 1 + 1 + + + eurocup + 1 + 1 + 1 + + + nations_cup + 1 + 1 + 1 + + + cup_of_nations + 1 + 1 + 1 + + + asian_cup + 1 + 1 + 1 + + + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_confederations_cup_34.xml b/support_files/definitions/fifa/cup_confederations_cup_34.xml new file mode 100644 index 00000000..bfca6ab8 --- /dev/null +++ b/support_files/definitions/fifa/cup_confederations_cup_34.xml @@ -0,0 +1,27 @@ + + + Confederations Cup 3rd and 4th + Confederations Cup 3rd and 4th + confederations_cup_34 + wc_fifa.png + 2 + 65 + 65 + 1 + international + + + 2 + 0 + 1 + + + confederations_cup + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_confederations_cup_qualifier.xml b/support_files/definitions/fifa/cup_confederations_cup_qualifier.xml new file mode 100644 index 00000000..a34da6b7 --- /dev/null +++ b/support_files/definitions/fifa/cup_confederations_cup_qualifier.xml @@ -0,0 +1,47 @@ + + + Confederations Cup Qualifier + Confederations Cup Qualifier + confederations_cup_qualifier + flag_fifa.png + 2 + 55 + 23 + 1 + international + + + 1 + 2 + 4 + 0 + 1 + + + copa_america + 1 + 2 + 2 + + + eurocup + 1 + 2 + 2 + + + cup_of_nations + 1 + 2 + 2 + + + asian_cup + 1 + 2 + 2 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_copa_america.xml b/support_files/definitions/fifa/cup_copa_america.xml new file mode 100644 index 00000000..14543323 --- /dev/null +++ b/support_files/definitions/fifa/cup_copa_america.xml @@ -0,0 +1,52 @@ + + + Copa América + Copa América + copa_america + wc_samerica.png + 2 + 13 + 7 + 1 + international + + + 3 + 2 + 2 + 12 + 1 + 0 + 1 + + + conmebol + + + gold_cup + 1 + 2 + 2 + + + gold_cup_34 + 1 + 1 + 1 + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_copa_america_34.xml b/support_files/definitions/fifa/cup_copa_america_34.xml new file mode 100644 index 00000000..27e9a521 --- /dev/null +++ b/support_files/definitions/fifa/cup_copa_america_34.xml @@ -0,0 +1,27 @@ + + + Copa América 3rd and 4th + Copa América 3rd and 4th + copa_america_34 + wc_samerica.png + 2 + 13 + 13 + 1 + international + + + 2 + 0 + 1 + + + copa_america + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_cup_of_nations.xml b/support_files/definitions/fifa/cup_cup_of_nations.xml new file mode 100644 index 00000000..9e470589 --- /dev/null +++ b/support_files/definitions/fifa/cup_cup_of_nations.xml @@ -0,0 +1,42 @@ + + + Cup of Nations + Cup of Nations + cup_of_nations + wc_africa.png + 2 + 21 + 13 + 1 + international + + + 4 + 2 + 16 + 1 + 0 + 1 + + + cup_of_nations_qualifiers + 16 + 1 + 16 + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_cup_of_nations_34.xml b/support_files/definitions/fifa/cup_cup_of_nations_34.xml new file mode 100644 index 00000000..2de60229 --- /dev/null +++ b/support_files/definitions/fifa/cup_cup_of_nations_34.xml @@ -0,0 +1,27 @@ + + + Cup of Nations 3rd and 4th + Cup of Nations 3rd and 4th + cup_of_nations_34 + wc_africa.png + 2 + 21 + 21 + 1 + international + + + 2 + 0 + 1 + + + cup_of_nations + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_cup_of_nations_qualifiers.xml b/support_files/definitions/fifa/cup_cup_of_nations_qualifiers.xml new file mode 100644 index 00000000..d428d7a0 --- /dev/null +++ b/support_files/definitions/fifa/cup_cup_of_nations_qualifiers.xml @@ -0,0 +1,25 @@ + + + Cup of Nations Qualifiers + Cup of Nations Qualifiers + cup_of_nations_qualifiers + wc_africa.png + 3 + 12 + 0 + 1 + international + + + 8 + 2 + 30 + 1 + + + caf + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_eurocup.xml b/support_files/definitions/fifa/cup_eurocup.xml new file mode 100644 index 00000000..7eaab9d5 --- /dev/null +++ b/support_files/definitions/fifa/cup_eurocup.xml @@ -0,0 +1,42 @@ + + + EuroCup + EuroCup + eurocup + wc_europe.png + 2 + 22 + 15 + 1 + international + + + 4 + 2 + 16 + 1 + 0 + 1 + + + eurocup_qualifiers + 16 + 1 + 16 + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_eurocup_34.xml b/support_files/definitions/fifa/cup_eurocup_34.xml new file mode 100644 index 00000000..d77a844e --- /dev/null +++ b/support_files/definitions/fifa/cup_eurocup_34.xml @@ -0,0 +1,27 @@ + + + EuroCup 3rd and 4th + EuroCup 3rd and 4th + eurocup_34 + wc_europe.png + 2 + 22 + 22 + 1 + international + + + 2 + 0 + 1 + + + eurocup + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_eurocup_qualifiers.xml b/support_files/definitions/fifa/cup_eurocup_qualifiers.xml new file mode 100644 index 00000000..26c0eff5 --- /dev/null +++ b/support_files/definitions/fifa/cup_eurocup_qualifiers.xml @@ -0,0 +1,25 @@ + + + EuroCup Qualifiers + EuroCup Qualifiers + eurocup_qualifiers + wc_europe.png + 3 + 14 + 0 + 1 + international + + + 8 + 2 + 52 + 1 + + + uefa + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_gold_cup.xml b/support_files/definitions/fifa/cup_gold_cup.xml new file mode 100644 index 00000000..0bf74a84 --- /dev/null +++ b/support_files/definitions/fifa/cup_gold_cup.xml @@ -0,0 +1,40 @@ + + + Gold Cup + Gold Cup + gold_cup + wc_namerica.png + 2 + 6 + 0 + 1 + international + + + 3 + 2 + 2 + 12 + 1 + 0 + 1 + + + concacaf + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_gold_cup_34.xml b/support_files/definitions/fifa/cup_gold_cup_34.xml new file mode 100644 index 00000000..a14a8edb --- /dev/null +++ b/support_files/definitions/fifa/cup_gold_cup_34.xml @@ -0,0 +1,27 @@ + + + Gold Cup 3rd and 4th + Gold Cup 3rd and 4th + gold_cup_34 + wc_namerica.png + 2 + 6 + 6 + 1 + international + + + 2 + 0 + 1 + + + gold_cup + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_nations_cup.xml b/support_files/definitions/fifa/cup_nations_cup.xml new file mode 100644 index 00000000..7baed099 --- /dev/null +++ b/support_files/definitions/fifa/cup_nations_cup.xml @@ -0,0 +1,37 @@ + + + Nations Cup + Nations Cup + nations_cup + wc_oceania.png + 2 + 20 + 0 + 1 + international + + + 2 + 4 + 12 + 1 + + + ofc + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_nations_cup_34.xml b/support_files/definitions/fifa/cup_nations_cup_34.xml new file mode 100644 index 00000000..65a57eac --- /dev/null +++ b/support_files/definitions/fifa/cup_nations_cup_34.xml @@ -0,0 +1,27 @@ + + + Nations Cup 3rd and 4th + Nations Cup 3rd and 4th + nations_cup_34 + wc_oceania.png + 2 + 20 + 20 + 1 + international + + + 2 + 0 + 1 + + + nations_cup + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_africa.xml b/support_files/definitions/fifa/cup_wc_africa.xml new file mode 100644 index 00000000..0b2ac904 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_africa.xml @@ -0,0 +1,25 @@ + + + WC Qualification Africa + WCQAfrica + wc_africa + wc_africa.png + 3 + 40 + 23 + 1 + international + + + 5 + 1 + 30 + 1 + + + caf + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_asia.xml b/support_files/definitions/fifa/cup_wc_asia.xml new file mode 100644 index 00000000..d41c6295 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_asia.xml @@ -0,0 +1,29 @@ + + + WC Qualification Asia + WCQAsia + wc_asia + wc_asia.png + 3 + 40 + 23 + 1 + international + + + 8 + 1 + 32 + 1 + + + afc + + + + + 2 + 2 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_asia_ncamerica.xml b/support_files/definitions/fifa/cup_wc_asia_ncamerica.xml new file mode 100644 index 00000000..b0a557ac --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_asia_ncamerica.xml @@ -0,0 +1,32 @@ + + + WC Qualification Playoff Asia/N. + C. America + WCQAsiaNCAmericaPlayoff + wc_asia_ncamerica + wc.png + 3 + 48 + 45 + 1 + international + highlight2 + + + 2 + + + wc_asia_playoff + 1 + 1 + 1 + + + wc_ncamerica + 1 + 4 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_asia_playoff.xml b/support_files/definitions/fifa/cup_wc_asia_playoff.xml new file mode 100644 index 00000000..26453b4d --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_asia_playoff.xml @@ -0,0 +1,25 @@ + + + WC Qualification Playoff Asia + WCQAsiaPlayoff + wc_asia_playoff + wc_asia.png + 3 + 44 + 41 + international + highlight2 + + + 2 + + + wc_asia + 2 + 5 + 6 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_europe.xml b/support_files/definitions/fifa/cup_wc_europe.xml new file mode 100644 index 00000000..de216739 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_europe.xml @@ -0,0 +1,26 @@ + + + WC Qualification Europe + WCQEurope + wc_europe + wc_europe.png + 3 + 40 + 23 + 1 + international + + + 8 + 1 + 4 + 52 + 1 + + + uefa + + + + + diff --git a/support_files/definitions/fifa/cup_wc_europe_playoffs.xml b/support_files/definitions/fifa/cup_wc_europe_playoffs.xml new file mode 100644 index 00000000..4cf30a06 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_europe_playoffs.xml @@ -0,0 +1,27 @@ + + + WC Qualification Playoffs Europe + WCQEurope PO + wc_europe_playoffs + wc_europe.png + 3 + 41 + 44 + 1 + international + highlight2 + + + 4 + 0 + + + wc_europe + 4 + 13 + 16 + + + + + diff --git a/support_files/definitions/fifa/cup_wc_final.xml b/support_files/definitions/fifa/cup_wc_final.xml new file mode 100644 index 00000000..30e01ff0 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_final.xml @@ -0,0 +1,87 @@ + + + World Cup + WC + wc_final + wc.png + 2 + 75 + 50 + 1 + international + + + 0 + 1 + 32 + 8 + 2 + + + wc_samerica + 4 + 1 + 4 + + + wc_asia + 4 + 1 + 4 + + + wc_ncamerica + 3 + 1 + 3 + + + wc_africa + 5 + 1 + 5 + + + wc_europe + 12 + 1 + 12 + + + wc_europe_playoffs + 2 + 1 + 2 + + + wc_oceania_samerica + 1 + 1 + 1 + + + wc_asia_ncamerica + 1 + 1 + 1 + + + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + 0 + 1 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_final_34.xml b/support_files/definitions/fifa/cup_wc_final_34.xml new file mode 100644 index 00000000..7f34310c --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_final_34.xml @@ -0,0 +1,27 @@ + + + WC 3rd and 4th + WC 3rd and 4th + wc_final_34 + wc_fifa.png + 2 + 75 + 75 + 1 + international + + + 2 + 0 + 1 + + + wc_final + 2 + 3 + 4 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_ncamerica.xml b/support_files/definitions/fifa/cup_wc_ncamerica.xml new file mode 100644 index 00000000..84cd201f --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_ncamerica.xml @@ -0,0 +1,29 @@ + + + WC Qualification N. + C. America + WCNCAmerica + wc_ncamerica + wc_namerica.png + 3 + 40 + 23 + 1 + international + + + 3 + 2 + 12 + 1 + + + concacaf + + + + + 1 + 3 + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_oceania.xml b/support_files/definitions/fifa/cup_wc_oceania.xml new file mode 100644 index 00000000..29cca1a7 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_oceania.xml @@ -0,0 +1,27 @@ + + + WC Qualification Oceania + WCQOceania + wc_oceania + wc_oceania.png + 3 + 40 + 23 + 1 + international + + + + + 0 + 12 + 1 + ofc + + + + + 1 + + + diff --git a/support_files/definitions/fifa/cup_wc_oceania_samerica.xml b/support_files/definitions/fifa/cup_wc_oceania_samerica.xml new file mode 100644 index 00000000..fe29ba62 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_oceania_samerica.xml @@ -0,0 +1,32 @@ + + + WC Qualification Playoff Oceania/S. America + WCQOceaniaSAmerica + wc_oceania_samerica + wc.png + 3 + 41 + 44 + 1 + international + highlight2 + + + 2 + + + wc_oceania + 1 + 1 + 1 + + + wc_samerica + 1 + 5 + 5 + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/cup_wc_samerica.xml b/support_files/definitions/fifa/cup_wc_samerica.xml new file mode 100644 index 00000000..a09a1b50 --- /dev/null +++ b/support_files/definitions/fifa/cup_wc_samerica.xml @@ -0,0 +1,25 @@ + + + WC Qualification S. America + WCQSAmerica + wc_samerica + wc_samerica.png + 3 + 40 + 23 + 1 + international + + + 1 + 4 + 10 + 1 + + + conmebol + + + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/league_afc.xml b/support_files/definitions/fifa/league_afc.xml new file mode 100644 index 00000000..8b44750f --- /dev/null +++ b/support_files/definitions/fifa/league_afc.xml @@ -0,0 +1,170 @@ + + + afc + AFC + AFC + 7000 + 0 + 1 + + + Iran + 8430 + flag_iran.png + + + Jordan + 7565 + flag_jordan.png + + + Qatar + 7665 + flag_qatar.png + + + Laos + 5865 + flag_laos.png + + + Uzbekistan + 7855 + flag_uzbekistan.png + + + Iraq + 7975 + flag_iraq.png + + + Palestine + 6920 + flag_palestine.png + + + Chinese Taipei + 6195 + flag_chtaipei.png + + + Japan + 8525 + flag_japan.png + + + Oman + 7595 + flag_oman.png + + + India + 6890 + flag_india.png + + + Singapore + 7410 + flag_singapore.png + + + Kuwait + 7690 + flag_kuwait.png + + + China PR + 7725 + flag_china.png + + + Hong Kong + 6905 + flag_hongkong.png + + + Malaysia + 6730 + flag_malaysia.png + + + Korea DPR + 7515 + flag_korea_dpr.png + + + United Arab Emirates + 7695 + flag_uae.png + + + Thailand + 7175 + flag_thailand.png + + + Yemen + 6635 + flag_yemen.png + + + Bahrain + 7940 + flag_bahrain.png + + + Syria + 7480 + flag_syria.png + + + Tajikistan + 6845 + flag_tajikistan.png + + + Kyrgyzstan + 6365 + flag_kyrgyzstan.png + + + Korea Republic + 8385 + flag_korea.png + + + Lebanon + 6840 + flag_lebanon.png + + + Vietnam SR + flag_vietnam.png + + + Maldives + 6575 + flag_maldives.png + + + Saudi Arabia + 8255 + flag_saudi_arabia.png + + + Turkmenistan + 6855 + flag_turkmenistan.png + + + Indonesia + 7010 + flag_indonesia.png + + + Sri Lanka + 6590 + flag_sri_lanka.png + + + diff --git a/support_files/definitions/fifa/league_caf.xml b/support_files/definitions/fifa/league_caf.xml new file mode 100644 index 00000000..a531df4a --- /dev/null +++ b/support_files/definitions/fifa/league_caf.xml @@ -0,0 +1,159 @@ + + + caf + CAF + CAF + 7000 + 0 + 1 + + Togo + 7845 + flag_togo.png + + + Senegal + 8395 + flag_senegal.png + + + Zambia + 7905 + flag_zambia.png + + + Congo + 6985 + flag_congo.png + + + Mali + 7750 + flag_mali.png + + + Liberia + 6520 + flag_liberia.png + + + Ghana + 8000 + flag_ghana.png + + + Congo DR + 7720 + flag_congodr.png + + + South Africa + 7965 + flag_rsa.png + + + Burkina Faso + 7500 + flag_burkina_faso.png + + + Cape Verde Islands + 6800 + flag_cpv.png + + + Uganda + 7340 + flag_uganda.png + + + Cameroon + 8610 + flag_cameroon.png + + + Côte d'Ivoire + 8345 + flag_cdi.png + + + Egypt + 8540 + flag_egypt.png + + + Libya + 7555 + flag_libya.png + + + Sudan + 7340 + flag_sudan.png + + + Benin + 6935 + flag_benin.png + + + Angola + 7905 + flag_angola.png + + + Nigeria + 8680 + flag_nigeria.png + + + Zimbabwe + 7930 + flag_zimbabwe.png + + + Gabon + 7240 + flag_gabon.png + + + Algeria + 7525 + flag_algeria.png + + + Rwanda + 7380 + flag_rwanda.png + + + Tunisia + 8465 + flag_tunisia.png + + + Morocco + 8230 + flag_morocco.png + + + Guinea + 7985 + flag_guinea.png + + + Kenya + 7355 + flag_kenya.png + + + Botswana + 7270 + flag_botswana.png + + + Malawi + 7180 + flag_malawi.png + + \ No newline at end of file diff --git a/support_files/definitions/fifa/league_concacaf.xml b/support_files/definitions/fifa/league_concacaf.xml new file mode 100644 index 00000000..f0c839eb --- /dev/null +++ b/support_files/definitions/fifa/league_concacaf.xml @@ -0,0 +1,77 @@ + + + concacaf + CONCACAF + CONCACAF + 7000 + 0 + 1 + + + USA + 8780 + flag_usa.png + usa + + + Mexico + 8790 + flag_mexico.png + latinoamerica + + + Panama + 7615 + flag_panama.png + + + Jamaica + 8035 + flag_jamaica.png + usa + + + El Salvador + 6715 + flag_el_salvador.png + latinoamerica + + + Costa Rica + 8415 + flag_costa_rica.png + latinoamerica + + + Guatemala + 7825 + flag_guatemala.png + + + Honduras + 8060 + flag_honduras.png + + + Canada + 7575 + flag_canada.png + usa + + + Trinidad and Tobago + 8020 + flag_tritob.png + + + Nicaragua + 6185 + flag_nicaragua.png + + + Dominican Republic + 5755 + flag_dominican.png + + + diff --git a/support_files/definitions/fifa/league_conmebol.xml b/support_files/definitions/fifa/league_conmebol.xml new file mode 100644 index 00000000..7509d011 --- /dev/null +++ b/support_files/definitions/fifa/league_conmebol.xml @@ -0,0 +1,71 @@ + + + conmebol + CONMEBOL + CONMEBOL + 9000 + 0 + 1 + + + Argentina + 8730 + flag_argentina.png + latinoamerica + + + Brazil + 9135 + flag_brazil.png + brazil + + + Ecuador + 8155 + flag_ecuador.png + latinoamerica + + + Paraguay + 8265 + flag_paraguay.png + latinoamerica + + + Uruguay + 8445 + flag_uruguay.png + latinoamerica + + + Colombia + 8405 + flag_colombia.png + latinoamerica + + + Chile + 7785 + flag_chile.png + latinoamerica + + + Venezuela + 7695 + flag_venezuela.png + latinoamerica + + + Peru + 7750 + flag_peru.png + peru + + + Bolivia + 7280 + flag_bolivia.png + latinoamerica + + + \ No newline at end of file diff --git a/support_files/definitions/fifa/league_ofc.xml b/support_files/definitions/fifa/league_ofc.xml new file mode 100644 index 00000000..f916d51a --- /dev/null +++ b/support_files/definitions/fifa/league_ofc.xml @@ -0,0 +1,67 @@ + + + ofc + OFC + Oceania + 6000 + 0 + 1 + + + Australia + 8060 + flag_australia.png + australia + + + Solomon Islands + 6465 + flag_solomon.png + + + New Zealand + 6880 + flag_nz.png + australia + + + Fiji + 6525 + flag_fiji.png + + + Tahiti + 6435 + flag_tahiti.png + + + Vanuatu + 6285 + flag_vanuatu.png + + + Tonga + 6100 + + + Cook Islands + 6100 + + + New Caledonia + 6100 + + + Indonesia + 6100 + + + Samoa + 6100 + + + Papua New Guinea + 6100 + + + diff --git a/support_files/definitions/fifa/league_uefa.xml b/support_files/definitions/fifa/league_uefa.xml new file mode 100644 index 00000000..eb3a5112 --- /dev/null +++ b/support_files/definitions/fifa/league_uefa.xml @@ -0,0 +1,298 @@ + + + + uefa + UEFA + UEFA + flag_eu.png + 9000 + 1 + 0 + + + + Netherlands + 8840 + flag_netherlands.png + netherlands + + + Czech Republic + 8860 + flag_cz.png + + + Romania + 8425 + flag_romania.png + romania + + + Finland + 7995 + flag_finland.png + + + FYR Macedonia + 7445 + flag_macedonia.png + + + Andorra + 6715 + flag_andorra.png + + + Armenia + 7080 + flag_armenia.png + + + Ukraine + 8045 + flag_uk.png + + + Turkey + 8630 + flag_tr.png + + + Greece + 8470 + flag_greece.png + + + Denmark + 8680 + flag_dk.png + denmark + + + Albania + 7560 + flag_albania.png + + + Georgia + 7295 + flag_georgia.png + + + Kazakhstan + 6595 + flag_kazakhstan.png + + + Portugal + 8750 + flag_pt.png + brazil + + + Slovakia + 8065 + flag_slovakia.png + + + Russia + 8225 + flag_ru.png + + + Latvia + 7705 + flag_latvia.png + + + Estonia + 7670 + flag_estonia.png + + + Liechtenstein + 6800 + flag_lie.png + germany + + + Luxembourg + 6240 + flag_lux.png + belgium + + + Switzerland + 8240 + flag_ch.png + germany + + + France + 8745 + flag_france.png + france + + + Israel + 7995 + flag_israel.png + + + Republic of Ireland + 8355 + flag_ireland.png + england + + + Cyprus + 7310 + flag_cyprus.png + + + Faroe Islands + 6565 + flag_fi.png + + + Italy + 8640 + flag_italy.png + italy + + + Norway + 8135 + flag_norway.png + + + Slovenia + 7695 + flag_slovenia.png + + + Scotland + 7880 + flag_scotland.png + scotland + + + Belarus + 7765 + flag_belarus.png + + + Moldova + 7260 + flag_moldova.png + + + Poland + 8385 + flag_poland.png + poland + + + England + 8705 + flag_england.png + england + + + Austria + 7655 + flag_austria.png + germany + + + Northern Ireland + 7345 + flag_n_ireland.png + england + + + Azerbaijan + 6960 + flag_azerbaijan.png + + + Wales + 7690 + flag_wales.png + england + + + Serbia and Montenegro + 8050 + flag_scg.png + scg + + + Spain + 8780 + flag_spain.png + brazil + + + Bosnia-Herzegovina + 7805 + flag_bh.png + scg + + + Belgium + 7910 + flag_belgium.png + belgium + + + Lithuania + 7405 + flag_lithuania.png + + + San Marino + 6145 + flag_sm.png + + + Sweden + 8545 + flag_sweden.png + sweden + + + Croatia + 8430 + flag_croatia.png + + + Hungary + 7675 + flag_hu.png + hungary + + + Bulgaria + 8225 + flag_bulgaria.png + bulgaria + + + Iceland + 7315 + flag_iceland.png + + + Malta + 6795 + flag_malta.png + + + Germany + 8480 + flag_germany.png + germany + + +