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,117 @@
|
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<TMBRAND>
|
|
3
|
+
<DETAILS>
|
|
4
|
+
<OFFICENUMBER>180001</OFFICENUMBER>
|
|
5
|
+
<Internationality>National</Internationality>
|
|
6
|
+
<INTERNATIONALNUMBER/>
|
|
7
|
+
<FILINGDATE>20050417</FILINGDATE>
|
|
8
|
+
<EXPIRATIONDATE>20250417</EXPIRATIONDATE>
|
|
9
|
+
<BRANDTYPE>Trademark/Service mark</BRANDTYPE>
|
|
10
|
+
<STATUS>active</STATUS>
|
|
11
|
+
<REGISTRATIONDATE>20061210</REGISTRATIONDATE>
|
|
12
|
+
<BRAND>
|
|
13
|
+
<NAME lang="he"/>
|
|
14
|
+
<NAME lang="en">BABY MONET</NAME>
|
|
15
|
+
</BRAND>
|
|
16
|
+
<MarkTranscription/>
|
|
17
|
+
</DETAILS>
|
|
18
|
+
<APPLICANTS>
|
|
19
|
+
<APPLICANT number="806753">
|
|
20
|
+
<NAMES>
|
|
21
|
+
<NAME lang="he"/>
|
|
22
|
+
<NAME lang="en" main="1">Baby Einstein, LLC</NAME>
|
|
23
|
+
</NAMES>
|
|
24
|
+
<ADDRESSES>
|
|
25
|
+
<ADDRESS lang="he"/>
|
|
26
|
+
<ADDRESS lang="en">3333 Piemont Road, Suite 1800, Atlanta, Georgia, 30305, U.S.A.</ADDRESS>
|
|
27
|
+
</ADDRESSES>
|
|
28
|
+
</APPLICANT>
|
|
29
|
+
</APPLICANTS>
|
|
30
|
+
<REPRESENTATIVES>
|
|
31
|
+
<REPRESENTATIVE applicantnumber="806753" number="17">
|
|
32
|
+
<NAMES>
|
|
33
|
+
<NAME lang="he">לוצאטו את לוצאטו</NAME>
|
|
34
|
+
<NAME lang="en">Luzzatto & Luzzatto</NAME>
|
|
35
|
+
</NAMES>
|
|
36
|
+
<ADDRESSES>
|
|
37
|
+
<ADDRESS lang="he">ת.ד. 5352, באר שבע, 84152, ישראל</ADDRESS>
|
|
38
|
+
<ADDRESS lang="en">P.O.B 5352, Beer Sheva, 84152, Israel</ADDRESS>
|
|
39
|
+
</ADDRESSES>
|
|
40
|
+
</REPRESENTATIVE>
|
|
41
|
+
</REPRESENTATIVES>
|
|
42
|
+
<NICEGROUP>
|
|
43
|
+
<NICECLASS>
|
|
44
|
+
<TYPE>16</TYPE>
|
|
45
|
+
<LIST lang="he">נייר, קרטון וטובין העשויים מחומרים אלו, שאינם נכללים בסוגים אחרים; ספרי כתובות; אלבומי צילומים; קעקועים בצורת מדבקות; יומני פגישות; ערכות צבעים לאמנות ולמלאכה; ספרי חתימות; ספרי תינוקות; שקיות נייר למסיבות; עטים כדוריים; קלסרים; מאחזי ספרים; סימניות; ספרים; קשתות סרט לנייר עטיפה למתנות; קישוטי נייר לעוגות; לוחות שנה; כרטיסי מתנה; כרטיסי ברכה; סרטים מצויירים; קלמרים וקופסאות לעפרונות ולעטים; קישוטי נייר מרכזיים; גיר; ספרי הפעלה לילדים; חרס לעיצוב; מפות שולחן מנייר; חוברות צביעה; סיפורים מצויירים; ספרים מצויירים; קישוטי נייר למסיבות; יומנים; נייר לעטיפת מתנות; מגזינים; כובעי נייר למסיבות; כתבי עת; מפיות מנייר; עטים; עפרונות; נייר מכתבים; מדבקות; פוסטרים; מחברות; חבילות נייר מזכרים; מחקים; מחדדי עפרונות; שדכנים; נייר כתיבה; מעטפות; מחזיקי נייר; תחתיות נייר; מצעיות מנייר; סרגלים לא מכויילים; עיתונים; תצלומים; גלויות; כרטיסי החלפה; כרטיסי לימוד; חיתולים חד פעמיים לתינוקות; הנכללים כולם בסוג 16.</LIST>
|
|
46
|
+
<LIST lang="en">Paper, cardboard and goods made from these materials, not included in other classes; address books; photograph albums; appliques in the form of decals; appointment books; arts and craft paint kits; autograph books; baby books; paper party bags; ball-point pens; binders; bookends; bookmarks; books; paper gift wrap bows; paper cake decorations; calendars; gift cards; greeting cards; cartoons; pen and pencil cases; decorative paper centerpieces; chalk; children's activity books; modeling clay; paper table cloths; coloring books; comic strips; comic books; paper party decorations; diaries; gift wrapping paper; magazines; paper party hats; periodicals; paper napkins; pens; pencils; stationery; stickers; posters; notebooks; memo pads; erasers; pencil sharpeners; staplers; writing paper; envelopes; paper weights; paper coasters; paper mats; non-calibrated rulers; newspapers; photographs; postcards; trading cards; flash cards; disposable diapers for babies; all included in class 16.</LIST>
|
|
47
|
+
</NICECLASS>
|
|
48
|
+
</NICEGROUP>
|
|
49
|
+
<VIENNAGROUP/>
|
|
50
|
+
<PRIORGROUP/>
|
|
51
|
+
<DISCLAIMERS/>
|
|
52
|
+
<COLORCLAIMS/>
|
|
53
|
+
<TERMS/>
|
|
54
|
+
<EVENTS>
|
|
55
|
+
<EVENT>
|
|
56
|
+
<EventDate>20060622</EventDate>
|
|
57
|
+
<NatureOfEvent lang="he">קובל</NatureOfEvent>
|
|
58
|
+
<NatureOfEvent lang="en">Accepted</NatureOfEvent>
|
|
59
|
+
<EventDescription lang="he"/>
|
|
60
|
+
<EventDescription lang="en"/>
|
|
61
|
+
<PublicationDate/>
|
|
62
|
+
</EVENT>
|
|
63
|
+
<EVENT>
|
|
64
|
+
<EventDate>20060831</EventDate>
|
|
65
|
+
<NatureOfEvent lang="he">קובל</NatureOfEvent>
|
|
66
|
+
<NatureOfEvent lang="en">Accepted</NatureOfEvent>
|
|
67
|
+
<EventDescription lang="he"/>
|
|
68
|
+
<EventDescription lang="en"/>
|
|
69
|
+
<PublicationDate>20060801</PublicationDate>
|
|
70
|
+
</EVENT>
|
|
71
|
+
<EVENT>
|
|
72
|
+
<EventDate>20061210</EventDate>
|
|
73
|
+
<NatureOfEvent lang="he">רישום</NatureOfEvent>
|
|
74
|
+
<NatureOfEvent lang="en">Registered</NatureOfEvent>
|
|
75
|
+
<EventDescription lang="he"/>
|
|
76
|
+
<EventDescription lang="en"/>
|
|
77
|
+
<PublicationDate>20070101</PublicationDate>
|
|
78
|
+
</EVENT>
|
|
79
|
+
<EVENT>
|
|
80
|
+
<EventDate>20150420</EventDate>
|
|
81
|
+
<NatureOfEvent lang="he">חידוש התוקף</NatureOfEvent>
|
|
82
|
+
<NatureOfEvent lang="en">Renewal of registration</NatureOfEvent>
|
|
83
|
+
<EventDescription lang="he"/>
|
|
84
|
+
<EventDescription lang="en"/>
|
|
85
|
+
<PublicationDate>20150430</PublicationDate>
|
|
86
|
+
</EVENT>
|
|
87
|
+
<EVENT>
|
|
88
|
+
<EventDate>20151202</EventDate>
|
|
89
|
+
<NatureOfEvent lang="he">מינוי מיופה כוח</NatureOfEvent>
|
|
90
|
+
<NatureOfEvent lang="en">Appointment of attorney</NatureOfEvent>
|
|
91
|
+
<EventDescription lang="he">לוצאטו את לוצאטו</EventDescription>
|
|
92
|
+
<EventDescription lang="en">Luzzatto & Luzzatto</EventDescription>
|
|
93
|
+
<PublicationDate/>
|
|
94
|
+
</EVENT>
|
|
95
|
+
<EVENT>
|
|
96
|
+
<EventDate>20151202</EventDate>
|
|
97
|
+
<NatureOfEvent lang="he">העברת בעלות מ</NatureOfEvent>
|
|
98
|
+
<NatureOfEvent lang="en">Change in ownership from</NatureOfEvent>
|
|
99
|
+
<EventDescription lang="he"/>
|
|
100
|
+
<EventDescription lang="en">The Baby Einstein Company, LLC</EventDescription>
|
|
101
|
+
<PublicationDate>20151231</PublicationDate>
|
|
102
|
+
</EVENT>
|
|
103
|
+
<EVENT>
|
|
104
|
+
<EventDate>20151202</EventDate>
|
|
105
|
+
<NatureOfEvent lang="he">ביטול מיופה כוח</NatureOfEvent>
|
|
106
|
+
<NatureOfEvent lang="en">Cancellation of attorney appointment</NatureOfEvent>
|
|
107
|
+
<EventDescription lang="he">ד"ר שלמה כהן ושות'</EventDescription>
|
|
108
|
+
<EventDescription lang="en">Dr. Shlomo Cohen & Co.</EventDescription>
|
|
109
|
+
<PublicationDate/>
|
|
110
|
+
</EVENT>
|
|
111
|
+
</EVENTS>
|
|
112
|
+
<EXTREGISTRATIONGROUP/>
|
|
113
|
+
<OPPOSITIONS/>
|
|
114
|
+
<CANCELLATIONS/>
|
|
115
|
+
<IMAGEFILE/>
|
|
116
|
+
<EXTRACT>www.trademarks.justice.gov.il/TradeMarksWebSiteUI/TrademarksSearch/ReportView.aspx?tmcaseid=141303</EXTRACT>
|
|
117
|
+
</TMBRAND>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<TMBRAND>
|
|
3
|
+
<DETAILS>
|
|
4
|
+
<OFFICENUMBER>250001</OFFICENUMBER>
|
|
5
|
+
<INTERNATIONALNUMBER>1130026</INTERNATIONALNUMBER>
|
|
6
|
+
<FILINGDATE>20120824</FILINGDATE>
|
|
7
|
+
<EXPIRATIONDATE>20220824</EXPIRATIONDATE>
|
|
8
|
+
<BRANDTYPE>Trademark/Service mark</BRANDTYPE>
|
|
9
|
+
<STATUS>active</STATUS>
|
|
10
|
+
<REGISTRATIONDATE>20140225</REGISTRATIONDATE>
|
|
11
|
+
<BRAND>
|
|
12
|
+
<NAME lang="he"/>
|
|
13
|
+
<NAME lang="en">FAIRPLAY</NAME>
|
|
14
|
+
</BRAND>
|
|
15
|
+
</DETAILS>
|
|
16
|
+
<APPLICANTS>
|
|
17
|
+
<APPLICANT number="72543">
|
|
18
|
+
<NAMES>
|
|
19
|
+
<NAME lang="he"/>
|
|
20
|
+
<NAME lang="en" main="1">APPLE INC.</NAME>
|
|
21
|
+
</NAMES>
|
|
22
|
+
<ADDRESSES>
|
|
23
|
+
<ADDRESS lang="he"/>
|
|
24
|
+
<ADDRESS lang="en">One Apple Park Way, Cupertino CA 95014, U.S.A.</ADDRESS>
|
|
25
|
+
</ADDRESSES>
|
|
26
|
+
</APPLICANT>
|
|
27
|
+
</APPLICANTS>
|
|
28
|
+
<REPRESENTATIVES/>
|
|
29
|
+
<NICEGROUP>
|
|
30
|
+
<NICECLASS>
|
|
31
|
+
<TYPE>9</TYPE>
|
|
32
|
+
<LIST lang="he"/>
|
|
33
|
+
<LIST lang="en">Digital rights management software.</LIST>
|
|
34
|
+
</NICECLASS>
|
|
35
|
+
</NICEGROUP>
|
|
36
|
+
<VIENNAGROUP/>
|
|
37
|
+
<PRIORGROUP/>
|
|
38
|
+
<DISCLAIMERS/>
|
|
39
|
+
<COLORCLAIMS/>
|
|
40
|
+
<TERMS/>
|
|
41
|
+
<EXTREGISTRATIONGROUP/>
|
|
42
|
+
<IMAGEFILE>\2012\08\250001.jpg</IMAGEFILE>
|
|
43
|
+
<EXTRACT>www.trademarks.justice.gov.il/TradeMarksWebSiteUI/TrademarksSearch/ReportView.aspx?tmcaseid=230951</EXTRACT>
|
|
44
|
+
</TMBRAND>
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<TMBRAND>
|
|
3
|
+
<DETAILS>
|
|
4
|
+
<OFFICENUMBER>80142</OFFICENUMBER>
|
|
5
|
+
<Internationality>National</Internationality>
|
|
6
|
+
<INTERNATIONALNUMBER/>
|
|
7
|
+
<FILINGDATE>19910624</FILINGDATE>
|
|
8
|
+
<EXPIRATIONDATE>20120624</EXPIRATIONDATE>
|
|
9
|
+
<BRANDTYPE>Trademark/Service mark</BRANDTYPE>
|
|
10
|
+
<STATUS>deleted</STATUS>
|
|
11
|
+
<ReasonForClosure>אי תשלום</ReasonForClosure>
|
|
12
|
+
<REGISTRATIONDATE>20021112</REGISTRATIONDATE>
|
|
13
|
+
<BRAND>
|
|
14
|
+
<NAME lang="he"/>
|
|
15
|
+
<NAME lang="en">CHLORALIT</NAME>
|
|
16
|
+
</BRAND>
|
|
17
|
+
<MarkTranscription/>
|
|
18
|
+
</DETAILS>
|
|
19
|
+
<APPLICANTS>
|
|
20
|
+
<APPLICANT number="17172">
|
|
21
|
+
<NAMES>
|
|
22
|
+
<NAME lang="he"/>
|
|
23
|
+
<NAME lang="en" main="1">Perfetti Van Melle S.p.A.</NAME>
|
|
24
|
+
</NAMES>
|
|
25
|
+
<ADDRESSES>
|
|
26
|
+
<ADDRESS lang="he"/>
|
|
27
|
+
<ADDRESS lang="en">Lainate (Milano), Italy</ADDRESS>
|
|
28
|
+
</ADDRESSES>
|
|
29
|
+
</APPLICANT>
|
|
30
|
+
</APPLICANTS>
|
|
31
|
+
<REPRESENTATIVES>
|
|
32
|
+
<REPRESENTATIVE applicantnumber="17172" number="4">
|
|
33
|
+
<NAMES>
|
|
34
|
+
<NAME lang="he">וולף, ברגמן וגולר</NAME>
|
|
35
|
+
<NAME lang="en">Wolff, Bregman and Goller</NAME>
|
|
36
|
+
</NAMES>
|
|
37
|
+
<ADDRESSES>
|
|
38
|
+
<ADDRESS lang="he">גנים טכנולוגיים בנין 98 מלחה, ת.ד. 1352, ירושלים, ישראל</ADDRESS>
|
|
39
|
+
<ADDRESS lang="en">Technology Park Malha, Bldg 98, P.O.B 1352, Jerusalem, Israel</ADDRESS>
|
|
40
|
+
</ADDRESSES>
|
|
41
|
+
</REPRESENTATIVE>
|
|
42
|
+
</REPRESENTATIVES>
|
|
43
|
+
<NICEGROUP>
|
|
44
|
+
<NICECLASS>
|
|
45
|
+
<TYPE>30</TYPE>
|
|
46
|
+
<LIST lang="he">קפה, תה, קקאו, סוכר, אורז, טפיוקה, סגו, קפה מלאכותי; קמח ותכשירים העשויים מדגנים, לחם, דברי מאפה ודברי מתיקה, שלגונים; דבש, פסולת סוכר; שמרים, אבקת אפיה; מלח, חרדל; חומץ, רטבים, (למעט תבולי סלט); תבלינים, קרח, גומי לעיסה וגומי בועות, כולם נכללים בסוג 30.</LIST>
|
|
47
|
+
<LIST lang="en">Coffee, tea, cocoa, sugar, rice, tapioca, sago, artificial coffee; flour and preparations made from cereals, bread, pastry and confectionery, ices; honey, treacle; yeast, baking powder; salt, mustard; vinegar, sauces (except salad dressing); spices, ice, chewing and bubble gum; all included in class 30.</LIST>
|
|
48
|
+
</NICECLASS>
|
|
49
|
+
</NICEGROUP>
|
|
50
|
+
<VIENNAGROUP/>
|
|
51
|
+
<PRIORGROUP/>
|
|
52
|
+
<DISCLAIMERS/>
|
|
53
|
+
<COLORCLAIMS/>
|
|
54
|
+
<TERMS/>
|
|
55
|
+
<EVENTS>
|
|
56
|
+
<EVENT>
|
|
57
|
+
<EventDate>19940307</EventDate>
|
|
58
|
+
<NatureOfEvent lang="he">קובל</NatureOfEvent>
|
|
59
|
+
<NatureOfEvent lang="en">Accepted</NatureOfEvent>
|
|
60
|
+
<EventDescription lang="he"/>
|
|
61
|
+
<EventDescription lang="en"/>
|
|
62
|
+
<PublicationDate/>
|
|
63
|
+
</EVENT>
|
|
64
|
+
<EVENT>
|
|
65
|
+
<EventDate>19940429</EventDate>
|
|
66
|
+
<NatureOfEvent lang="he">קובל</NatureOfEvent>
|
|
67
|
+
<NatureOfEvent lang="en">Accepted</NatureOfEvent>
|
|
68
|
+
<EventDescription lang="he"/>
|
|
69
|
+
<EventDescription lang="en"/>
|
|
70
|
+
<PublicationDate>19940401</PublicationDate>
|
|
71
|
+
</EVENT>
|
|
72
|
+
<EVENT>
|
|
73
|
+
<EventDate>19940727</EventDate>
|
|
74
|
+
<NatureOfEvent lang="he">פתיחת הליך מסוג התנגדות</NatureOfEvent>
|
|
75
|
+
<NatureOfEvent lang="en">Commencement of opposition procedure</NatureOfEvent>
|
|
76
|
+
<EventDescription lang="he"/>
|
|
77
|
+
<EventDescription lang="en"/>
|
|
78
|
+
<PublicationDate/>
|
|
79
|
+
</EVENT>
|
|
80
|
+
<EVENT>
|
|
81
|
+
<EventDate>20011227</EventDate>
|
|
82
|
+
<NatureOfEvent lang="he">שינוי פרטי לקוח מ</NatureOfEvent>
|
|
83
|
+
<NatureOfEvent lang="en">Change in proprietor's details from</NatureOfEvent>
|
|
84
|
+
<EventDescription lang="he"/>
|
|
85
|
+
<EventDescription lang="en">PERFETTI S.p.A. </EventDescription>
|
|
86
|
+
<PublicationDate>20020301</PublicationDate>
|
|
87
|
+
</EVENT>
|
|
88
|
+
<EVENT>
|
|
89
|
+
<EventDate>20021112</EventDate>
|
|
90
|
+
<NatureOfEvent lang="he">רישום</NatureOfEvent>
|
|
91
|
+
<NatureOfEvent lang="en">Registered</NatureOfEvent>
|
|
92
|
+
<EventDescription lang="he"/>
|
|
93
|
+
<EventDescription lang="en"/>
|
|
94
|
+
<PublicationDate>20021201</PublicationDate>
|
|
95
|
+
</EVENT>
|
|
96
|
+
<EVENT>
|
|
97
|
+
<EventDate>20021112</EventDate>
|
|
98
|
+
<NatureOfEvent lang="he">סגירת הליך מסוג התנגדות</NatureOfEvent>
|
|
99
|
+
<NatureOfEvent lang="en">Cancellation of opposition procedure</NatureOfEvent>
|
|
100
|
+
<EventDescription lang="he"/>
|
|
101
|
+
<EventDescription lang="en"/>
|
|
102
|
+
<PublicationDate/>
|
|
103
|
+
</EVENT>
|
|
104
|
+
<EVENT>
|
|
105
|
+
<EventDate>20021223</EventDate>
|
|
106
|
+
<NatureOfEvent lang="he">חידוש התוקף</NatureOfEvent>
|
|
107
|
+
<NatureOfEvent lang="en">Renewal of registration</NatureOfEvent>
|
|
108
|
+
<EventDescription lang="he"/>
|
|
109
|
+
<EventDescription lang="en"/>
|
|
110
|
+
<PublicationDate>20030101</PublicationDate>
|
|
111
|
+
</EVENT>
|
|
112
|
+
<EVENT>
|
|
113
|
+
<EventDate>20090604</EventDate>
|
|
114
|
+
<NatureOfEvent lang="he">סגירת הליך מסוג התנגדות</NatureOfEvent>
|
|
115
|
+
<NatureOfEvent lang="en">Cancellation of opposition procedure</NatureOfEvent>
|
|
116
|
+
<EventDescription lang="he"/>
|
|
117
|
+
<EventDescription lang="en"/>
|
|
118
|
+
<PublicationDate/>
|
|
119
|
+
</EVENT>
|
|
120
|
+
<EVENT>
|
|
121
|
+
<EventDate>20120627</EventDate>
|
|
122
|
+
<NatureOfEvent lang="he">אי תשלום חידוש</NatureOfEvent>
|
|
123
|
+
<NatureOfEvent lang="en">Non-payment of renewal fee</NatureOfEvent>
|
|
124
|
+
<EventDescription lang="he"/>
|
|
125
|
+
<EventDescription lang="en"/>
|
|
126
|
+
<PublicationDate>20120628</PublicationDate>
|
|
127
|
+
</EVENT>
|
|
128
|
+
<EVENT>
|
|
129
|
+
<EventDate>20121230</EventDate>
|
|
130
|
+
<NatureOfEvent lang="he">נמחק מסיבת אי תשלום חידוש</NatureOfEvent>
|
|
131
|
+
<NatureOfEvent lang="en">Cancellation due to non-payment of renewal fee</NatureOfEvent>
|
|
132
|
+
<EventDescription lang="he"/>
|
|
133
|
+
<EventDescription lang="en"/>
|
|
134
|
+
<PublicationDate>20121231</PublicationDate>
|
|
135
|
+
</EVENT>
|
|
136
|
+
</EVENTS>
|
|
137
|
+
<EXTREGISTRATIONGROUP/>
|
|
138
|
+
<OPPOSITIONS>
|
|
139
|
+
<OPPOSITION>
|
|
140
|
+
<OPENINGDATE>19940727</OPENINGDATE>
|
|
141
|
+
<CLOSINGDATE>20021112</CLOSINGDATE>
|
|
142
|
+
</OPPOSITION>
|
|
143
|
+
</OPPOSITIONS>
|
|
144
|
+
<CANCELLATIONS/>
|
|
145
|
+
<IMAGEFILE/>
|
|
146
|
+
<EXTRACT>www.trademarks.justice.gov.il/TradeMarksWebSiteUI/TrademarksSearch/ReportView.aspx?tmcaseid=44087</EXTRACT>
|
|
147
|
+
</TMBRAND>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<TMBRAND>
|
|
3
|
+
<DETAILS>
|
|
4
|
+
<OFFICENUMBER>320000</OFFICENUMBER>
|
|
5
|
+
<Internationality>National</Internationality>
|
|
6
|
+
<INTERNATIONALNUMBER/>
|
|
7
|
+
<FILINGDATE>20190828</FILINGDATE>
|
|
8
|
+
<EXPIRATIONDATE>20290828</EXPIRATIONDATE>
|
|
9
|
+
<BRANDTYPE>Trademark/Service mark</BRANDTYPE>
|
|
10
|
+
<STATUS>active</STATUS>
|
|
11
|
+
<REGISTRATIONDATE>20191229</REGISTRATIONDATE>
|
|
12
|
+
<BRAND>
|
|
13
|
+
<NAME lang="he">אילמה</NAME>
|
|
14
|
+
<NAME lang="en">Elima</NAME>
|
|
15
|
+
</BRAND>
|
|
16
|
+
<MarkTranscription>Elima</MarkTranscription>
|
|
17
|
+
</DETAILS>
|
|
18
|
+
<APPLICANTS>
|
|
19
|
+
<APPLICANT number="513982496">
|
|
20
|
+
<NAMES>
|
|
21
|
+
<NAME lang="he" main="1">בית היין אור הגנוז בע"מ</NAME>
|
|
22
|
+
<NAME lang="en" main="1">Beth Hayain Or Haganuz Ltd</NAME>
|
|
23
|
+
</NAMES>
|
|
24
|
+
<ADDRESSES>
|
|
25
|
+
<ADDRESS lang="he">אור הגנוז, 13909, ד.נ. מרום הגליל, ישראל</ADDRESS>
|
|
26
|
+
<ADDRESS lang="en">Or Haganuz, 13909, Marom Hagalili, Israel</ADDRESS>
|
|
27
|
+
</ADDRESSES>
|
|
28
|
+
</APPLICANT>
|
|
29
|
+
</APPLICANTS>
|
|
30
|
+
<REPRESENTATIVES>
|
|
31
|
+
<REPRESENTATIVE applicantnumber="513982496" number="5637">
|
|
32
|
+
<NAMES>
|
|
33
|
+
<NAME lang="he">ולנר ושות', משרד עו"ד ונוטריון</NAME>
|
|
34
|
+
<NAME lang="en">Welner & Co., Law Office & Notary</NAME>
|
|
35
|
+
</NAMES>
|
|
36
|
+
<ADDRESSES>
|
|
37
|
+
<ADDRESS lang="he">רח' היצירה 3, מגדלי שאפ, קומה 18, רמת גן, 5252141, ישראל</ADDRESS>
|
|
38
|
+
<ADDRESS lang="en">3 Ha'yetzira St., Shap Tower, 18 Floor, Ramat Gan, 5252141, Israel</ADDRESS>
|
|
39
|
+
</ADDRESSES>
|
|
40
|
+
</REPRESENTATIVE>
|
|
41
|
+
</REPRESENTATIVES>
|
|
42
|
+
<NICEGROUP>
|
|
43
|
+
<NICECLASS>
|
|
44
|
+
<TYPE>33</TYPE>
|
|
45
|
+
<LIST lang="he">משקאות כוהליים, יין, למעט בירה; תכשירים כוהליים להכנת משקאות; הנכללים כולם בסוג 33.</LIST>
|
|
46
|
+
<LIST lang="en">Alcoholic beverages, wine, except beers; alcoholic preparations for making beverages; all included in class 33.</LIST>
|
|
47
|
+
</NICECLASS>
|
|
48
|
+
</NICEGROUP>
|
|
49
|
+
<VIENNAGROUP/>
|
|
50
|
+
<PRIORGROUP/>
|
|
51
|
+
<DISCLAIMERS/>
|
|
52
|
+
<COLORCLAIMS/>
|
|
53
|
+
<TERMS/>
|
|
54
|
+
<EVENTS>
|
|
55
|
+
<EVENT>
|
|
56
|
+
<EventDate>20190829</EventDate>
|
|
57
|
+
<NatureOfEvent lang="he">קובל</NatureOfEvent>
|
|
58
|
+
<NatureOfEvent lang="en">Accepted</NatureOfEvent>
|
|
59
|
+
<EventDescription lang="he"/>
|
|
60
|
+
<EventDescription lang="en"/>
|
|
61
|
+
<PublicationDate>20190926</PublicationDate>
|
|
62
|
+
</EVENT>
|
|
63
|
+
<EVENT>
|
|
64
|
+
<EventDate>20191229</EventDate>
|
|
65
|
+
<NatureOfEvent lang="he">רישום</NatureOfEvent>
|
|
66
|
+
<NatureOfEvent lang="en">Registered</NatureOfEvent>
|
|
67
|
+
<EventDescription lang="he"/>
|
|
68
|
+
<EventDescription lang="en"/>
|
|
69
|
+
<PublicationDate>20191231</PublicationDate>
|
|
70
|
+
</EVENT>
|
|
71
|
+
</EVENTS>
|
|
72
|
+
<EXTREGISTRATIONGROUP/>
|
|
73
|
+
<OPPOSITIONS/>
|
|
74
|
+
<CANCELLATIONS/>
|
|
75
|
+
<IMAGEFILE/>
|
|
76
|
+
<EXTRACT>www.trademarks.justice.gov.il/TradeMarksWebSiteUI/TrademarksSearch/ReportView.aspx?tmcaseid=335911</EXTRACT>
|
|
77
|
+
</TMBRAND>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# standard gbd definitions
|
|
2
|
+
from gbdtransformation.brands import kinds as std_kinds
|
|
3
|
+
from gbdtransformation.brands import status as std_status
|
|
4
|
+
from gbdtransformation.brands import features as std_features
|
|
5
|
+
from gbdtransformation.brands import events as std_events
|
|
6
|
+
|
|
7
|
+
# namespaces defined in XML and to be ignored in procecssing
|
|
8
|
+
ignore_namespace = ['http://www.oami.europa.eu/TM-Search']
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# -------------------------------------------------------------
|
|
12
|
+
# data translation helpers:
|
|
13
|
+
# translate values from office interpretation to gbd equivalent
|
|
14
|
+
# -------------------------------------------------------------
|
|
15
|
+
|
|
16
|
+
def translate_kind(kind):
|
|
17
|
+
"""translation of the kind of trademark to a
|
|
18
|
+
multivalue gbd interpretation"""
|
|
19
|
+
# out-of-the-box match
|
|
20
|
+
if kind.capitalize() in std_kinds:
|
|
21
|
+
return kind.capitalize()
|
|
22
|
+
|
|
23
|
+
# raise Exception to recognize unmapped values
|
|
24
|
+
raise Exception('kind "%s" is not mapped.' % kind)
|
|
25
|
+
|
|
26
|
+
def translate_status(status):
|
|
27
|
+
"""translation of mark status"""
|
|
28
|
+
# a required data from office. if not present and no way to guess,
|
|
29
|
+
# return Unknown
|
|
30
|
+
if not status: return 'Unknown'
|
|
31
|
+
|
|
32
|
+
# out-of-the-box match
|
|
33
|
+
if status.capitalize() in std_status:
|
|
34
|
+
return status.capitalize()
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
if status in ['Application filed',
|
|
38
|
+
'Application published',
|
|
39
|
+
'Application under examination',
|
|
40
|
+
'Registration pending',
|
|
41
|
+
'Appeal pending',
|
|
42
|
+
'Registration cancellation pending']:
|
|
43
|
+
return 'Pending'
|
|
44
|
+
|
|
45
|
+
if status in ['Application refused',
|
|
46
|
+
'Application withdrawn',
|
|
47
|
+
'Application opposed',
|
|
48
|
+
'Registration cancelled',
|
|
49
|
+
'Registration surrendered']:
|
|
50
|
+
return 'Ended'
|
|
51
|
+
|
|
52
|
+
# raise Exception to recognize unmapped values
|
|
53
|
+
raise Exception('Status "%s" unmapped' % status)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def translate_feature(feature):
|
|
57
|
+
"""translation of mark feature"""
|
|
58
|
+
|
|
59
|
+
# needed information from office
|
|
60
|
+
# if office cannot provide information, then agree on a way to guess (uatm)
|
|
61
|
+
if not feature: return 'Undefined'
|
|
62
|
+
|
|
63
|
+
# out-of-the-box match
|
|
64
|
+
if feature.capitalize() in std_features:
|
|
65
|
+
return feature.capitalize()
|
|
66
|
+
|
|
67
|
+
if feature == '3-D': return 'Three dimensional'
|
|
68
|
+
|
|
69
|
+
# raise Exception to recognize unmapped values
|
|
70
|
+
raise Exception('Feature "%s" unmapped' % feature)
|
|
71
|
+
|
|
72
|
+
def get_termination(value, gbd_status):
|
|
73
|
+
if gbd_status == 'Ended':
|
|
74
|
+
return value
|
|
75
|
+
return None
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/Transaction
|
|
2
|
+
__/TradeMarkTransactionBody
|
|
3
|
+
____/TransactionContentDetails
|
|
4
|
+
______/TransactionCode
|
|
5
|
+
______/TransactionData
|
|
6
|
+
________/TradeMarkDetails
|
|
7
|
+
__________/TradeMark
|
|
8
|
+
____________/ApplicantDetails
|
|
9
|
+
______________/Applicant
|
|
10
|
+
________________/ApplicantAddressBook
|
|
11
|
+
__________________/ContactInformationDetails
|
|
12
|
+
____________________/Email
|
|
13
|
+
____________________/Phone
|
|
14
|
+
__________________/FormattedNameAddress
|
|
15
|
+
____________________/Address
|
|
16
|
+
______________________/FreeFormatAddress
|
|
17
|
+
________________________/FreeFormatAddressLine
|
|
18
|
+
____________________/Name
|
|
19
|
+
______________________/FreeFormatName
|
|
20
|
+
________________________/FreeFormatNameDetails
|
|
21
|
+
__________________________/FreeFormatNameLine
|
|
22
|
+
________________/ApplicantLegalEntity
|
|
23
|
+
________________/ApplicantNationalityCode
|
|
24
|
+
____________/ApplicationDate
|
|
25
|
+
____________/ApplicationLanguageCode
|
|
26
|
+
____________/ApplicationNumber
|
|
27
|
+
____________/Comment
|
|
28
|
+
____________/ExpiryDate
|
|
29
|
+
____________/FilingPlace
|
|
30
|
+
____________/GoodsServicesDetails
|
|
31
|
+
______________/GoodsServices
|
|
32
|
+
________________/ClassDescriptionDetails
|
|
33
|
+
__________________/ClassDescription
|
|
34
|
+
____________________/ClassNumber
|
|
35
|
+
____________________/GoodsServicesDescription
|
|
36
|
+
____________________/GoodsServicesDescription[@languageCode=en]
|
|
37
|
+
________________/ClassificationKindCode
|
|
38
|
+
____________/IPRKind
|
|
39
|
+
____________/KindMark
|
|
40
|
+
____________/MarkCurrentStatusCode
|
|
41
|
+
____________/MarkDescriptionDetails
|
|
42
|
+
______________/MarkDescription
|
|
43
|
+
______________/MarkDescription[@languageCode=en]
|
|
44
|
+
____________/MarkFeature
|
|
45
|
+
____________/MarkImageDetails
|
|
46
|
+
______________/MarkImage
|
|
47
|
+
________________/MarkImageCategory
|
|
48
|
+
__________________/CategoryCodeDetails
|
|
49
|
+
____________________/CategoryCode
|
|
50
|
+
__________________/CategoryKind
|
|
51
|
+
________________/MarkImageColourClaimedText
|
|
52
|
+
________________/MarkImageColourIndicator
|
|
53
|
+
________________/MarkImageFilename
|
|
54
|
+
____________/OppositionDetails
|
|
55
|
+
______________/Opposition
|
|
56
|
+
________________/OpponentDetails
|
|
57
|
+
__________________/Opponent
|
|
58
|
+
____________________/OpponentAddressBook
|
|
59
|
+
______________________/ContactInformationDetails
|
|
60
|
+
________________________/Email
|
|
61
|
+
________________________/Phone
|
|
62
|
+
______________________/FormattedNameAddress
|
|
63
|
+
________________________/Address
|
|
64
|
+
__________________________/FreeFormatAddress
|
|
65
|
+
____________________________/FreeFormatAddressLine
|
|
66
|
+
________________________/Name
|
|
67
|
+
__________________________/FreeFormatName
|
|
68
|
+
____________________________/FreeFormatNameDetails
|
|
69
|
+
______________________________/FreeFormatNameLine
|
|
70
|
+
____________________/OpponentNationalityCode
|
|
71
|
+
________________/OppositionDate
|
|
72
|
+
________________/OppositionIdentifier
|
|
73
|
+
________________/OppositionReference
|
|
74
|
+
________________/RepresentativeDetails
|
|
75
|
+
__________________/Representative
|
|
76
|
+
____________________/RepresentativeAddressBook
|
|
77
|
+
______________________/ContactInformationDetails
|
|
78
|
+
________________________/Email
|
|
79
|
+
________________________/Phone
|
|
80
|
+
______________________/FormattedNameAddress
|
|
81
|
+
________________________/Address
|
|
82
|
+
__________________________/FreeFormatAddress
|
|
83
|
+
____________________________/FreeFormatAddressLine
|
|
84
|
+
________________________/Name
|
|
85
|
+
__________________________/FreeFormatName
|
|
86
|
+
____________________________/FreeFormatNameDetails
|
|
87
|
+
______________________________/FreeFormatNameLine
|
|
88
|
+
____________________/RepresentativeLegalEntity
|
|
89
|
+
____________________/RepresentativeNationalityCode
|
|
90
|
+
____________/PriorityDetails
|
|
91
|
+
______________/Priority
|
|
92
|
+
________________/PriorityCountryCode
|
|
93
|
+
________________/PriorityDate
|
|
94
|
+
________________/PriorityNumber
|
|
95
|
+
____________/PublicationDetails
|
|
96
|
+
______________/Publication
|
|
97
|
+
________________/PublicationDate
|
|
98
|
+
________________/PublicationIdentifier
|
|
99
|
+
________________/PublicationSection
|
|
100
|
+
____________/RegistrationDate
|
|
101
|
+
____________/RegistrationNumber
|
|
102
|
+
____________/RegistrationOfficeCode
|
|
103
|
+
____________/RepresentativeDetails
|
|
104
|
+
______________/Representative
|
|
105
|
+
________________/RepresentativeAddressBook
|
|
106
|
+
__________________/ContactInformationDetails
|
|
107
|
+
____________________/Email
|
|
108
|
+
____________________/Phone
|
|
109
|
+
__________________/FormattedNameAddress
|
|
110
|
+
____________________/Address
|
|
111
|
+
______________________/FreeFormatAddress
|
|
112
|
+
________________________/FreeFormatAddressLine
|
|
113
|
+
____________________/Name
|
|
114
|
+
______________________/FreeFormatName
|
|
115
|
+
________________________/FreeFormatNameDetails
|
|
116
|
+
__________________________/FreeFormatNameLine
|
|
117
|
+
________________/RepresentativeLegalEntity
|
|
118
|
+
________________/RepresentativeNationalityCode
|
|
119
|
+
____________/TotalMarkSeries
|
|
120
|
+
____________/WordMarkSpecification
|
|
121
|
+
______________/MarkVerbalElementText
|
|
122
|
+
______________/MarkVerbalElementText[@languageCode=en]
|
|
123
|
+
__________/TradeMark[@operationCode=Insert]
|
|
124
|
+
______/TransactionIdentifier
|
|
125
|
+
__/TransactionHeader
|
|
126
|
+
____/SenderDetails
|
|
127
|
+
______/RequestProducerDateTime
|