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,855 @@
|
|
|
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 : ISOCurrencyCodeType-V2001.xsd -->
|
|
7
|
+
<!-- Author : SDWG ST.86 Task Force -->
|
|
8
|
+
<!-- Version : 1.0 -->
|
|
9
|
+
<!-- Last Update : 2007-10-31 -->
|
|
10
|
+
<!-- ====================================================================== -->
|
|
11
|
+
<xs:simpleType name="ISOCurrencyCodeType">
|
|
12
|
+
<xs:annotation>
|
|
13
|
+
<xs:documentation>ISO 4217:2001, Version 2006-09-08</xs:documentation>
|
|
14
|
+
</xs:annotation>
|
|
15
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
16
|
+
<xs:enumeration value="AED">
|
|
17
|
+
<xs:annotation>
|
|
18
|
+
<xs:documentation>Dirham</xs:documentation>
|
|
19
|
+
</xs:annotation>
|
|
20
|
+
</xs:enumeration>
|
|
21
|
+
<xs:enumeration value="AFN">
|
|
22
|
+
<xs:annotation>
|
|
23
|
+
<xs:documentation>Afghani</xs:documentation>
|
|
24
|
+
</xs:annotation>
|
|
25
|
+
</xs:enumeration>
|
|
26
|
+
<xs:enumeration value="ALL">
|
|
27
|
+
<xs:annotation>
|
|
28
|
+
<xs:documentation>Lek</xs:documentation>
|
|
29
|
+
</xs:annotation>
|
|
30
|
+
</xs:enumeration>
|
|
31
|
+
<xs:enumeration value="AMD">
|
|
32
|
+
<xs:annotation>
|
|
33
|
+
<xs:documentation>Dram</xs:documentation>
|
|
34
|
+
</xs:annotation>
|
|
35
|
+
</xs:enumeration>
|
|
36
|
+
<xs:enumeration value="ANG">
|
|
37
|
+
<xs:annotation>
|
|
38
|
+
<xs:documentation>Netherlands Antillian Guilder</xs:documentation>
|
|
39
|
+
</xs:annotation>
|
|
40
|
+
</xs:enumeration>
|
|
41
|
+
<xs:enumeration value="AOA">
|
|
42
|
+
<xs:annotation>
|
|
43
|
+
<xs:documentation>Kwanza</xs:documentation>
|
|
44
|
+
</xs:annotation>
|
|
45
|
+
</xs:enumeration>
|
|
46
|
+
<xs:enumeration value="ARS">
|
|
47
|
+
<xs:annotation>
|
|
48
|
+
<xs:documentation>Argentine Peso</xs:documentation>
|
|
49
|
+
</xs:annotation>
|
|
50
|
+
</xs:enumeration>
|
|
51
|
+
<xs:enumeration value="AUD">
|
|
52
|
+
<xs:annotation>
|
|
53
|
+
<xs:documentation>Australian Dollar</xs:documentation>
|
|
54
|
+
</xs:annotation>
|
|
55
|
+
</xs:enumeration>
|
|
56
|
+
<xs:enumeration value="AWG">
|
|
57
|
+
<xs:annotation>
|
|
58
|
+
<xs:documentation>Aruban Guilder</xs:documentation>
|
|
59
|
+
</xs:annotation>
|
|
60
|
+
</xs:enumeration>
|
|
61
|
+
<xs:enumeration value="AZN">
|
|
62
|
+
<xs:annotation>
|
|
63
|
+
<xs:documentation>Azerbaijanian Manat</xs:documentation>
|
|
64
|
+
</xs:annotation>
|
|
65
|
+
</xs:enumeration>
|
|
66
|
+
<xs:enumeration value="BAM">
|
|
67
|
+
<xs:annotation>
|
|
68
|
+
<xs:documentation>Convertible Mark</xs:documentation>
|
|
69
|
+
</xs:annotation>
|
|
70
|
+
</xs:enumeration>
|
|
71
|
+
<xs:enumeration value="BBD">
|
|
72
|
+
<xs:annotation>
|
|
73
|
+
<xs:documentation>Barbados Dollar</xs:documentation>
|
|
74
|
+
</xs:annotation>
|
|
75
|
+
</xs:enumeration>
|
|
76
|
+
<xs:enumeration value="BDT">
|
|
77
|
+
<xs:annotation>
|
|
78
|
+
<xs:documentation>Taka</xs:documentation>
|
|
79
|
+
</xs:annotation>
|
|
80
|
+
</xs:enumeration>
|
|
81
|
+
<xs:enumeration value="BGN">
|
|
82
|
+
<xs:annotation>
|
|
83
|
+
<xs:documentation>Bulgarian Lev</xs:documentation>
|
|
84
|
+
</xs:annotation>
|
|
85
|
+
</xs:enumeration>
|
|
86
|
+
<xs:enumeration value="BHD">
|
|
87
|
+
<xs:annotation>
|
|
88
|
+
<xs:documentation>Bahraini Dinar</xs:documentation>
|
|
89
|
+
</xs:annotation>
|
|
90
|
+
</xs:enumeration>
|
|
91
|
+
<xs:enumeration value="BIF">
|
|
92
|
+
<xs:annotation>
|
|
93
|
+
<xs:documentation>Burundi Franc</xs:documentation>
|
|
94
|
+
</xs:annotation>
|
|
95
|
+
</xs:enumeration>
|
|
96
|
+
<xs:enumeration value="BMD">
|
|
97
|
+
<xs:annotation>
|
|
98
|
+
<xs:documentation>Bermudian Dollar (customarily: Bermuda Dollar)</xs:documentation>
|
|
99
|
+
</xs:annotation>
|
|
100
|
+
</xs:enumeration>
|
|
101
|
+
<xs:enumeration value="BND">
|
|
102
|
+
<xs:annotation>
|
|
103
|
+
<xs:documentation>Brunei Dollar</xs:documentation>
|
|
104
|
+
</xs:annotation>
|
|
105
|
+
</xs:enumeration>
|
|
106
|
+
<xs:enumeration value="BOB">
|
|
107
|
+
<xs:annotation>
|
|
108
|
+
<xs:documentation>Boliviano</xs:documentation>
|
|
109
|
+
</xs:annotation>
|
|
110
|
+
</xs:enumeration>
|
|
111
|
+
<xs:enumeration value="BRL">
|
|
112
|
+
<xs:annotation>
|
|
113
|
+
<xs:documentation>Brazilian Real</xs:documentation>
|
|
114
|
+
</xs:annotation>
|
|
115
|
+
</xs:enumeration>
|
|
116
|
+
<xs:enumeration value="BSD">
|
|
117
|
+
<xs:annotation>
|
|
118
|
+
<xs:documentation>Bahamian Dollar</xs:documentation>
|
|
119
|
+
</xs:annotation>
|
|
120
|
+
</xs:enumeration>
|
|
121
|
+
<xs:enumeration value="BTN">
|
|
122
|
+
<xs:annotation>
|
|
123
|
+
<xs:documentation>Ngultrum</xs:documentation>
|
|
124
|
+
</xs:annotation>
|
|
125
|
+
</xs:enumeration>
|
|
126
|
+
<xs:enumeration value="BWP">
|
|
127
|
+
<xs:annotation>
|
|
128
|
+
<xs:documentation>Pula</xs:documentation>
|
|
129
|
+
</xs:annotation>
|
|
130
|
+
</xs:enumeration>
|
|
131
|
+
<xs:enumeration value="BYR">
|
|
132
|
+
<xs:annotation>
|
|
133
|
+
<xs:documentation>Belarussian Ruble</xs:documentation>
|
|
134
|
+
</xs:annotation>
|
|
135
|
+
</xs:enumeration>
|
|
136
|
+
<xs:enumeration value="BZD">
|
|
137
|
+
<xs:annotation>
|
|
138
|
+
<xs:documentation>Belize Dollar</xs:documentation>
|
|
139
|
+
</xs:annotation>
|
|
140
|
+
</xs:enumeration>
|
|
141
|
+
<xs:enumeration value="CAD">
|
|
142
|
+
<xs:annotation>
|
|
143
|
+
<xs:documentation>Canadian Dollar</xs:documentation>
|
|
144
|
+
</xs:annotation>
|
|
145
|
+
</xs:enumeration>
|
|
146
|
+
<xs:enumeration value="CDF">
|
|
147
|
+
<xs:annotation>
|
|
148
|
+
<xs:documentation>Franc Congolais</xs:documentation>
|
|
149
|
+
</xs:annotation>
|
|
150
|
+
</xs:enumeration>
|
|
151
|
+
<xs:enumeration value="CHF">
|
|
152
|
+
<xs:annotation>
|
|
153
|
+
<xs:documentation>Swiss Franc</xs:documentation>
|
|
154
|
+
</xs:annotation>
|
|
155
|
+
</xs:enumeration>
|
|
156
|
+
<xs:enumeration value="CLP">
|
|
157
|
+
<xs:annotation>
|
|
158
|
+
<xs:documentation>Chilean Peso</xs:documentation>
|
|
159
|
+
</xs:annotation>
|
|
160
|
+
</xs:enumeration>
|
|
161
|
+
<xs:enumeration value="CNY">
|
|
162
|
+
<xs:annotation>
|
|
163
|
+
<xs:documentation>Yuan Renminbi</xs:documentation>
|
|
164
|
+
</xs:annotation>
|
|
165
|
+
</xs:enumeration>
|
|
166
|
+
<xs:enumeration value="COP">
|
|
167
|
+
<xs:annotation>
|
|
168
|
+
<xs:documentation>Colombian Peso</xs:documentation>
|
|
169
|
+
</xs:annotation>
|
|
170
|
+
</xs:enumeration>
|
|
171
|
+
<xs:enumeration value="CRC">
|
|
172
|
+
<xs:annotation>
|
|
173
|
+
<xs:documentation>Costa Rican Colon</xs:documentation>
|
|
174
|
+
</xs:annotation>
|
|
175
|
+
</xs:enumeration>
|
|
176
|
+
<xs:enumeration value="CSD">
|
|
177
|
+
<xs:annotation>
|
|
178
|
+
<xs:documentation>Serbian Dinar</xs:documentation>
|
|
179
|
+
</xs:annotation>
|
|
180
|
+
</xs:enumeration>
|
|
181
|
+
<xs:enumeration value="CUP">
|
|
182
|
+
<xs:annotation>
|
|
183
|
+
<xs:documentation>Cuban Peso</xs:documentation>
|
|
184
|
+
</xs:annotation>
|
|
185
|
+
</xs:enumeration>
|
|
186
|
+
<xs:enumeration value="CVE">
|
|
187
|
+
<xs:annotation>
|
|
188
|
+
<xs:documentation>Cape Verde Escudo</xs:documentation>
|
|
189
|
+
</xs:annotation>
|
|
190
|
+
</xs:enumeration>
|
|
191
|
+
<xs:enumeration value="CYP">
|
|
192
|
+
<xs:annotation>
|
|
193
|
+
<xs:documentation>Cyprus Pound</xs:documentation>
|
|
194
|
+
</xs:annotation>
|
|
195
|
+
</xs:enumeration>
|
|
196
|
+
<xs:enumeration value="CZK">
|
|
197
|
+
<xs:annotation>
|
|
198
|
+
<xs:documentation>Czech Koruna</xs:documentation>
|
|
199
|
+
</xs:annotation>
|
|
200
|
+
</xs:enumeration>
|
|
201
|
+
<xs:enumeration value="DJF">
|
|
202
|
+
<xs:annotation>
|
|
203
|
+
<xs:documentation>Djibouti Franc</xs:documentation>
|
|
204
|
+
</xs:annotation>
|
|
205
|
+
</xs:enumeration>
|
|
206
|
+
<xs:enumeration value="DKK">
|
|
207
|
+
<xs:annotation>
|
|
208
|
+
<xs:documentation>Danish Krone</xs:documentation>
|
|
209
|
+
</xs:annotation>
|
|
210
|
+
</xs:enumeration>
|
|
211
|
+
<xs:enumeration value="DOP">
|
|
212
|
+
<xs:annotation>
|
|
213
|
+
<xs:documentation>Dominican Peso</xs:documentation>
|
|
214
|
+
</xs:annotation>
|
|
215
|
+
</xs:enumeration>
|
|
216
|
+
<xs:enumeration value="DZD">
|
|
217
|
+
<xs:annotation>
|
|
218
|
+
<xs:documentation>Algerian Dinar</xs:documentation>
|
|
219
|
+
</xs:annotation>
|
|
220
|
+
</xs:enumeration>
|
|
221
|
+
<xs:enumeration value="EEK">
|
|
222
|
+
<xs:annotation>
|
|
223
|
+
<xs:documentation>Kroon</xs:documentation>
|
|
224
|
+
</xs:annotation>
|
|
225
|
+
</xs:enumeration>
|
|
226
|
+
<xs:enumeration value="EGP">
|
|
227
|
+
<xs:annotation>
|
|
228
|
+
<xs:documentation>Egyptian Pound</xs:documentation>
|
|
229
|
+
</xs:annotation>
|
|
230
|
+
</xs:enumeration>
|
|
231
|
+
<xs:enumeration value="ERN">
|
|
232
|
+
<xs:annotation>
|
|
233
|
+
<xs:documentation>Nakfa</xs:documentation>
|
|
234
|
+
</xs:annotation>
|
|
235
|
+
</xs:enumeration>
|
|
236
|
+
<xs:enumeration value="ETB">
|
|
237
|
+
<xs:annotation>
|
|
238
|
+
<xs:documentation>Ethopian Birr</xs:documentation>
|
|
239
|
+
</xs:annotation>
|
|
240
|
+
</xs:enumeration>
|
|
241
|
+
<xs:enumeration value="EUR">
|
|
242
|
+
<xs:annotation>
|
|
243
|
+
<xs:documentation>Euro</xs:documentation>
|
|
244
|
+
</xs:annotation>
|
|
245
|
+
</xs:enumeration>
|
|
246
|
+
<xs:enumeration value="FJD">
|
|
247
|
+
<xs:annotation>
|
|
248
|
+
<xs:documentation>Fiji Dollar</xs:documentation>
|
|
249
|
+
</xs:annotation>
|
|
250
|
+
</xs:enumeration>
|
|
251
|
+
<xs:enumeration value="FKP">
|
|
252
|
+
<xs:annotation>
|
|
253
|
+
<xs:documentation>Falkland Islands Pound</xs:documentation>
|
|
254
|
+
</xs:annotation>
|
|
255
|
+
</xs:enumeration>
|
|
256
|
+
<xs:enumeration value="GBP">
|
|
257
|
+
<xs:annotation>
|
|
258
|
+
<xs:documentation>Pound Sterling</xs:documentation>
|
|
259
|
+
</xs:annotation>
|
|
260
|
+
</xs:enumeration>
|
|
261
|
+
<xs:enumeration value="GEL">
|
|
262
|
+
<xs:annotation>
|
|
263
|
+
<xs:documentation>Lari</xs:documentation>
|
|
264
|
+
</xs:annotation>
|
|
265
|
+
</xs:enumeration>
|
|
266
|
+
<xs:enumeration value="GHC">
|
|
267
|
+
<xs:annotation>
|
|
268
|
+
<xs:documentation>Cedi</xs:documentation>
|
|
269
|
+
</xs:annotation>
|
|
270
|
+
</xs:enumeration>
|
|
271
|
+
<xs:enumeration value="GIP">
|
|
272
|
+
<xs:annotation>
|
|
273
|
+
<xs:documentation>Gibraltar Pound</xs:documentation>
|
|
274
|
+
</xs:annotation>
|
|
275
|
+
</xs:enumeration>
|
|
276
|
+
<xs:enumeration value="GMD">
|
|
277
|
+
<xs:annotation>
|
|
278
|
+
<xs:documentation>Dalasi</xs:documentation>
|
|
279
|
+
</xs:annotation>
|
|
280
|
+
</xs:enumeration>
|
|
281
|
+
<xs:enumeration value="GNF">
|
|
282
|
+
<xs:annotation>
|
|
283
|
+
<xs:documentation>Guinea Franc</xs:documentation>
|
|
284
|
+
</xs:annotation>
|
|
285
|
+
</xs:enumeration>
|
|
286
|
+
<xs:enumeration value="GTQ">
|
|
287
|
+
<xs:annotation>
|
|
288
|
+
<xs:documentation>Quetzal</xs:documentation>
|
|
289
|
+
</xs:annotation>
|
|
290
|
+
</xs:enumeration>
|
|
291
|
+
<xs:enumeration value="GYD">
|
|
292
|
+
<xs:annotation>
|
|
293
|
+
<xs:documentation>Guyana Dollar</xs:documentation>
|
|
294
|
+
</xs:annotation>
|
|
295
|
+
</xs:enumeration>
|
|
296
|
+
<xs:enumeration value="HKD">
|
|
297
|
+
<xs:annotation>
|
|
298
|
+
<xs:documentation>Honk Kong Dollar</xs:documentation>
|
|
299
|
+
</xs:annotation>
|
|
300
|
+
</xs:enumeration>
|
|
301
|
+
<xs:enumeration value="HNL">
|
|
302
|
+
<xs:annotation>
|
|
303
|
+
<xs:documentation>Lempira</xs:documentation>
|
|
304
|
+
</xs:annotation>
|
|
305
|
+
</xs:enumeration>
|
|
306
|
+
<xs:enumeration value="HRK">
|
|
307
|
+
<xs:annotation>
|
|
308
|
+
<xs:documentation>Kuna</xs:documentation>
|
|
309
|
+
</xs:annotation>
|
|
310
|
+
</xs:enumeration>
|
|
311
|
+
<xs:enumeration value="HTG">
|
|
312
|
+
<xs:annotation>
|
|
313
|
+
<xs:documentation>Gourde</xs:documentation>
|
|
314
|
+
</xs:annotation>
|
|
315
|
+
</xs:enumeration>
|
|
316
|
+
<xs:enumeration value="HUF">
|
|
317
|
+
<xs:annotation>
|
|
318
|
+
<xs:documentation>Forint</xs:documentation>
|
|
319
|
+
</xs:annotation>
|
|
320
|
+
</xs:enumeration>
|
|
321
|
+
<xs:enumeration value="IDR">
|
|
322
|
+
<xs:annotation>
|
|
323
|
+
<xs:documentation>Rupiah</xs:documentation>
|
|
324
|
+
</xs:annotation>
|
|
325
|
+
</xs:enumeration>
|
|
326
|
+
<xs:enumeration value="ILS">
|
|
327
|
+
<xs:annotation>
|
|
328
|
+
<xs:documentation>New Israeli Sheqel</xs:documentation>
|
|
329
|
+
</xs:annotation>
|
|
330
|
+
</xs:enumeration>
|
|
331
|
+
<xs:enumeration value="INR">
|
|
332
|
+
<xs:annotation>
|
|
333
|
+
<xs:documentation>Indian Rupee</xs:documentation>
|
|
334
|
+
</xs:annotation>
|
|
335
|
+
</xs:enumeration>
|
|
336
|
+
<xs:enumeration value="IQD">
|
|
337
|
+
<xs:annotation>
|
|
338
|
+
<xs:documentation>Iraqi Dinar</xs:documentation>
|
|
339
|
+
</xs:annotation>
|
|
340
|
+
</xs:enumeration>
|
|
341
|
+
<xs:enumeration value="IRR">
|
|
342
|
+
<xs:annotation>
|
|
343
|
+
<xs:documentation>Iranian Rial</xs:documentation>
|
|
344
|
+
</xs:annotation>
|
|
345
|
+
</xs:enumeration>
|
|
346
|
+
<xs:enumeration value="ISK">
|
|
347
|
+
<xs:annotation>
|
|
348
|
+
<xs:documentation>Iceland Krona</xs:documentation>
|
|
349
|
+
</xs:annotation>
|
|
350
|
+
</xs:enumeration>
|
|
351
|
+
<xs:enumeration value="JMD">
|
|
352
|
+
<xs:annotation>
|
|
353
|
+
<xs:documentation>Jamaican Dollar</xs:documentation>
|
|
354
|
+
</xs:annotation>
|
|
355
|
+
</xs:enumeration>
|
|
356
|
+
<xs:enumeration value="JOD">
|
|
357
|
+
<xs:annotation>
|
|
358
|
+
<xs:documentation>Jordanian Dinar</xs:documentation>
|
|
359
|
+
</xs:annotation>
|
|
360
|
+
</xs:enumeration>
|
|
361
|
+
<xs:enumeration value="JPY">
|
|
362
|
+
<xs:annotation>
|
|
363
|
+
<xs:documentation>Yen</xs:documentation>
|
|
364
|
+
</xs:annotation>
|
|
365
|
+
</xs:enumeration>
|
|
366
|
+
<xs:enumeration value="KES">
|
|
367
|
+
<xs:annotation>
|
|
368
|
+
<xs:documentation>Kenyan Shilling</xs:documentation>
|
|
369
|
+
</xs:annotation>
|
|
370
|
+
</xs:enumeration>
|
|
371
|
+
<xs:enumeration value="KGS">
|
|
372
|
+
<xs:annotation>
|
|
373
|
+
<xs:documentation>Som</xs:documentation>
|
|
374
|
+
</xs:annotation>
|
|
375
|
+
</xs:enumeration>
|
|
376
|
+
<xs:enumeration value="KHR">
|
|
377
|
+
<xs:annotation>
|
|
378
|
+
<xs:documentation>Riel</xs:documentation>
|
|
379
|
+
</xs:annotation>
|
|
380
|
+
</xs:enumeration>
|
|
381
|
+
<xs:enumeration value="KMF">
|
|
382
|
+
<xs:annotation>
|
|
383
|
+
<xs:documentation>Comoro Franc</xs:documentation>
|
|
384
|
+
</xs:annotation>
|
|
385
|
+
</xs:enumeration>
|
|
386
|
+
<xs:enumeration value="KPW">
|
|
387
|
+
<xs:annotation>
|
|
388
|
+
<xs:documentation>North Korean Won</xs:documentation>
|
|
389
|
+
</xs:annotation>
|
|
390
|
+
</xs:enumeration>
|
|
391
|
+
<xs:enumeration value="KRW">
|
|
392
|
+
<xs:annotation>
|
|
393
|
+
<xs:documentation>Won</xs:documentation>
|
|
394
|
+
</xs:annotation>
|
|
395
|
+
</xs:enumeration>
|
|
396
|
+
<xs:enumeration value="KWD">
|
|
397
|
+
<xs:annotation>
|
|
398
|
+
<xs:documentation>Kuwaiti Dinar</xs:documentation>
|
|
399
|
+
</xs:annotation>
|
|
400
|
+
</xs:enumeration>
|
|
401
|
+
<xs:enumeration value="KYD">
|
|
402
|
+
<xs:annotation>
|
|
403
|
+
<xs:documentation>Cayman Islands Dollar</xs:documentation>
|
|
404
|
+
</xs:annotation>
|
|
405
|
+
</xs:enumeration>
|
|
406
|
+
<xs:enumeration value="KZT">
|
|
407
|
+
<xs:annotation>
|
|
408
|
+
<xs:documentation>Tenge</xs:documentation>
|
|
409
|
+
</xs:annotation>
|
|
410
|
+
</xs:enumeration>
|
|
411
|
+
<xs:enumeration value="LAK">
|
|
412
|
+
<xs:annotation>
|
|
413
|
+
<xs:documentation>Kip</xs:documentation>
|
|
414
|
+
</xs:annotation>
|
|
415
|
+
</xs:enumeration>
|
|
416
|
+
<xs:enumeration value="LBP">
|
|
417
|
+
<xs:annotation>
|
|
418
|
+
<xs:documentation>Lebanese Pound</xs:documentation>
|
|
419
|
+
</xs:annotation>
|
|
420
|
+
</xs:enumeration>
|
|
421
|
+
<xs:enumeration value="LKR">
|
|
422
|
+
<xs:annotation>
|
|
423
|
+
<xs:documentation>Sri Lanka Rupee</xs:documentation>
|
|
424
|
+
</xs:annotation>
|
|
425
|
+
</xs:enumeration>
|
|
426
|
+
<xs:enumeration value="LRD">
|
|
427
|
+
<xs:annotation>
|
|
428
|
+
<xs:documentation>Liberian Dollar</xs:documentation>
|
|
429
|
+
</xs:annotation>
|
|
430
|
+
</xs:enumeration>
|
|
431
|
+
<xs:enumeration value="LSL">
|
|
432
|
+
<xs:annotation>
|
|
433
|
+
<xs:documentation>Loti</xs:documentation>
|
|
434
|
+
</xs:annotation>
|
|
435
|
+
</xs:enumeration>
|
|
436
|
+
<xs:enumeration value="LTL">
|
|
437
|
+
<xs:annotation>
|
|
438
|
+
<xs:documentation>Lithuanian Litas</xs:documentation>
|
|
439
|
+
</xs:annotation>
|
|
440
|
+
</xs:enumeration>
|
|
441
|
+
<xs:enumeration value="LVL">
|
|
442
|
+
<xs:annotation>
|
|
443
|
+
<xs:documentation>Latvian Lats</xs:documentation>
|
|
444
|
+
</xs:annotation>
|
|
445
|
+
</xs:enumeration>
|
|
446
|
+
<xs:enumeration value="LYD">
|
|
447
|
+
<xs:annotation>
|
|
448
|
+
<xs:documentation>Libyan Dinar</xs:documentation>
|
|
449
|
+
</xs:annotation>
|
|
450
|
+
</xs:enumeration>
|
|
451
|
+
<xs:enumeration value="MAD">
|
|
452
|
+
<xs:annotation>
|
|
453
|
+
<xs:documentation>Morrocan Dirham</xs:documentation>
|
|
454
|
+
</xs:annotation>
|
|
455
|
+
</xs:enumeration>
|
|
456
|
+
<xs:enumeration value="MDL">
|
|
457
|
+
<xs:annotation>
|
|
458
|
+
<xs:documentation>Moldovan Leu</xs:documentation>
|
|
459
|
+
</xs:annotation>
|
|
460
|
+
</xs:enumeration>
|
|
461
|
+
<xs:enumeration value="MGA">
|
|
462
|
+
<xs:annotation>
|
|
463
|
+
<xs:documentation>Malagasy Ariary</xs:documentation>
|
|
464
|
+
</xs:annotation>
|
|
465
|
+
</xs:enumeration>
|
|
466
|
+
<xs:enumeration value="MKD">
|
|
467
|
+
<xs:annotation>
|
|
468
|
+
<xs:documentation>Denar</xs:documentation>
|
|
469
|
+
</xs:annotation>
|
|
470
|
+
</xs:enumeration>
|
|
471
|
+
<xs:enumeration value="MMK">
|
|
472
|
+
<xs:annotation>
|
|
473
|
+
<xs:documentation>Kyat</xs:documentation>
|
|
474
|
+
</xs:annotation>
|
|
475
|
+
</xs:enumeration>
|
|
476
|
+
<xs:enumeration value="MNT">
|
|
477
|
+
<xs:annotation>
|
|
478
|
+
<xs:documentation>Tugrik</xs:documentation>
|
|
479
|
+
</xs:annotation>
|
|
480
|
+
</xs:enumeration>
|
|
481
|
+
<xs:enumeration value="MOP">
|
|
482
|
+
<xs:annotation>
|
|
483
|
+
<xs:documentation>Pataca</xs:documentation>
|
|
484
|
+
</xs:annotation>
|
|
485
|
+
</xs:enumeration>
|
|
486
|
+
<xs:enumeration value="MRO">
|
|
487
|
+
<xs:annotation>
|
|
488
|
+
<xs:documentation>Ouguiya</xs:documentation>
|
|
489
|
+
</xs:annotation>
|
|
490
|
+
</xs:enumeration>
|
|
491
|
+
<xs:enumeration value="MTL">
|
|
492
|
+
<xs:annotation>
|
|
493
|
+
<xs:documentation>Maltese Lira</xs:documentation>
|
|
494
|
+
</xs:annotation>
|
|
495
|
+
</xs:enumeration>
|
|
496
|
+
<xs:enumeration value="MUR">
|
|
497
|
+
<xs:annotation>
|
|
498
|
+
<xs:documentation>Mauritius Rupee</xs:documentation>
|
|
499
|
+
</xs:annotation>
|
|
500
|
+
</xs:enumeration>
|
|
501
|
+
<xs:enumeration value="MVR">
|
|
502
|
+
<xs:annotation>
|
|
503
|
+
<xs:documentation>Rufiyaa</xs:documentation>
|
|
504
|
+
</xs:annotation>
|
|
505
|
+
</xs:enumeration>
|
|
506
|
+
<xs:enumeration value="MWK">
|
|
507
|
+
<xs:annotation>
|
|
508
|
+
<xs:documentation>Kwacha</xs:documentation>
|
|
509
|
+
</xs:annotation>
|
|
510
|
+
</xs:enumeration>
|
|
511
|
+
<xs:enumeration value="MXN">
|
|
512
|
+
<xs:annotation>
|
|
513
|
+
<xs:documentation>Mexican Peso</xs:documentation>
|
|
514
|
+
</xs:annotation>
|
|
515
|
+
</xs:enumeration>
|
|
516
|
+
<xs:enumeration value="MYR">
|
|
517
|
+
<xs:annotation>
|
|
518
|
+
<xs:documentation>Malaysian Ringgit</xs:documentation>
|
|
519
|
+
</xs:annotation>
|
|
520
|
+
</xs:enumeration>
|
|
521
|
+
<xs:enumeration value="MZN">
|
|
522
|
+
<xs:annotation>
|
|
523
|
+
<xs:documentation>Metical</xs:documentation>
|
|
524
|
+
</xs:annotation>
|
|
525
|
+
</xs:enumeration>
|
|
526
|
+
<xs:enumeration value="NAD">
|
|
527
|
+
<xs:annotation>
|
|
528
|
+
<xs:documentation>Namibia Dollar</xs:documentation>
|
|
529
|
+
</xs:annotation>
|
|
530
|
+
</xs:enumeration>
|
|
531
|
+
<xs:enumeration value="NGN">
|
|
532
|
+
<xs:annotation>
|
|
533
|
+
<xs:documentation>Naira</xs:documentation>
|
|
534
|
+
</xs:annotation>
|
|
535
|
+
</xs:enumeration>
|
|
536
|
+
<xs:enumeration value="NIO">
|
|
537
|
+
<xs:annotation>
|
|
538
|
+
<xs:documentation>Cordoba Oro</xs:documentation>
|
|
539
|
+
</xs:annotation>
|
|
540
|
+
</xs:enumeration>
|
|
541
|
+
<xs:enumeration value="NOK">
|
|
542
|
+
<xs:annotation>
|
|
543
|
+
<xs:documentation>Norwegian Krone</xs:documentation>
|
|
544
|
+
</xs:annotation>
|
|
545
|
+
</xs:enumeration>
|
|
546
|
+
<xs:enumeration value="NPR">
|
|
547
|
+
<xs:annotation>
|
|
548
|
+
<xs:documentation>Nepalese Rupee</xs:documentation>
|
|
549
|
+
</xs:annotation>
|
|
550
|
+
</xs:enumeration>
|
|
551
|
+
<xs:enumeration value="NZD">
|
|
552
|
+
<xs:annotation>
|
|
553
|
+
<xs:documentation>New Zealand Dollar</xs:documentation>
|
|
554
|
+
</xs:annotation>
|
|
555
|
+
</xs:enumeration>
|
|
556
|
+
<xs:enumeration value="OMR">
|
|
557
|
+
<xs:annotation>
|
|
558
|
+
<xs:documentation>Rial Omani</xs:documentation>
|
|
559
|
+
</xs:annotation>
|
|
560
|
+
</xs:enumeration>
|
|
561
|
+
<xs:enumeration value="PAB">
|
|
562
|
+
<xs:annotation>
|
|
563
|
+
<xs:documentation>Balboa</xs:documentation>
|
|
564
|
+
</xs:annotation>
|
|
565
|
+
</xs:enumeration>
|
|
566
|
+
<xs:enumeration value="PEN">
|
|
567
|
+
<xs:annotation>
|
|
568
|
+
<xs:documentation>Nuevo Sol</xs:documentation>
|
|
569
|
+
</xs:annotation>
|
|
570
|
+
</xs:enumeration>
|
|
571
|
+
<xs:enumeration value="PGK">
|
|
572
|
+
<xs:annotation>
|
|
573
|
+
<xs:documentation>Kina</xs:documentation>
|
|
574
|
+
</xs:annotation>
|
|
575
|
+
</xs:enumeration>
|
|
576
|
+
<xs:enumeration value="PHP">
|
|
577
|
+
<xs:annotation>
|
|
578
|
+
<xs:documentation>Philippine Peso</xs:documentation>
|
|
579
|
+
</xs:annotation>
|
|
580
|
+
</xs:enumeration>
|
|
581
|
+
<xs:enumeration value="PKR">
|
|
582
|
+
<xs:annotation>
|
|
583
|
+
<xs:documentation>Pakistan Rupee</xs:documentation>
|
|
584
|
+
</xs:annotation>
|
|
585
|
+
</xs:enumeration>
|
|
586
|
+
<xs:enumeration value="PLN">
|
|
587
|
+
<xs:annotation>
|
|
588
|
+
<xs:documentation>Zloty</xs:documentation>
|
|
589
|
+
</xs:annotation>
|
|
590
|
+
</xs:enumeration>
|
|
591
|
+
<xs:enumeration value="PYG">
|
|
592
|
+
<xs:annotation>
|
|
593
|
+
<xs:documentation>Guarani</xs:documentation>
|
|
594
|
+
</xs:annotation>
|
|
595
|
+
</xs:enumeration>
|
|
596
|
+
<xs:enumeration value="QAR">
|
|
597
|
+
<xs:annotation>
|
|
598
|
+
<xs:documentation>Qatari Rial</xs:documentation>
|
|
599
|
+
</xs:annotation>
|
|
600
|
+
</xs:enumeration>
|
|
601
|
+
<xs:enumeration value="ROL">
|
|
602
|
+
<xs:annotation>
|
|
603
|
+
<xs:documentation>Leu</xs:documentation>
|
|
604
|
+
</xs:annotation>
|
|
605
|
+
</xs:enumeration>
|
|
606
|
+
<xs:enumeration value="RUB">
|
|
607
|
+
<xs:annotation>
|
|
608
|
+
<xs:documentation>Russian Ruble</xs:documentation>
|
|
609
|
+
</xs:annotation>
|
|
610
|
+
</xs:enumeration>
|
|
611
|
+
<xs:enumeration value="RWF">
|
|
612
|
+
<xs:annotation>
|
|
613
|
+
<xs:documentation>Rwanda Franc</xs:documentation>
|
|
614
|
+
</xs:annotation>
|
|
615
|
+
</xs:enumeration>
|
|
616
|
+
<xs:enumeration value="SAR">
|
|
617
|
+
<xs:annotation>
|
|
618
|
+
<xs:documentation>Saudi Riyal</xs:documentation>
|
|
619
|
+
</xs:annotation>
|
|
620
|
+
</xs:enumeration>
|
|
621
|
+
<xs:enumeration value="SBD">
|
|
622
|
+
<xs:annotation>
|
|
623
|
+
<xs:documentation>Solomon Islands Dollar</xs:documentation>
|
|
624
|
+
</xs:annotation>
|
|
625
|
+
</xs:enumeration>
|
|
626
|
+
<xs:enumeration value="SCR">
|
|
627
|
+
<xs:annotation>
|
|
628
|
+
<xs:documentation>Seychelles Rupee</xs:documentation>
|
|
629
|
+
</xs:annotation>
|
|
630
|
+
</xs:enumeration>
|
|
631
|
+
<xs:enumeration value="SDD">
|
|
632
|
+
<xs:annotation>
|
|
633
|
+
<xs:documentation>Sudanese Dinar</xs:documentation>
|
|
634
|
+
</xs:annotation>
|
|
635
|
+
</xs:enumeration>
|
|
636
|
+
<xs:enumeration value="SEK">
|
|
637
|
+
<xs:annotation>
|
|
638
|
+
<xs:documentation>Swedish Krona</xs:documentation>
|
|
639
|
+
</xs:annotation>
|
|
640
|
+
</xs:enumeration>
|
|
641
|
+
<xs:enumeration value="SGD">
|
|
642
|
+
<xs:annotation>
|
|
643
|
+
<xs:documentation>Singapore Dollar</xs:documentation>
|
|
644
|
+
</xs:annotation>
|
|
645
|
+
</xs:enumeration>
|
|
646
|
+
<xs:enumeration value="SHP">
|
|
647
|
+
<xs:annotation>
|
|
648
|
+
<xs:documentation>St. Helena Pound</xs:documentation>
|
|
649
|
+
</xs:annotation>
|
|
650
|
+
</xs:enumeration>
|
|
651
|
+
<xs:enumeration value="SIT">
|
|
652
|
+
<xs:annotation>
|
|
653
|
+
<xs:documentation>Tolar</xs:documentation>
|
|
654
|
+
</xs:annotation>
|
|
655
|
+
</xs:enumeration>
|
|
656
|
+
<xs:enumeration value="SKK">
|
|
657
|
+
<xs:annotation>
|
|
658
|
+
<xs:documentation>Slovak Koruna</xs:documentation>
|
|
659
|
+
</xs:annotation>
|
|
660
|
+
</xs:enumeration>
|
|
661
|
+
<xs:enumeration value="SLL">
|
|
662
|
+
<xs:annotation>
|
|
663
|
+
<xs:documentation>Leone</xs:documentation>
|
|
664
|
+
</xs:annotation>
|
|
665
|
+
</xs:enumeration>
|
|
666
|
+
<xs:enumeration value="SOS">
|
|
667
|
+
<xs:annotation>
|
|
668
|
+
<xs:documentation>Somali Shilling</xs:documentation>
|
|
669
|
+
</xs:annotation>
|
|
670
|
+
</xs:enumeration>
|
|
671
|
+
<xs:enumeration value="SRD">
|
|
672
|
+
<xs:annotation>
|
|
673
|
+
<xs:documentation>Suriname Dollar</xs:documentation>
|
|
674
|
+
</xs:annotation>
|
|
675
|
+
</xs:enumeration>
|
|
676
|
+
<xs:enumeration value="STD">
|
|
677
|
+
<xs:annotation>
|
|
678
|
+
<xs:documentation>Dobra</xs:documentation>
|
|
679
|
+
</xs:annotation>
|
|
680
|
+
</xs:enumeration>
|
|
681
|
+
<xs:enumeration value="SVC">
|
|
682
|
+
<xs:annotation>
|
|
683
|
+
<xs:documentation>El Salvador Colon</xs:documentation>
|
|
684
|
+
</xs:annotation>
|
|
685
|
+
</xs:enumeration>
|
|
686
|
+
<xs:enumeration value="SYP">
|
|
687
|
+
<xs:annotation>
|
|
688
|
+
<xs:documentation>Syrian Pound</xs:documentation>
|
|
689
|
+
</xs:annotation>
|
|
690
|
+
</xs:enumeration>
|
|
691
|
+
<xs:enumeration value="SZL">
|
|
692
|
+
<xs:annotation>
|
|
693
|
+
<xs:documentation>Lilangeni</xs:documentation>
|
|
694
|
+
</xs:annotation>
|
|
695
|
+
</xs:enumeration>
|
|
696
|
+
<xs:enumeration value="THB">
|
|
697
|
+
<xs:annotation>
|
|
698
|
+
<xs:documentation>Baht</xs:documentation>
|
|
699
|
+
</xs:annotation>
|
|
700
|
+
</xs:enumeration>
|
|
701
|
+
<xs:enumeration value="TJS">
|
|
702
|
+
<xs:annotation>
|
|
703
|
+
<xs:documentation>Somoni</xs:documentation>
|
|
704
|
+
</xs:annotation>
|
|
705
|
+
</xs:enumeration>
|
|
706
|
+
<xs:enumeration value="TMM">
|
|
707
|
+
<xs:annotation>
|
|
708
|
+
<xs:documentation>Manat</xs:documentation>
|
|
709
|
+
</xs:annotation>
|
|
710
|
+
</xs:enumeration>
|
|
711
|
+
<xs:enumeration value="TND">
|
|
712
|
+
<xs:annotation>
|
|
713
|
+
<xs:documentation>Tunisian Dinar</xs:documentation>
|
|
714
|
+
</xs:annotation>
|
|
715
|
+
</xs:enumeration>
|
|
716
|
+
<xs:enumeration value="TOP">
|
|
717
|
+
<xs:annotation>
|
|
718
|
+
<xs:documentation>Pa'anga</xs:documentation>
|
|
719
|
+
</xs:annotation>
|
|
720
|
+
</xs:enumeration>
|
|
721
|
+
<xs:enumeration value="TRY">
|
|
722
|
+
<xs:annotation>
|
|
723
|
+
<xs:documentation>New Turkish Lira</xs:documentation>
|
|
724
|
+
</xs:annotation>
|
|
725
|
+
</xs:enumeration>
|
|
726
|
+
<xs:enumeration value="TTD">
|
|
727
|
+
<xs:annotation>
|
|
728
|
+
<xs:documentation>Trinidad and Tobago Dollar</xs:documentation>
|
|
729
|
+
</xs:annotation>
|
|
730
|
+
</xs:enumeration>
|
|
731
|
+
<xs:enumeration value="TWD">
|
|
732
|
+
<xs:annotation>
|
|
733
|
+
<xs:documentation>New Taiwan Dollar</xs:documentation>
|
|
734
|
+
</xs:annotation>
|
|
735
|
+
</xs:enumeration>
|
|
736
|
+
<xs:enumeration value="TZS">
|
|
737
|
+
<xs:annotation>
|
|
738
|
+
<xs:documentation>Tanzanian Shilling</xs:documentation>
|
|
739
|
+
</xs:annotation>
|
|
740
|
+
</xs:enumeration>
|
|
741
|
+
<xs:enumeration value="UAH">
|
|
742
|
+
<xs:annotation>
|
|
743
|
+
<xs:documentation>Hryvnia</xs:documentation>
|
|
744
|
+
</xs:annotation>
|
|
745
|
+
</xs:enumeration>
|
|
746
|
+
<xs:enumeration value="UGX">
|
|
747
|
+
<xs:annotation>
|
|
748
|
+
<xs:documentation>Uganda Shilling</xs:documentation>
|
|
749
|
+
</xs:annotation>
|
|
750
|
+
</xs:enumeration>
|
|
751
|
+
<xs:enumeration value="USD">
|
|
752
|
+
<xs:annotation>
|
|
753
|
+
<xs:documentation>US Dollar</xs:documentation>
|
|
754
|
+
</xs:annotation>
|
|
755
|
+
</xs:enumeration>
|
|
756
|
+
<xs:enumeration value="UYU">
|
|
757
|
+
<xs:annotation>
|
|
758
|
+
<xs:documentation>Peso Uruguayo</xs:documentation>
|
|
759
|
+
</xs:annotation>
|
|
760
|
+
</xs:enumeration>
|
|
761
|
+
<xs:enumeration value="UZS">
|
|
762
|
+
<xs:annotation>
|
|
763
|
+
<xs:documentation>Uzbekistan Sum</xs:documentation>
|
|
764
|
+
</xs:annotation>
|
|
765
|
+
</xs:enumeration>
|
|
766
|
+
<xs:enumeration value="VEB">
|
|
767
|
+
<xs:annotation>
|
|
768
|
+
<xs:documentation>Bolivar</xs:documentation>
|
|
769
|
+
</xs:annotation>
|
|
770
|
+
</xs:enumeration>
|
|
771
|
+
<xs:enumeration value="VND">
|
|
772
|
+
<xs:annotation>
|
|
773
|
+
<xs:documentation>Dong</xs:documentation>
|
|
774
|
+
</xs:annotation>
|
|
775
|
+
</xs:enumeration>
|
|
776
|
+
<xs:enumeration value="VUV">
|
|
777
|
+
<xs:annotation>
|
|
778
|
+
<xs:documentation>Vatu</xs:documentation>
|
|
779
|
+
</xs:annotation>
|
|
780
|
+
</xs:enumeration>
|
|
781
|
+
<xs:enumeration value="WST">
|
|
782
|
+
<xs:annotation>
|
|
783
|
+
<xs:documentation>Tala</xs:documentation>
|
|
784
|
+
</xs:annotation>
|
|
785
|
+
</xs:enumeration>
|
|
786
|
+
<xs:enumeration value="XAF">
|
|
787
|
+
<xs:annotation>
|
|
788
|
+
<xs:documentation>CFA Franc</xs:documentation>
|
|
789
|
+
</xs:annotation>
|
|
790
|
+
</xs:enumeration>
|
|
791
|
+
<xs:enumeration value="XAG">
|
|
792
|
+
<xs:annotation>
|
|
793
|
+
<xs:documentation>Silver</xs:documentation>
|
|
794
|
+
</xs:annotation>
|
|
795
|
+
</xs:enumeration>
|
|
796
|
+
<xs:enumeration value="XAU">
|
|
797
|
+
<xs:annotation>
|
|
798
|
+
<xs:documentation>Gold</xs:documentation>
|
|
799
|
+
</xs:annotation>
|
|
800
|
+
</xs:enumeration>
|
|
801
|
+
<xs:enumeration value="XCD">
|
|
802
|
+
<xs:annotation>
|
|
803
|
+
<xs:documentation>East Carribean Dollar</xs:documentation>
|
|
804
|
+
</xs:annotation>
|
|
805
|
+
</xs:enumeration>
|
|
806
|
+
<xs:enumeration value="XDR">
|
|
807
|
+
<xs:annotation>
|
|
808
|
+
<xs:documentation>SDR</xs:documentation>
|
|
809
|
+
</xs:annotation>
|
|
810
|
+
</xs:enumeration>
|
|
811
|
+
<xs:enumeration value="XOF">
|
|
812
|
+
<xs:annotation>
|
|
813
|
+
<xs:documentation>CFA Franc</xs:documentation>
|
|
814
|
+
</xs:annotation>
|
|
815
|
+
</xs:enumeration>
|
|
816
|
+
<xs:enumeration value="XPD">
|
|
817
|
+
<xs:annotation>
|
|
818
|
+
<xs:documentation>Palladium</xs:documentation>
|
|
819
|
+
</xs:annotation>
|
|
820
|
+
</xs:enumeration>
|
|
821
|
+
<xs:enumeration value="XPF">
|
|
822
|
+
<xs:annotation>
|
|
823
|
+
<xs:documentation>CFP Franc</xs:documentation>
|
|
824
|
+
</xs:annotation>
|
|
825
|
+
</xs:enumeration>
|
|
826
|
+
<xs:enumeration value="XPT">
|
|
827
|
+
<xs:annotation>
|
|
828
|
+
<xs:documentation>Platinum</xs:documentation>
|
|
829
|
+
</xs:annotation>
|
|
830
|
+
</xs:enumeration>
|
|
831
|
+
<xs:enumeration value="YER">
|
|
832
|
+
<xs:annotation>
|
|
833
|
+
<xs:documentation>Yemeni Rial</xs:documentation>
|
|
834
|
+
</xs:annotation>
|
|
835
|
+
</xs:enumeration>
|
|
836
|
+
<xs:enumeration value="ZAR">
|
|
837
|
+
<xs:annotation>
|
|
838
|
+
<xs:documentation>Rand</xs:documentation>
|
|
839
|
+
</xs:annotation>
|
|
840
|
+
</xs:enumeration>
|
|
841
|
+
<xs:enumeration value="ZMK">
|
|
842
|
+
<xs:annotation>
|
|
843
|
+
<xs:documentation>Kwacha</xs:documentation>
|
|
844
|
+
</xs:annotation>
|
|
845
|
+
</xs:enumeration>
|
|
846
|
+
<xs:enumeration value="ZWD">
|
|
847
|
+
<xs:annotation>
|
|
848
|
+
<xs:documentation>Zimbabwe Dollar</xs:documentation>
|
|
849
|
+
</xs:annotation>
|
|
850
|
+
</xs:enumeration>
|
|
851
|
+
</xs:restriction>
|
|
852
|
+
</xs:simpleType>
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
</xs:schema>
|