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,314 @@
|
|
|
1
|
+
/TradeMark
|
|
2
|
+
__/AppealDetails
|
|
3
|
+
____/Appeal
|
|
4
|
+
______/AppealDate
|
|
5
|
+
______/AppealEventDetails
|
|
6
|
+
________/AppealEvent
|
|
7
|
+
__________/AppealEventCode
|
|
8
|
+
__________/AppealEventDate
|
|
9
|
+
______/AppealIdentifier
|
|
10
|
+
______/AppealProceedingLanguageCode
|
|
11
|
+
______/AppellantDetails
|
|
12
|
+
________/AppellantKey
|
|
13
|
+
__________/Identifier
|
|
14
|
+
______/CaseReferenceDetails
|
|
15
|
+
________/CaseReference
|
|
16
|
+
________/CaseReference[@caseReferenceKind=Cancellation]
|
|
17
|
+
________/CaseReference[@caseReferenceKind=International Application]
|
|
18
|
+
________/CaseReference[@caseReferenceKind=Mark Record]
|
|
19
|
+
________/CaseReference[@caseReferenceKind=Trade Mark]
|
|
20
|
+
______/RepresentativeDetails
|
|
21
|
+
________/RepresentativeKey
|
|
22
|
+
__________/Identifier
|
|
23
|
+
______/RespondentDetails
|
|
24
|
+
________/RespondentKey
|
|
25
|
+
__________/Identifier
|
|
26
|
+
______/RespondentRepresentativeDetails
|
|
27
|
+
________/RespondentRepresentativeKey
|
|
28
|
+
__________/Identifier
|
|
29
|
+
__/ApplicantDetails
|
|
30
|
+
____/Applicant
|
|
31
|
+
______/ApplicantAddressBook
|
|
32
|
+
________/ContactInformationDetails
|
|
33
|
+
__________/URL
|
|
34
|
+
________/FormattedNameAddress
|
|
35
|
+
__________/Address
|
|
36
|
+
____________/AddressCountryCode
|
|
37
|
+
____________/FormattedAddress
|
|
38
|
+
______________/AddressCity
|
|
39
|
+
______________/AddressPostcode
|
|
40
|
+
______________/AddressState
|
|
41
|
+
______________/AddressStreet
|
|
42
|
+
__________/Name
|
|
43
|
+
____________/FormattedName
|
|
44
|
+
______________/FirstName
|
|
45
|
+
______________/LastName
|
|
46
|
+
______________/LegalForm
|
|
47
|
+
______________/MiddleName
|
|
48
|
+
______________/OrganizationName
|
|
49
|
+
________/PostalAddress
|
|
50
|
+
______/ApplicantIdentifier
|
|
51
|
+
______/ApplicantIncorporationCountryCode
|
|
52
|
+
______/ApplicantIncorporationState
|
|
53
|
+
______/ApplicantLegalEntity
|
|
54
|
+
______/ApplicantNationalIdentification
|
|
55
|
+
______/ApplicantNationalityCode
|
|
56
|
+
____/Applicant[@operationCode=Delete]
|
|
57
|
+
____/Applicant[@operationCode=Insert]
|
|
58
|
+
__/ApplicationDate
|
|
59
|
+
__/ApplicationLanguageCode
|
|
60
|
+
__/ApplicationNumber
|
|
61
|
+
__/CorrespondenceAddress
|
|
62
|
+
____/CorrespondenceAddressIdentifier
|
|
63
|
+
____/CorrespondenceAddressParty
|
|
64
|
+
__/ExhibitionPriorityDetails
|
|
65
|
+
____/ExhibitionPriority
|
|
66
|
+
______/ExhibitionDate
|
|
67
|
+
______/ExhibitionFirstDisplayDate
|
|
68
|
+
______/ExhibitionName
|
|
69
|
+
______/ExhibitionStatusCode
|
|
70
|
+
__/ExpiryDate
|
|
71
|
+
__/GoodsServicesDetails
|
|
72
|
+
____/GoodsServices
|
|
73
|
+
______/ClassDescriptionDetails
|
|
74
|
+
________/ClassDescription
|
|
75
|
+
__________/ClassNumber
|
|
76
|
+
__________/GoodsServicesDescription
|
|
77
|
+
__________/GoodsServicesDescription[@languageCode=en]
|
|
78
|
+
__________/GoodsServicesDescription[@languageCode=es]
|
|
79
|
+
__________/GoodsServicesDescription[@languageCode=fr]
|
|
80
|
+
__/KindMark
|
|
81
|
+
__/MarkCurrentStatusCode
|
|
82
|
+
__/MarkCurrentStatusDate
|
|
83
|
+
__/MarkDescriptionDetails
|
|
84
|
+
____/MarkDescription
|
|
85
|
+
____/MarkDescription[@languageCode=bg]
|
|
86
|
+
____/MarkDescription[@languageCode=cs]
|
|
87
|
+
____/MarkDescription[@languageCode=da]
|
|
88
|
+
____/MarkDescription[@languageCode=de]
|
|
89
|
+
____/MarkDescription[@languageCode=el]
|
|
90
|
+
____/MarkDescription[@languageCode=en]
|
|
91
|
+
____/MarkDescription[@languageCode=es]
|
|
92
|
+
____/MarkDescription[@languageCode=et]
|
|
93
|
+
____/MarkDescription[@languageCode=fi]
|
|
94
|
+
____/MarkDescription[@languageCode=fr]
|
|
95
|
+
____/MarkDescription[@languageCode=hr]
|
|
96
|
+
____/MarkDescription[@languageCode=hu]
|
|
97
|
+
____/MarkDescription[@languageCode=it]
|
|
98
|
+
____/MarkDescription[@languageCode=lt]
|
|
99
|
+
____/MarkDescription[@languageCode=lv]
|
|
100
|
+
____/MarkDescription[@languageCode=mt]
|
|
101
|
+
____/MarkDescription[@languageCode=nl]
|
|
102
|
+
____/MarkDescription[@languageCode=pl]
|
|
103
|
+
____/MarkDescription[@languageCode=pt]
|
|
104
|
+
____/MarkDescription[@languageCode=ro]
|
|
105
|
+
____/MarkDescription[@languageCode=sl]
|
|
106
|
+
____/MarkDescription[@languageCode=sv]
|
|
107
|
+
__/MarkDisclaimerDetails
|
|
108
|
+
____/MarkDisclaimer
|
|
109
|
+
____/MarkDisclaimer[@languageCode=bg]
|
|
110
|
+
____/MarkDisclaimer[@languageCode=cs]
|
|
111
|
+
____/MarkDisclaimer[@languageCode=da]
|
|
112
|
+
____/MarkDisclaimer[@languageCode=de]
|
|
113
|
+
____/MarkDisclaimer[@languageCode=el]
|
|
114
|
+
____/MarkDisclaimer[@languageCode=en]
|
|
115
|
+
____/MarkDisclaimer[@languageCode=es]
|
|
116
|
+
____/MarkDisclaimer[@languageCode=fi]
|
|
117
|
+
____/MarkDisclaimer[@languageCode=fr]
|
|
118
|
+
____/MarkDisclaimer[@languageCode=hu]
|
|
119
|
+
____/MarkDisclaimer[@languageCode=it]
|
|
120
|
+
____/MarkDisclaimer[@languageCode=nl]
|
|
121
|
+
____/MarkDisclaimer[@languageCode=pl]
|
|
122
|
+
____/MarkDisclaimer[@languageCode=pt]
|
|
123
|
+
____/MarkDisclaimer[@languageCode=sv]
|
|
124
|
+
__/MarkFeature
|
|
125
|
+
__/MarkImageDetails
|
|
126
|
+
____/MarkImage
|
|
127
|
+
______/MarkImageCategory
|
|
128
|
+
________/CategoryCodeDetails
|
|
129
|
+
__________/CategoryCode
|
|
130
|
+
______/MarkImageColourClaimedText
|
|
131
|
+
______/MarkImageColourClaimedText[@languageCode=bg]
|
|
132
|
+
______/MarkImageColourClaimedText[@languageCode=cs]
|
|
133
|
+
______/MarkImageColourClaimedText[@languageCode=da]
|
|
134
|
+
______/MarkImageColourClaimedText[@languageCode=de]
|
|
135
|
+
______/MarkImageColourClaimedText[@languageCode=el]
|
|
136
|
+
______/MarkImageColourClaimedText[@languageCode=en]
|
|
137
|
+
______/MarkImageColourClaimedText[@languageCode=es]
|
|
138
|
+
______/MarkImageColourClaimedText[@languageCode=et]
|
|
139
|
+
______/MarkImageColourClaimedText[@languageCode=fi]
|
|
140
|
+
______/MarkImageColourClaimedText[@languageCode=fr]
|
|
141
|
+
______/MarkImageColourClaimedText[@languageCode=hr]
|
|
142
|
+
______/MarkImageColourClaimedText[@languageCode=hu]
|
|
143
|
+
______/MarkImageColourClaimedText[@languageCode=it]
|
|
144
|
+
______/MarkImageColourClaimedText[@languageCode=lt]
|
|
145
|
+
______/MarkImageColourClaimedText[@languageCode=lv]
|
|
146
|
+
______/MarkImageColourClaimedText[@languageCode=nl]
|
|
147
|
+
______/MarkImageColourClaimedText[@languageCode=pl]
|
|
148
|
+
______/MarkImageColourClaimedText[@languageCode=pt]
|
|
149
|
+
______/MarkImageColourClaimedText[@languageCode=ro]
|
|
150
|
+
______/MarkImageColourClaimedText[@languageCode=sk]
|
|
151
|
+
______/MarkImageColourClaimedText[@languageCode=sl]
|
|
152
|
+
______/MarkImageColourClaimedText[@languageCode=sv]
|
|
153
|
+
______/MarkImageFileFormat
|
|
154
|
+
______/MarkImageFilename
|
|
155
|
+
__/MarkRecordDetails
|
|
156
|
+
____/MarkRecord
|
|
157
|
+
______/BasicRecord
|
|
158
|
+
________/BasicRecordKind
|
|
159
|
+
________/BeneficiaryDetails
|
|
160
|
+
__________/BeneficiaryKey
|
|
161
|
+
____________/Identifier
|
|
162
|
+
________/BeneficiaryRepresentativeDetails
|
|
163
|
+
__________/BeneficiaryRepresentativeKey
|
|
164
|
+
____________/Identifier
|
|
165
|
+
________/ClaimantDetails
|
|
166
|
+
__________/ClaimantKey
|
|
167
|
+
____________/Identifier
|
|
168
|
+
________/RecordCurrentStatusCode
|
|
169
|
+
________/RecordCurrentStatusDate
|
|
170
|
+
________/RecordScope
|
|
171
|
+
________/RepresentativeDetails
|
|
172
|
+
__________/RepresentativeKey
|
|
173
|
+
____________/Identifier
|
|
174
|
+
__/MarkSoundDetails
|
|
175
|
+
____/MarkSound
|
|
176
|
+
______/MarkSoundFileFormat
|
|
177
|
+
______/MarkSoundFilename
|
|
178
|
+
__/MarkThreeDimensionalModelDetails
|
|
179
|
+
____/MarkThreeDimensionalModel
|
|
180
|
+
______/ThreeDimensionalModelCategory
|
|
181
|
+
________/CategoryCodeDetails
|
|
182
|
+
__________/CategoryCode
|
|
183
|
+
______/ThreeDimensionalModelFileFormat
|
|
184
|
+
______/ThreeDimensionalModelFilename
|
|
185
|
+
__/MarkVideoDetails
|
|
186
|
+
____/MarkVideo
|
|
187
|
+
______/MarkVideoCategory
|
|
188
|
+
________/CategoryCodeDetails
|
|
189
|
+
__________/CategoryCode
|
|
190
|
+
______/MarkVideoFileFormat
|
|
191
|
+
______/MarkVideoFilename
|
|
192
|
+
__/OppositionDetails
|
|
193
|
+
____/Opposition
|
|
194
|
+
______/AppealDetails
|
|
195
|
+
________/Appeal
|
|
196
|
+
__________/AppealDate
|
|
197
|
+
__________/AppealEventDetails
|
|
198
|
+
____________/AppealEvent
|
|
199
|
+
______________/AppealEventCode
|
|
200
|
+
______________/AppealEventDate
|
|
201
|
+
__________/AppealIdentifier
|
|
202
|
+
__________/AppealProceedingLanguageCode
|
|
203
|
+
__________/AppellantDetails
|
|
204
|
+
____________/AppellantKey
|
|
205
|
+
______________/Identifier
|
|
206
|
+
__________/CaseReferenceDetails
|
|
207
|
+
____________/CaseReference
|
|
208
|
+
____________/CaseReference[@caseReferenceKind=Opposition]
|
|
209
|
+
__________/RepresentativeDetails
|
|
210
|
+
____________/RepresentativeKey
|
|
211
|
+
______________/Identifier
|
|
212
|
+
__________/RespondentDetails
|
|
213
|
+
____________/RespondentKey
|
|
214
|
+
______________/Identifier
|
|
215
|
+
__________/RespondentRepresentativeDetails
|
|
216
|
+
____________/RespondentRepresentativeKey
|
|
217
|
+
______________/Identifier
|
|
218
|
+
______/EarlierMarkDetails
|
|
219
|
+
________/EarlierMark
|
|
220
|
+
__________/ApplicationDate
|
|
221
|
+
__________/ApplicationNumber
|
|
222
|
+
__________/DesignatedCountryDetails
|
|
223
|
+
____________/DesignatedCountryCode
|
|
224
|
+
__________/EarlierMarkCountryCode
|
|
225
|
+
__________/MarkFeature
|
|
226
|
+
__________/RegistrationDate
|
|
227
|
+
__________/RegistrationNumber
|
|
228
|
+
__________/WordMarkSpecification
|
|
229
|
+
____________/MarkVerbalElementText
|
|
230
|
+
______/OpponentDetails
|
|
231
|
+
________/OpponentKey
|
|
232
|
+
__________/Identifier
|
|
233
|
+
______/OppositionDate
|
|
234
|
+
______/OppositionGroundText
|
|
235
|
+
______/OppositionIdentifier
|
|
236
|
+
______/ProceedingLanguageCode
|
|
237
|
+
______/RepresentativeDetails
|
|
238
|
+
________/RepresentativeKey
|
|
239
|
+
__________/Identifier
|
|
240
|
+
__/PriorityDetails
|
|
241
|
+
____/Priority
|
|
242
|
+
______/PriorityCountryCode
|
|
243
|
+
______/PriorityDate
|
|
244
|
+
______/PriorityNumber
|
|
245
|
+
______/PriorityPartialIndicator
|
|
246
|
+
______/PriorityStatusCode
|
|
247
|
+
__/PublicationDetails
|
|
248
|
+
____/Publication
|
|
249
|
+
______/PublicationDate
|
|
250
|
+
______/PublicationIdentifier
|
|
251
|
+
______/PublicationPage
|
|
252
|
+
______/PublicationSection
|
|
253
|
+
__/RegistrationDate
|
|
254
|
+
__/RegistrationOfficeCode
|
|
255
|
+
__/RepresentativeDetails
|
|
256
|
+
____/Representative
|
|
257
|
+
______/RepresentativeAddressBook
|
|
258
|
+
________/ContactInformationDetails
|
|
259
|
+
__________/Email
|
|
260
|
+
__________/Fax
|
|
261
|
+
__________/Phone
|
|
262
|
+
__________/URL
|
|
263
|
+
________/FormattedNameAddress
|
|
264
|
+
__________/Address
|
|
265
|
+
____________/AddressCountryCode
|
|
266
|
+
____________/FormattedAddress
|
|
267
|
+
______________/AddressCity
|
|
268
|
+
______________/AddressPostcode
|
|
269
|
+
______________/AddressState
|
|
270
|
+
______________/AddressStreet
|
|
271
|
+
__________/Name
|
|
272
|
+
____________/FormattedName
|
|
273
|
+
______________/FirstName
|
|
274
|
+
______________/LastName
|
|
275
|
+
______________/MiddleName
|
|
276
|
+
______________/OrganizationName
|
|
277
|
+
________/PostalAddress
|
|
278
|
+
______/RepresentativeIdentifier
|
|
279
|
+
______/RepresentativeIncorporationCountryCode
|
|
280
|
+
______/RepresentativeIncorporationState
|
|
281
|
+
______/RepresentativeLegalEntity
|
|
282
|
+
______/RepresentativeNationalityCode
|
|
283
|
+
______/RepresentativeTypeCode
|
|
284
|
+
____/Representative[@operationCode=Delete]
|
|
285
|
+
____/Representative[@operationCode=Insert]
|
|
286
|
+
__/SecondLanguageCode
|
|
287
|
+
__/SeniorityDetails
|
|
288
|
+
____/Seniority
|
|
289
|
+
______/InternationalTradeMarkIndicator
|
|
290
|
+
______/SeniorityApplicationDate
|
|
291
|
+
______/SeniorityApplicationNumber
|
|
292
|
+
______/SeniorityCountryCode
|
|
293
|
+
______/SeniorityFilingDate
|
|
294
|
+
______/SeniorityPartialIndicator
|
|
295
|
+
______/SeniorityRegistrationDate
|
|
296
|
+
______/SeniorityRegistrationNumber
|
|
297
|
+
______/SeniorityStatusCode
|
|
298
|
+
__/TradeDistinctivenessIndicator
|
|
299
|
+
__/TradeMarkRelationDetails
|
|
300
|
+
____/TradeMarkRelation
|
|
301
|
+
______/RelatedTradeMarkIdentifier
|
|
302
|
+
______/TradeMarkIdentifier
|
|
303
|
+
______/TradeMarkRelationKind
|
|
304
|
+
__/TransformationPriorityDetails
|
|
305
|
+
____/TransformationPriority
|
|
306
|
+
______/CancellationDate
|
|
307
|
+
______/PriorityDate
|
|
308
|
+
______/RegistrationDate
|
|
309
|
+
______/RegistrationNumber
|
|
310
|
+
______/TransformationCountryCode
|
|
311
|
+
__/WordMarkSpecification
|
|
312
|
+
____/MarkVerbalElementText
|
|
313
|
+
/TradeMark[@operationCode=Delete]
|
|
314
|
+
/TradeMark[@operationCode=Insert]
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{% from 'navigation.tmpl' import match %}
|
|
2
|
+
|
|
3
|
+
{% set _space = " " %}
|
|
4
|
+
{% set status = TradeMark | translate_status %}
|
|
5
|
+
{% set st13 = TradeMark.ApplicationNumber | st13('EM') %}
|
|
6
|
+
|
|
7
|
+
st13: {{ TradeMark.ApplicationNumber | st13('EM') }}
|
|
8
|
+
gbdStatus: {{ status }}
|
|
9
|
+
registrationOfficeCode: EM
|
|
10
|
+
type: TRADEMARK
|
|
11
|
+
|
|
12
|
+
{% if not status == 'Delete' %}
|
|
13
|
+
kind: {{ TradeMark.KindMark | translate_kind }}
|
|
14
|
+
markFeature: {{ TradeMark.MarkFeature | translate_feature }}
|
|
15
|
+
designatedCountries:
|
|
16
|
+
- {{ TradeMark.RegistrationOfficeCode }}
|
|
17
|
+
applicationNumber: {{ TradeMark.ApplicationNumber }}
|
|
18
|
+
applicationDate: {{ TradeMark.ApplicationDate | convertdate('%Y-%m-%d') }}
|
|
19
|
+
registrationNumber: {{ TradeMark | get_registration_nb(TradeMark.MarkCurrentStatusCode)}}
|
|
20
|
+
registrationDate: {{ TradeMark.RegistrationDate }}
|
|
21
|
+
applicationLanguageCode: {{ TradeMark.ApplicationLanguageCode }}
|
|
22
|
+
secondLanguageCode: {{ TradeMark.SecondLanguageCode }}
|
|
23
|
+
expiryDate: {{ TradeMark.ExpiryDate }}
|
|
24
|
+
officeStatus: {{ TradeMark.MarkCurrentStatusCode }}
|
|
25
|
+
terminationDate: {{ TradeMark.MarkCurrentStatusDate | get_termination(status) }}
|
|
26
|
+
statusDate: {{ TradeMark.MarkCurrentStatusDate | convertdate('%Y-%m-%d') }}
|
|
27
|
+
markDisclaimerDetails:
|
|
28
|
+
{% call(desc) match('MarkDisclaimerDetails.MarkDisclaimer', TradeMark) %}
|
|
29
|
+
- text: {{ desc }}
|
|
30
|
+
languageCode: {{ desc | guess_language(desc._languageCode, TradeMark.ApplicationLanguageCode) }}
|
|
31
|
+
{% endcall %}
|
|
32
|
+
markDescriptionDetails:
|
|
33
|
+
{% call(desc) match('MarkDescriptionDetails.MarkDescription', TradeMark) %}
|
|
34
|
+
- text: {{ desc }}
|
|
35
|
+
languageCode: {{ desc | guess_language(desc._languageCode, TradeMark.ApplicationLanguageCode) }}
|
|
36
|
+
{% endcall %}
|
|
37
|
+
wordMarkSpecification:
|
|
38
|
+
markVerbalElement:
|
|
39
|
+
{% call(desc) match('WordMarkSpecification.MarkVerbalElementText', TradeMark) %}
|
|
40
|
+
- text: {{ desc | remove_cr }}
|
|
41
|
+
languageCode: {{ desc | guess_language(desc._languageCode, TradeMark.ApplicationLanguageCode) }}
|
|
42
|
+
{% endcall %}
|
|
43
|
+
markImageDetails:
|
|
44
|
+
{% call(img) match('MarkImageDetails.MarkImage', TradeMark) %}
|
|
45
|
+
- name: {{ img.MarkImageFilename }}
|
|
46
|
+
colourIndicator: {{ img.MarkImageColourClaimedText | get_true_or_false }}
|
|
47
|
+
colourClaimed:
|
|
48
|
+
{% call(desc) match('MarkImageColourClaimedText', img) %}
|
|
49
|
+
- text: {{ desc }}
|
|
50
|
+
languageCode: {{ desc | guess_language(desc._languageCode, TradeMark.ApplicationLanguageCode) }}
|
|
51
|
+
{% endcall %}
|
|
52
|
+
classification:
|
|
53
|
+
kind: Vienna
|
|
54
|
+
version: {{ ASK_THE_OFFICE }}
|
|
55
|
+
code:
|
|
56
|
+
{% call(code) match('MarkImageCategory.CategoryCodeDetails.CategoryCode', img) %}
|
|
57
|
+
- {{ code }}
|
|
58
|
+
{% endcall %}
|
|
59
|
+
{% endcall %}
|
|
60
|
+
markSoundDetails:
|
|
61
|
+
{% call(sound) match('MarkSoundDetails.MarkSound', TradeMark) %}
|
|
62
|
+
- filename: {{ sound.MarkSoundFilename }}
|
|
63
|
+
fileformat: {{ sound.MarkSoundFileFormat }}
|
|
64
|
+
{% endcall %}
|
|
65
|
+
markVideoDetails:
|
|
66
|
+
{% call(video) match('MarkVideoDetails.MarkVideo', TradeMark) %}
|
|
67
|
+
- filename: {{ video.MarkVideoFilename }}
|
|
68
|
+
fileformat: {{ video.MarkVideoFileFormat }}
|
|
69
|
+
{% endcall %}
|
|
70
|
+
|
|
71
|
+
{% call(nc_gs) match('GoodsServicesDetails.GoodsServices', TradeMark) %}
|
|
72
|
+
goodsServicesClassification:
|
|
73
|
+
kind: Nice
|
|
74
|
+
version: {{ ASK_THE_OFFICE }}
|
|
75
|
+
class:
|
|
76
|
+
{% call(nice) match('ClassDescriptionDetails.ClassDescription', nc_gs) %}
|
|
77
|
+
- code: {{ nice.ClassNumber | int }}
|
|
78
|
+
terms:
|
|
79
|
+
{% call(desc) match('GoodsServicesDescription', nice) %}
|
|
80
|
+
{{ desc | guess_language(desc._languageCode, TradeMark.ApplicationLanguageCode) | field_name }}:
|
|
81
|
+
{% for gsline in desc.__value | remove_trailing('.') | split_terms %}
|
|
82
|
+
- {{ gsline }}
|
|
83
|
+
{% endfor %}
|
|
84
|
+
{% endcall %}
|
|
85
|
+
{% endcall %}
|
|
86
|
+
{% endcall %}
|
|
87
|
+
|
|
88
|
+
priorities:
|
|
89
|
+
{% call(priority) match('PriorityDetails.Priority', TradeMark) %}
|
|
90
|
+
- countryCode: {{ priority.PriorityCountryCode }}
|
|
91
|
+
number: {{ priority.PriorityNumber }}
|
|
92
|
+
date: {{ priority.PriorityDate }}
|
|
93
|
+
comment: {{ priority.PriorityStatusCode }}
|
|
94
|
+
{% endcall %}
|
|
95
|
+
publications:
|
|
96
|
+
{% call(publication) match('PublicationDetails.Publication', TradeMark) %}
|
|
97
|
+
- identifier: {{ publication.PublicationIdentifier }}
|
|
98
|
+
date: {{ publication.PublicationDate }}
|
|
99
|
+
section: {{ publication.PublicationSection }}
|
|
100
|
+
{% endcall %}
|
|
101
|
+
appeals:
|
|
102
|
+
{% call(apeal) match('AppealDetails.Appeal.AppealEventDetails.AppealEvent', TradeMark) %}
|
|
103
|
+
- kind: {{ apeal.AppealEventCode }}
|
|
104
|
+
date: {{ apeal.AppealEventDate }}
|
|
105
|
+
{% endcall %}
|
|
106
|
+
applicants:
|
|
107
|
+
{% call(applicant) match('ApplicantDetails.ApplicantKey', TradeMark) %}
|
|
108
|
+
{% if not applicant._operationCode == 'Delete' %}
|
|
109
|
+
- {{ applicant.Identifier | get_entity_from_db(TradeMark.RegistrationOfficeCode, 'APP', st13) | field_name}}
|
|
110
|
+
{% endif %}
|
|
111
|
+
{% endcall %}
|
|
112
|
+
|
|
113
|
+
representatives:
|
|
114
|
+
{% call(rep) match('RepresentativeDetails.RepresentativeKey', TradeMark) %}
|
|
115
|
+
{% if not representative._operationCode == 'Delete' %}
|
|
116
|
+
- {{ rep.Identifier | get_entity_from_db(TradeMark.RegistrationOfficeCode, 'REP', st13) | field_name}}
|
|
117
|
+
{% endif %}
|
|
118
|
+
{% endcall %}
|
|
119
|
+
|
|
120
|
+
correspondence:
|
|
121
|
+
{% call(rep) match('CorrespondenceAddress', TradeMark) %}
|
|
122
|
+
{{ rep.CorrespondenceAddressIdentifier | get_entity_from_db('EM', rep.CorrespondenceAddressParty, st13) | field_name}}
|
|
123
|
+
{% endcall %}
|
|
124
|
+
|
|
125
|
+
{% endif %}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# namespaces defined in XML and to be ignored in procecssing
|
|
2
|
+
ignore_namespace = [
|
|
3
|
+
'http://es.tmview.europa.eu/trademark/data',
|
|
4
|
+
'http://tmview.europa.eu/trademark/data'
|
|
5
|
+
]
|
|
6
|
+
|
|
7
|
+
def get_entity_addr(addr):
|
|
8
|
+
if not addr: return None
|
|
9
|
+
return "%s %s %s" % (addr.AddressStreet, addr.AddressCity, addr.AddressPostcode)
|
|
10
|
+
def get_entity_name(name):
|
|
11
|
+
if not name: return
|
|
12
|
+
if name.OrganizationName: return name.OrganizationName
|
|
13
|
+
return "%s %s" % (name.FirstName, name.LastName )
|
|
14
|
+
def get_entity_kind(name):
|
|
15
|
+
if not name: return
|
|
16
|
+
if name.OrganizationName: return 'Legal entity'
|
|
17
|
+
return 'Natural person'
|
|
18
|
+
|
|
19
|
+
# -------------------------------------------------------------
|
|
20
|
+
# data translation helpers:
|
|
21
|
+
# translate values from office interpretation to gbd equivalent
|
|
22
|
+
# -------------------------------------------------------------
|
|
23
|
+
def translate_kind(kind):
|
|
24
|
+
if not kind: return ['Individual']
|
|
25
|
+
|
|
26
|
+
if kind == 'Individual': return ['Individual']
|
|
27
|
+
if kind == 'Collective': return ['Collective']
|
|
28
|
+
|
|
29
|
+
raise Exception('kind "%s" is not mapped.' % kind)
|
|
30
|
+
|
|
31
|
+
def translate_status(status):
|
|
32
|
+
if not status: return 'Ended'
|
|
33
|
+
|
|
34
|
+
if status == 'Registered': return 'Registered'
|
|
35
|
+
|
|
36
|
+
if status in ['Application published',
|
|
37
|
+
'Application filed',
|
|
38
|
+
'Application opposed',
|
|
39
|
+
'Appeal pending']:
|
|
40
|
+
return 'Pending'
|
|
41
|
+
|
|
42
|
+
return 'Unknown'
|
|
43
|
+
#raise Exception('Status "%s" unmapped' % status)
|
|
44
|
+
|
|
45
|
+
def get_termination(value, gbd_status):
|
|
46
|
+
if gbd_status == 'Ended':
|
|
47
|
+
return value
|
|
48
|
+
return None
|
|
49
|
+
|
|
50
|
+
def translate_feature(feature):
|
|
51
|
+
"""translation of mark feature"""
|
|
52
|
+
|
|
53
|
+
# needed information from office
|
|
54
|
+
# if office cannot provide information, then agree on a way to guess (uatm)
|
|
55
|
+
if not feature: return 'Undefined'
|
|
56
|
+
feature = feature.upper()
|
|
57
|
+
if feature == 'COMBINED': return 'Combined'
|
|
58
|
+
if feature == 'WORD': return 'Word'
|
|
59
|
+
if feature == 'STYLIZED_CHARACTERS': return 'Stylized characters'
|
|
60
|
+
if feature == 'FIGURATIVE': return 'Figurative'
|
|
61
|
+
if feature == 'SOUND': return 'Sound'
|
|
62
|
+
if feature == ' 3 d': return 'Three dimensional'
|
|
63
|
+
if feature == '3-d': return 'Three dimensional'
|
|
64
|
+
if feature == '_3_D': return 'Three dimensional'
|
|
65
|
+
if feature == '3-D': return 'Three dimensional'
|
|
66
|
+
return feature.lower().capitalize()
|
|
67
|
+
# raise Exception to recognize unmapped values
|
|
68
|
+
raise Exception('Feature "%s" unmapped' % feature)
|
|
69
|
+
|
|
70
|
+
def get_registration_nb(trademark, tmstatus):
|
|
71
|
+
if trademark.RegistrationNumber:
|
|
72
|
+
return trademark.RegistrationNumber
|
|
73
|
+
|
|
74
|
+
# default registration number to application number
|
|
75
|
+
# in case none is provided
|
|
76
|
+
if tmstatus in ['Registered', 'Expired']:
|
|
77
|
+
return trademark.ApplicationNumber
|
|
78
|
+
|
|
79
|
+
# -----------------------
|
|
80
|
+
# filtering empty tags
|
|
81
|
+
# -----------------------
|
|
82
|
+
def get_goods_services(goods_services):
|
|
83
|
+
nc_gs = {} # classified
|
|
84
|
+
if not goods_services:
|
|
85
|
+
goods_services = []
|
|
86
|
+
|
|
87
|
+
if not isinstance(goods_services, list):
|
|
88
|
+
goods_services = [goods_services]
|
|
89
|
+
|
|
90
|
+
for goods_service in goods_services:
|
|
91
|
+
code = goods_service.ClassNumber
|
|
92
|
+
if code and not code == '0':
|
|
93
|
+
nc_gs[code] = {}
|
|
94
|
+
desc = goods_service.GoodsServicesDescription
|
|
95
|
+
|
|
96
|
+
if hasattr(desc, '__value'):
|
|
97
|
+
terms = desc.__value
|
|
98
|
+
else:
|
|
99
|
+
terms = desc
|
|
100
|
+
|
|
101
|
+
if terms:
|
|
102
|
+
nc_gs[code]['terms'] = terms
|
|
103
|
+
else:
|
|
104
|
+
continue
|
|
105
|
+
|
|
106
|
+
if hasattr(desc, '_languageCode'):
|
|
107
|
+
lang = desc._languageCode
|
|
108
|
+
nc_gs[code]['lang'] = lang.lower()
|
|
109
|
+
|
|
110
|
+
return nc_gs
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/Transaction
|
|
2
|
+
__/TradeMarkTransactionBody
|
|
3
|
+
____/TransactionContentDetails
|
|
4
|
+
______/TransactionCode
|
|
5
|
+
______/TransactionData
|
|
6
|
+
________/TradeMarkDetails
|
|
7
|
+
__________/TradeMark
|
|
8
|
+
____________/ApplicantDetails
|
|
9
|
+
______________/Applicant
|
|
10
|
+
________________/ApplicantAddressBook
|
|
11
|
+
__________________/FormattedNameAddress
|
|
12
|
+
____________________/Address
|
|
13
|
+
______________________/AddressCountryCode
|
|
14
|
+
______________________/FormattedAddress
|
|
15
|
+
________________________/AddressCity
|
|
16
|
+
________________________/AddressPostcode
|
|
17
|
+
________________________/AddressStreet
|
|
18
|
+
____________________/Name
|
|
19
|
+
______________________/FormattedName
|
|
20
|
+
________________________/FirstName
|
|
21
|
+
________________________/LastName
|
|
22
|
+
________________________/OrganizationName
|
|
23
|
+
________________/ApplicantIdentifier
|
|
24
|
+
______________/ApplicantKey
|
|
25
|
+
________________/URI
|
|
26
|
+
____________/ApplicationDate
|
|
27
|
+
____________/ApplicationLanguageCode
|
|
28
|
+
____________/ApplicationNumber
|
|
29
|
+
____________/ExhibitionPriorityDetails
|
|
30
|
+
______________/ExhibitionPriority
|
|
31
|
+
________________/ExhibitionDate
|
|
32
|
+
________________/ExhibitionName
|
|
33
|
+
____________/GoodsServicesDetails
|
|
34
|
+
______________/GoodsServices
|
|
35
|
+
________________/ClassDescriptionDetails
|
|
36
|
+
__________________/ClassDescription
|
|
37
|
+
____________________/ClassNumber
|
|
38
|
+
____________________/GoodsServicesDescription
|
|
39
|
+
____________________/GoodsServicesDescription[@languageCode=es]
|
|
40
|
+
____________/KindMark
|
|
41
|
+
____________/MarkCurrentStatusCode
|
|
42
|
+
____________/MarkCurrentStatusDate
|
|
43
|
+
____________/MarkDescriptionDetails
|
|
44
|
+
______________/MarkDescription
|
|
45
|
+
____________/MarkDisclaimerDetails
|
|
46
|
+
______________/MarkDisclaimer
|
|
47
|
+
____________/MarkFeature
|
|
48
|
+
____________/MarkImageDetails
|
|
49
|
+
______________/MarkImage
|
|
50
|
+
________________/MarkImageCategory
|
|
51
|
+
__________________/CategoryCodeDetails
|
|
52
|
+
____________________/CategoryCode
|
|
53
|
+
________________/MarkImageColourClaimedText
|
|
54
|
+
________________/MarkImageURI
|
|
55
|
+
____________/PriorityDetails
|
|
56
|
+
______________/Priority
|
|
57
|
+
________________/PriorityCountryCode
|
|
58
|
+
________________/PriorityDate
|
|
59
|
+
________________/PriorityNumber
|
|
60
|
+
________________/PriorityPartialGoodsServices
|
|
61
|
+
__________________/ClassDescriptionDetails
|
|
62
|
+
____________________/ClassDescription
|
|
63
|
+
______________________/ClassNumber
|
|
64
|
+
______________________/GoodsServicesDescription
|
|
65
|
+
____________/PublicationDetails
|
|
66
|
+
______________/Publication
|
|
67
|
+
________________/PublicationDate
|
|
68
|
+
________________/PublicationSection
|
|
69
|
+
____________/RegistrationDate
|
|
70
|
+
____________/RegistrationNumber
|
|
71
|
+
____________/RegistrationOfficeCode
|
|
72
|
+
____________/RepresentativeDetails
|
|
73
|
+
______________/Representative
|
|
74
|
+
________________/RepresentativeAddressBook
|
|
75
|
+
__________________/FormattedNameAddress
|
|
76
|
+
____________________/Address
|
|
77
|
+
______________________/AddressCountryCode
|
|
78
|
+
______________________/FormattedAddress
|
|
79
|
+
________________________/AddressCity
|
|
80
|
+
________________________/AddressPostcode
|
|
81
|
+
________________________/AddressStreet
|
|
82
|
+
____________________/Name
|
|
83
|
+
______________________/FormattedName
|
|
84
|
+
________________________/FirstName
|
|
85
|
+
________________________/LastName
|
|
86
|
+
________________________/OrganizationName
|
|
87
|
+
________________________/SecondLastName
|
|
88
|
+
________________/RepresentativeIdentifier
|
|
89
|
+
______________/RepresentativeKey
|
|
90
|
+
________________/URI
|
|
91
|
+
____________/SeniorityDetails
|
|
92
|
+
______________/Seniority
|
|
93
|
+
________________/SeniorityBeenClaimedNumber
|
|
94
|
+
____________/WordMarkSpecification
|
|
95
|
+
______________/MarkVerbalElementText
|
|
96
|
+
______/TransactionIdentifier
|
|
97
|
+
__/TransactionHeader
|
|
98
|
+
____/SenderDetails
|
|
99
|
+
______/RequestProducerDateTime
|