wipo-gbd-transformation 1.1.105__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gbdtransformation/__init__.py +0 -0
- gbdtransformation/brands/__init__.py +44 -0
- gbdtransformation/brands/aetm/__init__.py +5 -0
- gbdtransformation/brands/aetm/filters.py +84 -0
- gbdtransformation/brands/aetm/schema +87 -0
- gbdtransformation/brands/aetm/template.yml +1 -0
- gbdtransformation/brands/aetm/tests/__init__.py +0 -0
- gbdtransformation/brands/altm/__init__.py +6 -0
- gbdtransformation/brands/altm/filters.py +107 -0
- gbdtransformation/brands/altm/schema +83 -0
- gbdtransformation/brands/altm/template.yml +1 -0
- gbdtransformation/brands/altm/tests/__init__.py +0 -0
- gbdtransformation/brands/altm/tests/altm.xml +93 -0
- gbdtransformation/brands/aptm/__init__.py +15 -0
- gbdtransformation/brands/aptm/filters.py +80 -0
- gbdtransformation/brands/aptm/schema +87 -0
- gbdtransformation/brands/aptm/template.yml +1 -0
- gbdtransformation/brands/aptm/tests/__init__.py +0 -0
- gbdtransformation/brands/attm/__init__.py +6 -0
- gbdtransformation/brands/attm/filters.py +76 -0
- gbdtransformation/brands/attm/schema +52 -0
- gbdtransformation/brands/attm/template.yml +85 -0
- gbdtransformation/brands/autm/__init__.py +2 -0
- gbdtransformation/brands/autm/filters.py +222 -0
- gbdtransformation/brands/autm/schema +91 -0
- gbdtransformation/brands/autm/template.yml +157 -0
- gbdtransformation/brands/bgtm/__init__.py +5 -0
- gbdtransformation/brands/bgtm/filters.py +112 -0
- gbdtransformation/brands/bgtm/schema +314 -0
- gbdtransformation/brands/bgtm/template.yml +154 -0
- gbdtransformation/brands/bhtm/__init__.py +12 -0
- gbdtransformation/brands/bhtm/filters.py +87 -0
- gbdtransformation/brands/bhtm/schema +87 -0
- gbdtransformation/brands/bhtm/template.yml +1 -0
- gbdtransformation/brands/bhtm/tests/__init__.py +0 -0
- gbdtransformation/brands/bntm/__init__.py +2 -0
- gbdtransformation/brands/bntm/filters.py +75 -0
- gbdtransformation/brands/bntm/schema +87 -0
- gbdtransformation/brands/bntm/template.yml +1 -0
- gbdtransformation/brands/bntm/tests/__init__.py +0 -0
- gbdtransformation/brands/brtm/__init__.py +3 -0
- gbdtransformation/brands/brtm/filters.py +169 -0
- gbdtransformation/brands/brtm/schema +86 -0
- gbdtransformation/brands/brtm/template.yml +22 -0
- gbdtransformation/brands/brtm/tests/__init__.py +0 -0
- gbdtransformation/brands/brtm/tests/test01.xml +53 -0
- gbdtransformation/brands/bttm/__init__.py +10 -0
- gbdtransformation/brands/bttm/filters.py +80 -0
- gbdtransformation/brands/bttm/schema +87 -0
- gbdtransformation/brands/bttm/template.yml +1 -0
- gbdtransformation/brands/bttm/tests/__init__.py +0 -0
- gbdtransformation/brands/bwtm/__init__.py +13 -0
- gbdtransformation/brands/bwtm/filters.py +90 -0
- gbdtransformation/brands/bwtm/schema +87 -0
- gbdtransformation/brands/bwtm/template.yml +1 -0
- gbdtransformation/brands/bwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/bztm/__init__.py +16 -0
- gbdtransformation/brands/bztm/filters.py +77 -0
- gbdtransformation/brands/bztm/schema +87 -0
- gbdtransformation/brands/bztm/template.yml +1 -0
- gbdtransformation/brands/bztm/tests/__init__.py +0 -0
- gbdtransformation/brands/catm/__init__.py +10 -0
- gbdtransformation/brands/catm/filters.py +272 -0
- gbdtransformation/brands/catm/schema +804 -0
- gbdtransformation/brands/catm/template.yml +230 -0
- gbdtransformation/brands/chtm/__init__.py +6 -0
- gbdtransformation/brands/chtm/filters.py +161 -0
- gbdtransformation/brands/chtm/schema +79 -0
- gbdtransformation/brands/chtm/template.yml +121 -0
- gbdtransformation/brands/cltm/__init__.py +2 -0
- gbdtransformation/brands/cltm/filters.py +80 -0
- gbdtransformation/brands/cltm/schema +86 -0
- gbdtransformation/brands/cltm/template.yml +1 -0
- gbdtransformation/brands/cltm/tests/__init__.py +0 -0
- gbdtransformation/brands/crtm/__init__.py +5 -0
- gbdtransformation/brands/crtm/filters.py +196 -0
- gbdtransformation/brands/crtm/schema +86 -0
- gbdtransformation/brands/crtm/template.yml +1 -0
- gbdtransformation/brands/crtm/tests/__init__.py +0 -0
- gbdtransformation/brands/cutm/__init__.py +10 -0
- gbdtransformation/brands/cutm/filters.py +94 -0
- gbdtransformation/brands/cutm/schema +86 -0
- gbdtransformation/brands/cutm/template.yml +4 -0
- gbdtransformation/brands/cutm/tests/__init__.py +0 -0
- gbdtransformation/brands/detm/__init__.py +19 -0
- gbdtransformation/brands/detm/filters.py +75 -0
- gbdtransformation/brands/detm/schema +511 -0
- gbdtransformation/brands/detm/template.yml +151 -0
- gbdtransformation/brands/dktm/__init__.py +7 -0
- gbdtransformation/brands/dktm/filters.py +90 -0
- gbdtransformation/brands/dktm/schema +95 -0
- gbdtransformation/brands/dktm/template.yml +114 -0
- gbdtransformation/brands/dztm/__init__.py +10 -0
- gbdtransformation/brands/dztm/filters.py +81 -0
- gbdtransformation/brands/dztm/schema +87 -0
- gbdtransformation/brands/dztm/template.yml +1 -0
- gbdtransformation/brands/dztm/tests/__init__.py +0 -0
- gbdtransformation/brands/eetm/__init__.py +8 -0
- gbdtransformation/brands/eetm/filters.py +115 -0
- gbdtransformation/brands/eetm/schema +48 -0
- gbdtransformation/brands/eetm/template.yml +98 -0
- gbdtransformation/brands/egtm/__init__.py +5 -0
- gbdtransformation/brands/egtm/filters.py +73 -0
- gbdtransformation/brands/egtm/schema +87 -0
- gbdtransformation/brands/egtm/template.yml +1 -0
- gbdtransformation/brands/egtm/tests/__init__.py +0 -0
- gbdtransformation/brands/emtm/__init__.py +3 -0
- gbdtransformation/brands/emtm/filters.py +96 -0
- gbdtransformation/brands/emtm/schema +314 -0
- gbdtransformation/brands/emtm/template.yml +125 -0
- gbdtransformation/brands/estm/__init__.py +3 -0
- gbdtransformation/brands/estm/filters.py +110 -0
- gbdtransformation/brands/estm/schema +99 -0
- gbdtransformation/brands/estm/template.yml +144 -0
- gbdtransformation/brands/filters.py +125 -0
- gbdtransformation/brands/frtm/__init__.py +2 -0
- gbdtransformation/brands/frtm/filters.py +172 -0
- gbdtransformation/brands/frtm/schema +300 -0
- gbdtransformation/brands/frtm/template.yml +203 -0
- gbdtransformation/brands/gbtm/__init__.py +3 -0
- gbdtransformation/brands/gbtm/filters.py +122 -0
- gbdtransformation/brands/gbtm/schema +362 -0
- gbdtransformation/brands/gbtm/template.yml +147 -0
- gbdtransformation/brands/gdtm/__init__.py +5 -0
- gbdtransformation/brands/gdtm/filters.py +68 -0
- gbdtransformation/brands/gdtm/schema +87 -0
- gbdtransformation/brands/gdtm/template.yml +1 -0
- gbdtransformation/brands/gdtm/tests/__init__.py +0 -0
- gbdtransformation/brands/getm/__init__.py +3 -0
- gbdtransformation/brands/getm/filters.py +68 -0
- gbdtransformation/brands/getm/schema +209 -0
- gbdtransformation/brands/getm/template.yml +142 -0
- gbdtransformation/brands/ghtm/__init__.py +12 -0
- gbdtransformation/brands/ghtm/filters.py +74 -0
- gbdtransformation/brands/ghtm/schema +86 -0
- gbdtransformation/brands/ghtm/template.yml +1 -0
- gbdtransformation/brands/ghtm/tests/__init__.py +0 -0
- gbdtransformation/brands/gmtm/__init__.py +7 -0
- gbdtransformation/brands/gmtm/filters.py +70 -0
- gbdtransformation/brands/gmtm/schema +86 -0
- gbdtransformation/brands/gmtm/template.yml +1 -0
- gbdtransformation/brands/gmtm/tests/__init__.py +0 -0
- gbdtransformation/brands/gstm/__init__.py +2 -0
- gbdtransformation/brands/gstm/filters.py +75 -0
- gbdtransformation/brands/gstm/template.gs.yml +56 -0
- gbdtransformation/brands/gstm/template.yml +32 -0
- gbdtransformation/brands/hrtm/__init__.py +3 -0
- gbdtransformation/brands/hrtm/filters.py +158 -0
- gbdtransformation/brands/hrtm/schema +43 -0
- gbdtransformation/brands/hrtm/template.yml +205 -0
- gbdtransformation/brands/idtm/__init__.py +12 -0
- gbdtransformation/brands/idtm/filters.py +95 -0
- gbdtransformation/brands/idtm/schema +86 -0
- gbdtransformation/brands/idtm/template.yml +1 -0
- gbdtransformation/brands/idtm/tests/__init__.py +0 -0
- gbdtransformation/brands/idtm/tests/translation.xml +106 -0
- gbdtransformation/brands/idtm/tests/unicode.xml +120 -0
- gbdtransformation/brands/iltm/__init__.py +2 -0
- gbdtransformation/brands/iltm/filters.py +91 -0
- gbdtransformation/brands/iltm/schema +87 -0
- gbdtransformation/brands/iltm/template.yml +213 -0
- gbdtransformation/brands/iltm/tests/__init__.py +0 -0
- gbdtransformation/brands/iltm/tests/cancellations.xml +156 -0
- gbdtransformation/brands/iltm/tests/collcert.xml +51 -0
- gbdtransformation/brands/iltm/tests/eventdata.xml +83 -0
- gbdtransformation/brands/iltm/tests/international.xml +80 -0
- gbdtransformation/brands/iltm/tests/markfeature.xml +117 -0
- gbdtransformation/brands/iltm/tests/noevents.xml +44 -0
- gbdtransformation/brands/iltm/tests/opposition.xml +147 -0
- gbdtransformation/brands/iltm/tests/tlit.xml +77 -0
- gbdtransformation/brands/intm/__init__.py +6 -0
- gbdtransformation/brands/intm/filters.py +75 -0
- gbdtransformation/brands/intm/schema +127 -0
- gbdtransformation/brands/intm/template.yml +112 -0
- gbdtransformation/brands/ipas/__init__.py +0 -0
- gbdtransformation/brands/ipas/filters.py +203 -0
- gbdtransformation/brands/ipas/template.yml +185 -0
- gbdtransformation/brands/istm/__init__.py +10 -0
- gbdtransformation/brands/istm/filters.py +60 -0
- gbdtransformation/brands/istm/schema +53 -0
- gbdtransformation/brands/istm/template.yml +119 -0
- gbdtransformation/brands/ittm/__init__.py +6 -0
- gbdtransformation/brands/ittm/filters.py +114 -0
- gbdtransformation/brands/ittm/schema +104 -0
- gbdtransformation/brands/ittm/template.yml +107 -0
- gbdtransformation/brands/jotm/__init__.py +8 -0
- gbdtransformation/brands/jotm/filters.py +61 -0
- gbdtransformation/brands/jotm/schema +86 -0
- gbdtransformation/brands/jotm/template.yml +1 -0
- gbdtransformation/brands/jotm/tests/__init__.py +0 -0
- gbdtransformation/brands/jotm/tests/test.xml +84 -0
- gbdtransformation/brands/jptm/__init__.py +6 -0
- gbdtransformation/brands/jptm/filters.py +79 -0
- gbdtransformation/brands/jptm/schema +39 -0
- gbdtransformation/brands/jptm/template.yml +113 -0
- gbdtransformation/brands/ketm/__init__.py +9 -0
- gbdtransformation/brands/ketm/filters.py +77 -0
- gbdtransformation/brands/ketm/schema +86 -0
- gbdtransformation/brands/ketm/template.yml +1 -0
- gbdtransformation/brands/ketm/tests/__init__.py +0 -0
- gbdtransformation/brands/kgtm/__init__.py +6 -0
- gbdtransformation/brands/kgtm/filters.py +67 -0
- gbdtransformation/brands/kgtm/schema +27 -0
- gbdtransformation/brands/kgtm/template.yml +58 -0
- gbdtransformation/brands/khtm/__init__.py +14 -0
- gbdtransformation/brands/khtm/filters.py +134 -0
- gbdtransformation/brands/khtm/schema +86 -0
- gbdtransformation/brands/khtm/template.yml +1 -0
- gbdtransformation/brands/khtm/tests/__init__.py +0 -0
- gbdtransformation/brands/khtm/tests/khtm.xml +122 -0
- gbdtransformation/brands/krtm/__init__.py +6 -0
- gbdtransformation/brands/krtm/filters.py +136 -0
- gbdtransformation/brands/krtm/schema +179 -0
- gbdtransformation/brands/krtm/template.yml +186 -0
- gbdtransformation/brands/kwtm/__init__.py +2 -0
- gbdtransformation/brands/kwtm/filters.py +69 -0
- gbdtransformation/brands/kwtm/schema +86 -0
- gbdtransformation/brands/kwtm/template.yml +1 -0
- gbdtransformation/brands/kwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/kwtm/tests/test.xml +84 -0
- gbdtransformation/brands/kztm/__init__.py +242 -0
- gbdtransformation/brands/kztm/filters.py +140 -0
- gbdtransformation/brands/kztm/schema +36 -0
- gbdtransformation/brands/kztm/template.yml +117 -0
- gbdtransformation/brands/latm/__init__.py +7 -0
- gbdtransformation/brands/latm/filters.py +93 -0
- gbdtransformation/brands/latm/schema +86 -0
- gbdtransformation/brands/latm/template.yml +1 -0
- gbdtransformation/brands/latm/tests/__init__.py +0 -0
- gbdtransformation/brands/latm/tests/test.xml +112 -0
- gbdtransformation/brands/lktm/__init__.py +5 -0
- gbdtransformation/brands/lktm/filters.py +83 -0
- gbdtransformation/brands/lktm/schema +87 -0
- gbdtransformation/brands/lktm/template.yml +1 -0
- gbdtransformation/brands/lktm/tests/__init__.py +0 -0
- gbdtransformation/brands/matm/__init__.py +3 -0
- gbdtransformation/brands/matm/filters.py +36 -0
- gbdtransformation/brands/matm/schema +33 -0
- gbdtransformation/brands/matm/template.yml +72 -0
- gbdtransformation/brands/mctm/__init__.py +3 -0
- gbdtransformation/brands/mctm/filters.py +65 -0
- gbdtransformation/brands/mctm/schema +128 -0
- gbdtransformation/brands/mctm/template.yml +122 -0
- gbdtransformation/brands/mdtm/__init__.py +3 -0
- gbdtransformation/brands/mdtm/filters.py +64 -0
- gbdtransformation/brands/mdtm/schema +128 -0
- gbdtransformation/brands/mdtm/template.yml +122 -0
- gbdtransformation/brands/metm/__init__.py +5 -0
- gbdtransformation/brands/metm/filters.py +87 -0
- gbdtransformation/brands/metm/schema +87 -0
- gbdtransformation/brands/metm/template.yml +1 -0
- gbdtransformation/brands/metm/tests/__init__.py +0 -0
- gbdtransformation/brands/mgtm/__init__.py +7 -0
- gbdtransformation/brands/mgtm/filters.py +73 -0
- gbdtransformation/brands/mgtm/schema +86 -0
- gbdtransformation/brands/mgtm/template.yml +1 -0
- gbdtransformation/brands/mgtm/tests/__init__.py +0 -0
- gbdtransformation/brands/mgtm/tests/test.xml +107 -0
- gbdtransformation/brands/mktm/__init__.py +6 -0
- gbdtransformation/brands/mktm/filters.py +63 -0
- gbdtransformation/brands/mktm/schema +80 -0
- gbdtransformation/brands/mktm/template.yml +112 -0
- gbdtransformation/brands/mntm/__init__.py +11 -0
- gbdtransformation/brands/mntm/filters.py +99 -0
- gbdtransformation/brands/mntm/schema +86 -0
- gbdtransformation/brands/mntm/template.yml +1 -0
- gbdtransformation/brands/mntm/tests/__init__.py +0 -0
- gbdtransformation/brands/mwtm/__init__.py +11 -0
- gbdtransformation/brands/mwtm/filters.py +80 -0
- gbdtransformation/brands/mwtm/schema +86 -0
- gbdtransformation/brands/mwtm/template.yml +1 -0
- gbdtransformation/brands/mwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/mxtm/__init__.py +6 -0
- gbdtransformation/brands/mxtm/filters.py +77 -0
- gbdtransformation/brands/mxtm/schema +81 -0
- gbdtransformation/brands/mxtm/template.yml +127 -0
- gbdtransformation/brands/mytm/__init__.py +17 -0
- gbdtransformation/brands/mytm/filters.py +125 -0
- gbdtransformation/brands/mytm/schema +86 -0
- gbdtransformation/brands/mytm/template.yml +1 -0
- gbdtransformation/brands/mytm/tests/__init__.py +0 -0
- gbdtransformation/brands/mytm/tests/example.xml +132 -0
- gbdtransformation/brands/mytm/tests/mytm.xml +132 -0
- gbdtransformation/brands/mztm/__init__.py +14 -0
- gbdtransformation/brands/mztm/filters.py +89 -0
- gbdtransformation/brands/mztm/schema +86 -0
- gbdtransformation/brands/mztm/template.yml +1 -0
- gbdtransformation/brands/mztm/tests/__init__.py +0 -0
- gbdtransformation/brands/natm/__init__.py +11 -0
- gbdtransformation/brands/natm/filters.py +88 -0
- gbdtransformation/brands/natm/schema +86 -0
- gbdtransformation/brands/natm/template.yml +1 -0
- gbdtransformation/brands/natm/tests/__init__.py +0 -0
- gbdtransformation/brands/notm/__init__.py +5 -0
- gbdtransformation/brands/notm/filters.py +170 -0
- gbdtransformation/brands/notm/template.yml +289 -0
- gbdtransformation/brands/nztm/__init__.py +3 -0
- gbdtransformation/brands/nztm/filters.py +126 -0
- gbdtransformation/brands/nztm/schema +197 -0
- gbdtransformation/brands/nztm/template.yml +161 -0
- gbdtransformation/brands/oatm/__init__.py +18 -0
- gbdtransformation/brands/oatm/filters.py +82 -0
- gbdtransformation/brands/oatm/schema +87 -0
- gbdtransformation/brands/oatm/template.yml +1 -0
- gbdtransformation/brands/oatm/tests/__init__.py +0 -0
- gbdtransformation/brands/omtm/__init__.py +5 -0
- gbdtransformation/brands/omtm/filters.py +60 -0
- gbdtransformation/brands/omtm/schema +86 -0
- gbdtransformation/brands/omtm/template.yml +1 -0
- gbdtransformation/brands/omtm/tests/__init__.py +0 -0
- gbdtransformation/brands/omtm/tests/test.xml +84 -0
- gbdtransformation/brands/patm/__init__.py +8 -0
- gbdtransformation/brands/patm/filters.py +149 -0
- gbdtransformation/brands/patm/template.yml +40 -0
- gbdtransformation/brands/petm/__init__.py +6 -0
- gbdtransformation/brands/petm/filters.py +90 -0
- gbdtransformation/brands/petm/schema +114 -0
- gbdtransformation/brands/petm/template.yml +143 -0
- gbdtransformation/brands/pgtm/__init__.py +5 -0
- gbdtransformation/brands/pgtm/filters.py +76 -0
- gbdtransformation/brands/pgtm/schema +86 -0
- gbdtransformation/brands/pgtm/template.yml +1 -0
- gbdtransformation/brands/pgtm/tests/__init__.py +0 -0
- gbdtransformation/brands/pgtm/tests/pgtm.xml +128 -0
- gbdtransformation/brands/phtm/__init__.py +14 -0
- gbdtransformation/brands/phtm/filters.py +169 -0
- gbdtransformation/brands/phtm/schema +79 -0
- gbdtransformation/brands/phtm/schema.classic +50 -0
- gbdtransformation/brands/phtm/template.classic.yml +102 -0
- gbdtransformation/brands/phtm/template.yml +189 -0
- gbdtransformation/brands/pttm/__init__.py +0 -0
- gbdtransformation/brands/pttm/filters.py +0 -0
- gbdtransformation/brands/pttm/schema +0 -0
- gbdtransformation/brands/pttm/template.yml +0 -0
- gbdtransformation/brands/pytm/__init__.py +6 -0
- gbdtransformation/brands/pytm/filters.py +136 -0
- gbdtransformation/brands/pytm/template.yml +40 -0
- gbdtransformation/brands/qatm/__init__.py +5 -0
- gbdtransformation/brands/qatm/filters.py +81 -0
- gbdtransformation/brands/qatm/schema +87 -0
- gbdtransformation/brands/qatm/template.yml +1 -0
- gbdtransformation/brands/qatm/tests/__init__.py +0 -0
- gbdtransformation/brands/rotm/__init__.py +3 -0
- gbdtransformation/brands/rotm/filters.py +82 -0
- gbdtransformation/brands/rotm/schema +128 -0
- gbdtransformation/brands/rotm/template.yml +121 -0
- gbdtransformation/brands/rstm/__init__.py +5 -0
- gbdtransformation/brands/rstm/filters.py +88 -0
- gbdtransformation/brands/rstm/schema +86 -0
- gbdtransformation/brands/rstm/template.yml +1 -0
- gbdtransformation/brands/rstm/tests/__init__.py +0 -0
- gbdtransformation/brands/rutm/__init__.py +14 -0
- gbdtransformation/brands/rutm/filters.py +82 -0
- gbdtransformation/brands/rutm/schema +94 -0
- gbdtransformation/brands/rutm/template.yml +105 -0
- gbdtransformation/brands/sdtm/__init__.py +5 -0
- gbdtransformation/brands/sdtm/filters.py +59 -0
- gbdtransformation/brands/sdtm/schema +86 -0
- gbdtransformation/brands/sdtm/template.yml +1 -0
- gbdtransformation/brands/sdtm/tests/__init__.py +0 -0
- gbdtransformation/brands/sdtm/tests/test.xml +84 -0
- gbdtransformation/brands/sgtm/__init__.py +16 -0
- gbdtransformation/brands/sgtm/filters.py +177 -0
- gbdtransformation/brands/sgtm/schema +213 -0
- gbdtransformation/brands/sgtm/template.article6ter.yml +48 -0
- gbdtransformation/brands/sgtm/template.r13.yml +45 -0
- gbdtransformation/brands/sgtm/template.trademark.yml +148 -0
- gbdtransformation/brands/sgtm/template.yml +9 -0
- gbdtransformation/brands/smtm/__init__.py +6 -0
- gbdtransformation/brands/smtm/filters.py +77 -0
- gbdtransformation/brands/smtm/schema +86 -0
- gbdtransformation/brands/smtm/template.yml +1 -0
- gbdtransformation/brands/smtm/tests/__init__.py +0 -0
- gbdtransformation/brands/smtm/tests/test.xml +133 -0
- gbdtransformation/brands/solrjtm/__init__.py +1 -0
- gbdtransformation/brands/solrjtm/filters.py +85 -0
- gbdtransformation/brands/solrjtm/template.yml +195 -0
- gbdtransformation/brands/st66tm/__init__.py +1 -0
- gbdtransformation/brands/st66tm/filters.py +33 -0
- gbdtransformation/brands/st66tm/st66tm.tmpl +219 -0
- gbdtransformation/brands/sttm/__init__.py +18 -0
- gbdtransformation/brands/sttm/filters.py +72 -0
- gbdtransformation/brands/sttm/schema +83 -0
- gbdtransformation/brands/sttm/template.yml +1 -0
- gbdtransformation/brands/sttm/tests/__init__.py +0 -0
- gbdtransformation/brands/sztm/__init__.py +14 -0
- gbdtransformation/brands/sztm/filters.py +72 -0
- gbdtransformation/brands/sztm/schema +86 -0
- gbdtransformation/brands/sztm/template.yml +1 -0
- gbdtransformation/brands/sztm/tests/__init__.py +0 -0
- gbdtransformation/brands/thtm/__init__.py +2 -0
- gbdtransformation/brands/thtm/filters.py +86 -0
- gbdtransformation/brands/thtm/schema +86 -0
- gbdtransformation/brands/thtm/template.yml +175 -0
- gbdtransformation/brands/thtm/tests/__init__.py +0 -0
- gbdtransformation/brands/thtm/tests/test.xml +84 -0
- gbdtransformation/brands/tntm/__init__.py +16 -0
- gbdtransformation/brands/tntm/filters.py +89 -0
- gbdtransformation/brands/tntm/schema +87 -0
- gbdtransformation/brands/tntm/template.yml +1 -0
- gbdtransformation/brands/tntm/tests/__init__.py +0 -0
- gbdtransformation/brands/totm/__init__.py +5 -0
- gbdtransformation/brands/totm/filters.py +72 -0
- gbdtransformation/brands/totm/schema +86 -0
- gbdtransformation/brands/totm/template.yml +1 -0
- gbdtransformation/brands/totm/tests/__init__.py +0 -0
- gbdtransformation/brands/totm/tests/nofeature.xml +106 -0
- gbdtransformation/brands/totm/tests/syntax.xml +162 -0
- gbdtransformation/brands/totm/tests/test.xml +84 -0
- gbdtransformation/brands/tttm/__init__.py +17 -0
- gbdtransformation/brands/tttm/filters.py +79 -0
- gbdtransformation/brands/tttm/schema +87 -0
- gbdtransformation/brands/tttm/template.yml +1 -0
- gbdtransformation/brands/tttm/tests/__init__.py +0 -0
- gbdtransformation/brands/uatm/__init__.py +18 -0
- gbdtransformation/brands/uatm/filters.py +70 -0
- gbdtransformation/brands/uatm/schema +158 -0
- gbdtransformation/brands/uatm/template.yml +148 -0
- gbdtransformation/brands/ustm/__init__.py +187 -0
- gbdtransformation/brands/ustm/filters.py +227 -0
- gbdtransformation/brands/ustm/schema +2183 -0
- gbdtransformation/brands/ustm/template.yml +219 -0
- gbdtransformation/brands/uytm/__init__.py +3 -0
- gbdtransformation/brands/uytm/filters.py +64 -0
- gbdtransformation/brands/uytm/schema +106 -0
- gbdtransformation/brands/uytm/template.yml +137 -0
- gbdtransformation/brands/vctm/__init__.py +5 -0
- gbdtransformation/brands/vctm/filters.py +75 -0
- gbdtransformation/brands/vctm/schema +87 -0
- gbdtransformation/brands/vctm/template.yml +1 -0
- gbdtransformation/brands/vctm/tests/__init__.py +0 -0
- gbdtransformation/brands/vntm/__init__.py +9 -0
- gbdtransformation/brands/vntm/filters.py +84 -0
- gbdtransformation/brands/vntm/schema +86 -0
- gbdtransformation/brands/vntm/template.yml +1 -0
- gbdtransformation/brands/vntm/tests/__init__.py +0 -0
- gbdtransformation/brands/vutm/__init__.py +5 -0
- gbdtransformation/brands/vutm/filters.py +67 -0
- gbdtransformation/brands/vutm/schema +83 -0
- gbdtransformation/brands/vutm/template.yml +1 -0
- gbdtransformation/brands/vutm/tests/__init__.py +0 -0
- gbdtransformation/brands/whoinn/__init__.py +6 -0
- gbdtransformation/brands/whoinn/filters.py +46 -0
- gbdtransformation/brands/whoinn/schema +4 -0
- gbdtransformation/brands/whoinn/template.yml +45 -0
- gbdtransformation/brands/wo6ter/__init__.py +1 -0
- gbdtransformation/brands/wo6ter/filters.py +88 -0
- gbdtransformation/brands/wo6ter/template.yml +88 -0
- gbdtransformation/brands/woao/__init__.py +1 -0
- gbdtransformation/brands/woao/filters.py +107 -0
- gbdtransformation/brands/woao/schema +116 -0
- gbdtransformation/brands/woao/template.yml +90 -0
- gbdtransformation/brands/woptm/__init__.py +3 -0
- gbdtransformation/brands/woptm/filters.py +42 -0
- gbdtransformation/brands/woptm/template.yml +2 -0
- gbdtransformation/brands/wotm/__init__.py +3 -0
- gbdtransformation/brands/wotm/filters.py +127 -0
- gbdtransformation/brands/wotm/schema +218 -0
- gbdtransformation/brands/wotm/template.yml +220 -0
- gbdtransformation/brands/wstm/__init__.py +6 -0
- gbdtransformation/brands/wstm/filters.py +67 -0
- gbdtransformation/brands/wstm/schema +86 -0
- gbdtransformation/brands/wstm/template.yml +1 -0
- gbdtransformation/brands/wstm/tests/__init__.py +0 -0
- gbdtransformation/brands/wstm/tests/test.xml +132 -0
- gbdtransformation/brands/xxxx/__init__.py +6 -0
- gbdtransformation/brands/xxxx/filters.py +60 -0
- gbdtransformation/brands/xxxx/schema +4 -0
- gbdtransformation/brands/xxxx/template.yml +363 -0
- gbdtransformation/brands/zmtm/__init__.py +12 -0
- gbdtransformation/brands/zmtm/filters.py +79 -0
- gbdtransformation/brands/zmtm/schema +86 -0
- gbdtransformation/brands/zmtm/template.yml +1 -0
- gbdtransformation/brands/zmtm/tests/__init__.py +0 -0
- gbdtransformation/brands/zwtm/__init__.py +3 -0
- gbdtransformation/brands/zwtm/filters.py +86 -0
- gbdtransformation/brands/zwtm/schema +86 -0
- gbdtransformation/brands/zwtm/template.yml +1 -0
- gbdtransformation/brands/zwtm/tests/__init__.py +0 -0
- gbdtransformation/common/__init__.py +383 -0
- gbdtransformation/common/filters.py +418 -0
- gbdtransformation/common/jpap/__init__.py +1 -0
- gbdtransformation/common/jpap/filters.py +83 -0
- gbdtransformation/common/jpap/template.yml +37 -0
- gbdtransformation/common/jpbase/__init__.py +1 -0
- gbdtransformation/common/jpbase/filters.py +93 -0
- gbdtransformation/common/jpbase/template.yml +51 -0
- gbdtransformation/common/jprp/__init__.py +1 -0
- gbdtransformation/common/jprp/filters.py +86 -0
- gbdtransformation/common/jprp/template.yml +51 -0
- gbdtransformation/common/navigation.tmpl +12 -0
- gbdtransformation/commons/__init__.py +0 -0
- gbdtransformation/commons/emap/__init__.py +1 -0
- gbdtransformation/commons/emap/filters.py +16 -0
- gbdtransformation/commons/emap/template.yml +55 -0
- gbdtransformation/commons/emrp/__init__.py +1 -0
- gbdtransformation/commons/emrp/filters.py +14 -0
- gbdtransformation/commons/emrp/template.yml +53 -0
- gbdtransformation/commons/filters.py +3 -0
- gbdtransformation/designs/__init__.py +8 -0
- gbdtransformation/designs/alid/__init__.py +5 -0
- gbdtransformation/designs/alid/filters.py +69 -0
- gbdtransformation/designs/alid/schema +89 -0
- gbdtransformation/designs/alid/template.yml +1 -0
- gbdtransformation/designs/bnid/__init__.py +5 -0
- gbdtransformation/designs/bnid/filters.py +61 -0
- gbdtransformation/designs/bnid/schema +80 -0
- gbdtransformation/designs/bnid/template.yml +1 -0
- gbdtransformation/designs/bwid/__init__.py +6 -0
- gbdtransformation/designs/bwid/filters.py +64 -0
- gbdtransformation/designs/bwid/schema +101 -0
- gbdtransformation/designs/bwid/template.yml +1 -0
- gbdtransformation/designs/crid/__init__.py +5 -0
- gbdtransformation/designs/crid/filters.py +63 -0
- gbdtransformation/designs/crid/schema +94 -0
- gbdtransformation/designs/crid/template.yml +1 -0
- gbdtransformation/designs/cuid/__init__.py +5 -0
- gbdtransformation/designs/cuid/filters.py +60 -0
- gbdtransformation/designs/cuid/schema +98 -0
- gbdtransformation/designs/cuid/template.yml +1 -0
- gbdtransformation/designs/egid/__init__.py +5 -0
- gbdtransformation/designs/egid/filters.py +62 -0
- gbdtransformation/designs/egid/schema +82 -0
- gbdtransformation/designs/egid/template.yml +1 -0
- gbdtransformation/designs/filters.py +73 -0
- gbdtransformation/designs/idid/__init__.py +5 -0
- gbdtransformation/designs/idid/filters.py +67 -0
- gbdtransformation/designs/idid/schema +102 -0
- gbdtransformation/designs/idid/template.yml +1 -0
- gbdtransformation/designs/ipas/__init__.py +0 -0
- gbdtransformation/designs/ipas/filters.py +181 -0
- gbdtransformation/designs/ipas/template.yml +174 -0
- gbdtransformation/designs/joid/__init__.py +6 -0
- gbdtransformation/designs/joid/filters.py +62 -0
- gbdtransformation/designs/joid/schema +97 -0
- gbdtransformation/designs/joid/template.yml +1 -0
- gbdtransformation/designs/keid/__init__.py +5 -0
- gbdtransformation/designs/keid/filters.py +62 -0
- gbdtransformation/designs/keid/schema +99 -0
- gbdtransformation/designs/keid/template.yml +1 -0
- gbdtransformation/designs/khid/__init__.py +5 -0
- gbdtransformation/designs/khid/filters.py +63 -0
- gbdtransformation/designs/khid/schema +100 -0
- gbdtransformation/designs/khid/template.yml +1 -0
- gbdtransformation/designs/laid/__init__.py +5 -0
- gbdtransformation/designs/laid/filters.py +61 -0
- gbdtransformation/designs/laid/schema +94 -0
- gbdtransformation/designs/laid/template.yml +1 -0
- gbdtransformation/designs/mnid/__init__.py +6 -0
- gbdtransformation/designs/mnid/filters.py +62 -0
- gbdtransformation/designs/mnid/schema +98 -0
- gbdtransformation/designs/mnid/template.yml +1 -0
- gbdtransformation/designs/myid/__init__.py +5 -0
- gbdtransformation/designs/myid/filters.py +60 -0
- gbdtransformation/designs/myid/schema +95 -0
- gbdtransformation/designs/myid/template.yml +1 -0
- gbdtransformation/designs/phid/__init__.py +5 -0
- gbdtransformation/designs/phid/filters.py +70 -0
- gbdtransformation/designs/phid/schema +95 -0
- gbdtransformation/designs/phid/template.yml +1 -0
- gbdtransformation/designs/sgid/__init__.py +6 -0
- gbdtransformation/designs/sgid/filters.py +66 -0
- gbdtransformation/designs/sgid/schema +115 -0
- gbdtransformation/designs/sgid/template.yml +1 -0
- gbdtransformation/designs/thid/__init__.py +4 -0
- gbdtransformation/designs/thid/filters.py +64 -0
- gbdtransformation/designs/thid/schema +98 -0
- gbdtransformation/designs/thid/template.yml +1 -0
- gbdtransformation/designs/tnid/__init__.py +5 -0
- gbdtransformation/designs/tnid/filters.py +66 -0
- gbdtransformation/designs/tnid/schema +96 -0
- gbdtransformation/designs/tnid/template.yml +1 -0
- gbdtransformation/designs/vnid/__init__.py +5 -0
- gbdtransformation/designs/vnid/filters.py +62 -0
- gbdtransformation/designs/vnid/schema +97 -0
- gbdtransformation/designs/vnid/template.yml +1 -0
- gbdtransformation/designs/woid/__init__.py +2 -0
- gbdtransformation/designs/woid/filters.py +372 -0
- gbdtransformation/designs/woid/schema +592 -0
- gbdtransformation/designs/woid/template.yml +516 -0
- gbdtransformation/designs/xxid/__init__.py +2 -0
- gbdtransformation/designs/xxid/filters.py +60 -0
- gbdtransformation/designs/xxid/schema +4 -0
- gbdtransformation/designs/xxid/template.yml +358 -0
- gbdtransformation/execs-nico.py +709 -0
- gbdtransformation/execs.py +734 -0
- gbdtransformation/gbd-transform.exec.tgz +0 -0
- gbdtransformation/parser.py +190 -0
- gbdtransformation/renders.py +149 -0
- gbdtransformation/utilities/ISOCountryCodeType-V2006.xsd +1245 -0
- gbdtransformation/utilities/ISOCurrencyCodeType-V2001.xsd +855 -0
- gbdtransformation/utilities/ISOLanguageCodeType-V2002.xsd +715 -0
- gbdtransformation/utilities/WIPOST3CodeType-V2007.xsd +1151 -0
- gbdtransformation/utilities/__init__.py +0 -0
- gbdtransformation/utilities/st66.dot +2828 -0
- gbdtransformation/utilities/st66.pdf +0 -0
- gbdtransformation/utilities/st66.py +38700 -0
- gbdtransformation/utilities/st66.xsd +4174 -0
- schemas/ShazamConfig.py +35 -0
- schemas/__init__.py +0 -0
- schemas/schema_extractor.py +300 -0
- wipo_gbd_transformation-1.1.105.dist-info/LICENSE.md +687 -0
- wipo_gbd_transformation-1.1.105.dist-info/METADATA +25 -0
- wipo_gbd_transformation-1.1.105.dist-info/RECORD +607 -0
- wipo_gbd_transformation-1.1.105.dist-info/WHEEL +5 -0
- wipo_gbd_transformation-1.1.105.dist-info/entry_points.txt +6 -0
- wipo_gbd_transformation-1.1.105.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,1245 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
3
|
+
xmlns="http://www.wipo.int/standards/XMLSchema/common"
|
|
4
|
+
version="1.0"
|
|
5
|
+
elementFormDefault="qualified"
|
|
6
|
+
attributeFormDefault="unqualified">
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
<!-- ====================================================================== -->
|
|
10
|
+
<!-- Filename : ISOCountryCodeType-V2006.xsd -->
|
|
11
|
+
<!-- Author : SDWG ST.86 Task Force -->
|
|
12
|
+
<!-- Version : 1.0 -->
|
|
13
|
+
<!-- Last Update : 2007-10-31 -->
|
|
14
|
+
<!-- ====================================================================== -->
|
|
15
|
+
<xs:simpleType name="ISOCountryCodeType">
|
|
16
|
+
<xs:annotation>
|
|
17
|
+
<xs:documentation>ISO 3166-1:2006</xs:documentation>
|
|
18
|
+
</xs:annotation>
|
|
19
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
20
|
+
<xs:enumeration value="AD">
|
|
21
|
+
<xs:annotation>
|
|
22
|
+
<xs:documentation>ANDORRA</xs:documentation>
|
|
23
|
+
</xs:annotation>
|
|
24
|
+
</xs:enumeration>
|
|
25
|
+
<xs:enumeration value="AE">
|
|
26
|
+
<xs:annotation>
|
|
27
|
+
<xs:documentation>UNITED ARAB EMIRATES</xs:documentation>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
</xs:enumeration>
|
|
30
|
+
<xs:enumeration value="AF">
|
|
31
|
+
<xs:annotation>
|
|
32
|
+
<xs:documentation>AFGHANISTAN</xs:documentation>
|
|
33
|
+
</xs:annotation>
|
|
34
|
+
</xs:enumeration>
|
|
35
|
+
<xs:enumeration value="AG">
|
|
36
|
+
<xs:annotation>
|
|
37
|
+
<xs:documentation>ANTIGUA AND BARBUDA</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
</xs:enumeration>
|
|
40
|
+
<xs:enumeration value="AI">
|
|
41
|
+
<xs:annotation>
|
|
42
|
+
<xs:documentation>ANGUILLA</xs:documentation>
|
|
43
|
+
</xs:annotation>
|
|
44
|
+
</xs:enumeration>
|
|
45
|
+
<xs:enumeration value="AL">
|
|
46
|
+
<xs:annotation>
|
|
47
|
+
<xs:documentation>ALBANIA</xs:documentation>
|
|
48
|
+
</xs:annotation>
|
|
49
|
+
</xs:enumeration>
|
|
50
|
+
<xs:enumeration value="AM">
|
|
51
|
+
<xs:annotation>
|
|
52
|
+
<xs:documentation>ARMENIA</xs:documentation>
|
|
53
|
+
</xs:annotation>
|
|
54
|
+
</xs:enumeration>
|
|
55
|
+
<xs:enumeration value="AN">
|
|
56
|
+
<xs:annotation>
|
|
57
|
+
<xs:documentation>NETHERLANDS ANTILLES</xs:documentation>
|
|
58
|
+
</xs:annotation>
|
|
59
|
+
</xs:enumeration>
|
|
60
|
+
<xs:enumeration value="AO">
|
|
61
|
+
<xs:annotation>
|
|
62
|
+
<xs:documentation>ANGOLA</xs:documentation>
|
|
63
|
+
</xs:annotation>
|
|
64
|
+
</xs:enumeration>
|
|
65
|
+
<xs:enumeration value="AQ">
|
|
66
|
+
<xs:annotation>
|
|
67
|
+
<xs:documentation>ANTARCTICA</xs:documentation>
|
|
68
|
+
</xs:annotation>
|
|
69
|
+
</xs:enumeration>
|
|
70
|
+
<xs:enumeration value="AR">
|
|
71
|
+
<xs:annotation>
|
|
72
|
+
<xs:documentation>ARGENTINA</xs:documentation>
|
|
73
|
+
</xs:annotation>
|
|
74
|
+
</xs:enumeration>
|
|
75
|
+
<xs:enumeration value="AS">
|
|
76
|
+
<xs:annotation>
|
|
77
|
+
<xs:documentation>AMERICAN SAMOA</xs:documentation>
|
|
78
|
+
</xs:annotation>
|
|
79
|
+
</xs:enumeration>
|
|
80
|
+
<xs:enumeration value="AT">
|
|
81
|
+
<xs:annotation>
|
|
82
|
+
<xs:documentation>AUSTRIA</xs:documentation>
|
|
83
|
+
</xs:annotation>
|
|
84
|
+
</xs:enumeration>
|
|
85
|
+
<xs:enumeration value="AU">
|
|
86
|
+
<xs:annotation>
|
|
87
|
+
<xs:documentation>AUSTRALIA</xs:documentation>
|
|
88
|
+
</xs:annotation>
|
|
89
|
+
</xs:enumeration>
|
|
90
|
+
<xs:enumeration value="AW">
|
|
91
|
+
<xs:annotation>
|
|
92
|
+
<xs:documentation>ARUBA</xs:documentation>
|
|
93
|
+
</xs:annotation>
|
|
94
|
+
</xs:enumeration>
|
|
95
|
+
<xs:enumeration value="AX">
|
|
96
|
+
<xs:annotation>
|
|
97
|
+
<xs:documentation>ÅLAND ISLANDS</xs:documentation>
|
|
98
|
+
</xs:annotation>
|
|
99
|
+
</xs:enumeration>
|
|
100
|
+
<xs:enumeration value="AZ">
|
|
101
|
+
<xs:annotation>
|
|
102
|
+
<xs:documentation>AZERBAIJAN</xs:documentation>
|
|
103
|
+
</xs:annotation>
|
|
104
|
+
</xs:enumeration>
|
|
105
|
+
<xs:enumeration value="BA">
|
|
106
|
+
<xs:annotation>
|
|
107
|
+
<xs:documentation>BOSNIA AND HERZEGOVINA</xs:documentation>
|
|
108
|
+
</xs:annotation>
|
|
109
|
+
</xs:enumeration>
|
|
110
|
+
<xs:enumeration value="BB">
|
|
111
|
+
<xs:annotation>
|
|
112
|
+
<xs:documentation>BARBADOS</xs:documentation>
|
|
113
|
+
</xs:annotation>
|
|
114
|
+
</xs:enumeration>
|
|
115
|
+
<xs:enumeration value="BD">
|
|
116
|
+
<xs:annotation>
|
|
117
|
+
<xs:documentation>BANGLADESH</xs:documentation>
|
|
118
|
+
</xs:annotation>
|
|
119
|
+
</xs:enumeration>
|
|
120
|
+
<xs:enumeration value="BE">
|
|
121
|
+
<xs:annotation>
|
|
122
|
+
<xs:documentation>BELGIUM</xs:documentation>
|
|
123
|
+
</xs:annotation>
|
|
124
|
+
</xs:enumeration>
|
|
125
|
+
<xs:enumeration value="BF">
|
|
126
|
+
<xs:annotation>
|
|
127
|
+
<xs:documentation>BURKINA FASO</xs:documentation>
|
|
128
|
+
</xs:annotation>
|
|
129
|
+
</xs:enumeration>
|
|
130
|
+
<xs:enumeration value="BG">
|
|
131
|
+
<xs:annotation>
|
|
132
|
+
<xs:documentation>BULGARIA</xs:documentation>
|
|
133
|
+
</xs:annotation>
|
|
134
|
+
</xs:enumeration>
|
|
135
|
+
<xs:enumeration value="BH">
|
|
136
|
+
<xs:annotation>
|
|
137
|
+
<xs:documentation>BAHRAIN</xs:documentation>
|
|
138
|
+
</xs:annotation>
|
|
139
|
+
</xs:enumeration>
|
|
140
|
+
<xs:enumeration value="BI">
|
|
141
|
+
<xs:annotation>
|
|
142
|
+
<xs:documentation>BURUNDI</xs:documentation>
|
|
143
|
+
</xs:annotation>
|
|
144
|
+
</xs:enumeration>
|
|
145
|
+
<xs:enumeration value="BJ">
|
|
146
|
+
<xs:annotation>
|
|
147
|
+
<xs:documentation>BENIN</xs:documentation>
|
|
148
|
+
</xs:annotation>
|
|
149
|
+
</xs:enumeration>
|
|
150
|
+
<xs:enumeration value="BM">
|
|
151
|
+
<xs:annotation>
|
|
152
|
+
<xs:documentation>BERMUDA</xs:documentation>
|
|
153
|
+
</xs:annotation>
|
|
154
|
+
</xs:enumeration>
|
|
155
|
+
<xs:enumeration value="BN">
|
|
156
|
+
<xs:annotation>
|
|
157
|
+
<xs:documentation>BRUNEI DARUSSALAM</xs:documentation>
|
|
158
|
+
</xs:annotation>
|
|
159
|
+
</xs:enumeration>
|
|
160
|
+
<xs:enumeration value="BO">
|
|
161
|
+
<xs:annotation>
|
|
162
|
+
<xs:documentation>BOLIVIA</xs:documentation>
|
|
163
|
+
</xs:annotation>
|
|
164
|
+
</xs:enumeration>
|
|
165
|
+
<xs:enumeration value="BR">
|
|
166
|
+
<xs:annotation>
|
|
167
|
+
<xs:documentation>BRAZIL</xs:documentation>
|
|
168
|
+
</xs:annotation>
|
|
169
|
+
</xs:enumeration>
|
|
170
|
+
<xs:enumeration value="BS">
|
|
171
|
+
<xs:annotation>
|
|
172
|
+
<xs:documentation>BAHAMAS</xs:documentation>
|
|
173
|
+
</xs:annotation>
|
|
174
|
+
</xs:enumeration>
|
|
175
|
+
<xs:enumeration value="BT">
|
|
176
|
+
<xs:annotation>
|
|
177
|
+
<xs:documentation>BHUTAN</xs:documentation>
|
|
178
|
+
</xs:annotation>
|
|
179
|
+
</xs:enumeration>
|
|
180
|
+
<xs:enumeration value="BV">
|
|
181
|
+
<xs:annotation>
|
|
182
|
+
<xs:documentation>BOUVET ISLAND</xs:documentation>
|
|
183
|
+
</xs:annotation>
|
|
184
|
+
</xs:enumeration>
|
|
185
|
+
<xs:enumeration value="BW">
|
|
186
|
+
<xs:annotation>
|
|
187
|
+
<xs:documentation>BOTSWANA</xs:documentation>
|
|
188
|
+
</xs:annotation>
|
|
189
|
+
</xs:enumeration>
|
|
190
|
+
<xs:enumeration value="BY">
|
|
191
|
+
<xs:annotation>
|
|
192
|
+
<xs:documentation>BELARUS</xs:documentation>
|
|
193
|
+
</xs:annotation>
|
|
194
|
+
</xs:enumeration>
|
|
195
|
+
<xs:enumeration value="BZ">
|
|
196
|
+
<xs:annotation>
|
|
197
|
+
<xs:documentation>BELIZE</xs:documentation>
|
|
198
|
+
</xs:annotation>
|
|
199
|
+
</xs:enumeration>
|
|
200
|
+
<xs:enumeration value="CA">
|
|
201
|
+
<xs:annotation>
|
|
202
|
+
<xs:documentation>CANADA</xs:documentation>
|
|
203
|
+
</xs:annotation>
|
|
204
|
+
</xs:enumeration>
|
|
205
|
+
<xs:enumeration value="CC">
|
|
206
|
+
<xs:annotation>
|
|
207
|
+
<xs:documentation>COCOS (KEELING) ISLANDS</xs:documentation>
|
|
208
|
+
</xs:annotation>
|
|
209
|
+
</xs:enumeration>
|
|
210
|
+
<xs:enumeration value="CD">
|
|
211
|
+
<xs:annotation>
|
|
212
|
+
<xs:documentation>CONGO, THE DEMOCRATIC REPUBLIC OF THE</xs:documentation>
|
|
213
|
+
</xs:annotation>
|
|
214
|
+
</xs:enumeration>
|
|
215
|
+
<xs:enumeration value="CF">
|
|
216
|
+
<xs:annotation>
|
|
217
|
+
<xs:documentation>CENTRAL AFRICAN REPUBLIC</xs:documentation>
|
|
218
|
+
</xs:annotation>
|
|
219
|
+
</xs:enumeration>
|
|
220
|
+
<xs:enumeration value="CG">
|
|
221
|
+
<xs:annotation>
|
|
222
|
+
<xs:documentation>CONGO</xs:documentation>
|
|
223
|
+
</xs:annotation>
|
|
224
|
+
</xs:enumeration>
|
|
225
|
+
<xs:enumeration value="CH">
|
|
226
|
+
<xs:annotation>
|
|
227
|
+
<xs:documentation>SWITZERLAND</xs:documentation>
|
|
228
|
+
</xs:annotation>
|
|
229
|
+
</xs:enumeration>
|
|
230
|
+
<xs:enumeration value="CI">
|
|
231
|
+
<xs:annotation>
|
|
232
|
+
<xs:documentation>COTE D'IVOIRE</xs:documentation>
|
|
233
|
+
</xs:annotation>
|
|
234
|
+
</xs:enumeration>
|
|
235
|
+
<xs:enumeration value="CK">
|
|
236
|
+
<xs:annotation>
|
|
237
|
+
<xs:documentation>COOK ISLANDS</xs:documentation>
|
|
238
|
+
</xs:annotation>
|
|
239
|
+
</xs:enumeration>
|
|
240
|
+
<xs:enumeration value="CL">
|
|
241
|
+
<xs:annotation>
|
|
242
|
+
<xs:documentation>CHILE</xs:documentation>
|
|
243
|
+
</xs:annotation>
|
|
244
|
+
</xs:enumeration>
|
|
245
|
+
<xs:enumeration value="CM">
|
|
246
|
+
<xs:annotation>
|
|
247
|
+
<xs:documentation>CAMEROON</xs:documentation>
|
|
248
|
+
</xs:annotation>
|
|
249
|
+
</xs:enumeration>
|
|
250
|
+
<xs:enumeration value="CN">
|
|
251
|
+
<xs:annotation>
|
|
252
|
+
<xs:documentation>CHINA</xs:documentation>
|
|
253
|
+
</xs:annotation>
|
|
254
|
+
</xs:enumeration>
|
|
255
|
+
<xs:enumeration value="CO">
|
|
256
|
+
<xs:annotation>
|
|
257
|
+
<xs:documentation>COLOMBIA</xs:documentation>
|
|
258
|
+
</xs:annotation>
|
|
259
|
+
</xs:enumeration>
|
|
260
|
+
<xs:enumeration value="CR">
|
|
261
|
+
<xs:annotation>
|
|
262
|
+
<xs:documentation>COSTA RICA</xs:documentation>
|
|
263
|
+
</xs:annotation>
|
|
264
|
+
</xs:enumeration>
|
|
265
|
+
<xs:enumeration value="CU">
|
|
266
|
+
<xs:annotation>
|
|
267
|
+
<xs:documentation>CUBA</xs:documentation>
|
|
268
|
+
</xs:annotation>
|
|
269
|
+
</xs:enumeration>
|
|
270
|
+
<xs:enumeration value="CV">
|
|
271
|
+
<xs:annotation>
|
|
272
|
+
<xs:documentation>CAPE VERDE</xs:documentation>
|
|
273
|
+
</xs:annotation>
|
|
274
|
+
</xs:enumeration>
|
|
275
|
+
<xs:enumeration value="CX">
|
|
276
|
+
<xs:annotation>
|
|
277
|
+
<xs:documentation>CHRISTMAS ISLAND</xs:documentation>
|
|
278
|
+
</xs:annotation>
|
|
279
|
+
</xs:enumeration>
|
|
280
|
+
<xs:enumeration value="CY">
|
|
281
|
+
<xs:annotation>
|
|
282
|
+
<xs:documentation>CYPRUS</xs:documentation>
|
|
283
|
+
</xs:annotation>
|
|
284
|
+
</xs:enumeration>
|
|
285
|
+
<xs:enumeration value="CZ">
|
|
286
|
+
<xs:annotation>
|
|
287
|
+
<xs:documentation>CZECH REPUBLIC</xs:documentation>
|
|
288
|
+
</xs:annotation>
|
|
289
|
+
</xs:enumeration>
|
|
290
|
+
<xs:enumeration value="DE">
|
|
291
|
+
<xs:annotation>
|
|
292
|
+
<xs:documentation>GERMANY</xs:documentation>
|
|
293
|
+
</xs:annotation>
|
|
294
|
+
</xs:enumeration>
|
|
295
|
+
<xs:enumeration value="DJ">
|
|
296
|
+
<xs:annotation>
|
|
297
|
+
<xs:documentation>DJIBOUTI</xs:documentation>
|
|
298
|
+
</xs:annotation>
|
|
299
|
+
</xs:enumeration>
|
|
300
|
+
<xs:enumeration value="DK">
|
|
301
|
+
<xs:annotation>
|
|
302
|
+
<xs:documentation>DENMARK</xs:documentation>
|
|
303
|
+
</xs:annotation>
|
|
304
|
+
</xs:enumeration>
|
|
305
|
+
<xs:enumeration value="DM">
|
|
306
|
+
<xs:annotation>
|
|
307
|
+
<xs:documentation>DOMINICA</xs:documentation>
|
|
308
|
+
</xs:annotation>
|
|
309
|
+
</xs:enumeration>
|
|
310
|
+
<xs:enumeration value="DO">
|
|
311
|
+
<xs:annotation>
|
|
312
|
+
<xs:documentation>DOMINICAN REPUBLIC</xs:documentation>
|
|
313
|
+
</xs:annotation>
|
|
314
|
+
</xs:enumeration>
|
|
315
|
+
<xs:enumeration value="DZ">
|
|
316
|
+
<xs:annotation>
|
|
317
|
+
<xs:documentation>ALGERIA</xs:documentation>
|
|
318
|
+
</xs:annotation>
|
|
319
|
+
</xs:enumeration>
|
|
320
|
+
<xs:enumeration value="EC">
|
|
321
|
+
<xs:annotation>
|
|
322
|
+
<xs:documentation>ECUADOR</xs:documentation>
|
|
323
|
+
</xs:annotation>
|
|
324
|
+
</xs:enumeration>
|
|
325
|
+
<xs:enumeration value="EE">
|
|
326
|
+
<xs:annotation>
|
|
327
|
+
<xs:documentation>ESTONIA</xs:documentation>
|
|
328
|
+
</xs:annotation>
|
|
329
|
+
</xs:enumeration>
|
|
330
|
+
<xs:enumeration value="EG">
|
|
331
|
+
<xs:annotation>
|
|
332
|
+
<xs:documentation>EGYPT</xs:documentation>
|
|
333
|
+
</xs:annotation>
|
|
334
|
+
</xs:enumeration>
|
|
335
|
+
<xs:enumeration value="EH">
|
|
336
|
+
<xs:annotation>
|
|
337
|
+
<xs:documentation>WESTERN SAHARA</xs:documentation>
|
|
338
|
+
</xs:annotation>
|
|
339
|
+
</xs:enumeration>
|
|
340
|
+
<xs:enumeration value="ER">
|
|
341
|
+
<xs:annotation>
|
|
342
|
+
<xs:documentation>ERITREA</xs:documentation>
|
|
343
|
+
</xs:annotation>
|
|
344
|
+
</xs:enumeration>
|
|
345
|
+
<xs:enumeration value="ES">
|
|
346
|
+
<xs:annotation>
|
|
347
|
+
<xs:documentation>SPAIN</xs:documentation>
|
|
348
|
+
</xs:annotation>
|
|
349
|
+
</xs:enumeration>
|
|
350
|
+
<xs:enumeration value="ET">
|
|
351
|
+
<xs:annotation>
|
|
352
|
+
<xs:documentation>ETHIOPIA</xs:documentation>
|
|
353
|
+
</xs:annotation>
|
|
354
|
+
</xs:enumeration>
|
|
355
|
+
<xs:enumeration value="FI">
|
|
356
|
+
<xs:annotation>
|
|
357
|
+
<xs:documentation>FINLAND</xs:documentation>
|
|
358
|
+
</xs:annotation>
|
|
359
|
+
</xs:enumeration>
|
|
360
|
+
<xs:enumeration value="FJ">
|
|
361
|
+
<xs:annotation>
|
|
362
|
+
<xs:documentation>FIJI</xs:documentation>
|
|
363
|
+
</xs:annotation>
|
|
364
|
+
</xs:enumeration>
|
|
365
|
+
<xs:enumeration value="FK">
|
|
366
|
+
<xs:annotation>
|
|
367
|
+
<xs:documentation>FALKLAND ISLANDS (MALVINAS)</xs:documentation>
|
|
368
|
+
</xs:annotation>
|
|
369
|
+
</xs:enumeration>
|
|
370
|
+
<xs:enumeration value="FM">
|
|
371
|
+
<xs:annotation>
|
|
372
|
+
<xs:documentation>MICRONESIA, FEDERATED STATES OF</xs:documentation>
|
|
373
|
+
</xs:annotation>
|
|
374
|
+
</xs:enumeration>
|
|
375
|
+
<xs:enumeration value="FO">
|
|
376
|
+
<xs:annotation>
|
|
377
|
+
<xs:documentation>FAROE ISLANDS</xs:documentation>
|
|
378
|
+
</xs:annotation>
|
|
379
|
+
</xs:enumeration>
|
|
380
|
+
<xs:enumeration value="FR">
|
|
381
|
+
<xs:annotation>
|
|
382
|
+
<xs:documentation>FRANCE</xs:documentation>
|
|
383
|
+
</xs:annotation>
|
|
384
|
+
</xs:enumeration>
|
|
385
|
+
<xs:enumeration value="GA">
|
|
386
|
+
<xs:annotation>
|
|
387
|
+
<xs:documentation>GABON</xs:documentation>
|
|
388
|
+
</xs:annotation>
|
|
389
|
+
</xs:enumeration>
|
|
390
|
+
<xs:enumeration value="GB">
|
|
391
|
+
<xs:annotation>
|
|
392
|
+
<xs:documentation>UNITED KINGDOM</xs:documentation>
|
|
393
|
+
</xs:annotation>
|
|
394
|
+
</xs:enumeration>
|
|
395
|
+
<xs:enumeration value="GD">
|
|
396
|
+
<xs:annotation>
|
|
397
|
+
<xs:documentation>GRENADA</xs:documentation>
|
|
398
|
+
</xs:annotation>
|
|
399
|
+
</xs:enumeration>
|
|
400
|
+
<xs:enumeration value="GE">
|
|
401
|
+
<xs:annotation>
|
|
402
|
+
<xs:documentation>GEORGIA</xs:documentation>
|
|
403
|
+
</xs:annotation>
|
|
404
|
+
</xs:enumeration>
|
|
405
|
+
<xs:enumeration value="GF">
|
|
406
|
+
<xs:annotation>
|
|
407
|
+
<xs:documentation>FRENCH GUIANA</xs:documentation>
|
|
408
|
+
</xs:annotation>
|
|
409
|
+
</xs:enumeration>
|
|
410
|
+
<xs:enumeration value="GG">
|
|
411
|
+
<xs:annotation>
|
|
412
|
+
<xs:documentation>GUERNSEY</xs:documentation>
|
|
413
|
+
</xs:annotation>
|
|
414
|
+
</xs:enumeration>
|
|
415
|
+
<xs:enumeration value="GH">
|
|
416
|
+
<xs:annotation>
|
|
417
|
+
<xs:documentation>GHANA</xs:documentation>
|
|
418
|
+
</xs:annotation>
|
|
419
|
+
</xs:enumeration>
|
|
420
|
+
<xs:enumeration value="GI">
|
|
421
|
+
<xs:annotation>
|
|
422
|
+
<xs:documentation>GIBRALTAR</xs:documentation>
|
|
423
|
+
</xs:annotation>
|
|
424
|
+
</xs:enumeration>
|
|
425
|
+
<xs:enumeration value="GL">
|
|
426
|
+
<xs:annotation>
|
|
427
|
+
<xs:documentation>GREENLAND</xs:documentation>
|
|
428
|
+
</xs:annotation>
|
|
429
|
+
</xs:enumeration>
|
|
430
|
+
<xs:enumeration value="GM">
|
|
431
|
+
<xs:annotation>
|
|
432
|
+
<xs:documentation>GAMBIA</xs:documentation>
|
|
433
|
+
</xs:annotation>
|
|
434
|
+
</xs:enumeration>
|
|
435
|
+
<xs:enumeration value="GN">
|
|
436
|
+
<xs:annotation>
|
|
437
|
+
<xs:documentation>GUINEA</xs:documentation>
|
|
438
|
+
</xs:annotation>
|
|
439
|
+
</xs:enumeration>
|
|
440
|
+
<xs:enumeration value="GP">
|
|
441
|
+
<xs:annotation>
|
|
442
|
+
<xs:documentation>GUADELOUPE</xs:documentation>
|
|
443
|
+
</xs:annotation>
|
|
444
|
+
</xs:enumeration>
|
|
445
|
+
<xs:enumeration value="GQ">
|
|
446
|
+
<xs:annotation>
|
|
447
|
+
<xs:documentation>EQUATORIAL GUINEA</xs:documentation>
|
|
448
|
+
</xs:annotation>
|
|
449
|
+
</xs:enumeration>
|
|
450
|
+
<xs:enumeration value="GR">
|
|
451
|
+
<xs:annotation>
|
|
452
|
+
<xs:documentation>GREECE</xs:documentation>
|
|
453
|
+
</xs:annotation>
|
|
454
|
+
</xs:enumeration>
|
|
455
|
+
<xs:enumeration value="GS">
|
|
456
|
+
<xs:annotation>
|
|
457
|
+
<xs:documentation>SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS</xs:documentation>
|
|
458
|
+
</xs:annotation>
|
|
459
|
+
</xs:enumeration>
|
|
460
|
+
<xs:enumeration value="GT">
|
|
461
|
+
<xs:annotation>
|
|
462
|
+
<xs:documentation>GUATEMALA</xs:documentation>
|
|
463
|
+
</xs:annotation>
|
|
464
|
+
</xs:enumeration>
|
|
465
|
+
<xs:enumeration value="GU">
|
|
466
|
+
<xs:annotation>
|
|
467
|
+
<xs:documentation>GUAM</xs:documentation>
|
|
468
|
+
</xs:annotation>
|
|
469
|
+
</xs:enumeration>
|
|
470
|
+
<xs:enumeration value="GW">
|
|
471
|
+
<xs:annotation>
|
|
472
|
+
<xs:documentation>GUINEA-BISSAU</xs:documentation>
|
|
473
|
+
</xs:annotation>
|
|
474
|
+
</xs:enumeration>
|
|
475
|
+
<xs:enumeration value="GY">
|
|
476
|
+
<xs:annotation>
|
|
477
|
+
<xs:documentation>GUYANA</xs:documentation>
|
|
478
|
+
</xs:annotation>
|
|
479
|
+
</xs:enumeration>
|
|
480
|
+
<xs:enumeration value="HK">
|
|
481
|
+
<xs:annotation>
|
|
482
|
+
<xs:documentation>HONG KONG</xs:documentation>
|
|
483
|
+
</xs:annotation>
|
|
484
|
+
</xs:enumeration>
|
|
485
|
+
<xs:enumeration value="HM">
|
|
486
|
+
<xs:annotation>
|
|
487
|
+
<xs:documentation>HEARD ISLAND AND MCDONALD ISLANDS</xs:documentation>
|
|
488
|
+
</xs:annotation>
|
|
489
|
+
</xs:enumeration>
|
|
490
|
+
<xs:enumeration value="HN">
|
|
491
|
+
<xs:annotation>
|
|
492
|
+
<xs:documentation>HONDURAS</xs:documentation>
|
|
493
|
+
</xs:annotation>
|
|
494
|
+
</xs:enumeration>
|
|
495
|
+
<xs:enumeration value="HR">
|
|
496
|
+
<xs:annotation>
|
|
497
|
+
<xs:documentation>CROATIA</xs:documentation>
|
|
498
|
+
</xs:annotation>
|
|
499
|
+
</xs:enumeration>
|
|
500
|
+
<xs:enumeration value="HT">
|
|
501
|
+
<xs:annotation>
|
|
502
|
+
<xs:documentation>HAITI</xs:documentation>
|
|
503
|
+
</xs:annotation>
|
|
504
|
+
</xs:enumeration>
|
|
505
|
+
<xs:enumeration value="HU">
|
|
506
|
+
<xs:annotation>
|
|
507
|
+
<xs:documentation>HUNGARY</xs:documentation>
|
|
508
|
+
</xs:annotation>
|
|
509
|
+
</xs:enumeration>
|
|
510
|
+
<xs:enumeration value="ID">
|
|
511
|
+
<xs:annotation>
|
|
512
|
+
<xs:documentation>INDONESIA</xs:documentation>
|
|
513
|
+
</xs:annotation>
|
|
514
|
+
</xs:enumeration>
|
|
515
|
+
<xs:enumeration value="IE">
|
|
516
|
+
<xs:annotation>
|
|
517
|
+
<xs:documentation>IRELAND</xs:documentation>
|
|
518
|
+
</xs:annotation>
|
|
519
|
+
</xs:enumeration>
|
|
520
|
+
<xs:enumeration value="IL">
|
|
521
|
+
<xs:annotation>
|
|
522
|
+
<xs:documentation>ISRAEL</xs:documentation>
|
|
523
|
+
</xs:annotation>
|
|
524
|
+
</xs:enumeration>
|
|
525
|
+
<xs:enumeration value="IM">
|
|
526
|
+
<xs:annotation>
|
|
527
|
+
<xs:documentation>ISLE OF MAN</xs:documentation>
|
|
528
|
+
</xs:annotation>
|
|
529
|
+
</xs:enumeration>
|
|
530
|
+
<xs:enumeration value="IN">
|
|
531
|
+
<xs:annotation>
|
|
532
|
+
<xs:documentation>INDIA</xs:documentation>
|
|
533
|
+
</xs:annotation>
|
|
534
|
+
</xs:enumeration>
|
|
535
|
+
<xs:enumeration value="IO">
|
|
536
|
+
<xs:annotation>
|
|
537
|
+
<xs:documentation>BRITISH INDIAN OCEAN TERRITORY</xs:documentation>
|
|
538
|
+
</xs:annotation>
|
|
539
|
+
</xs:enumeration>
|
|
540
|
+
<xs:enumeration value="IQ">
|
|
541
|
+
<xs:annotation>
|
|
542
|
+
<xs:documentation>IRAQ</xs:documentation>
|
|
543
|
+
</xs:annotation>
|
|
544
|
+
</xs:enumeration>
|
|
545
|
+
<xs:enumeration value="IR">
|
|
546
|
+
<xs:annotation>
|
|
547
|
+
<xs:documentation>IRAN, ISLAMIC REPUBLIC OF</xs:documentation>
|
|
548
|
+
</xs:annotation>
|
|
549
|
+
</xs:enumeration>
|
|
550
|
+
<xs:enumeration value="IS">
|
|
551
|
+
<xs:annotation>
|
|
552
|
+
<xs:documentation>ICELAND</xs:documentation>
|
|
553
|
+
</xs:annotation>
|
|
554
|
+
</xs:enumeration>
|
|
555
|
+
<xs:enumeration value="IT">
|
|
556
|
+
<xs:annotation>
|
|
557
|
+
<xs:documentation>ITALY</xs:documentation>
|
|
558
|
+
</xs:annotation>
|
|
559
|
+
</xs:enumeration>
|
|
560
|
+
<xs:enumeration value="JE">
|
|
561
|
+
<xs:annotation>
|
|
562
|
+
<xs:documentation>JERSEY</xs:documentation>
|
|
563
|
+
</xs:annotation>
|
|
564
|
+
</xs:enumeration>
|
|
565
|
+
<xs:enumeration value="JM">
|
|
566
|
+
<xs:annotation>
|
|
567
|
+
<xs:documentation>JAMAICA</xs:documentation>
|
|
568
|
+
</xs:annotation>
|
|
569
|
+
</xs:enumeration>
|
|
570
|
+
<xs:enumeration value="JO">
|
|
571
|
+
<xs:annotation>
|
|
572
|
+
<xs:documentation>JORDAN</xs:documentation>
|
|
573
|
+
</xs:annotation>
|
|
574
|
+
</xs:enumeration>
|
|
575
|
+
<xs:enumeration value="JP">
|
|
576
|
+
<xs:annotation>
|
|
577
|
+
<xs:documentation>JAPAN</xs:documentation>
|
|
578
|
+
</xs:annotation>
|
|
579
|
+
</xs:enumeration>
|
|
580
|
+
<xs:enumeration value="KE">
|
|
581
|
+
<xs:annotation>
|
|
582
|
+
<xs:documentation>KENYA</xs:documentation>
|
|
583
|
+
</xs:annotation>
|
|
584
|
+
</xs:enumeration>
|
|
585
|
+
<xs:enumeration value="KG">
|
|
586
|
+
<xs:annotation>
|
|
587
|
+
<xs:documentation>KYRGYZSTAN</xs:documentation>
|
|
588
|
+
</xs:annotation>
|
|
589
|
+
</xs:enumeration>
|
|
590
|
+
<xs:enumeration value="KH">
|
|
591
|
+
<xs:annotation>
|
|
592
|
+
<xs:documentation>CAMBODIA</xs:documentation>
|
|
593
|
+
</xs:annotation>
|
|
594
|
+
</xs:enumeration>
|
|
595
|
+
<xs:enumeration value="KI">
|
|
596
|
+
<xs:annotation>
|
|
597
|
+
<xs:documentation>KIRIBATI</xs:documentation>
|
|
598
|
+
</xs:annotation>
|
|
599
|
+
</xs:enumeration>
|
|
600
|
+
<xs:enumeration value="KM">
|
|
601
|
+
<xs:annotation>
|
|
602
|
+
<xs:documentation>COMOROS</xs:documentation>
|
|
603
|
+
</xs:annotation>
|
|
604
|
+
</xs:enumeration>
|
|
605
|
+
<xs:enumeration value="KN">
|
|
606
|
+
<xs:annotation>
|
|
607
|
+
<xs:documentation>SAINT KITTS AND NEVIS</xs:documentation>
|
|
608
|
+
</xs:annotation>
|
|
609
|
+
</xs:enumeration>
|
|
610
|
+
<xs:enumeration value="KP">
|
|
611
|
+
<xs:annotation>
|
|
612
|
+
<xs:documentation>KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF</xs:documentation>
|
|
613
|
+
</xs:annotation>
|
|
614
|
+
</xs:enumeration>
|
|
615
|
+
<xs:enumeration value="KR">
|
|
616
|
+
<xs:annotation>
|
|
617
|
+
<xs:documentation>KOREA, REPUBLIC OF</xs:documentation>
|
|
618
|
+
</xs:annotation>
|
|
619
|
+
</xs:enumeration>
|
|
620
|
+
<xs:enumeration value="KW">
|
|
621
|
+
<xs:annotation>
|
|
622
|
+
<xs:documentation>KUWAIT</xs:documentation>
|
|
623
|
+
</xs:annotation>
|
|
624
|
+
</xs:enumeration>
|
|
625
|
+
<xs:enumeration value="KY">
|
|
626
|
+
<xs:annotation>
|
|
627
|
+
<xs:documentation>CAYMAN ISLANDS</xs:documentation>
|
|
628
|
+
</xs:annotation>
|
|
629
|
+
</xs:enumeration>
|
|
630
|
+
<xs:enumeration value="KZ">
|
|
631
|
+
<xs:annotation>
|
|
632
|
+
<xs:documentation>KAZAKHSTAN</xs:documentation>
|
|
633
|
+
</xs:annotation>
|
|
634
|
+
</xs:enumeration>
|
|
635
|
+
<xs:enumeration value="LA">
|
|
636
|
+
<xs:annotation>
|
|
637
|
+
<xs:documentation>LAO PEOPLE'S DEMOCRATIC REPUBLIC</xs:documentation>
|
|
638
|
+
</xs:annotation>
|
|
639
|
+
</xs:enumeration>
|
|
640
|
+
<xs:enumeration value="LB">
|
|
641
|
+
<xs:annotation>
|
|
642
|
+
<xs:documentation>LEBANON</xs:documentation>
|
|
643
|
+
</xs:annotation>
|
|
644
|
+
</xs:enumeration>
|
|
645
|
+
<xs:enumeration value="LC">
|
|
646
|
+
<xs:annotation>
|
|
647
|
+
<xs:documentation>SAINT LUCIA</xs:documentation>
|
|
648
|
+
</xs:annotation>
|
|
649
|
+
</xs:enumeration>
|
|
650
|
+
<xs:enumeration value="LI">
|
|
651
|
+
<xs:annotation>
|
|
652
|
+
<xs:documentation>LIECHTENSTEIN</xs:documentation>
|
|
653
|
+
</xs:annotation>
|
|
654
|
+
</xs:enumeration>
|
|
655
|
+
<xs:enumeration value="LK">
|
|
656
|
+
<xs:annotation>
|
|
657
|
+
<xs:documentation>SRI LANKA</xs:documentation>
|
|
658
|
+
</xs:annotation>
|
|
659
|
+
</xs:enumeration>
|
|
660
|
+
<xs:enumeration value="LR">
|
|
661
|
+
<xs:annotation>
|
|
662
|
+
<xs:documentation>LIBERIA</xs:documentation>
|
|
663
|
+
</xs:annotation>
|
|
664
|
+
</xs:enumeration>
|
|
665
|
+
<xs:enumeration value="LS">
|
|
666
|
+
<xs:annotation>
|
|
667
|
+
<xs:documentation>LESOTHO</xs:documentation>
|
|
668
|
+
</xs:annotation>
|
|
669
|
+
</xs:enumeration>
|
|
670
|
+
<xs:enumeration value="LT">
|
|
671
|
+
<xs:annotation>
|
|
672
|
+
<xs:documentation>LITHUANIA</xs:documentation>
|
|
673
|
+
</xs:annotation>
|
|
674
|
+
</xs:enumeration>
|
|
675
|
+
<xs:enumeration value="LU">
|
|
676
|
+
<xs:annotation>
|
|
677
|
+
<xs:documentation>LUXEMBOURG</xs:documentation>
|
|
678
|
+
</xs:annotation>
|
|
679
|
+
</xs:enumeration>
|
|
680
|
+
<xs:enumeration value="LV">
|
|
681
|
+
<xs:annotation>
|
|
682
|
+
<xs:documentation>LATVIA</xs:documentation>
|
|
683
|
+
</xs:annotation>
|
|
684
|
+
</xs:enumeration>
|
|
685
|
+
<xs:enumeration value="LY">
|
|
686
|
+
<xs:annotation>
|
|
687
|
+
<xs:documentation>LIBYAN ARAB JAMAHIRIYA</xs:documentation>
|
|
688
|
+
</xs:annotation>
|
|
689
|
+
</xs:enumeration>
|
|
690
|
+
<xs:enumeration value="MA">
|
|
691
|
+
<xs:annotation>
|
|
692
|
+
<xs:documentation>MOROCCO</xs:documentation>
|
|
693
|
+
</xs:annotation>
|
|
694
|
+
</xs:enumeration>
|
|
695
|
+
<xs:enumeration value="MC">
|
|
696
|
+
<xs:annotation>
|
|
697
|
+
<xs:documentation>MONACO</xs:documentation>
|
|
698
|
+
</xs:annotation>
|
|
699
|
+
</xs:enumeration>
|
|
700
|
+
<xs:enumeration value="MD">
|
|
701
|
+
<xs:annotation>
|
|
702
|
+
<xs:documentation>MOLDOVA, REPUBLIC OF</xs:documentation>
|
|
703
|
+
</xs:annotation>
|
|
704
|
+
</xs:enumeration>
|
|
705
|
+
<xs:enumeration value="ME">
|
|
706
|
+
<xs:annotation>
|
|
707
|
+
<xs:documentation>MONTENEGRO</xs:documentation>
|
|
708
|
+
</xs:annotation>
|
|
709
|
+
</xs:enumeration>
|
|
710
|
+
<xs:enumeration value="MG">
|
|
711
|
+
<xs:annotation>
|
|
712
|
+
<xs:documentation>MADAGASCAR</xs:documentation>
|
|
713
|
+
</xs:annotation>
|
|
714
|
+
</xs:enumeration>
|
|
715
|
+
<xs:enumeration value="MH">
|
|
716
|
+
<xs:annotation>
|
|
717
|
+
<xs:documentation>MARSHALL ISLANDS</xs:documentation>
|
|
718
|
+
</xs:annotation>
|
|
719
|
+
</xs:enumeration>
|
|
720
|
+
<xs:enumeration value="MK">
|
|
721
|
+
<xs:annotation>
|
|
722
|
+
<xs:documentation>MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF</xs:documentation>
|
|
723
|
+
</xs:annotation>
|
|
724
|
+
</xs:enumeration>
|
|
725
|
+
<xs:enumeration value="ML">
|
|
726
|
+
<xs:annotation>
|
|
727
|
+
<xs:documentation>MALI</xs:documentation>
|
|
728
|
+
</xs:annotation>
|
|
729
|
+
</xs:enumeration>
|
|
730
|
+
<xs:enumeration value="MM">
|
|
731
|
+
<xs:annotation>
|
|
732
|
+
<xs:documentation>MYANMAR</xs:documentation>
|
|
733
|
+
</xs:annotation>
|
|
734
|
+
</xs:enumeration>
|
|
735
|
+
<xs:enumeration value="MN">
|
|
736
|
+
<xs:annotation>
|
|
737
|
+
<xs:documentation>MONGOLIA</xs:documentation>
|
|
738
|
+
</xs:annotation>
|
|
739
|
+
</xs:enumeration>
|
|
740
|
+
<xs:enumeration value="MO">
|
|
741
|
+
<xs:annotation>
|
|
742
|
+
<xs:documentation>MACAO</xs:documentation>
|
|
743
|
+
</xs:annotation>
|
|
744
|
+
</xs:enumeration>
|
|
745
|
+
<xs:enumeration value="MP">
|
|
746
|
+
<xs:annotation>
|
|
747
|
+
<xs:documentation>NORTHERN MARIANA ISLANDS</xs:documentation>
|
|
748
|
+
</xs:annotation>
|
|
749
|
+
</xs:enumeration>
|
|
750
|
+
<xs:enumeration value="MQ">
|
|
751
|
+
<xs:annotation>
|
|
752
|
+
<xs:documentation>MARTINIQUE</xs:documentation>
|
|
753
|
+
</xs:annotation>
|
|
754
|
+
</xs:enumeration>
|
|
755
|
+
<xs:enumeration value="MR">
|
|
756
|
+
<xs:annotation>
|
|
757
|
+
<xs:documentation>MAURITANIA</xs:documentation>
|
|
758
|
+
</xs:annotation>
|
|
759
|
+
</xs:enumeration>
|
|
760
|
+
<xs:enumeration value="MS">
|
|
761
|
+
<xs:annotation>
|
|
762
|
+
<xs:documentation>MONTSERRAT</xs:documentation>
|
|
763
|
+
</xs:annotation>
|
|
764
|
+
</xs:enumeration>
|
|
765
|
+
<xs:enumeration value="MT">
|
|
766
|
+
<xs:annotation>
|
|
767
|
+
<xs:documentation>MALTA</xs:documentation>
|
|
768
|
+
</xs:annotation>
|
|
769
|
+
</xs:enumeration>
|
|
770
|
+
<xs:enumeration value="MU">
|
|
771
|
+
<xs:annotation>
|
|
772
|
+
<xs:documentation>MAURITIUS</xs:documentation>
|
|
773
|
+
</xs:annotation>
|
|
774
|
+
</xs:enumeration>
|
|
775
|
+
<xs:enumeration value="MV">
|
|
776
|
+
<xs:annotation>
|
|
777
|
+
<xs:documentation>MALDIVES</xs:documentation>
|
|
778
|
+
</xs:annotation>
|
|
779
|
+
</xs:enumeration>
|
|
780
|
+
<xs:enumeration value="MW">
|
|
781
|
+
<xs:annotation>
|
|
782
|
+
<xs:documentation>MALAWI</xs:documentation>
|
|
783
|
+
</xs:annotation>
|
|
784
|
+
</xs:enumeration>
|
|
785
|
+
<xs:enumeration value="MX">
|
|
786
|
+
<xs:annotation>
|
|
787
|
+
<xs:documentation>MEXICO</xs:documentation>
|
|
788
|
+
</xs:annotation>
|
|
789
|
+
</xs:enumeration>
|
|
790
|
+
<xs:enumeration value="MY">
|
|
791
|
+
<xs:annotation>
|
|
792
|
+
<xs:documentation>MALAYSIA</xs:documentation>
|
|
793
|
+
</xs:annotation>
|
|
794
|
+
</xs:enumeration>
|
|
795
|
+
<xs:enumeration value="MZ">
|
|
796
|
+
<xs:annotation>
|
|
797
|
+
<xs:documentation>MOZAMBIQUE</xs:documentation>
|
|
798
|
+
</xs:annotation>
|
|
799
|
+
</xs:enumeration>
|
|
800
|
+
<xs:enumeration value="NA">
|
|
801
|
+
<xs:annotation>
|
|
802
|
+
<xs:documentation>NAMIBIA</xs:documentation>
|
|
803
|
+
</xs:annotation>
|
|
804
|
+
</xs:enumeration>
|
|
805
|
+
<xs:enumeration value="NC">
|
|
806
|
+
<xs:annotation>
|
|
807
|
+
<xs:documentation>NEW CALEDONIA</xs:documentation>
|
|
808
|
+
</xs:annotation>
|
|
809
|
+
</xs:enumeration>
|
|
810
|
+
<xs:enumeration value="NE">
|
|
811
|
+
<xs:annotation>
|
|
812
|
+
<xs:documentation>NIGER</xs:documentation>
|
|
813
|
+
</xs:annotation>
|
|
814
|
+
</xs:enumeration>
|
|
815
|
+
<xs:enumeration value="NF">
|
|
816
|
+
<xs:annotation>
|
|
817
|
+
<xs:documentation>NORFOLK ISLAND</xs:documentation>
|
|
818
|
+
</xs:annotation>
|
|
819
|
+
</xs:enumeration>
|
|
820
|
+
<xs:enumeration value="NG">
|
|
821
|
+
<xs:annotation>
|
|
822
|
+
<xs:documentation>NIGERIA</xs:documentation>
|
|
823
|
+
</xs:annotation>
|
|
824
|
+
</xs:enumeration>
|
|
825
|
+
<xs:enumeration value="NI">
|
|
826
|
+
<xs:annotation>
|
|
827
|
+
<xs:documentation>NICARAGUA</xs:documentation>
|
|
828
|
+
</xs:annotation>
|
|
829
|
+
</xs:enumeration>
|
|
830
|
+
<xs:enumeration value="NL">
|
|
831
|
+
<xs:annotation>
|
|
832
|
+
<xs:documentation>NETHERLANDS</xs:documentation>
|
|
833
|
+
</xs:annotation>
|
|
834
|
+
</xs:enumeration>
|
|
835
|
+
<xs:enumeration value="NO">
|
|
836
|
+
<xs:annotation>
|
|
837
|
+
<xs:documentation>NORWAY</xs:documentation>
|
|
838
|
+
</xs:annotation>
|
|
839
|
+
</xs:enumeration>
|
|
840
|
+
<xs:enumeration value="NP">
|
|
841
|
+
<xs:annotation>
|
|
842
|
+
<xs:documentation>NEPAL</xs:documentation>
|
|
843
|
+
</xs:annotation>
|
|
844
|
+
</xs:enumeration>
|
|
845
|
+
<xs:enumeration value="NR">
|
|
846
|
+
<xs:annotation>
|
|
847
|
+
<xs:documentation>NAURU</xs:documentation>
|
|
848
|
+
</xs:annotation>
|
|
849
|
+
</xs:enumeration>
|
|
850
|
+
<xs:enumeration value="NU">
|
|
851
|
+
<xs:annotation>
|
|
852
|
+
<xs:documentation>NIUE</xs:documentation>
|
|
853
|
+
</xs:annotation>
|
|
854
|
+
</xs:enumeration>
|
|
855
|
+
<xs:enumeration value="NZ">
|
|
856
|
+
<xs:annotation>
|
|
857
|
+
<xs:documentation>NEW ZEALAND</xs:documentation>
|
|
858
|
+
</xs:annotation>
|
|
859
|
+
</xs:enumeration>
|
|
860
|
+
<xs:enumeration value="OM">
|
|
861
|
+
<xs:annotation>
|
|
862
|
+
<xs:documentation>OMAN</xs:documentation>
|
|
863
|
+
</xs:annotation>
|
|
864
|
+
</xs:enumeration>
|
|
865
|
+
<xs:enumeration value="PA">
|
|
866
|
+
<xs:annotation>
|
|
867
|
+
<xs:documentation>PANAMA</xs:documentation>
|
|
868
|
+
</xs:annotation>
|
|
869
|
+
</xs:enumeration>
|
|
870
|
+
<xs:enumeration value="PE">
|
|
871
|
+
<xs:annotation>
|
|
872
|
+
<xs:documentation>PERU</xs:documentation>
|
|
873
|
+
</xs:annotation>
|
|
874
|
+
</xs:enumeration>
|
|
875
|
+
<xs:enumeration value="PF">
|
|
876
|
+
<xs:annotation>
|
|
877
|
+
<xs:documentation>FRENCH POLYNESIA</xs:documentation>
|
|
878
|
+
</xs:annotation>
|
|
879
|
+
</xs:enumeration>
|
|
880
|
+
<xs:enumeration value="PG">
|
|
881
|
+
<xs:annotation>
|
|
882
|
+
<xs:documentation>PAPUA NEW GUINEA</xs:documentation>
|
|
883
|
+
</xs:annotation>
|
|
884
|
+
</xs:enumeration>
|
|
885
|
+
<xs:enumeration value="PH">
|
|
886
|
+
<xs:annotation>
|
|
887
|
+
<xs:documentation>PHILIPPINES</xs:documentation>
|
|
888
|
+
</xs:annotation>
|
|
889
|
+
</xs:enumeration>
|
|
890
|
+
<xs:enumeration value="PK">
|
|
891
|
+
<xs:annotation>
|
|
892
|
+
<xs:documentation>PAKISTAN</xs:documentation>
|
|
893
|
+
</xs:annotation>
|
|
894
|
+
</xs:enumeration>
|
|
895
|
+
<xs:enumeration value="PL">
|
|
896
|
+
<xs:annotation>
|
|
897
|
+
<xs:documentation>POLAND</xs:documentation>
|
|
898
|
+
</xs:annotation>
|
|
899
|
+
</xs:enumeration>
|
|
900
|
+
<xs:enumeration value="PM">
|
|
901
|
+
<xs:annotation>
|
|
902
|
+
<xs:documentation>SAINT PIERRE AND MIQUELON</xs:documentation>
|
|
903
|
+
</xs:annotation>
|
|
904
|
+
</xs:enumeration>
|
|
905
|
+
<xs:enumeration value="PN">
|
|
906
|
+
<xs:annotation>
|
|
907
|
+
<xs:documentation>PITCAIRN</xs:documentation>
|
|
908
|
+
</xs:annotation>
|
|
909
|
+
</xs:enumeration>
|
|
910
|
+
<xs:enumeration value="PR">
|
|
911
|
+
<xs:annotation>
|
|
912
|
+
<xs:documentation>PUERTO RICO</xs:documentation>
|
|
913
|
+
</xs:annotation>
|
|
914
|
+
</xs:enumeration>
|
|
915
|
+
<xs:enumeration value="PS">
|
|
916
|
+
<xs:annotation>
|
|
917
|
+
<xs:documentation>PALESTINIAN TERRITORY, OCCUPIED</xs:documentation>
|
|
918
|
+
</xs:annotation>
|
|
919
|
+
</xs:enumeration>
|
|
920
|
+
<xs:enumeration value="PT">
|
|
921
|
+
<xs:annotation>
|
|
922
|
+
<xs:documentation>PORTUGAL</xs:documentation>
|
|
923
|
+
</xs:annotation>
|
|
924
|
+
</xs:enumeration>
|
|
925
|
+
<xs:enumeration value="PW">
|
|
926
|
+
<xs:annotation>
|
|
927
|
+
<xs:documentation>PALAU</xs:documentation>
|
|
928
|
+
</xs:annotation>
|
|
929
|
+
</xs:enumeration>
|
|
930
|
+
<xs:enumeration value="PY">
|
|
931
|
+
<xs:annotation>
|
|
932
|
+
<xs:documentation>PARAGUAY</xs:documentation>
|
|
933
|
+
</xs:annotation>
|
|
934
|
+
</xs:enumeration>
|
|
935
|
+
<xs:enumeration value="QA">
|
|
936
|
+
<xs:annotation>
|
|
937
|
+
<xs:documentation>QATAR</xs:documentation>
|
|
938
|
+
</xs:annotation>
|
|
939
|
+
</xs:enumeration>
|
|
940
|
+
<xs:enumeration value="RE">
|
|
941
|
+
<xs:annotation>
|
|
942
|
+
<xs:documentation>REUNION</xs:documentation>
|
|
943
|
+
</xs:annotation>
|
|
944
|
+
</xs:enumeration>
|
|
945
|
+
<xs:enumeration value="RO">
|
|
946
|
+
<xs:annotation>
|
|
947
|
+
<xs:documentation>ROMANIA</xs:documentation>
|
|
948
|
+
</xs:annotation>
|
|
949
|
+
</xs:enumeration>
|
|
950
|
+
<xs:enumeration value="RS">
|
|
951
|
+
<xs:annotation>
|
|
952
|
+
<xs:documentation>SERBIA</xs:documentation>
|
|
953
|
+
</xs:annotation>
|
|
954
|
+
</xs:enumeration>
|
|
955
|
+
<xs:enumeration value="RU">
|
|
956
|
+
<xs:annotation>
|
|
957
|
+
<xs:documentation>RUSSIAN FEDERATION</xs:documentation>
|
|
958
|
+
</xs:annotation>
|
|
959
|
+
</xs:enumeration>
|
|
960
|
+
<xs:enumeration value="RW">
|
|
961
|
+
<xs:annotation>
|
|
962
|
+
<xs:documentation>RWANDA</xs:documentation>
|
|
963
|
+
</xs:annotation>
|
|
964
|
+
</xs:enumeration>
|
|
965
|
+
<xs:enumeration value="SA">
|
|
966
|
+
<xs:annotation>
|
|
967
|
+
<xs:documentation>SAUDI ARABIA</xs:documentation>
|
|
968
|
+
</xs:annotation>
|
|
969
|
+
</xs:enumeration>
|
|
970
|
+
<xs:enumeration value="SB">
|
|
971
|
+
<xs:annotation>
|
|
972
|
+
<xs:documentation>SOLOMON ISLANDS</xs:documentation>
|
|
973
|
+
</xs:annotation>
|
|
974
|
+
</xs:enumeration>
|
|
975
|
+
<xs:enumeration value="SC">
|
|
976
|
+
<xs:annotation>
|
|
977
|
+
<xs:documentation>SEYCHELLES</xs:documentation>
|
|
978
|
+
</xs:annotation>
|
|
979
|
+
</xs:enumeration>
|
|
980
|
+
<xs:enumeration value="SD">
|
|
981
|
+
<xs:annotation>
|
|
982
|
+
<xs:documentation>SUDAN</xs:documentation>
|
|
983
|
+
</xs:annotation>
|
|
984
|
+
</xs:enumeration>
|
|
985
|
+
<xs:enumeration value="SE">
|
|
986
|
+
<xs:annotation>
|
|
987
|
+
<xs:documentation>SWEDEN</xs:documentation>
|
|
988
|
+
</xs:annotation>
|
|
989
|
+
</xs:enumeration>
|
|
990
|
+
<xs:enumeration value="SG">
|
|
991
|
+
<xs:annotation>
|
|
992
|
+
<xs:documentation>SINGAPORE</xs:documentation>
|
|
993
|
+
</xs:annotation>
|
|
994
|
+
</xs:enumeration>
|
|
995
|
+
<xs:enumeration value="SH">
|
|
996
|
+
<xs:annotation>
|
|
997
|
+
<xs:documentation>SAINT HELENA</xs:documentation>
|
|
998
|
+
</xs:annotation>
|
|
999
|
+
</xs:enumeration>
|
|
1000
|
+
<xs:enumeration value="SI">
|
|
1001
|
+
<xs:annotation>
|
|
1002
|
+
<xs:documentation>SLOVENIA</xs:documentation>
|
|
1003
|
+
</xs:annotation>
|
|
1004
|
+
</xs:enumeration>
|
|
1005
|
+
<xs:enumeration value="SJ">
|
|
1006
|
+
<xs:annotation>
|
|
1007
|
+
<xs:documentation>SVALBARD AND JAN MAYEN</xs:documentation>
|
|
1008
|
+
</xs:annotation>
|
|
1009
|
+
</xs:enumeration>
|
|
1010
|
+
<xs:enumeration value="SK">
|
|
1011
|
+
<xs:annotation>
|
|
1012
|
+
<xs:documentation>SLOVAKIA</xs:documentation>
|
|
1013
|
+
</xs:annotation>
|
|
1014
|
+
</xs:enumeration>
|
|
1015
|
+
<xs:enumeration value="SL">
|
|
1016
|
+
<xs:annotation>
|
|
1017
|
+
<xs:documentation>SIERRA LEONE</xs:documentation>
|
|
1018
|
+
</xs:annotation>
|
|
1019
|
+
</xs:enumeration>
|
|
1020
|
+
<xs:enumeration value="SM">
|
|
1021
|
+
<xs:annotation>
|
|
1022
|
+
<xs:documentation>SAN MARINO</xs:documentation>
|
|
1023
|
+
</xs:annotation>
|
|
1024
|
+
</xs:enumeration>
|
|
1025
|
+
<xs:enumeration value="SN">
|
|
1026
|
+
<xs:annotation>
|
|
1027
|
+
<xs:documentation>SENEGAL</xs:documentation>
|
|
1028
|
+
</xs:annotation>
|
|
1029
|
+
</xs:enumeration>
|
|
1030
|
+
<xs:enumeration value="SO">
|
|
1031
|
+
<xs:annotation>
|
|
1032
|
+
<xs:documentation>SOMALIA</xs:documentation>
|
|
1033
|
+
</xs:annotation>
|
|
1034
|
+
</xs:enumeration>
|
|
1035
|
+
<xs:enumeration value="SR">
|
|
1036
|
+
<xs:annotation>
|
|
1037
|
+
<xs:documentation>SURINAME</xs:documentation>
|
|
1038
|
+
</xs:annotation>
|
|
1039
|
+
</xs:enumeration>
|
|
1040
|
+
<xs:enumeration value="ST">
|
|
1041
|
+
<xs:annotation>
|
|
1042
|
+
<xs:documentation>SAO TOME AND PRINCIPE</xs:documentation>
|
|
1043
|
+
</xs:annotation>
|
|
1044
|
+
</xs:enumeration>
|
|
1045
|
+
<xs:enumeration value="SV">
|
|
1046
|
+
<xs:annotation>
|
|
1047
|
+
<xs:documentation>EL SALVADOR</xs:documentation>
|
|
1048
|
+
</xs:annotation>
|
|
1049
|
+
</xs:enumeration>
|
|
1050
|
+
<xs:enumeration value="SY">
|
|
1051
|
+
<xs:annotation>
|
|
1052
|
+
<xs:documentation>SYRIAN ARAB REPUBLIC</xs:documentation>
|
|
1053
|
+
</xs:annotation>
|
|
1054
|
+
</xs:enumeration>
|
|
1055
|
+
<xs:enumeration value="SZ">
|
|
1056
|
+
<xs:annotation>
|
|
1057
|
+
<xs:documentation>SWAZILAND</xs:documentation>
|
|
1058
|
+
</xs:annotation>
|
|
1059
|
+
</xs:enumeration>
|
|
1060
|
+
<xs:enumeration value="TC">
|
|
1061
|
+
<xs:annotation>
|
|
1062
|
+
<xs:documentation>TURKS AND CAICOS ISLANDS</xs:documentation>
|
|
1063
|
+
</xs:annotation>
|
|
1064
|
+
</xs:enumeration>
|
|
1065
|
+
<xs:enumeration value="TD">
|
|
1066
|
+
<xs:annotation>
|
|
1067
|
+
<xs:documentation>CHAD</xs:documentation>
|
|
1068
|
+
</xs:annotation>
|
|
1069
|
+
</xs:enumeration>
|
|
1070
|
+
<xs:enumeration value="TF">
|
|
1071
|
+
<xs:annotation>
|
|
1072
|
+
<xs:documentation>FRENCH SOUTHERN TERRITORIES</xs:documentation>
|
|
1073
|
+
</xs:annotation>
|
|
1074
|
+
</xs:enumeration>
|
|
1075
|
+
<xs:enumeration value="TG">
|
|
1076
|
+
<xs:annotation>
|
|
1077
|
+
<xs:documentation>TOGO</xs:documentation>
|
|
1078
|
+
</xs:annotation>
|
|
1079
|
+
</xs:enumeration>
|
|
1080
|
+
<xs:enumeration value="TH">
|
|
1081
|
+
<xs:annotation>
|
|
1082
|
+
<xs:documentation>THAILAND</xs:documentation>
|
|
1083
|
+
</xs:annotation>
|
|
1084
|
+
</xs:enumeration>
|
|
1085
|
+
<xs:enumeration value="TJ">
|
|
1086
|
+
<xs:annotation>
|
|
1087
|
+
<xs:documentation>TAJIKISTAN</xs:documentation>
|
|
1088
|
+
</xs:annotation>
|
|
1089
|
+
</xs:enumeration>
|
|
1090
|
+
<xs:enumeration value="TK">
|
|
1091
|
+
<xs:annotation>
|
|
1092
|
+
<xs:documentation>TOKELAU</xs:documentation>
|
|
1093
|
+
</xs:annotation>
|
|
1094
|
+
</xs:enumeration>
|
|
1095
|
+
<xs:enumeration value="TL">
|
|
1096
|
+
<xs:annotation>
|
|
1097
|
+
<xs:documentation>TIMOR-LESTE</xs:documentation>
|
|
1098
|
+
</xs:annotation>
|
|
1099
|
+
</xs:enumeration>
|
|
1100
|
+
<xs:enumeration value="TM">
|
|
1101
|
+
<xs:annotation>
|
|
1102
|
+
<xs:documentation>TURKMENISTAN</xs:documentation>
|
|
1103
|
+
</xs:annotation>
|
|
1104
|
+
</xs:enumeration>
|
|
1105
|
+
<xs:enumeration value="TN">
|
|
1106
|
+
<xs:annotation>
|
|
1107
|
+
<xs:documentation>TUNISIA</xs:documentation>
|
|
1108
|
+
</xs:annotation>
|
|
1109
|
+
</xs:enumeration>
|
|
1110
|
+
<xs:enumeration value="TO">
|
|
1111
|
+
<xs:annotation>
|
|
1112
|
+
<xs:documentation>TONGA</xs:documentation>
|
|
1113
|
+
</xs:annotation>
|
|
1114
|
+
</xs:enumeration>
|
|
1115
|
+
<xs:enumeration value="TR">
|
|
1116
|
+
<xs:annotation>
|
|
1117
|
+
<xs:documentation>TURKEY</xs:documentation>
|
|
1118
|
+
</xs:annotation>
|
|
1119
|
+
</xs:enumeration>
|
|
1120
|
+
<xs:enumeration value="TT">
|
|
1121
|
+
<xs:annotation>
|
|
1122
|
+
<xs:documentation>TRINIDAD AND TOBAGO</xs:documentation>
|
|
1123
|
+
</xs:annotation>
|
|
1124
|
+
</xs:enumeration>
|
|
1125
|
+
<xs:enumeration value="TV">
|
|
1126
|
+
<xs:annotation>
|
|
1127
|
+
<xs:documentation>TUVALU</xs:documentation>
|
|
1128
|
+
</xs:annotation>
|
|
1129
|
+
</xs:enumeration>
|
|
1130
|
+
<xs:enumeration value="TW">
|
|
1131
|
+
<xs:annotation>
|
|
1132
|
+
<xs:documentation>TAIWAN, PROVINCE OF CHINA</xs:documentation>
|
|
1133
|
+
</xs:annotation>
|
|
1134
|
+
</xs:enumeration>
|
|
1135
|
+
<xs:enumeration value="TZ">
|
|
1136
|
+
<xs:annotation>
|
|
1137
|
+
<xs:documentation>TANZANIA, UNITED REPUBLIC OF</xs:documentation>
|
|
1138
|
+
</xs:annotation>
|
|
1139
|
+
</xs:enumeration>
|
|
1140
|
+
<xs:enumeration value="UA">
|
|
1141
|
+
<xs:annotation>
|
|
1142
|
+
<xs:documentation>UKRAINE</xs:documentation>
|
|
1143
|
+
</xs:annotation>
|
|
1144
|
+
</xs:enumeration>
|
|
1145
|
+
<xs:enumeration value="UG">
|
|
1146
|
+
<xs:annotation>
|
|
1147
|
+
<xs:documentation>UGANDA</xs:documentation>
|
|
1148
|
+
</xs:annotation>
|
|
1149
|
+
</xs:enumeration>
|
|
1150
|
+
<xs:enumeration value="UM">
|
|
1151
|
+
<xs:annotation>
|
|
1152
|
+
<xs:documentation>UNITED STATES MINOR OUTLYING ISLANDS</xs:documentation>
|
|
1153
|
+
</xs:annotation>
|
|
1154
|
+
</xs:enumeration>
|
|
1155
|
+
<xs:enumeration value="US">
|
|
1156
|
+
<xs:annotation>
|
|
1157
|
+
<xs:documentation>UNITED STATES</xs:documentation>
|
|
1158
|
+
</xs:annotation>
|
|
1159
|
+
</xs:enumeration>
|
|
1160
|
+
<xs:enumeration value="UY">
|
|
1161
|
+
<xs:annotation>
|
|
1162
|
+
<xs:documentation>URUGUAY</xs:documentation>
|
|
1163
|
+
</xs:annotation>
|
|
1164
|
+
</xs:enumeration>
|
|
1165
|
+
<xs:enumeration value="UZ">
|
|
1166
|
+
<xs:annotation>
|
|
1167
|
+
<xs:documentation>UZBEKISTAN</xs:documentation>
|
|
1168
|
+
</xs:annotation>
|
|
1169
|
+
</xs:enumeration>
|
|
1170
|
+
<xs:enumeration value="VA">
|
|
1171
|
+
<xs:annotation>
|
|
1172
|
+
<xs:documentation>HOLY SEE (VATICAN CITY STATE)</xs:documentation>
|
|
1173
|
+
</xs:annotation>
|
|
1174
|
+
</xs:enumeration>
|
|
1175
|
+
<xs:enumeration value="VC">
|
|
1176
|
+
<xs:annotation>
|
|
1177
|
+
<xs:documentation>SAINT VINCENT AND THE GRENADINES</xs:documentation>
|
|
1178
|
+
</xs:annotation>
|
|
1179
|
+
</xs:enumeration>
|
|
1180
|
+
<xs:enumeration value="VE">
|
|
1181
|
+
<xs:annotation>
|
|
1182
|
+
<xs:documentation>VENEZUELA</xs:documentation>
|
|
1183
|
+
</xs:annotation>
|
|
1184
|
+
</xs:enumeration>
|
|
1185
|
+
<xs:enumeration value="VG">
|
|
1186
|
+
<xs:annotation>
|
|
1187
|
+
<xs:documentation>VIRGIN ISLANDS, BRITISH</xs:documentation>
|
|
1188
|
+
</xs:annotation>
|
|
1189
|
+
</xs:enumeration>
|
|
1190
|
+
<xs:enumeration value="VI">
|
|
1191
|
+
<xs:annotation>
|
|
1192
|
+
<xs:documentation>VIRGIN ISLANDS, U.S.</xs:documentation>
|
|
1193
|
+
</xs:annotation>
|
|
1194
|
+
</xs:enumeration>
|
|
1195
|
+
<xs:enumeration value="VN">
|
|
1196
|
+
<xs:annotation>
|
|
1197
|
+
<xs:documentation>VIET NAM</xs:documentation>
|
|
1198
|
+
</xs:annotation>
|
|
1199
|
+
</xs:enumeration>
|
|
1200
|
+
<xs:enumeration value="VU">
|
|
1201
|
+
<xs:annotation>
|
|
1202
|
+
<xs:documentation>VANUATU</xs:documentation>
|
|
1203
|
+
</xs:annotation>
|
|
1204
|
+
</xs:enumeration>
|
|
1205
|
+
<xs:enumeration value="WF">
|
|
1206
|
+
<xs:annotation>
|
|
1207
|
+
<xs:documentation>WALLIS AND FUTUNA</xs:documentation>
|
|
1208
|
+
</xs:annotation>
|
|
1209
|
+
</xs:enumeration>
|
|
1210
|
+
<xs:enumeration value="WS">
|
|
1211
|
+
<xs:annotation>
|
|
1212
|
+
<xs:documentation>SAMOA</xs:documentation>
|
|
1213
|
+
</xs:annotation>
|
|
1214
|
+
</xs:enumeration>
|
|
1215
|
+
<xs:enumeration value="YE">
|
|
1216
|
+
<xs:annotation>
|
|
1217
|
+
<xs:documentation>YEMEN</xs:documentation>
|
|
1218
|
+
</xs:annotation>
|
|
1219
|
+
</xs:enumeration>
|
|
1220
|
+
<xs:enumeration value="YT">
|
|
1221
|
+
<xs:annotation>
|
|
1222
|
+
<xs:documentation>MAYOTTE</xs:documentation>
|
|
1223
|
+
</xs:annotation>
|
|
1224
|
+
</xs:enumeration>
|
|
1225
|
+
<xs:enumeration value="ZA">
|
|
1226
|
+
<xs:annotation>
|
|
1227
|
+
<xs:documentation>SOUTH AFRICA</xs:documentation>
|
|
1228
|
+
</xs:annotation>
|
|
1229
|
+
</xs:enumeration>
|
|
1230
|
+
<xs:enumeration value="ZM">
|
|
1231
|
+
<xs:annotation>
|
|
1232
|
+
<xs:documentation>ZAMBIA</xs:documentation>
|
|
1233
|
+
</xs:annotation>
|
|
1234
|
+
</xs:enumeration>
|
|
1235
|
+
<xs:enumeration value="ZW">
|
|
1236
|
+
<xs:annotation>
|
|
1237
|
+
<xs:documentation>ZIMBABWE</xs:documentation>
|
|
1238
|
+
</xs:annotation>
|
|
1239
|
+
</xs:enumeration>
|
|
1240
|
+
</xs:restriction>
|
|
1241
|
+
</xs:simpleType>
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
</xs:schema>
|
|
1245
|
+
|