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,75 @@
|
|
|
1
|
+
from datetime import datetime
|
|
2
|
+
from datetime import timedelta
|
|
3
|
+
from dateutil.relativedelta import relativedelta
|
|
4
|
+
ignore_namespace = []
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def translate_status(trademark):
|
|
8
|
+
if trademark.STATUSCANCELLED == 'true': return ('Expired', 'Expired')
|
|
9
|
+
if trademark.STATUSREFUSED == 'true': return ('Ended', 'Ended')
|
|
10
|
+
|
|
11
|
+
if trademark.STATUSOPPOSABLE == 'true': return ('Registered', 'Registered and opposable')
|
|
12
|
+
if trademark.STATUSINFORCE == 'true': return ('Registered', 'Registered')
|
|
13
|
+
if trademark.STATUSOPPOSITIONPENDING == 'true': return ('Registered', 'Registered, opposition proceedings running')
|
|
14
|
+
|
|
15
|
+
if trademark.STATUSAPPLICATION == 'true': return ('Pending', 'Application filed')
|
|
16
|
+
|
|
17
|
+
raise Exception('Could not deduce status')
|
|
18
|
+
|
|
19
|
+
def translate_kind(kind):
|
|
20
|
+
if not kind: return ['Individual']
|
|
21
|
+
|
|
22
|
+
if kind == 'individual': return ['Individual']
|
|
23
|
+
if kind == 'kollektiv': return ['Collective']
|
|
24
|
+
if kind == 'gewaehrleistung': return ['Certificate']
|
|
25
|
+
|
|
26
|
+
raise Exception('kind "%s" is not mapped' % kind)
|
|
27
|
+
|
|
28
|
+
def translate_feature(feature):
|
|
29
|
+
if not feature: return 'Undefined'
|
|
30
|
+
|
|
31
|
+
if feature.ACOUSTIC: return 'Sound'
|
|
32
|
+
if feature.COLOUR: return 'Colour'
|
|
33
|
+
if feature.IMAGE: return 'Figurative'
|
|
34
|
+
if feature.KABELKENNFADEN: return 'Tracer'
|
|
35
|
+
if feature.MOTION: return 'Motion'
|
|
36
|
+
if feature.MULTIMEDIA: return 'Multimedia'
|
|
37
|
+
if feature.OTHERMARK: return 'Other'
|
|
38
|
+
if feature.PATTERN: return 'Pattern'
|
|
39
|
+
if feature.POSITION: return 'Position'
|
|
40
|
+
if feature.SOUND: return 'Sound'
|
|
41
|
+
if feature.THREEDIM: return 'Three dimensional'
|
|
42
|
+
if feature.WORD: return 'Word'
|
|
43
|
+
if feature.WORDIMAGE: return 'Figurative'
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
raise Exception('Feature could not be deduced')
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# if Registered or Expired =>
|
|
50
|
+
# if RENEWALDATE: 10y after RENEWALDATE and endofmonth of FILDATE
|
|
51
|
+
# else: 10y and endofmonth of FILDATE
|
|
52
|
+
def get_expiry_date(trademark, gbd_status):
|
|
53
|
+
if gbd_status in ['Registered', 'Expired']:
|
|
54
|
+
rdate = trademark.RENEWALDATE
|
|
55
|
+
fdate = trademark.FILDATE
|
|
56
|
+
edate = datetime.strptime(rdate if rdate else fdate, '%Y-%m-%d')
|
|
57
|
+
x = edate
|
|
58
|
+
|
|
59
|
+
# add 10 years
|
|
60
|
+
edate = edate + relativedelta(years=10)
|
|
61
|
+
# end of month
|
|
62
|
+
fdate = datetime.strptime(fdate, '%Y-%m-%d')
|
|
63
|
+
|
|
64
|
+
fdate = fdate + relativedelta(months=1, day=1) + relativedelta(days=-1)
|
|
65
|
+
# watch out for leap years
|
|
66
|
+
while True:
|
|
67
|
+
try:
|
|
68
|
+
edate = datetime(edate.year, fdate.month, fdate.day)
|
|
69
|
+
break
|
|
70
|
+
except:
|
|
71
|
+
fdate = fdate + relativedelta(days=-1)
|
|
72
|
+
|
|
73
|
+
return edate.strftime('%Y-%m-%d')
|
|
74
|
+
return None
|
|
75
|
+
|
|
@@ -0,0 +1,511 @@
|
|
|
1
|
+
/MARKDOC
|
|
2
|
+
__/CURRENT
|
|
3
|
+
____/AGENT
|
|
4
|
+
______/AGCC
|
|
5
|
+
______/AGCITY
|
|
6
|
+
______/AGNAME
|
|
7
|
+
____/BEGINN_BENUTZUNGSSCHONFRIST
|
|
8
|
+
____/COLLECTIVE
|
|
9
|
+
____/COLOURED
|
|
10
|
+
____/COLOURGR
|
|
11
|
+
______/COLOUR
|
|
12
|
+
____/DELIVERYADDR
|
|
13
|
+
____/ENDE_BENUTZUNGSSCHONFRIST
|
|
14
|
+
____/FILDATE
|
|
15
|
+
____/FILENR
|
|
16
|
+
____/IMAGENAME
|
|
17
|
+
____/LIZENZBEREITSCHAFT_ERKLAERT
|
|
18
|
+
____/MARKDESCR
|
|
19
|
+
____/MARKDESCRTEXT
|
|
20
|
+
____/MARKENKATEGORIE
|
|
21
|
+
____/MARKTEXT
|
|
22
|
+
____/MARKTYPE
|
|
23
|
+
______/ACOUSTIC
|
|
24
|
+
______/COLOUR
|
|
25
|
+
______/IMAGE
|
|
26
|
+
______/KABELKENNFADEN
|
|
27
|
+
______/MOTION
|
|
28
|
+
______/MULTIMEDIA
|
|
29
|
+
______/OTHERMARK
|
|
30
|
+
______/PATTERN
|
|
31
|
+
______/POSITION
|
|
32
|
+
______/SOUND
|
|
33
|
+
______/THREEDIM
|
|
34
|
+
______/WORD
|
|
35
|
+
______/WORDIMAGE
|
|
36
|
+
____/NOTLT
|
|
37
|
+
______/LGSCOMPLETE
|
|
38
|
+
______/NICECLMAIN
|
|
39
|
+
______/NICECLOTHER
|
|
40
|
+
____/NR
|
|
41
|
+
____/OWNERGR
|
|
42
|
+
______/OWNER
|
|
43
|
+
________/OWCC
|
|
44
|
+
________/OWCITY
|
|
45
|
+
________/OWNAME
|
|
46
|
+
____/PREVAILED
|
|
47
|
+
____/PREVAILEDTEXT
|
|
48
|
+
____/PRIOGR
|
|
49
|
+
______/PRIO
|
|
50
|
+
________/NOTLT
|
|
51
|
+
__________/LGSCOMPLETE
|
|
52
|
+
__________/NICECLOTHER
|
|
53
|
+
________/PRIODATE
|
|
54
|
+
________/PRIOEXHIB
|
|
55
|
+
__________/PRIOEXHIBNAME
|
|
56
|
+
________/PRIOPAR37
|
|
57
|
+
__________/PRIOINFO
|
|
58
|
+
________/PRIOUNION
|
|
59
|
+
__________/PRIOCC
|
|
60
|
+
__________/PRIONR
|
|
61
|
+
________/TLT
|
|
62
|
+
__________/NICEGR
|
|
63
|
+
____________/LGS
|
|
64
|
+
____________/NICECLOTHER
|
|
65
|
+
____/PROC
|
|
66
|
+
____/PROCDATE
|
|
67
|
+
____/PUBDATE
|
|
68
|
+
____/PUBOFFILEDATE
|
|
69
|
+
____/REGDATE
|
|
70
|
+
____/RENEWALDATE
|
|
71
|
+
____/RESTRICTIONPENDING
|
|
72
|
+
____/SENI
|
|
73
|
+
______/SENIDATE
|
|
74
|
+
______/SENIEM
|
|
75
|
+
____/SENIORITYADJUSTMENT
|
|
76
|
+
____/STATUSAPPLICATION
|
|
77
|
+
____/STATUSCANCELLED
|
|
78
|
+
____/STATUSINFORCE
|
|
79
|
+
____/STATUSOPPOSABLE
|
|
80
|
+
____/STATUSOPPOSITIONPENDING
|
|
81
|
+
____/STATUSREFUSED
|
|
82
|
+
____/TELLEQUELLE
|
|
83
|
+
____/TLT
|
|
84
|
+
______/NICEGR
|
|
85
|
+
________/LGS
|
|
86
|
+
________/NICECLMAIN
|
|
87
|
+
____/TRANSLIT
|
|
88
|
+
____/VERAUESSERUNGBEREITSCHAFT_ERKLAERT
|
|
89
|
+
____/VIENNAGR
|
|
90
|
+
______/VIENNACL
|
|
91
|
+
__/PD
|
|
92
|
+
____/NEW
|
|
93
|
+
______/APPLICATION
|
|
94
|
+
________/AGENT
|
|
95
|
+
__________/AGCC
|
|
96
|
+
__________/AGCITY
|
|
97
|
+
__________/AGNAME
|
|
98
|
+
________/DELIVERYADDR
|
|
99
|
+
________/FILDATE
|
|
100
|
+
________/FILENR
|
|
101
|
+
________/IMAGENAME
|
|
102
|
+
________/MARKTEXT
|
|
103
|
+
________/MARKTYPE
|
|
104
|
+
__________/ACOUSTIC
|
|
105
|
+
__________/COLOUR
|
|
106
|
+
__________/IMAGE
|
|
107
|
+
__________/KABELKENNFADEN
|
|
108
|
+
__________/MOTION
|
|
109
|
+
__________/MULTIMEDIA
|
|
110
|
+
__________/OTHERMARK
|
|
111
|
+
__________/PATTERN
|
|
112
|
+
__________/POSITION
|
|
113
|
+
__________/SOUND
|
|
114
|
+
__________/THREEDIM
|
|
115
|
+
__________/WORD
|
|
116
|
+
__________/WORDIMAGE
|
|
117
|
+
________/NOTLT
|
|
118
|
+
__________/NICECLMAIN
|
|
119
|
+
__________/NICECLOTHER
|
|
120
|
+
________/OWNERGR
|
|
121
|
+
__________/OWNER
|
|
122
|
+
____________/OWCC
|
|
123
|
+
____________/OWCITY
|
|
124
|
+
____________/OWNAME
|
|
125
|
+
________/PRIOGR
|
|
126
|
+
__________/PRIO
|
|
127
|
+
____________/NOTLT
|
|
128
|
+
______________/LGSCOMPLETE
|
|
129
|
+
____________/PRIODATE
|
|
130
|
+
____________/PRIOEXHIB
|
|
131
|
+
______________/PRIOEXHIBNAME
|
|
132
|
+
____________/PRIOPAR37
|
|
133
|
+
______________/PRIOINFO
|
|
134
|
+
____________/PRIOUNION
|
|
135
|
+
______________/PRIOCC
|
|
136
|
+
______________/PRIONR
|
|
137
|
+
____________/TLT
|
|
138
|
+
______________/NICEGR
|
|
139
|
+
________________/LGS
|
|
140
|
+
________________/NICECLOTHER
|
|
141
|
+
________/PROCDATE
|
|
142
|
+
________/STATUSAPPLICATION
|
|
143
|
+
________/STATUSINFORCE
|
|
144
|
+
________/TRANSLIT
|
|
145
|
+
________/VIENNAGR
|
|
146
|
+
__________/VIENNACL
|
|
147
|
+
______/PROCDATE
|
|
148
|
+
______/SUF
|
|
149
|
+
________/AGENT
|
|
150
|
+
__________/AGCC
|
|
151
|
+
__________/AGCITY
|
|
152
|
+
__________/AGNAME
|
|
153
|
+
________/DATUM
|
|
154
|
+
________/DELIVERYADDR
|
|
155
|
+
________/FILDATE
|
|
156
|
+
________/FILENR
|
|
157
|
+
________/IMAGENAME
|
|
158
|
+
________/MARKDESCR
|
|
159
|
+
________/MARKDESCRTEXT
|
|
160
|
+
________/MARKTEXT
|
|
161
|
+
________/MARKTYPE
|
|
162
|
+
__________/ACOUSTIC
|
|
163
|
+
__________/COLOUR
|
|
164
|
+
__________/IMAGE
|
|
165
|
+
__________/KABELKENNFADEN
|
|
166
|
+
__________/MOTION
|
|
167
|
+
__________/OTHERMARK
|
|
168
|
+
__________/PATTERN
|
|
169
|
+
__________/POSITION
|
|
170
|
+
__________/SOUND
|
|
171
|
+
__________/THREEDIM
|
|
172
|
+
__________/WORD
|
|
173
|
+
__________/WORDIMAGE
|
|
174
|
+
________/NOTLT
|
|
175
|
+
__________/LGSCOMPLETE
|
|
176
|
+
__________/NICECLMAIN
|
|
177
|
+
__________/NICECLOTHER
|
|
178
|
+
________/NS_BEGRUENDUNG
|
|
179
|
+
________/NS_RECHTSGRUND
|
|
180
|
+
________/OWNERGR
|
|
181
|
+
__________/OWNER
|
|
182
|
+
____________/OWCC
|
|
183
|
+
____________/OWCITY
|
|
184
|
+
____________/OWNAME
|
|
185
|
+
________/PRIOGR
|
|
186
|
+
__________/PRIO
|
|
187
|
+
____________/NOTLT
|
|
188
|
+
______________/LGSCOMPLETE
|
|
189
|
+
______________/NICECLOTHER
|
|
190
|
+
____________/PRIODATE
|
|
191
|
+
____________/PRIOEXHIB
|
|
192
|
+
______________/PRIOEXHIBNAME
|
|
193
|
+
____________/PRIOUNION
|
|
194
|
+
______________/PRIOCC
|
|
195
|
+
______________/PRIONR
|
|
196
|
+
____________/TLT
|
|
197
|
+
______________/NICEGR
|
|
198
|
+
________________/LGS
|
|
199
|
+
________________/NICECLOTHER
|
|
200
|
+
________/PROCDATE
|
|
201
|
+
________/STATUSREFUSED
|
|
202
|
+
________/TLT
|
|
203
|
+
__________/NICEGR
|
|
204
|
+
____________/LGS
|
|
205
|
+
____________/NICECLMAIN
|
|
206
|
+
________/TRANSLIT
|
|
207
|
+
________/VERFSTAND
|
|
208
|
+
________/VIENNAGR
|
|
209
|
+
__________/VIENNACL
|
|
210
|
+
______/T1AAA
|
|
211
|
+
________/AGENT
|
|
212
|
+
__________/AGCC
|
|
213
|
+
__________/AGCITY
|
|
214
|
+
__________/AGNAME
|
|
215
|
+
________/COLLECTIVE
|
|
216
|
+
________/COLOURED
|
|
217
|
+
________/COLOURGR
|
|
218
|
+
__________/COLOUR
|
|
219
|
+
________/DELIVERYADDR
|
|
220
|
+
________/FILDATE
|
|
221
|
+
________/FILENR
|
|
222
|
+
________/IMAGENAME
|
|
223
|
+
________/MARKDESCR
|
|
224
|
+
________/MARKDESCRTEXT
|
|
225
|
+
________/MARKENKATEGORIE
|
|
226
|
+
________/MARKTEXT
|
|
227
|
+
________/MARKTYPE
|
|
228
|
+
__________/ACOUSTIC
|
|
229
|
+
__________/COLOUR
|
|
230
|
+
__________/IMAGE
|
|
231
|
+
__________/KABELKENNFADEN
|
|
232
|
+
__________/OTHERMARK
|
|
233
|
+
__________/POSITION
|
|
234
|
+
__________/SOUND
|
|
235
|
+
__________/THREEDIM
|
|
236
|
+
__________/WORD
|
|
237
|
+
__________/WORDIMAGE
|
|
238
|
+
________/NOTLT
|
|
239
|
+
__________/LGSCOMPLETE
|
|
240
|
+
__________/NICECLMAIN
|
|
241
|
+
__________/NICECLOTHER
|
|
242
|
+
________/NR
|
|
243
|
+
________/OWNERGR
|
|
244
|
+
__________/OWNER
|
|
245
|
+
____________/OWCC
|
|
246
|
+
____________/OWCITY
|
|
247
|
+
____________/OWNAME
|
|
248
|
+
________/PREVAILED
|
|
249
|
+
________/PREVAILEDTEXT
|
|
250
|
+
________/PRIOGR
|
|
251
|
+
__________/PRIO
|
|
252
|
+
____________/NOTLT
|
|
253
|
+
______________/LGSCOMPLETE
|
|
254
|
+
______________/NICECLOTHER
|
|
255
|
+
____________/PRIODATE
|
|
256
|
+
____________/PRIOEXHIB
|
|
257
|
+
______________/PRIOEXHIBNAME
|
|
258
|
+
____________/PRIOUNION
|
|
259
|
+
______________/PRIOCC
|
|
260
|
+
______________/PRIONR
|
|
261
|
+
____________/TLT
|
|
262
|
+
______________/NICEGR
|
|
263
|
+
________________/LGS
|
|
264
|
+
________________/NICECLOTHER
|
|
265
|
+
________/PUBDATE
|
|
266
|
+
________/REGDATE
|
|
267
|
+
________/SENIORITYADJUSTMENT
|
|
268
|
+
________/STATUSOPPOSABLE
|
|
269
|
+
________/STATUSOPPOSITIONPENDING
|
|
270
|
+
________/TELLEQUELLE
|
|
271
|
+
________/TLT
|
|
272
|
+
__________/NICEGR
|
|
273
|
+
____________/LGS
|
|
274
|
+
____________/NICECLMAIN
|
|
275
|
+
________/TRANSLIT
|
|
276
|
+
________/VIENNAGR
|
|
277
|
+
__________/VIENNACL
|
|
278
|
+
______/T1ABB
|
|
279
|
+
________/AGENT
|
|
280
|
+
__________/AGCC
|
|
281
|
+
__________/AGCITY
|
|
282
|
+
__________/AGNAME
|
|
283
|
+
________/COLOURED
|
|
284
|
+
________/COLOURGR
|
|
285
|
+
__________/COLOUR
|
|
286
|
+
________/DELIVERYADDR
|
|
287
|
+
________/FILDATE
|
|
288
|
+
________/FILENR
|
|
289
|
+
________/IMAGENAME
|
|
290
|
+
________/MARKENKATEGORIE
|
|
291
|
+
________/MARKTEXT
|
|
292
|
+
________/MARKTYPE
|
|
293
|
+
__________/IMAGE
|
|
294
|
+
__________/WORD
|
|
295
|
+
__________/WORDIMAGE
|
|
296
|
+
________/NOTLT
|
|
297
|
+
__________/LGSCOMPLETE
|
|
298
|
+
__________/NICECLMAIN
|
|
299
|
+
__________/NICECLOTHER
|
|
300
|
+
________/NR
|
|
301
|
+
________/OWNERGR
|
|
302
|
+
__________/OWNER
|
|
303
|
+
____________/OWCC
|
|
304
|
+
____________/OWCITY
|
|
305
|
+
____________/OWNAME
|
|
306
|
+
________/PUBDATE
|
|
307
|
+
________/REGDATE
|
|
308
|
+
________/STATUSOPPOSABLE
|
|
309
|
+
________/TLT
|
|
310
|
+
__________/NICEGR
|
|
311
|
+
____________/LGS
|
|
312
|
+
____________/NICECLMAIN
|
|
313
|
+
________/VIENNAGR
|
|
314
|
+
__________/VIENNACL
|
|
315
|
+
______/T1B
|
|
316
|
+
________/AGENT
|
|
317
|
+
__________/AGCC
|
|
318
|
+
__________/AGCITY
|
|
319
|
+
__________/AGNAME
|
|
320
|
+
________/COLOURED
|
|
321
|
+
________/COLOURGR
|
|
322
|
+
__________/COLOUR
|
|
323
|
+
________/DELIVERYADDR
|
|
324
|
+
________/FILDATE
|
|
325
|
+
________/FILENR
|
|
326
|
+
________/IMAGENAME
|
|
327
|
+
________/MARKDESCR
|
|
328
|
+
________/MARKDESCRTEXT
|
|
329
|
+
________/MARKENKATEGORIE
|
|
330
|
+
________/MARKTEXT
|
|
331
|
+
________/MARKTYPE
|
|
332
|
+
__________/IMAGE
|
|
333
|
+
__________/WORD
|
|
334
|
+
__________/WORDIMAGE
|
|
335
|
+
________/NOTLT
|
|
336
|
+
__________/LGSCOMPLETE
|
|
337
|
+
__________/NICECLMAIN
|
|
338
|
+
__________/NICECLOTHER
|
|
339
|
+
________/NR
|
|
340
|
+
________/OWNERGR
|
|
341
|
+
__________/OWNER
|
|
342
|
+
____________/OWCC
|
|
343
|
+
____________/OWCITY
|
|
344
|
+
____________/OWNAME
|
|
345
|
+
________/PRIOGR
|
|
346
|
+
__________/PRIO
|
|
347
|
+
____________/PRIODATE
|
|
348
|
+
____________/PRIOUNION
|
|
349
|
+
______________/PRIOCC
|
|
350
|
+
______________/PRIONR
|
|
351
|
+
____________/TLT
|
|
352
|
+
______________/NICEGR
|
|
353
|
+
________________/LGS
|
|
354
|
+
________________/NICECLOTHER
|
|
355
|
+
________/PUBDATE
|
|
356
|
+
________/PUBOFFILEDATE
|
|
357
|
+
________/REGDATE
|
|
358
|
+
________/STATUSINFORCE
|
|
359
|
+
________/TLT
|
|
360
|
+
__________/NICEGR
|
|
361
|
+
____________/LGS
|
|
362
|
+
____________/NICECLMAIN
|
|
363
|
+
________/VIENNAGR
|
|
364
|
+
__________/VIENNACL
|
|
365
|
+
______/T2A
|
|
366
|
+
________/STATUSINFORCE
|
|
367
|
+
______/T2B
|
|
368
|
+
________/STATUSOPPOSITIONPENDING
|
|
369
|
+
______/T2C
|
|
370
|
+
________/POSTOPPDATE
|
|
371
|
+
________/STATUSINFORCE
|
|
372
|
+
______/T2D
|
|
373
|
+
________/STATUSCANCELLED
|
|
374
|
+
______/T2E
|
|
375
|
+
________/POSTOPPDATE
|
|
376
|
+
________/POSTOPPLGSDEL
|
|
377
|
+
________/STATUSINFORCE
|
|
378
|
+
______/T3A
|
|
379
|
+
________/CUTDATE3A
|
|
380
|
+
________/CUTLGS3A
|
|
381
|
+
________/CUTNR3A
|
|
382
|
+
________/OLDNR3A
|
|
383
|
+
______/T3B
|
|
384
|
+
________/AGENT
|
|
385
|
+
__________/AGCC
|
|
386
|
+
__________/AGCITY
|
|
387
|
+
__________/AGNAME
|
|
388
|
+
________/DELIVERYADDR
|
|
389
|
+
________/OWNERGR
|
|
390
|
+
__________/OWNER
|
|
391
|
+
____________/OWCC
|
|
392
|
+
____________/OWCITY
|
|
393
|
+
____________/OWNAME
|
|
394
|
+
______/T3C
|
|
395
|
+
________/AGENT
|
|
396
|
+
__________/AGCC
|
|
397
|
+
__________/AGCITY
|
|
398
|
+
__________/AGNAME
|
|
399
|
+
________/CUTLGS3C
|
|
400
|
+
________/CUTNR3C
|
|
401
|
+
________/DELIVERYADDR
|
|
402
|
+
________/OLDNR3C
|
|
403
|
+
________/OLDPUBDATE
|
|
404
|
+
________/OWNERGR
|
|
405
|
+
__________/OWNER
|
|
406
|
+
____________/OWCC
|
|
407
|
+
____________/OWCITY
|
|
408
|
+
____________/OWNAME
|
|
409
|
+
______/T4
|
|
410
|
+
________/NICECLMAIN
|
|
411
|
+
________/RENEWALDATE
|
|
412
|
+
______/T5A
|
|
413
|
+
______/T5C
|
|
414
|
+
______/T5D
|
|
415
|
+
________/CANCELREASON
|
|
416
|
+
________/STATUSCANCELLED
|
|
417
|
+
______/T5E
|
|
418
|
+
________/CANCELLGSDEL
|
|
419
|
+
________/CANCELREASON
|
|
420
|
+
______/T5F
|
|
421
|
+
________/CANCELDATE
|
|
422
|
+
________/CANCELREASON
|
|
423
|
+
________/STATUSCANCELLED
|
|
424
|
+
______/T5G
|
|
425
|
+
________/CANCELDATE
|
|
426
|
+
________/CANCELREASON
|
|
427
|
+
________/LGSNEW
|
|
428
|
+
________/STATUSINFORCE
|
|
429
|
+
______/T6
|
|
430
|
+
________/RESTRICTIONDATE
|
|
431
|
+
________/RESTRICTIONPENDING
|
|
432
|
+
________/RESTRICTIONREASON
|
|
433
|
+
______/T8A
|
|
434
|
+
________/DELIVERYADDR
|
|
435
|
+
________/OWNERGR
|
|
436
|
+
__________/OWNER
|
|
437
|
+
____________/OWCC
|
|
438
|
+
____________/OWCITY
|
|
439
|
+
____________/OWNAME
|
|
440
|
+
________/STATUSINFORCE
|
|
441
|
+
______/T8B
|
|
442
|
+
________/AGENT
|
|
443
|
+
__________/AGCC
|
|
444
|
+
__________/AGCITY
|
|
445
|
+
__________/AGNAME
|
|
446
|
+
________/DELIVERYADDR
|
|
447
|
+
________/STATUSINFORCE
|
|
448
|
+
______/T8C
|
|
449
|
+
______/T8D
|
|
450
|
+
________/DELIVERYADDR
|
|
451
|
+
______/T8E
|
|
452
|
+
________/CORRIMAGE
|
|
453
|
+
________/CORRTEXT
|
|
454
|
+
______/T9B
|
|
455
|
+
________/SENI
|
|
456
|
+
__________/SENIEM
|
|
457
|
+
____/OLD
|
|
458
|
+
______/AGENT
|
|
459
|
+
________/AGCC
|
|
460
|
+
________/AGCITY
|
|
461
|
+
________/AGNAME
|
|
462
|
+
______/COLOURED
|
|
463
|
+
______/COLOURGR
|
|
464
|
+
________/COLOUR
|
|
465
|
+
______/DELIVERYADDR
|
|
466
|
+
______/FILDATE
|
|
467
|
+
______/FILENR
|
|
468
|
+
______/IMAGENAME
|
|
469
|
+
______/MARKDESCR
|
|
470
|
+
______/MARKDESCRTEXT
|
|
471
|
+
______/MARKENKATEGORIE
|
|
472
|
+
______/MARKTEXT
|
|
473
|
+
______/MARKTYPE
|
|
474
|
+
________/IMAGE
|
|
475
|
+
________/WORD
|
|
476
|
+
________/WORDIMAGE
|
|
477
|
+
______/NICECLMAIN
|
|
478
|
+
______/NOTLT
|
|
479
|
+
________/LGSCOMPLETE
|
|
480
|
+
________/NICECLMAIN
|
|
481
|
+
________/NICECLOTHER
|
|
482
|
+
______/NR
|
|
483
|
+
______/OWNERGR
|
|
484
|
+
________/OWNER
|
|
485
|
+
__________/OWCC
|
|
486
|
+
__________/OWCITY
|
|
487
|
+
__________/OWNAME
|
|
488
|
+
______/PRIOGR
|
|
489
|
+
________/PRIO
|
|
490
|
+
__________/NOTLT
|
|
491
|
+
__________/PRIODATE
|
|
492
|
+
__________/PRIOUNION
|
|
493
|
+
____________/PRIOCC
|
|
494
|
+
____________/PRIONR
|
|
495
|
+
__________/TLT
|
|
496
|
+
____________/NICEGR
|
|
497
|
+
______________/LGS
|
|
498
|
+
______________/NICECLOTHER
|
|
499
|
+
______/PUBDATE
|
|
500
|
+
______/PUBOFFILEDATE
|
|
501
|
+
______/REGDATE
|
|
502
|
+
______/RENEWALDATE
|
|
503
|
+
______/STATUSINFORCE
|
|
504
|
+
______/STATUSOPPOSABLE
|
|
505
|
+
______/STATUSOPPOSITIONPENDING
|
|
506
|
+
______/TLT
|
|
507
|
+
________/NICEGR
|
|
508
|
+
__________/LGS
|
|
509
|
+
__________/NICECLMAIN
|
|
510
|
+
______/VIENNAGR
|
|
511
|
+
________/VIENNACL
|