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,1151 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wipo.int/standards/XMLSchema/common" version="1.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<!-- ====================================================================== -->
|
|
6
|
+
<!-- Filename : WIPOST3CodeType-V2007.xsd -->
|
|
7
|
+
<!-- Author : SDWG ST.86 Task Force -->
|
|
8
|
+
<!-- Version : 1.0 -->
|
|
9
|
+
<!-- Last Update : 2007-10-31 -->
|
|
10
|
+
<!-- ====================================================================== -->
|
|
11
|
+
<xs:simpleType name="WIPOST3CodeType">
|
|
12
|
+
<xs:annotation>
|
|
13
|
+
<xs:documentation>WIPO Standard ST.3 - TWO-LETTER CODES FOR THE REPRESENTATION
|
|
14
|
+
OF STATES, OTHER ENTITIES AND INTERGOVERNMENTAL ORGANIZATIONS - Version April 2007</xs:documentation>
|
|
15
|
+
</xs:annotation>
|
|
16
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
17
|
+
<xs:enumeration value="AD">
|
|
18
|
+
<xs:annotation>
|
|
19
|
+
<xs:documentation>Andorra</xs:documentation>
|
|
20
|
+
</xs:annotation>
|
|
21
|
+
</xs:enumeration>
|
|
22
|
+
<xs:enumeration value="AE">
|
|
23
|
+
<xs:annotation>
|
|
24
|
+
<xs:documentation>United Arab Emirates</xs:documentation>
|
|
25
|
+
</xs:annotation>
|
|
26
|
+
</xs:enumeration>
|
|
27
|
+
<xs:enumeration value="AF">
|
|
28
|
+
<xs:annotation>
|
|
29
|
+
<xs:documentation>Afghanistan</xs:documentation>
|
|
30
|
+
</xs:annotation>
|
|
31
|
+
</xs:enumeration>
|
|
32
|
+
<xs:enumeration value="AG">
|
|
33
|
+
<xs:annotation>
|
|
34
|
+
<xs:documentation>Antigua And Barbuda</xs:documentation>
|
|
35
|
+
</xs:annotation>
|
|
36
|
+
</xs:enumeration>
|
|
37
|
+
<xs:enumeration value="AI">
|
|
38
|
+
<xs:annotation>
|
|
39
|
+
<xs:documentation>Anguilla</xs:documentation>
|
|
40
|
+
</xs:annotation>
|
|
41
|
+
</xs:enumeration>
|
|
42
|
+
<xs:enumeration value="AL">
|
|
43
|
+
<xs:annotation>
|
|
44
|
+
<xs:documentation>Albania</xs:documentation>
|
|
45
|
+
</xs:annotation>
|
|
46
|
+
</xs:enumeration>
|
|
47
|
+
<xs:enumeration value="AM">
|
|
48
|
+
<xs:annotation>
|
|
49
|
+
<xs:documentation>Armenia</xs:documentation>
|
|
50
|
+
</xs:annotation>
|
|
51
|
+
</xs:enumeration>
|
|
52
|
+
<xs:enumeration value="AN">
|
|
53
|
+
<xs:annotation>
|
|
54
|
+
<xs:documentation>Netherlands Antilles</xs:documentation>
|
|
55
|
+
</xs:annotation>
|
|
56
|
+
</xs:enumeration>
|
|
57
|
+
<xs:enumeration value="AO">
|
|
58
|
+
<xs:annotation>
|
|
59
|
+
<xs:documentation>Angola</xs:documentation>
|
|
60
|
+
</xs:annotation>
|
|
61
|
+
</xs:enumeration>
|
|
62
|
+
<xs:enumeration value="AP">
|
|
63
|
+
<xs:annotation>
|
|
64
|
+
<xs:documentation>African Regional Industrial Property Organization (ARIPO)</xs:documentation>
|
|
65
|
+
</xs:annotation>
|
|
66
|
+
</xs:enumeration>
|
|
67
|
+
<xs:enumeration value="AR">
|
|
68
|
+
<xs:annotation>
|
|
69
|
+
<xs:documentation>Argentina</xs:documentation>
|
|
70
|
+
</xs:annotation>
|
|
71
|
+
</xs:enumeration>
|
|
72
|
+
<xs:enumeration value="AT">
|
|
73
|
+
<xs:annotation>
|
|
74
|
+
<xs:documentation>Austria</xs:documentation>
|
|
75
|
+
</xs:annotation>
|
|
76
|
+
</xs:enumeration>
|
|
77
|
+
<xs:enumeration value="AU">
|
|
78
|
+
<xs:annotation>
|
|
79
|
+
<xs:documentation>Australia</xs:documentation>
|
|
80
|
+
</xs:annotation>
|
|
81
|
+
</xs:enumeration>
|
|
82
|
+
<xs:enumeration value="AW">
|
|
83
|
+
<xs:annotation>
|
|
84
|
+
<xs:documentation>Aruba</xs:documentation>
|
|
85
|
+
</xs:annotation>
|
|
86
|
+
</xs:enumeration>
|
|
87
|
+
<xs:enumeration value="AZ">
|
|
88
|
+
<xs:annotation>
|
|
89
|
+
<xs:documentation>Azerbaijan</xs:documentation>
|
|
90
|
+
</xs:annotation>
|
|
91
|
+
</xs:enumeration>
|
|
92
|
+
<xs:enumeration value="BA">
|
|
93
|
+
<xs:annotation>
|
|
94
|
+
<xs:documentation>Bosnia and Herzegovina</xs:documentation>
|
|
95
|
+
</xs:annotation>
|
|
96
|
+
</xs:enumeration>
|
|
97
|
+
<xs:enumeration value="BB">
|
|
98
|
+
<xs:annotation>
|
|
99
|
+
<xs:documentation>Barbados</xs:documentation>
|
|
100
|
+
</xs:annotation>
|
|
101
|
+
</xs:enumeration>
|
|
102
|
+
<xs:enumeration value="BD">
|
|
103
|
+
<xs:annotation>
|
|
104
|
+
<xs:documentation>Bangladesh</xs:documentation>
|
|
105
|
+
</xs:annotation>
|
|
106
|
+
</xs:enumeration>
|
|
107
|
+
<xs:enumeration value="BE">
|
|
108
|
+
<xs:annotation>
|
|
109
|
+
<xs:documentation>Belgium</xs:documentation>
|
|
110
|
+
</xs:annotation>
|
|
111
|
+
</xs:enumeration>
|
|
112
|
+
<xs:enumeration value="BF">
|
|
113
|
+
<xs:annotation>
|
|
114
|
+
<xs:documentation>Burkina Faso</xs:documentation>
|
|
115
|
+
</xs:annotation>
|
|
116
|
+
</xs:enumeration>
|
|
117
|
+
<xs:enumeration value="BG">
|
|
118
|
+
<xs:annotation>
|
|
119
|
+
<xs:documentation>Bulgaria</xs:documentation>
|
|
120
|
+
</xs:annotation>
|
|
121
|
+
</xs:enumeration>
|
|
122
|
+
<xs:enumeration value="BH">
|
|
123
|
+
<xs:annotation>
|
|
124
|
+
<xs:documentation>Bahrain</xs:documentation>
|
|
125
|
+
</xs:annotation>
|
|
126
|
+
</xs:enumeration>
|
|
127
|
+
<xs:enumeration value="BI">
|
|
128
|
+
<xs:annotation>
|
|
129
|
+
<xs:documentation>Burundi</xs:documentation>
|
|
130
|
+
</xs:annotation>
|
|
131
|
+
</xs:enumeration>
|
|
132
|
+
<xs:enumeration value="BJ">
|
|
133
|
+
<xs:annotation>
|
|
134
|
+
<xs:documentation>Benin</xs:documentation>
|
|
135
|
+
</xs:annotation>
|
|
136
|
+
</xs:enumeration>
|
|
137
|
+
<xs:enumeration value="BM">
|
|
138
|
+
<xs:annotation>
|
|
139
|
+
<xs:documentation>Bermuda</xs:documentation>
|
|
140
|
+
</xs:annotation>
|
|
141
|
+
</xs:enumeration>
|
|
142
|
+
<xs:enumeration value="BN">
|
|
143
|
+
<xs:annotation>
|
|
144
|
+
<xs:documentation>Brunei Darussalam</xs:documentation>
|
|
145
|
+
</xs:annotation>
|
|
146
|
+
</xs:enumeration>
|
|
147
|
+
<xs:enumeration value="BO">
|
|
148
|
+
<xs:annotation>
|
|
149
|
+
<xs:documentation>Bolivia</xs:documentation>
|
|
150
|
+
</xs:annotation>
|
|
151
|
+
</xs:enumeration>
|
|
152
|
+
<xs:enumeration value="BR">
|
|
153
|
+
<xs:annotation>
|
|
154
|
+
<xs:documentation>Brazil</xs:documentation>
|
|
155
|
+
</xs:annotation>
|
|
156
|
+
</xs:enumeration>
|
|
157
|
+
<xs:enumeration value="BS">
|
|
158
|
+
<xs:annotation>
|
|
159
|
+
<xs:documentation>Bahamas</xs:documentation>
|
|
160
|
+
</xs:annotation>
|
|
161
|
+
</xs:enumeration>
|
|
162
|
+
<xs:enumeration value="BT">
|
|
163
|
+
<xs:annotation>
|
|
164
|
+
<xs:documentation>Bhutan</xs:documentation>
|
|
165
|
+
</xs:annotation>
|
|
166
|
+
</xs:enumeration>
|
|
167
|
+
<xs:enumeration value="BV">
|
|
168
|
+
<xs:annotation>
|
|
169
|
+
<xs:documentation>Bouvet Island</xs:documentation>
|
|
170
|
+
</xs:annotation>
|
|
171
|
+
</xs:enumeration>
|
|
172
|
+
<xs:enumeration value="BW">
|
|
173
|
+
<xs:annotation>
|
|
174
|
+
<xs:documentation>Botswana</xs:documentation>
|
|
175
|
+
</xs:annotation>
|
|
176
|
+
</xs:enumeration>
|
|
177
|
+
<xs:enumeration value="BX">
|
|
178
|
+
<xs:annotation>
|
|
179
|
+
<xs:documentation>Benelux Office for Intellectual Property (BOIP)</xs:documentation>
|
|
180
|
+
</xs:annotation>
|
|
181
|
+
</xs:enumeration>
|
|
182
|
+
<xs:enumeration value="BY">
|
|
183
|
+
<xs:annotation>
|
|
184
|
+
<xs:documentation>Belarus</xs:documentation>
|
|
185
|
+
</xs:annotation>
|
|
186
|
+
</xs:enumeration>
|
|
187
|
+
<xs:enumeration value="BZ">
|
|
188
|
+
<xs:annotation>
|
|
189
|
+
<xs:documentation>Belize</xs:documentation>
|
|
190
|
+
</xs:annotation>
|
|
191
|
+
</xs:enumeration>
|
|
192
|
+
<xs:enumeration value="CA">
|
|
193
|
+
<xs:annotation>
|
|
194
|
+
<xs:documentation>Canada</xs:documentation>
|
|
195
|
+
</xs:annotation>
|
|
196
|
+
</xs:enumeration>
|
|
197
|
+
<xs:enumeration value="CD">
|
|
198
|
+
<xs:annotation>
|
|
199
|
+
<xs:documentation>Democratic Republic of the Congo</xs:documentation>
|
|
200
|
+
</xs:annotation>
|
|
201
|
+
</xs:enumeration>
|
|
202
|
+
<xs:enumeration value="CF">
|
|
203
|
+
<xs:annotation>
|
|
204
|
+
<xs:documentation>Central African Republic</xs:documentation>
|
|
205
|
+
</xs:annotation>
|
|
206
|
+
</xs:enumeration>
|
|
207
|
+
<xs:enumeration value="CG">
|
|
208
|
+
<xs:annotation>
|
|
209
|
+
<xs:documentation>Congo</xs:documentation>
|
|
210
|
+
</xs:annotation>
|
|
211
|
+
</xs:enumeration>
|
|
212
|
+
<xs:enumeration value="CH">
|
|
213
|
+
<xs:annotation>
|
|
214
|
+
<xs:documentation>Switzerland</xs:documentation>
|
|
215
|
+
</xs:annotation>
|
|
216
|
+
</xs:enumeration>
|
|
217
|
+
<xs:enumeration value="CI">
|
|
218
|
+
<xs:annotation>
|
|
219
|
+
<xs:documentation>Cote D'Ivoire</xs:documentation>
|
|
220
|
+
</xs:annotation>
|
|
221
|
+
</xs:enumeration>
|
|
222
|
+
<xs:enumeration value="CK">
|
|
223
|
+
<xs:annotation>
|
|
224
|
+
<xs:documentation>Cook Islands</xs:documentation>
|
|
225
|
+
</xs:annotation>
|
|
226
|
+
</xs:enumeration>
|
|
227
|
+
<xs:enumeration value="CL">
|
|
228
|
+
<xs:annotation>
|
|
229
|
+
<xs:documentation>Chile</xs:documentation>
|
|
230
|
+
</xs:annotation>
|
|
231
|
+
</xs:enumeration>
|
|
232
|
+
<xs:enumeration value="CM">
|
|
233
|
+
<xs:annotation>
|
|
234
|
+
<xs:documentation>Cameroon</xs:documentation>
|
|
235
|
+
</xs:annotation>
|
|
236
|
+
</xs:enumeration>
|
|
237
|
+
<xs:enumeration value="CN">
|
|
238
|
+
<xs:annotation>
|
|
239
|
+
<xs:documentation>China</xs:documentation>
|
|
240
|
+
</xs:annotation>
|
|
241
|
+
</xs:enumeration>
|
|
242
|
+
<xs:enumeration value="CO">
|
|
243
|
+
<xs:annotation>
|
|
244
|
+
<xs:documentation>Colombia</xs:documentation>
|
|
245
|
+
</xs:annotation>
|
|
246
|
+
</xs:enumeration>
|
|
247
|
+
<xs:enumeration value="CR">
|
|
248
|
+
<xs:annotation>
|
|
249
|
+
<xs:documentation>Costa Rica</xs:documentation>
|
|
250
|
+
</xs:annotation>
|
|
251
|
+
</xs:enumeration>
|
|
252
|
+
<xs:enumeration value="CU">
|
|
253
|
+
<xs:annotation>
|
|
254
|
+
<xs:documentation>Cuba</xs:documentation>
|
|
255
|
+
</xs:annotation>
|
|
256
|
+
</xs:enumeration>
|
|
257
|
+
<xs:enumeration value="CV">
|
|
258
|
+
<xs:annotation>
|
|
259
|
+
<xs:documentation>Cape Verde</xs:documentation>
|
|
260
|
+
</xs:annotation>
|
|
261
|
+
</xs:enumeration>
|
|
262
|
+
<xs:enumeration value="CY">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:documentation>Cyprus</xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
</xs:enumeration>
|
|
267
|
+
<xs:enumeration value="CZ">
|
|
268
|
+
<xs:annotation>
|
|
269
|
+
<xs:documentation>Czech Republic</xs:documentation>
|
|
270
|
+
</xs:annotation>
|
|
271
|
+
</xs:enumeration>
|
|
272
|
+
<xs:enumeration value="DE">
|
|
273
|
+
<xs:annotation>
|
|
274
|
+
<xs:documentation>Germany</xs:documentation>
|
|
275
|
+
</xs:annotation>
|
|
276
|
+
</xs:enumeration>
|
|
277
|
+
<xs:enumeration value="DJ">
|
|
278
|
+
<xs:annotation>
|
|
279
|
+
<xs:documentation>Djibouti</xs:documentation>
|
|
280
|
+
</xs:annotation>
|
|
281
|
+
</xs:enumeration>
|
|
282
|
+
<xs:enumeration value="DK">
|
|
283
|
+
<xs:annotation>
|
|
284
|
+
<xs:documentation>Denmark</xs:documentation>
|
|
285
|
+
</xs:annotation>
|
|
286
|
+
</xs:enumeration>
|
|
287
|
+
<xs:enumeration value="DM">
|
|
288
|
+
<xs:annotation>
|
|
289
|
+
<xs:documentation>Dominica</xs:documentation>
|
|
290
|
+
</xs:annotation>
|
|
291
|
+
</xs:enumeration>
|
|
292
|
+
<xs:enumeration value="DO">
|
|
293
|
+
<xs:annotation>
|
|
294
|
+
<xs:documentation>Dominican Republic</xs:documentation>
|
|
295
|
+
</xs:annotation>
|
|
296
|
+
</xs:enumeration>
|
|
297
|
+
<xs:enumeration value="DZ">
|
|
298
|
+
<xs:annotation>
|
|
299
|
+
<xs:documentation>Algeria</xs:documentation>
|
|
300
|
+
</xs:annotation>
|
|
301
|
+
</xs:enumeration>
|
|
302
|
+
<xs:enumeration value="EA">
|
|
303
|
+
<xs:annotation>
|
|
304
|
+
<xs:documentation>Eurasian Patent Organization (EAPO)</xs:documentation>
|
|
305
|
+
</xs:annotation>
|
|
306
|
+
</xs:enumeration>
|
|
307
|
+
<xs:enumeration value="EC">
|
|
308
|
+
<xs:annotation>
|
|
309
|
+
<xs:documentation>Ecuador</xs:documentation>
|
|
310
|
+
</xs:annotation>
|
|
311
|
+
</xs:enumeration>
|
|
312
|
+
<xs:enumeration value="EE">
|
|
313
|
+
<xs:annotation>
|
|
314
|
+
<xs:documentation>Estonia</xs:documentation>
|
|
315
|
+
</xs:annotation>
|
|
316
|
+
</xs:enumeration>
|
|
317
|
+
<xs:enumeration value="EG">
|
|
318
|
+
<xs:annotation>
|
|
319
|
+
<xs:documentation>Egypt</xs:documentation>
|
|
320
|
+
</xs:annotation>
|
|
321
|
+
</xs:enumeration>
|
|
322
|
+
<xs:enumeration value="EH">
|
|
323
|
+
<xs:annotation>
|
|
324
|
+
<xs:documentation>Western Sahara</xs:documentation>
|
|
325
|
+
</xs:annotation>
|
|
326
|
+
</xs:enumeration>
|
|
327
|
+
<xs:enumeration value="EM">
|
|
328
|
+
<xs:annotation>
|
|
329
|
+
<xs:documentation>Office for Harmonization in the Internal Market (Trademarks and Designs) (OHIM)</xs:documentation>
|
|
330
|
+
</xs:annotation>
|
|
331
|
+
</xs:enumeration>
|
|
332
|
+
<xs:enumeration value="EP">
|
|
333
|
+
<xs:annotation>
|
|
334
|
+
<xs:documentation>European Patent Office (EPO)</xs:documentation>
|
|
335
|
+
</xs:annotation>
|
|
336
|
+
</xs:enumeration>
|
|
337
|
+
<xs:enumeration value="ER">
|
|
338
|
+
<xs:annotation>
|
|
339
|
+
<xs:documentation>Eritrea</xs:documentation>
|
|
340
|
+
</xs:annotation>
|
|
341
|
+
</xs:enumeration>
|
|
342
|
+
<xs:enumeration value="ES">
|
|
343
|
+
<xs:annotation>
|
|
344
|
+
<xs:documentation>Spain</xs:documentation>
|
|
345
|
+
</xs:annotation>
|
|
346
|
+
</xs:enumeration>
|
|
347
|
+
<xs:enumeration value="ET">
|
|
348
|
+
<xs:annotation>
|
|
349
|
+
<xs:documentation>Ethiopia</xs:documentation>
|
|
350
|
+
</xs:annotation>
|
|
351
|
+
</xs:enumeration>
|
|
352
|
+
<xs:enumeration value="FI">
|
|
353
|
+
<xs:annotation>
|
|
354
|
+
<xs:documentation>Finland</xs:documentation>
|
|
355
|
+
</xs:annotation>
|
|
356
|
+
</xs:enumeration>
|
|
357
|
+
<xs:enumeration value="FJ">
|
|
358
|
+
<xs:annotation>
|
|
359
|
+
<xs:documentation>Fiji</xs:documentation>
|
|
360
|
+
</xs:annotation>
|
|
361
|
+
</xs:enumeration>
|
|
362
|
+
<xs:enumeration value="FK">
|
|
363
|
+
<xs:annotation>
|
|
364
|
+
<xs:documentation>Falkland Islands (Malvinas)</xs:documentation>
|
|
365
|
+
</xs:annotation>
|
|
366
|
+
</xs:enumeration>
|
|
367
|
+
<xs:enumeration value="FO">
|
|
368
|
+
<xs:annotation>
|
|
369
|
+
<xs:documentation>Faroe Islands</xs:documentation>
|
|
370
|
+
</xs:annotation>
|
|
371
|
+
</xs:enumeration>
|
|
372
|
+
<xs:enumeration value="FR">
|
|
373
|
+
<xs:annotation>
|
|
374
|
+
<xs:documentation>France</xs:documentation>
|
|
375
|
+
</xs:annotation>
|
|
376
|
+
</xs:enumeration>
|
|
377
|
+
<xs:enumeration value="GA">
|
|
378
|
+
<xs:annotation>
|
|
379
|
+
<xs:documentation>Gabon</xs:documentation>
|
|
380
|
+
</xs:annotation>
|
|
381
|
+
</xs:enumeration>
|
|
382
|
+
<xs:enumeration value="GB">
|
|
383
|
+
<xs:annotation>
|
|
384
|
+
<xs:documentation>United Kingdom</xs:documentation>
|
|
385
|
+
</xs:annotation>
|
|
386
|
+
</xs:enumeration>
|
|
387
|
+
<xs:enumeration value="GC">
|
|
388
|
+
<xs:annotation>
|
|
389
|
+
<xs:documentation>Patent Office of the Cooperation Council for the Arab States of the Gulf (GCC)</xs:documentation>
|
|
390
|
+
</xs:annotation>
|
|
391
|
+
</xs:enumeration>
|
|
392
|
+
<xs:enumeration value="GD">
|
|
393
|
+
<xs:annotation>
|
|
394
|
+
<xs:documentation>Grenada</xs:documentation>
|
|
395
|
+
</xs:annotation>
|
|
396
|
+
</xs:enumeration>
|
|
397
|
+
<xs:enumeration value="GE">
|
|
398
|
+
<xs:annotation>
|
|
399
|
+
<xs:documentation>Georgia</xs:documentation>
|
|
400
|
+
</xs:annotation>
|
|
401
|
+
</xs:enumeration>
|
|
402
|
+
<xs:enumeration value="GG">
|
|
403
|
+
<xs:annotation>
|
|
404
|
+
<xs:documentation>Guernsey</xs:documentation>
|
|
405
|
+
</xs:annotation>
|
|
406
|
+
</xs:enumeration>
|
|
407
|
+
<xs:enumeration value="GH">
|
|
408
|
+
<xs:annotation>
|
|
409
|
+
<xs:documentation>Ghana</xs:documentation>
|
|
410
|
+
</xs:annotation>
|
|
411
|
+
</xs:enumeration>
|
|
412
|
+
<xs:enumeration value="GI">
|
|
413
|
+
<xs:annotation>
|
|
414
|
+
<xs:documentation>Gibraltar</xs:documentation>
|
|
415
|
+
</xs:annotation>
|
|
416
|
+
</xs:enumeration>
|
|
417
|
+
<xs:enumeration value="GL">
|
|
418
|
+
<xs:annotation>
|
|
419
|
+
<xs:documentation>Greenland</xs:documentation>
|
|
420
|
+
</xs:annotation>
|
|
421
|
+
</xs:enumeration>
|
|
422
|
+
<xs:enumeration value="GM">
|
|
423
|
+
<xs:annotation>
|
|
424
|
+
<xs:documentation>Gambia</xs:documentation>
|
|
425
|
+
</xs:annotation>
|
|
426
|
+
</xs:enumeration>
|
|
427
|
+
<xs:enumeration value="GN">
|
|
428
|
+
<xs:annotation>
|
|
429
|
+
<xs:documentation>Guinea</xs:documentation>
|
|
430
|
+
</xs:annotation>
|
|
431
|
+
</xs:enumeration>
|
|
432
|
+
<xs:enumeration value="GQ">
|
|
433
|
+
<xs:annotation>
|
|
434
|
+
<xs:documentation>Equatorial Guinea</xs:documentation>
|
|
435
|
+
</xs:annotation>
|
|
436
|
+
</xs:enumeration>
|
|
437
|
+
<xs:enumeration value="GR">
|
|
438
|
+
<xs:annotation>
|
|
439
|
+
<xs:documentation>Greece</xs:documentation>
|
|
440
|
+
</xs:annotation>
|
|
441
|
+
</xs:enumeration>
|
|
442
|
+
<xs:enumeration value="GS">
|
|
443
|
+
<xs:annotation>
|
|
444
|
+
<xs:documentation>South Georgia and South Sandwich Islands</xs:documentation>
|
|
445
|
+
</xs:annotation>
|
|
446
|
+
</xs:enumeration>
|
|
447
|
+
<xs:enumeration value="GT">
|
|
448
|
+
<xs:annotation>
|
|
449
|
+
<xs:documentation>Guatemala</xs:documentation>
|
|
450
|
+
</xs:annotation>
|
|
451
|
+
</xs:enumeration>
|
|
452
|
+
<xs:enumeration value="GW">
|
|
453
|
+
<xs:annotation>
|
|
454
|
+
<xs:documentation>Guinea-Bissau</xs:documentation>
|
|
455
|
+
</xs:annotation>
|
|
456
|
+
</xs:enumeration>
|
|
457
|
+
<xs:enumeration value="GY">
|
|
458
|
+
<xs:annotation>
|
|
459
|
+
<xs:documentation>Guyana</xs:documentation>
|
|
460
|
+
</xs:annotation>
|
|
461
|
+
</xs:enumeration>
|
|
462
|
+
<xs:enumeration value="HK">
|
|
463
|
+
<xs:annotation>
|
|
464
|
+
<xs:documentation>The Hong Kong Special Administration Region of the People's Republic of China</xs:documentation>
|
|
465
|
+
</xs:annotation>
|
|
466
|
+
</xs:enumeration>
|
|
467
|
+
<xs:enumeration value="HN">
|
|
468
|
+
<xs:annotation>
|
|
469
|
+
<xs:documentation>Honduras</xs:documentation>
|
|
470
|
+
</xs:annotation>
|
|
471
|
+
</xs:enumeration>
|
|
472
|
+
<xs:enumeration value="HR">
|
|
473
|
+
<xs:annotation>
|
|
474
|
+
<xs:documentation>Croatia</xs:documentation>
|
|
475
|
+
</xs:annotation>
|
|
476
|
+
</xs:enumeration>
|
|
477
|
+
<xs:enumeration value="HT">
|
|
478
|
+
<xs:annotation>
|
|
479
|
+
<xs:documentation>Haiti</xs:documentation>
|
|
480
|
+
</xs:annotation>
|
|
481
|
+
</xs:enumeration>
|
|
482
|
+
<xs:enumeration value="HU">
|
|
483
|
+
<xs:annotation>
|
|
484
|
+
<xs:documentation>Hungary</xs:documentation>
|
|
485
|
+
</xs:annotation>
|
|
486
|
+
</xs:enumeration>
|
|
487
|
+
<xs:enumeration value="IB">
|
|
488
|
+
<xs:annotation>
|
|
489
|
+
<xs:documentation>International Bureau of the World Intellectual Property Organization (WIPO)</xs:documentation>
|
|
490
|
+
</xs:annotation>
|
|
491
|
+
</xs:enumeration>
|
|
492
|
+
<xs:enumeration value="ID">
|
|
493
|
+
<xs:annotation>
|
|
494
|
+
<xs:documentation>Indonesia</xs:documentation>
|
|
495
|
+
</xs:annotation>
|
|
496
|
+
</xs:enumeration>
|
|
497
|
+
<xs:enumeration value="IE">
|
|
498
|
+
<xs:annotation>
|
|
499
|
+
<xs:documentation>Ireland</xs:documentation>
|
|
500
|
+
</xs:annotation>
|
|
501
|
+
</xs:enumeration>
|
|
502
|
+
<xs:enumeration value="IL">
|
|
503
|
+
<xs:annotation>
|
|
504
|
+
<xs:documentation>Israel</xs:documentation>
|
|
505
|
+
</xs:annotation>
|
|
506
|
+
</xs:enumeration>
|
|
507
|
+
<xs:enumeration value="IM">
|
|
508
|
+
<xs:annotation>
|
|
509
|
+
<xs:documentation>Isle of Man</xs:documentation>
|
|
510
|
+
</xs:annotation>
|
|
511
|
+
</xs:enumeration>
|
|
512
|
+
<xs:enumeration value="IN">
|
|
513
|
+
<xs:annotation>
|
|
514
|
+
<xs:documentation>India</xs:documentation>
|
|
515
|
+
</xs:annotation>
|
|
516
|
+
</xs:enumeration>
|
|
517
|
+
<xs:enumeration value="IQ">
|
|
518
|
+
<xs:annotation>
|
|
519
|
+
<xs:documentation>Iraq</xs:documentation>
|
|
520
|
+
</xs:annotation>
|
|
521
|
+
</xs:enumeration>
|
|
522
|
+
<xs:enumeration value="IR">
|
|
523
|
+
<xs:annotation>
|
|
524
|
+
<xs:documentation>Iran (Islamic Republic of)</xs:documentation>
|
|
525
|
+
</xs:annotation>
|
|
526
|
+
</xs:enumeration>
|
|
527
|
+
<xs:enumeration value="IS">
|
|
528
|
+
<xs:annotation>
|
|
529
|
+
<xs:documentation>Iceland</xs:documentation>
|
|
530
|
+
</xs:annotation>
|
|
531
|
+
</xs:enumeration>
|
|
532
|
+
<xs:enumeration value="IT">
|
|
533
|
+
<xs:annotation>
|
|
534
|
+
<xs:documentation>Italy</xs:documentation>
|
|
535
|
+
</xs:annotation>
|
|
536
|
+
</xs:enumeration>
|
|
537
|
+
<xs:enumeration value="JE">
|
|
538
|
+
<xs:annotation>
|
|
539
|
+
<xs:documentation>Jersey</xs:documentation>
|
|
540
|
+
</xs:annotation>
|
|
541
|
+
</xs:enumeration>
|
|
542
|
+
<xs:enumeration value="JM">
|
|
543
|
+
<xs:annotation>
|
|
544
|
+
<xs:documentation>Jamaica</xs:documentation>
|
|
545
|
+
</xs:annotation>
|
|
546
|
+
</xs:enumeration>
|
|
547
|
+
<xs:enumeration value="JO">
|
|
548
|
+
<xs:annotation>
|
|
549
|
+
<xs:documentation>Jordan</xs:documentation>
|
|
550
|
+
</xs:annotation>
|
|
551
|
+
</xs:enumeration>
|
|
552
|
+
<xs:enumeration value="JP">
|
|
553
|
+
<xs:annotation>
|
|
554
|
+
<xs:documentation>Japan</xs:documentation>
|
|
555
|
+
</xs:annotation>
|
|
556
|
+
</xs:enumeration>
|
|
557
|
+
<xs:enumeration value="KE">
|
|
558
|
+
<xs:annotation>
|
|
559
|
+
<xs:documentation>Kenya</xs:documentation>
|
|
560
|
+
</xs:annotation>
|
|
561
|
+
</xs:enumeration>
|
|
562
|
+
<xs:enumeration value="KG">
|
|
563
|
+
<xs:annotation>
|
|
564
|
+
<xs:documentation>Kyrgyzstan</xs:documentation>
|
|
565
|
+
</xs:annotation>
|
|
566
|
+
</xs:enumeration>
|
|
567
|
+
<xs:enumeration value="KH">
|
|
568
|
+
<xs:annotation>
|
|
569
|
+
<xs:documentation>Cambodia</xs:documentation>
|
|
570
|
+
</xs:annotation>
|
|
571
|
+
</xs:enumeration>
|
|
572
|
+
<xs:enumeration value="KI">
|
|
573
|
+
<xs:annotation>
|
|
574
|
+
<xs:documentation>Kiribati</xs:documentation>
|
|
575
|
+
</xs:annotation>
|
|
576
|
+
</xs:enumeration>
|
|
577
|
+
<xs:enumeration value="KM">
|
|
578
|
+
<xs:annotation>
|
|
579
|
+
<xs:documentation>Comoros</xs:documentation>
|
|
580
|
+
</xs:annotation>
|
|
581
|
+
</xs:enumeration>
|
|
582
|
+
<xs:enumeration value="KN">
|
|
583
|
+
<xs:annotation>
|
|
584
|
+
<xs:documentation>Saint Kitts and Nevis</xs:documentation>
|
|
585
|
+
</xs:annotation>
|
|
586
|
+
</xs:enumeration>
|
|
587
|
+
<xs:enumeration value="KP">
|
|
588
|
+
<xs:annotation>
|
|
589
|
+
<xs:documentation>Democratic People's Republic of Korea</xs:documentation>
|
|
590
|
+
</xs:annotation>
|
|
591
|
+
</xs:enumeration>
|
|
592
|
+
<xs:enumeration value="KR">
|
|
593
|
+
<xs:annotation>
|
|
594
|
+
<xs:documentation>Republic of Korea</xs:documentation>
|
|
595
|
+
</xs:annotation>
|
|
596
|
+
</xs:enumeration>
|
|
597
|
+
<xs:enumeration value="KW">
|
|
598
|
+
<xs:annotation>
|
|
599
|
+
<xs:documentation>Kuwait</xs:documentation>
|
|
600
|
+
</xs:annotation>
|
|
601
|
+
</xs:enumeration>
|
|
602
|
+
<xs:enumeration value="KY">
|
|
603
|
+
<xs:annotation>
|
|
604
|
+
<xs:documentation>Cayman Islands</xs:documentation>
|
|
605
|
+
</xs:annotation>
|
|
606
|
+
</xs:enumeration>
|
|
607
|
+
<xs:enumeration value="KZ">
|
|
608
|
+
<xs:annotation>
|
|
609
|
+
<xs:documentation>Kazakhstan</xs:documentation>
|
|
610
|
+
</xs:annotation>
|
|
611
|
+
</xs:enumeration>
|
|
612
|
+
<xs:enumeration value="LA">
|
|
613
|
+
<xs:annotation>
|
|
614
|
+
<xs:documentation>Lao People's Democratic Republic</xs:documentation>
|
|
615
|
+
</xs:annotation>
|
|
616
|
+
</xs:enumeration>
|
|
617
|
+
<xs:enumeration value="LB">
|
|
618
|
+
<xs:annotation>
|
|
619
|
+
<xs:documentation>Lebanon</xs:documentation>
|
|
620
|
+
</xs:annotation>
|
|
621
|
+
</xs:enumeration>
|
|
622
|
+
<xs:enumeration value="LC">
|
|
623
|
+
<xs:annotation>
|
|
624
|
+
<xs:documentation>Saint Lucia</xs:documentation>
|
|
625
|
+
</xs:annotation>
|
|
626
|
+
</xs:enumeration>
|
|
627
|
+
<xs:enumeration value="LI">
|
|
628
|
+
<xs:annotation>
|
|
629
|
+
<xs:documentation>Liechtenstein</xs:documentation>
|
|
630
|
+
</xs:annotation>
|
|
631
|
+
</xs:enumeration>
|
|
632
|
+
<xs:enumeration value="LK">
|
|
633
|
+
<xs:annotation>
|
|
634
|
+
<xs:documentation>Sri Lanka</xs:documentation>
|
|
635
|
+
</xs:annotation>
|
|
636
|
+
</xs:enumeration>
|
|
637
|
+
<xs:enumeration value="LR">
|
|
638
|
+
<xs:annotation>
|
|
639
|
+
<xs:documentation>Liberia</xs:documentation>
|
|
640
|
+
</xs:annotation>
|
|
641
|
+
</xs:enumeration>
|
|
642
|
+
<xs:enumeration value="LS">
|
|
643
|
+
<xs:annotation>
|
|
644
|
+
<xs:documentation>Lesotho</xs:documentation>
|
|
645
|
+
</xs:annotation>
|
|
646
|
+
</xs:enumeration>
|
|
647
|
+
<xs:enumeration value="LT">
|
|
648
|
+
<xs:annotation>
|
|
649
|
+
<xs:documentation>Lithuania</xs:documentation>
|
|
650
|
+
</xs:annotation>
|
|
651
|
+
</xs:enumeration>
|
|
652
|
+
<xs:enumeration value="LU">
|
|
653
|
+
<xs:annotation>
|
|
654
|
+
<xs:documentation>Luxembourg</xs:documentation>
|
|
655
|
+
</xs:annotation>
|
|
656
|
+
</xs:enumeration>
|
|
657
|
+
<xs:enumeration value="LV">
|
|
658
|
+
<xs:annotation>
|
|
659
|
+
<xs:documentation>Latvia</xs:documentation>
|
|
660
|
+
</xs:annotation>
|
|
661
|
+
</xs:enumeration>
|
|
662
|
+
<xs:enumeration value="LY">
|
|
663
|
+
<xs:annotation>
|
|
664
|
+
<xs:documentation>Libyan Arab Jamahiriya</xs:documentation>
|
|
665
|
+
</xs:annotation>
|
|
666
|
+
</xs:enumeration>
|
|
667
|
+
<xs:enumeration value="MA">
|
|
668
|
+
<xs:annotation>
|
|
669
|
+
<xs:documentation>Morocco</xs:documentation>
|
|
670
|
+
</xs:annotation>
|
|
671
|
+
</xs:enumeration>
|
|
672
|
+
<xs:enumeration value="MC">
|
|
673
|
+
<xs:annotation>
|
|
674
|
+
<xs:documentation>Monaco</xs:documentation>
|
|
675
|
+
</xs:annotation>
|
|
676
|
+
</xs:enumeration>
|
|
677
|
+
<xs:enumeration value="MD">
|
|
678
|
+
<xs:annotation>
|
|
679
|
+
<xs:documentation>Republic of Moldova</xs:documentation>
|
|
680
|
+
</xs:annotation>
|
|
681
|
+
</xs:enumeration>
|
|
682
|
+
<xs:enumeration value="ME">
|
|
683
|
+
<xs:annotation>
|
|
684
|
+
<xs:documentation>Montenegro</xs:documentation>
|
|
685
|
+
</xs:annotation>
|
|
686
|
+
</xs:enumeration>
|
|
687
|
+
<xs:enumeration value="MG">
|
|
688
|
+
<xs:annotation>
|
|
689
|
+
<xs:documentation>Madagascar</xs:documentation>
|
|
690
|
+
</xs:annotation>
|
|
691
|
+
</xs:enumeration>
|
|
692
|
+
<xs:enumeration value="MK">
|
|
693
|
+
<xs:annotation>
|
|
694
|
+
<xs:documentation>The former Yugoslav Republic of Macedonia</xs:documentation>
|
|
695
|
+
</xs:annotation>
|
|
696
|
+
</xs:enumeration>
|
|
697
|
+
<xs:enumeration value="ML">
|
|
698
|
+
<xs:annotation>
|
|
699
|
+
<xs:documentation>Mali</xs:documentation>
|
|
700
|
+
</xs:annotation>
|
|
701
|
+
</xs:enumeration>
|
|
702
|
+
<xs:enumeration value="MM">
|
|
703
|
+
<xs:annotation>
|
|
704
|
+
<xs:documentation>Myanmar</xs:documentation>
|
|
705
|
+
</xs:annotation>
|
|
706
|
+
</xs:enumeration>
|
|
707
|
+
<xs:enumeration value="MN">
|
|
708
|
+
<xs:annotation>
|
|
709
|
+
<xs:documentation>Mongolia</xs:documentation>
|
|
710
|
+
</xs:annotation>
|
|
711
|
+
</xs:enumeration>
|
|
712
|
+
<xs:enumeration value="MO">
|
|
713
|
+
<xs:annotation>
|
|
714
|
+
<xs:documentation>Macau</xs:documentation>
|
|
715
|
+
</xs:annotation>
|
|
716
|
+
</xs:enumeration>
|
|
717
|
+
<xs:enumeration value="MP">
|
|
718
|
+
<xs:annotation>
|
|
719
|
+
<xs:documentation>Northern Mariana Islands</xs:documentation>
|
|
720
|
+
</xs:annotation>
|
|
721
|
+
</xs:enumeration>
|
|
722
|
+
<xs:enumeration value="MR">
|
|
723
|
+
<xs:annotation>
|
|
724
|
+
<xs:documentation>Mauritania</xs:documentation>
|
|
725
|
+
</xs:annotation>
|
|
726
|
+
</xs:enumeration>
|
|
727
|
+
<xs:enumeration value="MS">
|
|
728
|
+
<xs:annotation>
|
|
729
|
+
<xs:documentation>Montserrat</xs:documentation>
|
|
730
|
+
</xs:annotation>
|
|
731
|
+
</xs:enumeration>
|
|
732
|
+
<xs:enumeration value="MT">
|
|
733
|
+
<xs:annotation>
|
|
734
|
+
<xs:documentation>Malta</xs:documentation>
|
|
735
|
+
</xs:annotation>
|
|
736
|
+
</xs:enumeration>
|
|
737
|
+
<xs:enumeration value="MU">
|
|
738
|
+
<xs:annotation>
|
|
739
|
+
<xs:documentation>Mauritius</xs:documentation>
|
|
740
|
+
</xs:annotation>
|
|
741
|
+
</xs:enumeration>
|
|
742
|
+
<xs:enumeration value="MV">
|
|
743
|
+
<xs:annotation>
|
|
744
|
+
<xs:documentation>Maldives</xs:documentation>
|
|
745
|
+
</xs:annotation>
|
|
746
|
+
</xs:enumeration>
|
|
747
|
+
<xs:enumeration value="MW">
|
|
748
|
+
<xs:annotation>
|
|
749
|
+
<xs:documentation>Malawi</xs:documentation>
|
|
750
|
+
</xs:annotation>
|
|
751
|
+
</xs:enumeration>
|
|
752
|
+
<xs:enumeration value="MX">
|
|
753
|
+
<xs:annotation>
|
|
754
|
+
<xs:documentation>Mexico</xs:documentation>
|
|
755
|
+
</xs:annotation>
|
|
756
|
+
</xs:enumeration>
|
|
757
|
+
<xs:enumeration value="MY">
|
|
758
|
+
<xs:annotation>
|
|
759
|
+
<xs:documentation>Malaysia</xs:documentation>
|
|
760
|
+
</xs:annotation>
|
|
761
|
+
</xs:enumeration>
|
|
762
|
+
<xs:enumeration value="MZ">
|
|
763
|
+
<xs:annotation>
|
|
764
|
+
<xs:documentation>Mozambique</xs:documentation>
|
|
765
|
+
</xs:annotation>
|
|
766
|
+
</xs:enumeration>
|
|
767
|
+
<xs:enumeration value="NA">
|
|
768
|
+
<xs:annotation>
|
|
769
|
+
<xs:documentation>Namibia</xs:documentation>
|
|
770
|
+
</xs:annotation>
|
|
771
|
+
</xs:enumeration>
|
|
772
|
+
<xs:enumeration value="NE">
|
|
773
|
+
<xs:annotation>
|
|
774
|
+
<xs:documentation>Niger</xs:documentation>
|
|
775
|
+
</xs:annotation>
|
|
776
|
+
</xs:enumeration>
|
|
777
|
+
<xs:enumeration value="NG">
|
|
778
|
+
<xs:annotation>
|
|
779
|
+
<xs:documentation>Nigeria</xs:documentation>
|
|
780
|
+
</xs:annotation>
|
|
781
|
+
</xs:enumeration>
|
|
782
|
+
<xs:enumeration value="NI">
|
|
783
|
+
<xs:annotation>
|
|
784
|
+
<xs:documentation>Nicaragua</xs:documentation>
|
|
785
|
+
</xs:annotation>
|
|
786
|
+
</xs:enumeration>
|
|
787
|
+
<xs:enumeration value="NL">
|
|
788
|
+
<xs:annotation>
|
|
789
|
+
<xs:documentation>Netherlands</xs:documentation>
|
|
790
|
+
</xs:annotation>
|
|
791
|
+
</xs:enumeration>
|
|
792
|
+
<xs:enumeration value="NO">
|
|
793
|
+
<xs:annotation>
|
|
794
|
+
<xs:documentation>Norway</xs:documentation>
|
|
795
|
+
</xs:annotation>
|
|
796
|
+
</xs:enumeration>
|
|
797
|
+
<xs:enumeration value="NP">
|
|
798
|
+
<xs:annotation>
|
|
799
|
+
<xs:documentation>Nepal</xs:documentation>
|
|
800
|
+
</xs:annotation>
|
|
801
|
+
</xs:enumeration>
|
|
802
|
+
<xs:enumeration value="NR">
|
|
803
|
+
<xs:annotation>
|
|
804
|
+
<xs:documentation>Nauru</xs:documentation>
|
|
805
|
+
</xs:annotation>
|
|
806
|
+
</xs:enumeration>
|
|
807
|
+
<xs:enumeration value="NZ">
|
|
808
|
+
<xs:annotation>
|
|
809
|
+
<xs:documentation>New Zealand</xs:documentation>
|
|
810
|
+
</xs:annotation>
|
|
811
|
+
</xs:enumeration>
|
|
812
|
+
<xs:enumeration value="OA">
|
|
813
|
+
<xs:annotation>
|
|
814
|
+
<xs:documentation>African Intellectual Property Organization (OAPI)</xs:documentation>
|
|
815
|
+
</xs:annotation>
|
|
816
|
+
</xs:enumeration>
|
|
817
|
+
<xs:enumeration value="OM">
|
|
818
|
+
<xs:annotation>
|
|
819
|
+
<xs:documentation>Oman</xs:documentation>
|
|
820
|
+
</xs:annotation>
|
|
821
|
+
</xs:enumeration>
|
|
822
|
+
<xs:enumeration value="PA">
|
|
823
|
+
<xs:annotation>
|
|
824
|
+
<xs:documentation>Panama</xs:documentation>
|
|
825
|
+
</xs:annotation>
|
|
826
|
+
</xs:enumeration>
|
|
827
|
+
<xs:enumeration value="PE">
|
|
828
|
+
<xs:annotation>
|
|
829
|
+
<xs:documentation>Peru</xs:documentation>
|
|
830
|
+
</xs:annotation>
|
|
831
|
+
</xs:enumeration>
|
|
832
|
+
<xs:enumeration value="PG">
|
|
833
|
+
<xs:annotation>
|
|
834
|
+
<xs:documentation>Papua New Guinea</xs:documentation>
|
|
835
|
+
</xs:annotation>
|
|
836
|
+
</xs:enumeration>
|
|
837
|
+
<xs:enumeration value="PH">
|
|
838
|
+
<xs:annotation>
|
|
839
|
+
<xs:documentation>Philippines</xs:documentation>
|
|
840
|
+
</xs:annotation>
|
|
841
|
+
</xs:enumeration>
|
|
842
|
+
<xs:enumeration value="PK">
|
|
843
|
+
<xs:annotation>
|
|
844
|
+
<xs:documentation>Pakistan</xs:documentation>
|
|
845
|
+
</xs:annotation>
|
|
846
|
+
</xs:enumeration>
|
|
847
|
+
<xs:enumeration value="PL">
|
|
848
|
+
<xs:annotation>
|
|
849
|
+
<xs:documentation>Poland</xs:documentation>
|
|
850
|
+
</xs:annotation>
|
|
851
|
+
</xs:enumeration>
|
|
852
|
+
<xs:enumeration value="PT">
|
|
853
|
+
<xs:annotation>
|
|
854
|
+
<xs:documentation>Portugal</xs:documentation>
|
|
855
|
+
</xs:annotation>
|
|
856
|
+
</xs:enumeration>
|
|
857
|
+
<xs:enumeration value="PW">
|
|
858
|
+
<xs:annotation>
|
|
859
|
+
<xs:documentation>Palau</xs:documentation>
|
|
860
|
+
</xs:annotation>
|
|
861
|
+
</xs:enumeration>
|
|
862
|
+
<xs:enumeration value="PY">
|
|
863
|
+
<xs:annotation>
|
|
864
|
+
<xs:documentation>Paraguay</xs:documentation>
|
|
865
|
+
</xs:annotation>
|
|
866
|
+
</xs:enumeration>
|
|
867
|
+
<xs:enumeration value="QA">
|
|
868
|
+
<xs:annotation>
|
|
869
|
+
<xs:documentation>Qatar</xs:documentation>
|
|
870
|
+
</xs:annotation>
|
|
871
|
+
</xs:enumeration>
|
|
872
|
+
<xs:enumeration value="QZ">
|
|
873
|
+
<xs:annotation>
|
|
874
|
+
<xs:documentation>Community Plant Variety Office (European Community) (CPVO)</xs:documentation>
|
|
875
|
+
</xs:annotation>
|
|
876
|
+
</xs:enumeration>
|
|
877
|
+
<xs:enumeration value="RO">
|
|
878
|
+
<xs:annotation>
|
|
879
|
+
<xs:documentation>Romania</xs:documentation>
|
|
880
|
+
</xs:annotation>
|
|
881
|
+
</xs:enumeration>
|
|
882
|
+
<xs:enumeration value="RS">
|
|
883
|
+
<xs:annotation>
|
|
884
|
+
<xs:documentation>Serbia</xs:documentation>
|
|
885
|
+
</xs:annotation>
|
|
886
|
+
</xs:enumeration>
|
|
887
|
+
<xs:enumeration value="RU">
|
|
888
|
+
<xs:annotation>
|
|
889
|
+
<xs:documentation>Russian Federation</xs:documentation>
|
|
890
|
+
</xs:annotation>
|
|
891
|
+
</xs:enumeration>
|
|
892
|
+
<xs:enumeration value="RW">
|
|
893
|
+
<xs:annotation>
|
|
894
|
+
<xs:documentation>Rwanda</xs:documentation>
|
|
895
|
+
</xs:annotation>
|
|
896
|
+
</xs:enumeration>
|
|
897
|
+
<xs:enumeration value="SA">
|
|
898
|
+
<xs:annotation>
|
|
899
|
+
<xs:documentation>Saudi Arabia</xs:documentation>
|
|
900
|
+
</xs:annotation>
|
|
901
|
+
</xs:enumeration>
|
|
902
|
+
<xs:enumeration value="SB">
|
|
903
|
+
<xs:annotation>
|
|
904
|
+
<xs:documentation>Solomon Islands</xs:documentation>
|
|
905
|
+
</xs:annotation>
|
|
906
|
+
</xs:enumeration>
|
|
907
|
+
<xs:enumeration value="SC">
|
|
908
|
+
<xs:annotation>
|
|
909
|
+
<xs:documentation>Seychelles</xs:documentation>
|
|
910
|
+
</xs:annotation>
|
|
911
|
+
</xs:enumeration>
|
|
912
|
+
<xs:enumeration value="SD">
|
|
913
|
+
<xs:annotation>
|
|
914
|
+
<xs:documentation>Sudan</xs:documentation>
|
|
915
|
+
</xs:annotation>
|
|
916
|
+
</xs:enumeration>
|
|
917
|
+
<xs:enumeration value="SE">
|
|
918
|
+
<xs:annotation>
|
|
919
|
+
<xs:documentation>Sweden</xs:documentation>
|
|
920
|
+
</xs:annotation>
|
|
921
|
+
</xs:enumeration>
|
|
922
|
+
<xs:enumeration value="SG">
|
|
923
|
+
<xs:annotation>
|
|
924
|
+
<xs:documentation>Singapore</xs:documentation>
|
|
925
|
+
</xs:annotation>
|
|
926
|
+
</xs:enumeration>
|
|
927
|
+
<xs:enumeration value="SH">
|
|
928
|
+
<xs:annotation>
|
|
929
|
+
<xs:documentation>Saint Helena</xs:documentation>
|
|
930
|
+
</xs:annotation>
|
|
931
|
+
</xs:enumeration>
|
|
932
|
+
<xs:enumeration value="SI">
|
|
933
|
+
<xs:annotation>
|
|
934
|
+
<xs:documentation>Slovenia</xs:documentation>
|
|
935
|
+
</xs:annotation>
|
|
936
|
+
</xs:enumeration>
|
|
937
|
+
<xs:enumeration value="SK">
|
|
938
|
+
<xs:annotation>
|
|
939
|
+
<xs:documentation>Slovakia</xs:documentation>
|
|
940
|
+
</xs:annotation>
|
|
941
|
+
</xs:enumeration>
|
|
942
|
+
<xs:enumeration value="SL">
|
|
943
|
+
<xs:annotation>
|
|
944
|
+
<xs:documentation>Sierra Leone</xs:documentation>
|
|
945
|
+
</xs:annotation>
|
|
946
|
+
</xs:enumeration>
|
|
947
|
+
<xs:enumeration value="SM">
|
|
948
|
+
<xs:annotation>
|
|
949
|
+
<xs:documentation>San Marino</xs:documentation>
|
|
950
|
+
</xs:annotation>
|
|
951
|
+
</xs:enumeration>
|
|
952
|
+
<xs:enumeration value="SN">
|
|
953
|
+
<xs:annotation>
|
|
954
|
+
<xs:documentation>Senegal</xs:documentation>
|
|
955
|
+
</xs:annotation>
|
|
956
|
+
</xs:enumeration>
|
|
957
|
+
<xs:enumeration value="SO">
|
|
958
|
+
<xs:annotation>
|
|
959
|
+
<xs:documentation>Somalia</xs:documentation>
|
|
960
|
+
</xs:annotation>
|
|
961
|
+
</xs:enumeration>
|
|
962
|
+
<xs:enumeration value="SR">
|
|
963
|
+
<xs:annotation>
|
|
964
|
+
<xs:documentation>Suriname</xs:documentation>
|
|
965
|
+
</xs:annotation>
|
|
966
|
+
</xs:enumeration>
|
|
967
|
+
<xs:enumeration value="ST">
|
|
968
|
+
<xs:annotation>
|
|
969
|
+
<xs:documentation>Sao Tome and Principe</xs:documentation>
|
|
970
|
+
</xs:annotation>
|
|
971
|
+
</xs:enumeration>
|
|
972
|
+
<xs:enumeration value="SV">
|
|
973
|
+
<xs:annotation>
|
|
974
|
+
<xs:documentation>El Salvador</xs:documentation>
|
|
975
|
+
</xs:annotation>
|
|
976
|
+
</xs:enumeration>
|
|
977
|
+
<xs:enumeration value="SY">
|
|
978
|
+
<xs:annotation>
|
|
979
|
+
<xs:documentation>Syrian Arab Republic</xs:documentation>
|
|
980
|
+
</xs:annotation>
|
|
981
|
+
</xs:enumeration>
|
|
982
|
+
<xs:enumeration value="SZ">
|
|
983
|
+
<xs:annotation>
|
|
984
|
+
<xs:documentation>Swaziland</xs:documentation>
|
|
985
|
+
</xs:annotation>
|
|
986
|
+
</xs:enumeration>
|
|
987
|
+
<xs:enumeration value="TC">
|
|
988
|
+
<xs:annotation>
|
|
989
|
+
<xs:documentation>Turks and Caicos Islands</xs:documentation>
|
|
990
|
+
</xs:annotation>
|
|
991
|
+
</xs:enumeration>
|
|
992
|
+
<xs:enumeration value="TD">
|
|
993
|
+
<xs:annotation>
|
|
994
|
+
<xs:documentation>Chad</xs:documentation>
|
|
995
|
+
</xs:annotation>
|
|
996
|
+
</xs:enumeration>
|
|
997
|
+
<xs:enumeration value="TG">
|
|
998
|
+
<xs:annotation>
|
|
999
|
+
<xs:documentation>Togo</xs:documentation>
|
|
1000
|
+
</xs:annotation>
|
|
1001
|
+
</xs:enumeration>
|
|
1002
|
+
<xs:enumeration value="TH">
|
|
1003
|
+
<xs:annotation>
|
|
1004
|
+
<xs:documentation>Thailand</xs:documentation>
|
|
1005
|
+
</xs:annotation>
|
|
1006
|
+
</xs:enumeration>
|
|
1007
|
+
<xs:enumeration value="TJ">
|
|
1008
|
+
<xs:annotation>
|
|
1009
|
+
<xs:documentation>Tajikistan</xs:documentation>
|
|
1010
|
+
</xs:annotation>
|
|
1011
|
+
</xs:enumeration>
|
|
1012
|
+
<xs:enumeration value="TL">
|
|
1013
|
+
<xs:annotation>
|
|
1014
|
+
<xs:documentation>Timor-Leste</xs:documentation>
|
|
1015
|
+
</xs:annotation>
|
|
1016
|
+
</xs:enumeration>
|
|
1017
|
+
<xs:enumeration value="TM">
|
|
1018
|
+
<xs:annotation>
|
|
1019
|
+
<xs:documentation>Turkmenistan</xs:documentation>
|
|
1020
|
+
</xs:annotation>
|
|
1021
|
+
</xs:enumeration>
|
|
1022
|
+
<xs:enumeration value="TN">
|
|
1023
|
+
<xs:annotation>
|
|
1024
|
+
<xs:documentation>Tunisia</xs:documentation>
|
|
1025
|
+
</xs:annotation>
|
|
1026
|
+
</xs:enumeration>
|
|
1027
|
+
<xs:enumeration value="TO">
|
|
1028
|
+
<xs:annotation>
|
|
1029
|
+
<xs:documentation>Tonga</xs:documentation>
|
|
1030
|
+
</xs:annotation>
|
|
1031
|
+
</xs:enumeration>
|
|
1032
|
+
<xs:enumeration value="TR">
|
|
1033
|
+
<xs:annotation>
|
|
1034
|
+
<xs:documentation>Turkey</xs:documentation>
|
|
1035
|
+
</xs:annotation>
|
|
1036
|
+
</xs:enumeration>
|
|
1037
|
+
<xs:enumeration value="TT">
|
|
1038
|
+
<xs:annotation>
|
|
1039
|
+
<xs:documentation>Trinidad and Tobago</xs:documentation>
|
|
1040
|
+
</xs:annotation>
|
|
1041
|
+
</xs:enumeration>
|
|
1042
|
+
<xs:enumeration value="TV">
|
|
1043
|
+
<xs:annotation>
|
|
1044
|
+
<xs:documentation>Tuvalu</xs:documentation>
|
|
1045
|
+
</xs:annotation>
|
|
1046
|
+
</xs:enumeration>
|
|
1047
|
+
<xs:enumeration value="TW">
|
|
1048
|
+
<xs:annotation>
|
|
1049
|
+
<xs:documentation>Taiwan, Province of China</xs:documentation>
|
|
1050
|
+
</xs:annotation>
|
|
1051
|
+
</xs:enumeration>
|
|
1052
|
+
<xs:enumeration value="TZ">
|
|
1053
|
+
<xs:annotation>
|
|
1054
|
+
<xs:documentation>United Republic of Tanzania</xs:documentation>
|
|
1055
|
+
</xs:annotation>
|
|
1056
|
+
</xs:enumeration>
|
|
1057
|
+
<xs:enumeration value="UA">
|
|
1058
|
+
<xs:annotation>
|
|
1059
|
+
<xs:documentation>Ukraine</xs:documentation>
|
|
1060
|
+
</xs:annotation>
|
|
1061
|
+
</xs:enumeration>
|
|
1062
|
+
<xs:enumeration value="UG">
|
|
1063
|
+
<xs:annotation>
|
|
1064
|
+
<xs:documentation>Uganda</xs:documentation>
|
|
1065
|
+
</xs:annotation>
|
|
1066
|
+
</xs:enumeration>
|
|
1067
|
+
<xs:enumeration value="US">
|
|
1068
|
+
<xs:annotation>
|
|
1069
|
+
<xs:documentation>United States of America</xs:documentation>
|
|
1070
|
+
</xs:annotation>
|
|
1071
|
+
</xs:enumeration>
|
|
1072
|
+
<xs:enumeration value="UY">
|
|
1073
|
+
<xs:annotation>
|
|
1074
|
+
<xs:documentation>Uruguay</xs:documentation>
|
|
1075
|
+
</xs:annotation>
|
|
1076
|
+
</xs:enumeration>
|
|
1077
|
+
<xs:enumeration value="UZ">
|
|
1078
|
+
<xs:annotation>
|
|
1079
|
+
<xs:documentation>Uzbekistan</xs:documentation>
|
|
1080
|
+
</xs:annotation>
|
|
1081
|
+
</xs:enumeration>
|
|
1082
|
+
<xs:enumeration value="VA">
|
|
1083
|
+
<xs:annotation>
|
|
1084
|
+
<xs:documentation>Holy See</xs:documentation>
|
|
1085
|
+
</xs:annotation>
|
|
1086
|
+
</xs:enumeration>
|
|
1087
|
+
<xs:enumeration value="VC">
|
|
1088
|
+
<xs:annotation>
|
|
1089
|
+
<xs:documentation>Saint Vincent and the Grenadines</xs:documentation>
|
|
1090
|
+
</xs:annotation>
|
|
1091
|
+
</xs:enumeration>
|
|
1092
|
+
<xs:enumeration value="VE">
|
|
1093
|
+
<xs:annotation>
|
|
1094
|
+
<xs:documentation>Venezuela</xs:documentation>
|
|
1095
|
+
</xs:annotation>
|
|
1096
|
+
</xs:enumeration>
|
|
1097
|
+
<xs:enumeration value="VG">
|
|
1098
|
+
<xs:annotation>
|
|
1099
|
+
<xs:documentation>Virgin Islands (British)</xs:documentation>
|
|
1100
|
+
</xs:annotation>
|
|
1101
|
+
</xs:enumeration>
|
|
1102
|
+
<xs:enumeration value="VN">
|
|
1103
|
+
<xs:annotation>
|
|
1104
|
+
<xs:documentation>Viet Nam</xs:documentation>
|
|
1105
|
+
</xs:annotation>
|
|
1106
|
+
</xs:enumeration>
|
|
1107
|
+
<xs:enumeration value="VU">
|
|
1108
|
+
<xs:annotation>
|
|
1109
|
+
<xs:documentation>Vanuatu</xs:documentation>
|
|
1110
|
+
</xs:annotation>
|
|
1111
|
+
</xs:enumeration>
|
|
1112
|
+
<xs:enumeration value="WO">
|
|
1113
|
+
<xs:annotation>
|
|
1114
|
+
<xs:documentation>World Intellectual Property Organization (WIPO) (International Bureau of)</xs:documentation>
|
|
1115
|
+
</xs:annotation>
|
|
1116
|
+
</xs:enumeration>
|
|
1117
|
+
<xs:enumeration value="WS">
|
|
1118
|
+
<xs:annotation>
|
|
1119
|
+
<xs:documentation>Samoa</xs:documentation>
|
|
1120
|
+
</xs:annotation>
|
|
1121
|
+
</xs:enumeration>
|
|
1122
|
+
<xs:enumeration value="XN">
|
|
1123
|
+
<xs:annotation>
|
|
1124
|
+
<xs:documentation>Nordic Patent Institute (NPI)</xs:documentation>
|
|
1125
|
+
</xs:annotation>
|
|
1126
|
+
</xs:enumeration>
|
|
1127
|
+
<xs:enumeration value="YE">
|
|
1128
|
+
<xs:annotation>
|
|
1129
|
+
<xs:documentation>Yemen</xs:documentation>
|
|
1130
|
+
</xs:annotation>
|
|
1131
|
+
</xs:enumeration>
|
|
1132
|
+
<xs:enumeration value="ZA">
|
|
1133
|
+
<xs:annotation>
|
|
1134
|
+
<xs:documentation>South Africa</xs:documentation>
|
|
1135
|
+
</xs:annotation>
|
|
1136
|
+
</xs:enumeration>
|
|
1137
|
+
<xs:enumeration value="ZM">
|
|
1138
|
+
<xs:annotation>
|
|
1139
|
+
<xs:documentation>Zambia</xs:documentation>
|
|
1140
|
+
</xs:annotation>
|
|
1141
|
+
</xs:enumeration>
|
|
1142
|
+
<xs:enumeration value="ZW">
|
|
1143
|
+
<xs:annotation>
|
|
1144
|
+
<xs:documentation>Zimbabwe</xs:documentation>
|
|
1145
|
+
</xs:annotation>
|
|
1146
|
+
</xs:enumeration>
|
|
1147
|
+
</xs:restriction>
|
|
1148
|
+
</xs:simpleType>
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
</xs:schema>
|