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,362 @@
|
|
|
1
|
+
/TradeMark
|
|
2
|
+
__/ApplicantDetails
|
|
3
|
+
____/Applicant
|
|
4
|
+
______/AddressBook
|
|
5
|
+
________/AddressLine
|
|
6
|
+
________/CountryCode
|
|
7
|
+
________/Postcode
|
|
8
|
+
________/StateCounty
|
|
9
|
+
________/Town
|
|
10
|
+
______/CompanyNo
|
|
11
|
+
______/Identifier
|
|
12
|
+
________/Id
|
|
13
|
+
______/IncorporationCountryCode
|
|
14
|
+
______/IncorporationState
|
|
15
|
+
______/Kind
|
|
16
|
+
______/Name
|
|
17
|
+
______/NationalityCode
|
|
18
|
+
______/Type
|
|
19
|
+
__/ApplicationDateTime
|
|
20
|
+
__/ApplicationNumber
|
|
21
|
+
__/CancellationDetails
|
|
22
|
+
____/Cancellation
|
|
23
|
+
______/CancellationApplicantDetails
|
|
24
|
+
________/CancellationApplicant
|
|
25
|
+
__________/AddressBook
|
|
26
|
+
____________/AddressLine
|
|
27
|
+
____________/CountryCode
|
|
28
|
+
____________/Postcode
|
|
29
|
+
____________/StateCounty
|
|
30
|
+
____________/Town
|
|
31
|
+
__________/CompanyNo
|
|
32
|
+
__________/Identifier
|
|
33
|
+
____________/Id
|
|
34
|
+
__________/IncorporationCountryCode
|
|
35
|
+
__________/IncorporationState
|
|
36
|
+
__________/Kind
|
|
37
|
+
__________/Name
|
|
38
|
+
__________/NationalityCode
|
|
39
|
+
__________/Type
|
|
40
|
+
______/CancellationMilestone
|
|
41
|
+
______/CancellationRepresentativeDetails
|
|
42
|
+
________/CancellationRepresentative
|
|
43
|
+
__________/AddressBook
|
|
44
|
+
____________/AddressLine
|
|
45
|
+
____________/CountryCode
|
|
46
|
+
____________/Postcode
|
|
47
|
+
____________/StateCounty
|
|
48
|
+
____________/Town
|
|
49
|
+
__________/Identifier
|
|
50
|
+
____________/Id
|
|
51
|
+
__________/Kind
|
|
52
|
+
__________/Name
|
|
53
|
+
__________/NationalityCode
|
|
54
|
+
__________/Type
|
|
55
|
+
______/EarlierMarkDetails
|
|
56
|
+
________/EarlierMark
|
|
57
|
+
__________/ApplicationNumber
|
|
58
|
+
______/ProceedingLanguageCode
|
|
59
|
+
______/TribunalBasisCode
|
|
60
|
+
______/TribunalDate
|
|
61
|
+
______/TribunalExtentText
|
|
62
|
+
______/TribunalGroundText
|
|
63
|
+
______/TribunalIdentifier
|
|
64
|
+
______/TribunalLanguageCode
|
|
65
|
+
______/TribunalReference
|
|
66
|
+
______/TribunalStatus
|
|
67
|
+
__/ExpiryDate
|
|
68
|
+
__/GoodsServicesDetails
|
|
69
|
+
____/ClassDescriptionDetails
|
|
70
|
+
______/ClassDescription
|
|
71
|
+
________/ClassNumber
|
|
72
|
+
________/GoodsServicesDescription
|
|
73
|
+
________/GoodsServicesDescription[@LanguageCode=en]
|
|
74
|
+
________/UseNiceHeadingIndicator
|
|
75
|
+
____/ClassificationKindCode
|
|
76
|
+
____/ClassificationVersion
|
|
77
|
+
__/IPOPublicMarkCurrentStatusCode
|
|
78
|
+
__/KindMark
|
|
79
|
+
__/LicenceDetails
|
|
80
|
+
____/Licence
|
|
81
|
+
______/LicenceEndDate
|
|
82
|
+
______/LicenceExclusive
|
|
83
|
+
______/LicenceIdentifier
|
|
84
|
+
______/LicenceLimitationText
|
|
85
|
+
______/LicenceStartDate
|
|
86
|
+
______/LicenceStatus
|
|
87
|
+
______/LicenseeDetails
|
|
88
|
+
________/LicenseeApplicant
|
|
89
|
+
__________/AddressBook
|
|
90
|
+
____________/AddressLine
|
|
91
|
+
____________/CountryCode
|
|
92
|
+
____________/Postcode
|
|
93
|
+
____________/StateCounty
|
|
94
|
+
____________/Town
|
|
95
|
+
__________/CompanyNo
|
|
96
|
+
__________/Identifier
|
|
97
|
+
____________/Id
|
|
98
|
+
__________/IncorporationCountryCode
|
|
99
|
+
__________/IncorporationState
|
|
100
|
+
__________/Kind
|
|
101
|
+
__________/Name
|
|
102
|
+
__________/NationalityCode
|
|
103
|
+
__________/Type
|
|
104
|
+
______/LicenseeRepresentativeDetails
|
|
105
|
+
________/LicenseeRepresentative
|
|
106
|
+
__________/AddressBook
|
|
107
|
+
____________/AddressLine
|
|
108
|
+
____________/CountryCode
|
|
109
|
+
____________/Postcode
|
|
110
|
+
____________/StateCounty
|
|
111
|
+
____________/Town
|
|
112
|
+
__________/Identifier
|
|
113
|
+
____________/Id
|
|
114
|
+
__________/Kind
|
|
115
|
+
__________/Name
|
|
116
|
+
__________/NationalityCode
|
|
117
|
+
__________/Type
|
|
118
|
+
__/Mark3DModelDetails
|
|
119
|
+
____/Mark3DModel
|
|
120
|
+
______/Mark3DModelCategory
|
|
121
|
+
________/CategoryCode
|
|
122
|
+
______/Mark3DModelFileFormat
|
|
123
|
+
______/Mark3DModelSizeInByte
|
|
124
|
+
______/Mark3DModelUri
|
|
125
|
+
____/Mark3DModel[@MarkShapeIdentifier=1]
|
|
126
|
+
__/MarkDescriptionDetails
|
|
127
|
+
____/MarkDescription
|
|
128
|
+
__/MarkDisclaimerDetails
|
|
129
|
+
____/MarkDisclaimer
|
|
130
|
+
__/MarkFeature
|
|
131
|
+
__/MarkImageDetails
|
|
132
|
+
____/MarkImage
|
|
133
|
+
______/MarkImageBinary
|
|
134
|
+
______/MarkImageCategory
|
|
135
|
+
________/CategoryCode
|
|
136
|
+
______/MarkImageFileFormat
|
|
137
|
+
______/MarkImageST13Uri
|
|
138
|
+
______/MarkImageUri
|
|
139
|
+
____/MarkImage[@MarkShapeIdentifier=1]
|
|
140
|
+
____/MarkImage[@MarkShapeIdentifier=3]
|
|
141
|
+
____/MarkImage[@MarkShapeIdentifier=5]
|
|
142
|
+
____/MarkImage[@MarkShapeIdentifier=6]
|
|
143
|
+
__/MarkSeriesDetails
|
|
144
|
+
____/MarkSeriesItem
|
|
145
|
+
______/MarkImage
|
|
146
|
+
________/MarkImageBinary
|
|
147
|
+
________/MarkImageCategory
|
|
148
|
+
__________/CategoryCode
|
|
149
|
+
________/MarkImageFileFormat
|
|
150
|
+
________/MarkImageST13Uri
|
|
151
|
+
________/MarkImageText
|
|
152
|
+
________/MarkImageText[@LanguageCode=en]
|
|
153
|
+
________/MarkImageUri
|
|
154
|
+
______/MarkImage[@MarkShapeIdentifier=1]
|
|
155
|
+
______/MarkSound
|
|
156
|
+
________/MarkSoundCategory
|
|
157
|
+
__________/CategoryCode
|
|
158
|
+
________/MarkSoundFileFormat
|
|
159
|
+
________/MarkSoundST13Uri
|
|
160
|
+
________/MarkSoundSizeInByte
|
|
161
|
+
________/MarkSoundText
|
|
162
|
+
________/MarkSoundText[@LanguageCode=en]
|
|
163
|
+
________/MarkSoundUri
|
|
164
|
+
______/MarkSound[@MarkShapeIdentifier=1]
|
|
165
|
+
______/MarkVideo
|
|
166
|
+
________/MarkVideoCategory
|
|
167
|
+
__________/CategoryCode
|
|
168
|
+
________/MarkVideoFileFormat
|
|
169
|
+
________/MarkVideoST13Uri
|
|
170
|
+
________/MarkVideoSizeInByte
|
|
171
|
+
________/MarkVideoText
|
|
172
|
+
________/MarkVideoText[@LanguageCode=en]
|
|
173
|
+
________/MarkVideoUri
|
|
174
|
+
______/MarkVideo[@MarkShapeIdentifier=1]
|
|
175
|
+
______/WordMarkSpecification
|
|
176
|
+
________/MarkVerbalElementText
|
|
177
|
+
____/MarkSeriesItem[@MarkSeriesIdentifier=2]
|
|
178
|
+
__/MarkSeriesDetails[@TotalMarkSeries=100]
|
|
179
|
+
__/MarkSeriesDetails[@TotalMarkSeries=10]
|
|
180
|
+
__/MarkSeriesDetails[@TotalMarkSeries=11]
|
|
181
|
+
__/MarkSeriesDetails[@TotalMarkSeries=12]
|
|
182
|
+
__/MarkSeriesDetails[@TotalMarkSeries=133]
|
|
183
|
+
__/MarkSeriesDetails[@TotalMarkSeries=13]
|
|
184
|
+
__/MarkSeriesDetails[@TotalMarkSeries=14]
|
|
185
|
+
__/MarkSeriesDetails[@TotalMarkSeries=15]
|
|
186
|
+
__/MarkSeriesDetails[@TotalMarkSeries=16]
|
|
187
|
+
__/MarkSeriesDetails[@TotalMarkSeries=17]
|
|
188
|
+
__/MarkSeriesDetails[@TotalMarkSeries=18]
|
|
189
|
+
__/MarkSeriesDetails[@TotalMarkSeries=19]
|
|
190
|
+
__/MarkSeriesDetails[@TotalMarkSeries=20]
|
|
191
|
+
__/MarkSeriesDetails[@TotalMarkSeries=21]
|
|
192
|
+
__/MarkSeriesDetails[@TotalMarkSeries=22]
|
|
193
|
+
__/MarkSeriesDetails[@TotalMarkSeries=23]
|
|
194
|
+
__/MarkSeriesDetails[@TotalMarkSeries=24]
|
|
195
|
+
__/MarkSeriesDetails[@TotalMarkSeries=25]
|
|
196
|
+
__/MarkSeriesDetails[@TotalMarkSeries=26]
|
|
197
|
+
__/MarkSeriesDetails[@TotalMarkSeries=27]
|
|
198
|
+
__/MarkSeriesDetails[@TotalMarkSeries=28]
|
|
199
|
+
__/MarkSeriesDetails[@TotalMarkSeries=2]
|
|
200
|
+
__/MarkSeriesDetails[@TotalMarkSeries=30]
|
|
201
|
+
__/MarkSeriesDetails[@TotalMarkSeries=32]
|
|
202
|
+
__/MarkSeriesDetails[@TotalMarkSeries=33]
|
|
203
|
+
__/MarkSeriesDetails[@TotalMarkSeries=34]
|
|
204
|
+
__/MarkSeriesDetails[@TotalMarkSeries=35]
|
|
205
|
+
__/MarkSeriesDetails[@TotalMarkSeries=36]
|
|
206
|
+
__/MarkSeriesDetails[@TotalMarkSeries=3]
|
|
207
|
+
__/MarkSeriesDetails[@TotalMarkSeries=40]
|
|
208
|
+
__/MarkSeriesDetails[@TotalMarkSeries=48]
|
|
209
|
+
__/MarkSeriesDetails[@TotalMarkSeries=49]
|
|
210
|
+
__/MarkSeriesDetails[@TotalMarkSeries=4]
|
|
211
|
+
__/MarkSeriesDetails[@TotalMarkSeries=52]
|
|
212
|
+
__/MarkSeriesDetails[@TotalMarkSeries=54]
|
|
213
|
+
__/MarkSeriesDetails[@TotalMarkSeries=5]
|
|
214
|
+
__/MarkSeriesDetails[@TotalMarkSeries=60]
|
|
215
|
+
__/MarkSeriesDetails[@TotalMarkSeries=64]
|
|
216
|
+
__/MarkSeriesDetails[@TotalMarkSeries=6]
|
|
217
|
+
__/MarkSeriesDetails[@TotalMarkSeries=7]
|
|
218
|
+
__/MarkSeriesDetails[@TotalMarkSeries=8]
|
|
219
|
+
__/MarkSeriesDetails[@TotalMarkSeries=90]
|
|
220
|
+
__/MarkSeriesDetails[@TotalMarkSeries=9]
|
|
221
|
+
__/MarkSoundDetails
|
|
222
|
+
____/MarkSound
|
|
223
|
+
______/MarkSoundCategory
|
|
224
|
+
________/CategoryCode
|
|
225
|
+
______/MarkSoundFileFormat
|
|
226
|
+
______/MarkSoundST13Uri
|
|
227
|
+
______/MarkSoundSizeInByte
|
|
228
|
+
______/MarkSoundText
|
|
229
|
+
______/MarkSoundText[@LanguageCode=en]
|
|
230
|
+
______/MarkSoundUri
|
|
231
|
+
____/MarkSound[@MarkShapeIdentifier=1]
|
|
232
|
+
__/MarkVideoDetails
|
|
233
|
+
____/MarkVideo
|
|
234
|
+
______/MarkVideoCategory
|
|
235
|
+
________/CategoryCode
|
|
236
|
+
______/MarkVideoFileFormat
|
|
237
|
+
______/MarkVideoST13Uri
|
|
238
|
+
______/MarkVideoSizeInByte
|
|
239
|
+
______/MarkVideoText
|
|
240
|
+
______/MarkVideoText[@LanguageCode=en]
|
|
241
|
+
______/MarkVideoUri
|
|
242
|
+
____/MarkVideo[@MarkShapeIdentifier=1]
|
|
243
|
+
__/OppositionDetails
|
|
244
|
+
____/Opposition
|
|
245
|
+
______/EarlierMarkDetails
|
|
246
|
+
________/EarlierMark
|
|
247
|
+
__________/ApplicationNumber
|
|
248
|
+
______/OpponentDetails
|
|
249
|
+
________/Opponent
|
|
250
|
+
__________/AddressBook
|
|
251
|
+
____________/AddressLine
|
|
252
|
+
____________/CountryCode
|
|
253
|
+
____________/Postcode
|
|
254
|
+
____________/StateCounty
|
|
255
|
+
____________/Town
|
|
256
|
+
__________/CompanyNo
|
|
257
|
+
__________/Identifier
|
|
258
|
+
____________/Id
|
|
259
|
+
__________/IncorporationCountryCode
|
|
260
|
+
__________/IncorporationState
|
|
261
|
+
__________/Kind
|
|
262
|
+
__________/Name
|
|
263
|
+
__________/NationalityCode
|
|
264
|
+
__________/Type
|
|
265
|
+
______/OpponentRepresentativeDetails
|
|
266
|
+
________/OpponentRepresentative
|
|
267
|
+
__________/AddressBook
|
|
268
|
+
____________/AddressLine
|
|
269
|
+
____________/CountryCode
|
|
270
|
+
____________/Postcode
|
|
271
|
+
____________/StateCounty
|
|
272
|
+
____________/Town
|
|
273
|
+
__________/Identifier
|
|
274
|
+
____________/Id
|
|
275
|
+
__________/Kind
|
|
276
|
+
__________/Name
|
|
277
|
+
__________/NationalityCode
|
|
278
|
+
__________/Type
|
|
279
|
+
______/OppositionMilestone
|
|
280
|
+
______/ProceedingLanguageCode
|
|
281
|
+
______/TribunalBasisCode
|
|
282
|
+
______/TribunalDate
|
|
283
|
+
______/TribunalExtentText
|
|
284
|
+
______/TribunalGroundText
|
|
285
|
+
______/TribunalIdentifier
|
|
286
|
+
______/TribunalLanguageCode
|
|
287
|
+
______/TribunalReference
|
|
288
|
+
______/TribunalStatus
|
|
289
|
+
__/PriorityDetails
|
|
290
|
+
____/Priority
|
|
291
|
+
______/PriorityComment
|
|
292
|
+
______/PriorityCountryCode
|
|
293
|
+
______/PriorityDate
|
|
294
|
+
______/PriorityHolderName
|
|
295
|
+
______/PriorityNumber
|
|
296
|
+
______/PriorityPartialIndicator
|
|
297
|
+
______/PriorityStatusCode
|
|
298
|
+
__/PublicationDetails
|
|
299
|
+
____/Publication
|
|
300
|
+
______/PublicationDate
|
|
301
|
+
______/PublicationIdentifier
|
|
302
|
+
__/RegistrationDate
|
|
303
|
+
__/RepresentativeDetails
|
|
304
|
+
____/Representative
|
|
305
|
+
______/AddressBook
|
|
306
|
+
________/AddressLine
|
|
307
|
+
________/CountryCode
|
|
308
|
+
________/Postcode
|
|
309
|
+
________/StateCounty
|
|
310
|
+
________/Town
|
|
311
|
+
______/Identifier
|
|
312
|
+
________/Id
|
|
313
|
+
______/Kind
|
|
314
|
+
______/Name
|
|
315
|
+
______/NationalityCode
|
|
316
|
+
______/Type
|
|
317
|
+
__/SecurityDetails
|
|
318
|
+
____/Security
|
|
319
|
+
______/SecurityChargeDate
|
|
320
|
+
______/SecurityChargeDetails
|
|
321
|
+
______/SecurityExtentText
|
|
322
|
+
______/SecurityHolderDetails
|
|
323
|
+
________/SecurityHolder
|
|
324
|
+
__________/AddressBook
|
|
325
|
+
____________/AddressLine
|
|
326
|
+
____________/CountryCode
|
|
327
|
+
____________/Postcode
|
|
328
|
+
____________/StateCounty
|
|
329
|
+
____________/Town
|
|
330
|
+
__________/CompanyNo
|
|
331
|
+
__________/Identifier
|
|
332
|
+
____________/Id
|
|
333
|
+
__________/IncorporationCountryCode
|
|
334
|
+
__________/IncorporationState
|
|
335
|
+
__________/Kind
|
|
336
|
+
__________/Name
|
|
337
|
+
__________/NationalityCode
|
|
338
|
+
__________/Type
|
|
339
|
+
______/SecurityHolderRepresentativeDetails
|
|
340
|
+
________/SecurityHolderRepresentative
|
|
341
|
+
__________/AddressBook
|
|
342
|
+
____________/AddressLine
|
|
343
|
+
____________/CountryCode
|
|
344
|
+
____________/Postcode
|
|
345
|
+
____________/StateCounty
|
|
346
|
+
____________/Town
|
|
347
|
+
__________/Identifier
|
|
348
|
+
____________/Id
|
|
349
|
+
__________/Kind
|
|
350
|
+
__________/Name
|
|
351
|
+
__________/NationalityCode
|
|
352
|
+
__________/Type
|
|
353
|
+
______/SecurityIdentifier
|
|
354
|
+
______/SecurityStatus
|
|
355
|
+
__/SeniorityDetails
|
|
356
|
+
____/Seniority
|
|
357
|
+
______/SeniorityCountryCode
|
|
358
|
+
______/SeniorityDate
|
|
359
|
+
______/SeniorityNumber
|
|
360
|
+
____/Seniority[@EUClaimIndicator=false]
|
|
361
|
+
__/WordMarkSpecification
|
|
362
|
+
____/MarkVerbalElementText
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{% from 'navigation.tmpl' import match %}
|
|
2
|
+
|
|
3
|
+
{% set status = TradeMark.IPOPublicMarkCurrentStatusCode | multipleFileds(TradeMark.MarkCurrentStatusCode) | translate_status %}
|
|
4
|
+
|
|
5
|
+
type: TRADEMARK
|
|
6
|
+
kind: {{ TradeMark.KindMark | translate_kind }}
|
|
7
|
+
st13: {{ TradeMark.ApplicationNumber | st13('GB')}}
|
|
8
|
+
gbdStatus: {{ status }}
|
|
9
|
+
markFeature: {{ TradeMark.MarkFeature | translate_feature }}
|
|
10
|
+
registrationOfficeCode: GB
|
|
11
|
+
designatedCountries:
|
|
12
|
+
- GB
|
|
13
|
+
|
|
14
|
+
applicationNumber: {{ TradeMark.ApplicationNumber }}
|
|
15
|
+
applicationDate: {{ TradeMark.ApplicationDateTime | multipleFileds(TradeMark.ApplicationDate) | convertdateGB }}
|
|
16
|
+
registrationNumber: {{ TradeMark.RegistrationNumber}}
|
|
17
|
+
registrationDate: {{ TradeMark.RegistrationDate | convertdateGB }}
|
|
18
|
+
applicationLanguageCode: 'en'
|
|
19
|
+
officeStatus: {{ TradeMark.IPOPublicMarkCurrentStatusCode | multipleFileds(TradeMark.MarkCurrentStatusCode) }}
|
|
20
|
+
statusDate: {{ TradeMark.MarkCurrentStatusDate | convertdateGB }}
|
|
21
|
+
expiryDate: {{ TradeMark.ExpiryDate | convertdateGB }}
|
|
22
|
+
{% if status == 'Ended' %}
|
|
23
|
+
terminationDate: {{ TradeMark.MarkCurrentStatusDate }}
|
|
24
|
+
{% endif %}
|
|
25
|
+
markDisclaimerDetails:
|
|
26
|
+
{% call(desc) match('MarkDisclaimerDetails.MarkDisclaimer', TradeMark) %}
|
|
27
|
+
- text: {{ desc }}
|
|
28
|
+
languageCode: {{ desc | guess_language('en') }}
|
|
29
|
+
{% endcall %}
|
|
30
|
+
markDescriptionDetails:
|
|
31
|
+
{% call(desc) match('MarkDescriptionDetails.MarkDescription', TradeMark) %}
|
|
32
|
+
- text: {{ desc }}
|
|
33
|
+
languageCode: 'en'
|
|
34
|
+
{% endcall %}
|
|
35
|
+
wordMarkSpecification:
|
|
36
|
+
markVerbalElement:
|
|
37
|
+
{% call(desc) match('WordMarkSpecification.MarkVerbalElementText', TradeMark) %}
|
|
38
|
+
- text: {{ desc | sanitize}}
|
|
39
|
+
languageCode: 'en'
|
|
40
|
+
{% endcall %}
|
|
41
|
+
markImageDetails:
|
|
42
|
+
{% call(img) match('MarkImageDetails.MarkImage', TradeMark) %}
|
|
43
|
+
- name: {{ img.MarkImageUri | multipleFileds(img.MarkImageURI) | parse_img_path }}
|
|
44
|
+
colourIndicator: {{ img.MarkImageColourClaimedText | get_true_or_false }}
|
|
45
|
+
colourClaimed:
|
|
46
|
+
{% call(desc) match('MarkImageColourClaimedText', img) %}
|
|
47
|
+
- text: {{ desc }}
|
|
48
|
+
languageCode: {{ desc | guess_language(desc._LanguageCode, 'en') }}
|
|
49
|
+
{% endcall %}
|
|
50
|
+
classification:
|
|
51
|
+
kind: Vienna
|
|
52
|
+
version: {{ ASK_THE_OFFICE }}
|
|
53
|
+
code:
|
|
54
|
+
{% call(code) match('CategoryCode', img.MarkImageCategory) %}
|
|
55
|
+
- {{ code }}
|
|
56
|
+
{% endcall %}
|
|
57
|
+
{% call(code) match('CategoryCode', img.MarkImageCategory.CategoryCodeDetails) %}
|
|
58
|
+
- {{ code }}
|
|
59
|
+
{% endcall %}
|
|
60
|
+
{% endcall %}
|
|
61
|
+
|
|
62
|
+
{% call(nc_gs) match('GoodsServicesDetails', TradeMark) %}
|
|
63
|
+
{% set nc_gs = nc_gs.GoodsServices | multipleFileds(nc_gs) %}
|
|
64
|
+
goodsServicesClassification:
|
|
65
|
+
kind: Nice
|
|
66
|
+
version: {{ nc_gs.ClassificationVersion }}
|
|
67
|
+
class:
|
|
68
|
+
{% call(nice) match('ClassDescriptionDetails.ClassDescription', nc_gs) %}
|
|
69
|
+
- code: {{ nice.ClassNumber | int }}
|
|
70
|
+
terms:
|
|
71
|
+
{% if nice.GoodsServicesDescription | sanitize | has_value %}
|
|
72
|
+
{% call(desc) match('GoodsServicesDescription', nice) %}
|
|
73
|
+
{{ desc | guess_language(desc._LanguageCode, 'en') | field_name }}:
|
|
74
|
+
{% for gsline in desc | remove_trailing('.') | split_terms %}
|
|
75
|
+
- {{ gsline | lower }}
|
|
76
|
+
{% endfor %}
|
|
77
|
+
{% endcall %}
|
|
78
|
+
{% endif %}
|
|
79
|
+
{% endcall %}
|
|
80
|
+
{% endcall %}
|
|
81
|
+
|
|
82
|
+
priorities:
|
|
83
|
+
{% call(priority) match('PriorityDetails.Priority', TradeMark) %}
|
|
84
|
+
- countryCode: {{ priority.PriorityCountryCode }}
|
|
85
|
+
number: {{ priority.PriorityNumber }}
|
|
86
|
+
date: {{ priority.PriorityDate }}
|
|
87
|
+
{% endcall %}
|
|
88
|
+
|
|
89
|
+
publications:
|
|
90
|
+
{% call(publication) match('PublicationDetails.Publication', TradeMark) %}
|
|
91
|
+
- identifier: {{ publication.PublicationIdentifier }}
|
|
92
|
+
date: {{ publication.PublicationDate | convertdateGB }}
|
|
93
|
+
{% endcall %}
|
|
94
|
+
|
|
95
|
+
applicants:
|
|
96
|
+
{% call(Applicant) match('ApplicantDetails.Applicant', TradeMark) %}
|
|
97
|
+
- identifier: {{ Applicant.Identifier.Id }}
|
|
98
|
+
fullName:
|
|
99
|
+
- text: {{ Applicant.Name}}
|
|
100
|
+
languageCode: {{ Applicant.Name | guess_language('en') }}
|
|
101
|
+
fullAddress:
|
|
102
|
+
{% call(adrline) match('AddressBook', Applicant) %}
|
|
103
|
+
- text: {{ adrline | get_entity_addr}}
|
|
104
|
+
languageCode: {{ adrline | get_entity_addr | guess_language('en') }}
|
|
105
|
+
{% endcall %}
|
|
106
|
+
{% call(adrline) match('CountryCode', Applicant.AddressBook) %}
|
|
107
|
+
countryCode: {{ adrline }}
|
|
108
|
+
{% endcall %}
|
|
109
|
+
{% endcall %}
|
|
110
|
+
{% call(Applicant) match('ApplicantDetails', TradeMark) %}
|
|
111
|
+
- identifier: {{ Applicant.ApplicantIdentifier }}
|
|
112
|
+
fullName:
|
|
113
|
+
- text: {{ Applicant.ApplicantAddressBook.FormattedNameAddress.Name.FreeFormatName.FreeFormatNameDetails.FreeFormatNameLine}}
|
|
114
|
+
languageCode: {{ Applicant.ApplicantAddressBook.FormattedNameAddress.Name.FreeFormatName.FreeFormatNameDetails.FreeFormatNameLine| guess_language('en') }}
|
|
115
|
+
fullAddress:
|
|
116
|
+
- text: {{ Applicant.ApplicantAddressBook.FormattedNameAddress.Address.FreeFormatAddress.FreeFormatAddressLine | format_addr}}
|
|
117
|
+
languageCode: {{Applicant.ApplicantAddressBook.FormattedNameAddress.Address.FreeFormatAddress.FreeFormatAddressLine | guess_language('en') }}
|
|
118
|
+
countryCode: {{ Applicant.ApplicantAddressBook.FormattedNameAddress.Address.AddressCountryCode }}
|
|
119
|
+
{% endcall %}
|
|
120
|
+
representatives:
|
|
121
|
+
{% call(Representative) match('RepresentativeDetails.Representative', TradeMark) %}
|
|
122
|
+
- identifier: {{ Representative.Identifier.Id }}
|
|
123
|
+
kind: {{ Representative.Kind }}
|
|
124
|
+
fullName:
|
|
125
|
+
- text: {{ Representative.Name }}
|
|
126
|
+
languageCode: {{ Representative.Name | guess_language('en') }}
|
|
127
|
+
fullAddress:
|
|
128
|
+
{% call(adrline) match('AddressBook', Representative) %}
|
|
129
|
+
- text: {{ adrline | get_entity_addr}}
|
|
130
|
+
languageCode: {{ adrline | get_entity_addr | guess_language('en') }}
|
|
131
|
+
{% endcall %}
|
|
132
|
+
{% call(adrline) match('CountryCode', Representative.AddressBook) %}
|
|
133
|
+
countryCode: {{ adrline }}
|
|
134
|
+
{% endcall %}
|
|
135
|
+
{% endcall %}
|
|
136
|
+
{% call(Representative) match('RepresentativeDetails', TradeMark) %}
|
|
137
|
+
- identifier: {{ Representative.RepresentativeIdentifier }}
|
|
138
|
+
fullName:
|
|
139
|
+
- text: {{ Representative.RepresentativeAddressBook.FormattedNameAddress.Name.FreeFormatName.FreeFormatNameDetails.FreeFormatNameLine}}
|
|
140
|
+
languageCode: {{ Representative.RepresentativeAddressBook.FormattedNameAddress.Name.FreeFormatName.FreeFormatNameDetails.FreeFormatNameLine| guess_language('en') }}
|
|
141
|
+
fullAddress:
|
|
142
|
+
- text: {{ Representative.RepresentativeAddressBook.FormattedNameAddress.Address.FreeFormatAddress.FreeFormatAddressLine | format_addr}}
|
|
143
|
+
languageCode: {{Representative.RepresentativeAddressBook.FormattedNameAddress.Address.FreeFormatAddress.FreeFormatAddressLine | guess_language('en') }}
|
|
144
|
+
countryCode: {{ Representative.RepresentativeAddressBook.FormattedNameAddress.Address.AddressCountryCode }}
|
|
145
|
+
{% endcall %}
|
|
146
|
+
extra:
|
|
147
|
+
id: {{ TradeMark.ID }}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import gbdtransformation.brands.ipas.filters as ipas
|
|
2
|
+
import gbdtransformation.common.filters as commons
|
|
3
|
+
|
|
4
|
+
ignore_namespace = [
|
|
5
|
+
'http://www.wipo.int/standards/XMLSchema/trademarks',
|
|
6
|
+
'http://www.wipo.int/standards/XMLSchema/wo-trademarks']
|
|
7
|
+
|
|
8
|
+
def get_appdate(appdate, appnum):
|
|
9
|
+
return ipas.get_appdate(appdate, appnum)
|
|
10
|
+
|
|
11
|
+
def translate_type(header):
|
|
12
|
+
code = header.TransactionCode
|
|
13
|
+
if code == 'Trademark': return 'TRADEMARK'
|
|
14
|
+
|
|
15
|
+
raise Exception('Type "%s" is not mapped.' % code)
|
|
16
|
+
|
|
17
|
+
def translate_kind(trademark, header):
|
|
18
|
+
subcode = header.TransactionSubCode
|
|
19
|
+
if subcode == 'Trademarks': return ['Individual']
|
|
20
|
+
# it is None for all
|
|
21
|
+
# kind = trademark.KindMark
|
|
22
|
+
raise Exception('Kind "%s" not mapped.' % subcode)
|
|
23
|
+
|
|
24
|
+
def translate_status(trademark):
|
|
25
|
+
status = trademark.MarkCurrentStatusCode
|
|
26
|
+
|
|
27
|
+
# for Grenada:
|
|
28
|
+
# Registered – all active/valid registrations
|
|
29
|
+
# Pending – applications that have expired but may still be eligible for renewal
|
|
30
|
+
# Inactive – applications that were cancelled, withdrawn, or refused
|
|
31
|
+
|
|
32
|
+
if status.lower() == 'inactive':
|
|
33
|
+
return 'Ended'
|
|
34
|
+
return ipas.translate_status(status)
|
|
35
|
+
|
|
36
|
+
def translate_feature(trademark):
|
|
37
|
+
feature = trademark.MarkFeature
|
|
38
|
+
if not feature: return 'Undefined'
|
|
39
|
+
|
|
40
|
+
return ipas.translate_feature(feature)
|
|
41
|
+
|
|
42
|
+
def translate_event(event):
|
|
43
|
+
if not event: return 'Unknown'
|
|
44
|
+
|
|
45
|
+
return ipas.translate_event(event)
|
|
46
|
+
|
|
47
|
+
def verbal_lang_map(markVerbalElements, applang=None):
|
|
48
|
+
return ipas.verbal_lang_map(markVerbalElements, applang=applang)
|
|
49
|
+
|
|
50
|
+
def get_registration_nb(trademark, tmstatus):
|
|
51
|
+
if trademark.RegistrationNumber:
|
|
52
|
+
return trademark.RegistrationNumber
|
|
53
|
+
return None
|
|
54
|
+
|
|
55
|
+
def get_expiry_date(trademark, tmstatus):
|
|
56
|
+
return ipas.get_expiry_date(trademark, tmstatus)
|
|
57
|
+
|
|
58
|
+
def get_registration_date(trademark, tmstatus):
|
|
59
|
+
return ipas.get_registration_date(trademark, tmstatus)
|
|
60
|
+
|
|
61
|
+
def is_international(header):
|
|
62
|
+
return False
|
|
63
|
+
|
|
64
|
+
def get_ir_refnum(appnum):
|
|
65
|
+
return
|
|
66
|
+
|
|
67
|
+
def get_goods_services(goods_services):
|
|
68
|
+
return ipas.get_goods_services(goods_services)
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/Transaction
|
|
2
|
+
__/TradeMarkTransactionBody
|
|
3
|
+
____/TransactionContentDetails
|
|
4
|
+
______/TransactionCode
|
|
5
|
+
______/TransactionData
|
|
6
|
+
________/TradeMarkApplication
|
|
7
|
+
__________/TradeMarkDetails
|
|
8
|
+
____________/TradeMark
|
|
9
|
+
______________/ApplicantDetails
|
|
10
|
+
________________/Applicant
|
|
11
|
+
__________________/ApplicantAddressBook
|
|
12
|
+
____________________/FormattedNameAddress
|
|
13
|
+
______________________/Address
|
|
14
|
+
________________________/AddressCountryCode
|
|
15
|
+
________________________/FreeFormatAddress
|
|
16
|
+
__________________________/FreeFormatAddressLine
|
|
17
|
+
______________________/Name
|
|
18
|
+
________________________/FreeFormatName
|
|
19
|
+
__________________________/FreeFormatNameDetails
|
|
20
|
+
____________________________/FreeFormatNameLine
|
|
21
|
+
____________________________/FreeFormatNameLine[@languageCode=en]
|
|
22
|
+
______________/ApplicationDate
|
|
23
|
+
______________/ApplicationLanguageCode
|
|
24
|
+
______________/ApplicationNumber
|
|
25
|
+
______________/ExpiryDate
|
|
26
|
+
______________/GoodsServicesDetails
|
|
27
|
+
________________/GoodsServices
|
|
28
|
+
__________________/ClassDescriptionDetails
|
|
29
|
+
____________________/ClassDescription
|
|
30
|
+
______________________/ClassNumber
|
|
31
|
+
______________________/GoodsServicesDescription
|
|
32
|
+
______________________/GoodsServicesDescription[@languageCode=en]
|
|
33
|
+
______________/KindMark
|
|
34
|
+
______________/MarkCurrentStatusCode
|
|
35
|
+
______________/MarkCurrentStatusDate
|
|
36
|
+
______________/MarkDisclaimerDetails
|
|
37
|
+
________________/MarkDisclaimer
|
|
38
|
+
________________/MarkDisclaimer[@languageCode=en]
|
|
39
|
+
______________/MarkEventDetails
|
|
40
|
+
________________/MarkEvent
|
|
41
|
+
__________________/MarkEventCode
|
|
42
|
+
__________________/MarkEventDate
|
|
43
|
+
__________________/OfficeSpecificMarkEventCode
|
|
44
|
+
__________________/OfficeSpecificMarkEventDescription
|
|
45
|
+
__________________/OfficeSpecificMarkEventDescription[@languageCode=en]
|
|
46
|
+
______________/MarkFeature
|
|
47
|
+
______________/MarkImageDetails
|
|
48
|
+
________________/MarkImage
|
|
49
|
+
__________________/MarkImageCategory
|
|
50
|
+
____________________/CategoryCodeDetails
|
|
51
|
+
______________________/CategoryCode
|
|
52
|
+
____________________/CategoryKind
|
|
53
|
+
____________________/CategoryVersion
|
|
54
|
+
__________________/MarkImageColourClaimedText
|
|
55
|
+
__________________/MarkImageColourClaimedText[@languageCode=en]
|
|
56
|
+
__________________/MarkImageFileFormat
|
|
57
|
+
__________________/MarkImageFilename
|
|
58
|
+
______________/PriorityDetails
|
|
59
|
+
________________/Priority
|
|
60
|
+
__________________/PriorityCountryCode
|
|
61
|
+
__________________/PriorityDate
|
|
62
|
+
__________________/PriorityNumber
|
|
63
|
+
______________/PublicationDetails
|
|
64
|
+
________________/Publication
|
|
65
|
+
__________________/PublicationDate
|
|
66
|
+
__________________/PublicationIdentifier
|
|
67
|
+
______________/RegistrationDate
|
|
68
|
+
______________/RegistrationNumber
|
|
69
|
+
______________/RegistrationOfficeCode
|
|
70
|
+
______________/RepresentativeDetails
|
|
71
|
+
________________/Representative
|
|
72
|
+
__________________/RepresentativeAddressBook
|
|
73
|
+
____________________/FormattedNameAddress
|
|
74
|
+
______________________/Address
|
|
75
|
+
________________________/AddressCountryCode
|
|
76
|
+
________________________/FreeFormatAddress
|
|
77
|
+
__________________________/FreeFormatAddressLine
|
|
78
|
+
______________________/Name
|
|
79
|
+
________________________/FreeFormatName
|
|
80
|
+
__________________________/FreeFormatNameDetails
|
|
81
|
+
____________________________/FreeFormatNameLine
|
|
82
|
+
____________________________/FreeFormatNameLine[@languageCode=en]
|
|
83
|
+
______________/WordMarkSpecification
|
|
84
|
+
________________/MarkVerbalElementText
|
|
85
|
+
________________/MarkVerbalElementText[@languageCode=en]
|
|
86
|
+
______/TransactionIdentifier
|
|
87
|
+
______/TransactionSubCode
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{% include "ipas/template.yml" %}
|
|
File without changes
|