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,4174 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wipo.int/standards/XMLSchema/trademarks" targetNamespace="http://www.wipo.int/standards/XMLSchema/trademarks" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
|
3
|
+
<!-- ********************************************************************** -->
|
|
4
|
+
<!-- * * -->
|
|
5
|
+
<!-- * WIPO Standard ST.66 Model Schema Revision Version 1.1 * -->
|
|
6
|
+
<!-- * Revision adopted by the SDWG ST.66 Task Force * -->
|
|
7
|
+
<!-- * on December 3, 2007 * -->
|
|
8
|
+
<!-- * * -->
|
|
9
|
+
<!-- * Filename : st66model-revision-V1-1.xsd * -->
|
|
10
|
+
<!-- * Author : SDWG ST.66 Task Force * -->
|
|
11
|
+
<!-- * Version : 1.1 * -->
|
|
12
|
+
<!-- * Last Update : 2007-12-03 * -->
|
|
13
|
+
<!-- * Contact : xml.standards@wipo.int * -->
|
|
14
|
+
<!-- * * -->
|
|
15
|
+
<!-- ********************************************************************** -->
|
|
16
|
+
<xs:annotation>
|
|
17
|
+
<xs:documentation>WIPO Standard ST.66 Model Schema Revision Version 1.1, 03 December 2007</xs:documentation>
|
|
18
|
+
</xs:annotation>
|
|
19
|
+
<!-- ====================================================================== -->
|
|
20
|
+
<!-- Include of external referenced standard types -->
|
|
21
|
+
<!-- ====================================================================== -->
|
|
22
|
+
<xs:include schemaLocation="ISOCountryCodeType-V2006.xsd"/>
|
|
23
|
+
<xs:include schemaLocation="ISOCurrencyCodeType-V2001.xsd"/>
|
|
24
|
+
<xs:include schemaLocation="ISOLanguageCodeType-V2002.xsd"/>
|
|
25
|
+
<xs:include schemaLocation="WIPOST3CodeType-V2007.xsd"/>
|
|
26
|
+
<!-- ********************************************************************** -->
|
|
27
|
+
<!-- ********************************************************************** -->
|
|
28
|
+
<!-- * TRANSACTION/MESSAGE TYPES LIBRARY ********************************** -->
|
|
29
|
+
<!-- ********************************************************************** -->
|
|
30
|
+
<!-- ********************************************************************** -->
|
|
31
|
+
<!-- ====================================================================== -->
|
|
32
|
+
<!-- Root Messages -->
|
|
33
|
+
<!-- ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
34
|
+
<!-- Top Level Transaction for all Types of Message -->
|
|
35
|
+
<!-- ====================================================================== -->
|
|
36
|
+
<xs:element name="Transaction" type="TransactionType"/>
|
|
37
|
+
<!-- ====================================================================== -->
|
|
38
|
+
<!-- Filename : TradeMarkApplication.xsd -->
|
|
39
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
40
|
+
<!-- Version : 1.1 Revision -->
|
|
41
|
+
<!-- Last Update : 2007-12-03 -->
|
|
42
|
+
<!-- ====================================================================== -->
|
|
43
|
+
<xs:complexType name="TradeMarkApplicationType">
|
|
44
|
+
<xs:sequence>
|
|
45
|
+
<xs:element name="RequestSoftware" type="RequestSoftwareType" minOccurs="0"/>
|
|
46
|
+
<xs:element name="ApplicationFormName" type="xs:string" minOccurs="0"/>
|
|
47
|
+
<xs:element name="RequestSearch" type="RequestSearchType" minOccurs="0"/>
|
|
48
|
+
<xs:element name="RequestExamination" type="RequestExaminationType" minOccurs="0"/>
|
|
49
|
+
<xs:element name="DocumentIncludedDetails" minOccurs="0">
|
|
50
|
+
<xs:complexType>
|
|
51
|
+
<xs:sequence>
|
|
52
|
+
<xs:element name="DocumentIncluded" type="DocumentType" maxOccurs="unbounded"/>
|
|
53
|
+
</xs:sequence>
|
|
54
|
+
</xs:complexType>
|
|
55
|
+
</xs:element>
|
|
56
|
+
<xs:element name="TradeMarkDetails" minOccurs="0">
|
|
57
|
+
<xs:complexType>
|
|
58
|
+
<xs:sequence>
|
|
59
|
+
<xs:element name="TradeMark" type="TradeMarkType" maxOccurs="unbounded"/>
|
|
60
|
+
</xs:sequence>
|
|
61
|
+
</xs:complexType>
|
|
62
|
+
</xs:element>
|
|
63
|
+
<xs:element name="PaymentDetails" minOccurs="0">
|
|
64
|
+
<xs:complexType>
|
|
65
|
+
<xs:sequence>
|
|
66
|
+
<xs:element name="Payment" type="PaymentType" maxOccurs="unbounded"/>
|
|
67
|
+
</xs:sequence>
|
|
68
|
+
</xs:complexType>
|
|
69
|
+
</xs:element>
|
|
70
|
+
<xs:element name="ReimbursementDetails" minOccurs="0">
|
|
71
|
+
<xs:complexType>
|
|
72
|
+
<xs:sequence>
|
|
73
|
+
<xs:element name="Reimbursement" type="ReimbursementType" maxOccurs="unbounded"/>
|
|
74
|
+
</xs:sequence>
|
|
75
|
+
</xs:complexType>
|
|
76
|
+
</xs:element>
|
|
77
|
+
<xs:element name="SignatoryDetails" minOccurs="0">
|
|
78
|
+
<xs:complexType>
|
|
79
|
+
<xs:sequence>
|
|
80
|
+
<xs:element name="Signatory" type="SignatoryType" maxOccurs="unbounded"/>
|
|
81
|
+
</xs:sequence>
|
|
82
|
+
</xs:complexType>
|
|
83
|
+
</xs:element>
|
|
84
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
85
|
+
</xs:sequence>
|
|
86
|
+
</xs:complexType>
|
|
87
|
+
<!-- ====================================================================== -->
|
|
88
|
+
<!-- Filename : TransactionBodyType.xsd -->
|
|
89
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
90
|
+
<!-- Version : 1.1 Revision -->
|
|
91
|
+
<!-- Last Update : 2007-12-03 -->
|
|
92
|
+
<!-- ====================================================================== -->
|
|
93
|
+
<xs:complexType name="TransactionBodyType">
|
|
94
|
+
<xs:sequence>
|
|
95
|
+
<xs:element name="TransactionErrorDetails" minOccurs="0">
|
|
96
|
+
<xs:complexType>
|
|
97
|
+
<xs:sequence>
|
|
98
|
+
<xs:element name="TransactionError" type="TransactionErrorType" maxOccurs="unbounded"/>
|
|
99
|
+
</xs:sequence>
|
|
100
|
+
</xs:complexType>
|
|
101
|
+
</xs:element>
|
|
102
|
+
<xs:element name="TransactionContentDetails">
|
|
103
|
+
<xs:complexType>
|
|
104
|
+
<xs:sequence>
|
|
105
|
+
<xs:element name="TransactionIdentifier" type="xs:string" minOccurs="0"/>
|
|
106
|
+
<xs:element name="TransactionCode" type="TransactionCodeType"/>
|
|
107
|
+
<xs:element name="TransactionSubCode" type="TransactionSubCodeType" minOccurs="0"/>
|
|
108
|
+
<xs:element name="TransactionData" type="TransactionDataType"/>
|
|
109
|
+
</xs:sequence>
|
|
110
|
+
</xs:complexType>
|
|
111
|
+
</xs:element>
|
|
112
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
113
|
+
</xs:sequence>
|
|
114
|
+
</xs:complexType>
|
|
115
|
+
<!-- ====================================================================== -->
|
|
116
|
+
<!-- Filename : TransactionDataType.xsd -->
|
|
117
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
118
|
+
<!-- Version : 1.1 Revision -->
|
|
119
|
+
<!-- Last Update : 2007-12-03 -->
|
|
120
|
+
<!-- ====================================================================== -->
|
|
121
|
+
<xs:complexType name="TransactionDataType">
|
|
122
|
+
<xs:sequence>
|
|
123
|
+
<xs:choice minOccurs="0">
|
|
124
|
+
<!-- ================================================================= -->
|
|
125
|
+
<!-- Trade Mark Application -->
|
|
126
|
+
<!-- ================================================================= -->
|
|
127
|
+
<xs:element name="TradeMarkApplication" type="TradeMarkApplicationType"/>
|
|
128
|
+
<!-- ================================================================= -->
|
|
129
|
+
<!-- Set of Trade Marks -->
|
|
130
|
+
<!-- ================================================================= -->
|
|
131
|
+
<xs:element name="TradeMarkDetails">
|
|
132
|
+
<xs:complexType>
|
|
133
|
+
<xs:sequence>
|
|
134
|
+
<xs:element name="TradeMark" type="TradeMarkType" maxOccurs="unbounded"/>
|
|
135
|
+
</xs:sequence>
|
|
136
|
+
</xs:complexType>
|
|
137
|
+
</xs:element>
|
|
138
|
+
<!-- ================================================================= -->
|
|
139
|
+
<!-- Only Set of Applicants -->
|
|
140
|
+
<!-- ================================================================= -->
|
|
141
|
+
<xs:element name="ApplicantDetails">
|
|
142
|
+
<xs:complexType>
|
|
143
|
+
<xs:sequence>
|
|
144
|
+
<xs:element name="Applicant" type="ApplicantType" maxOccurs="unbounded"/>
|
|
145
|
+
</xs:sequence>
|
|
146
|
+
</xs:complexType>
|
|
147
|
+
</xs:element>
|
|
148
|
+
<!-- ================================================================= -->
|
|
149
|
+
<!-- Only Set of Representatives -->
|
|
150
|
+
<!-- ================================================================= -->
|
|
151
|
+
<xs:element name="RepresentativeDetails">
|
|
152
|
+
<xs:complexType>
|
|
153
|
+
<xs:sequence>
|
|
154
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
155
|
+
</xs:sequence>
|
|
156
|
+
</xs:complexType>
|
|
157
|
+
</xs:element>
|
|
158
|
+
<!-- ================================================================= -->
|
|
159
|
+
<!-- Set of Mark Records -->
|
|
160
|
+
<!-- ================================================================= -->
|
|
161
|
+
<xs:element name="MarkRecordDetails">
|
|
162
|
+
<xs:complexType>
|
|
163
|
+
<xs:sequence>
|
|
164
|
+
<xs:element name="MarkRecord" type="MarkRecordType" maxOccurs="unbounded"/>
|
|
165
|
+
</xs:sequence>
|
|
166
|
+
</xs:complexType>
|
|
167
|
+
</xs:element>
|
|
168
|
+
<!-- ================================================================= -->
|
|
169
|
+
<!-- Set of Mark Record Relations -->
|
|
170
|
+
<!-- ================================================================= -->
|
|
171
|
+
<xs:element name="MarkRecordRelationDetails">
|
|
172
|
+
<xs:complexType>
|
|
173
|
+
<xs:sequence>
|
|
174
|
+
<xs:element name="MarkRecordRelation" type="MarkRecordRelationType" maxOccurs="unbounded"/>
|
|
175
|
+
</xs:sequence>
|
|
176
|
+
</xs:complexType>
|
|
177
|
+
</xs:element>
|
|
178
|
+
<!-- ================================================================= -->
|
|
179
|
+
<!-- Set of Classification Terms -->
|
|
180
|
+
<!-- ================================================================= -->
|
|
181
|
+
<xs:element name="ClassificationTermDetails">
|
|
182
|
+
<xs:complexType>
|
|
183
|
+
<xs:sequence>
|
|
184
|
+
<xs:element name="ClassificationTerm" type="ClassificationTermType" maxOccurs="unbounded"/>
|
|
185
|
+
</xs:sequence>
|
|
186
|
+
</xs:complexType>
|
|
187
|
+
</xs:element>
|
|
188
|
+
<!-- ================================================================= -->
|
|
189
|
+
<!-- Set of Term Synonym Relations -->
|
|
190
|
+
<!-- ================================================================= -->
|
|
191
|
+
<xs:element name="TermSynonymRelationDetails">
|
|
192
|
+
<xs:complexType>
|
|
193
|
+
<xs:sequence>
|
|
194
|
+
<xs:element name="TermSynonymRelation" type="TermSynonymRelationType" maxOccurs="unbounded"/>
|
|
195
|
+
</xs:sequence>
|
|
196
|
+
</xs:complexType>
|
|
197
|
+
</xs:element>
|
|
198
|
+
<!-- ================================================================= -->
|
|
199
|
+
<!-- Set of Term Translation Relations -->
|
|
200
|
+
<!-- ================================================================= -->
|
|
201
|
+
<xs:element name="TermTranslationRelationDetails">
|
|
202
|
+
<xs:complexType>
|
|
203
|
+
<xs:sequence>
|
|
204
|
+
<xs:element name="TermTranslationRelation" type="TermTranslationRelationType" maxOccurs="unbounded"/>
|
|
205
|
+
</xs:sequence>
|
|
206
|
+
</xs:complexType>
|
|
207
|
+
</xs:element>
|
|
208
|
+
<!-- ================================================================= -->
|
|
209
|
+
<!-- Set of Appeals -->
|
|
210
|
+
<!-- ================================================================= -->
|
|
211
|
+
<xs:element name="AppealDetails">
|
|
212
|
+
<xs:complexType>
|
|
213
|
+
<xs:sequence>
|
|
214
|
+
<xs:element name="Appeal" type="AppealType" maxOccurs="unbounded"/>
|
|
215
|
+
</xs:sequence>
|
|
216
|
+
</xs:complexType>
|
|
217
|
+
</xs:element>
|
|
218
|
+
<!-- ================================================================= -->
|
|
219
|
+
<!-- Set of Decisions -->
|
|
220
|
+
<!-- ================================================================= -->
|
|
221
|
+
<xs:element name="DecisionDetails">
|
|
222
|
+
<xs:complexType>
|
|
223
|
+
<xs:sequence>
|
|
224
|
+
<xs:element name="Decision" type="DecisionType" maxOccurs="unbounded"/>
|
|
225
|
+
</xs:sequence>
|
|
226
|
+
</xs:complexType>
|
|
227
|
+
</xs:element>
|
|
228
|
+
<!-- ================================================================= -->
|
|
229
|
+
<!-- Set of Decision and Case Relations -->
|
|
230
|
+
<!-- ================================================================= -->
|
|
231
|
+
<xs:element name="DecisionCaseRelationDetails">
|
|
232
|
+
<xs:complexType>
|
|
233
|
+
<xs:sequence>
|
|
234
|
+
<xs:element name="DecisionCaseRelation" type="DecisionCaseRelationType" maxOccurs="unbounded"/>
|
|
235
|
+
</xs:sequence>
|
|
236
|
+
</xs:complexType>
|
|
237
|
+
</xs:element>
|
|
238
|
+
</xs:choice>
|
|
239
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
240
|
+
</xs:sequence>
|
|
241
|
+
</xs:complexType>
|
|
242
|
+
<!-- ====================================================================== -->
|
|
243
|
+
<!-- Filename : TransactionErrorType.xsd -->
|
|
244
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
245
|
+
<!-- Version : 1.1 Revision -->
|
|
246
|
+
<!-- Last Update : 2007-12-03 -->
|
|
247
|
+
<!-- ====================================================================== -->
|
|
248
|
+
<xs:complexType name="TransactionErrorType">
|
|
249
|
+
<xs:sequence>
|
|
250
|
+
<xs:element name="TransactionErrorCode" type="xs:token" minOccurs="0"/>
|
|
251
|
+
<xs:element name="TransactionErrorText" type="TextType" minOccurs="0"/>
|
|
252
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
253
|
+
</xs:sequence>
|
|
254
|
+
</xs:complexType>
|
|
255
|
+
<!-- ====================================================================== -->
|
|
256
|
+
<!-- Filename : TransactionHeaderType.xsd -->
|
|
257
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
258
|
+
<!-- Version : 1.1 Revision -->
|
|
259
|
+
<!-- Last Update : 2007-12-03 -->
|
|
260
|
+
<!-- ====================================================================== -->
|
|
261
|
+
<xs:complexType name="TransactionHeaderType">
|
|
262
|
+
<xs:sequence>
|
|
263
|
+
<xs:element name="SenderDetails" minOccurs="0">
|
|
264
|
+
<xs:complexType>
|
|
265
|
+
<xs:sequence>
|
|
266
|
+
<xs:element name="RequestIdentifier" type="xs:string" minOccurs="0"/>
|
|
267
|
+
<xs:element name="RequestLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
268
|
+
<xs:element name="RequestXSDVersion" type="xs:string" minOccurs="0"/>
|
|
269
|
+
<xs:element name="RequestFilename" type="xs:string" minOccurs="0"/>
|
|
270
|
+
<xs:element name="RequestStatus" type="xs:string" minOccurs="0"/>
|
|
271
|
+
<xs:element name="RequestProducer" type="xs:string" minOccurs="0"/>
|
|
272
|
+
<xs:choice minOccurs="0">
|
|
273
|
+
<xs:element name="RequestProducerDate" type="xs:date"/>
|
|
274
|
+
<xs:element name="RequestProducerDateTime" type="xs:dateTime"/>
|
|
275
|
+
</xs:choice>
|
|
276
|
+
<xs:element name="RequestReceivingOfficeCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
277
|
+
<xs:element name="LoginInformation" type="LoginInformationType" minOccurs="0"/>
|
|
278
|
+
</xs:sequence>
|
|
279
|
+
</xs:complexType>
|
|
280
|
+
</xs:element>
|
|
281
|
+
<xs:element name="ReceiverDetails" minOccurs="0">
|
|
282
|
+
<xs:complexType>
|
|
283
|
+
<xs:sequence>
|
|
284
|
+
<xs:element name="ReceiverDateTime" type="xs:dateTime" minOccurs="0"/>
|
|
285
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
286
|
+
</xs:sequence>
|
|
287
|
+
</xs:complexType>
|
|
288
|
+
</xs:element>
|
|
289
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
290
|
+
</xs:sequence>
|
|
291
|
+
</xs:complexType>
|
|
292
|
+
<!-- ====================================================================== -->
|
|
293
|
+
<!-- Filename : TransactionType.xsd -->
|
|
294
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
295
|
+
<!-- Version : 1.1 Revision -->
|
|
296
|
+
<!-- Last Update : 2007-12-03 -->
|
|
297
|
+
<!-- ====================================================================== -->
|
|
298
|
+
<xs:complexType name="TransactionType">
|
|
299
|
+
<xs:sequence>
|
|
300
|
+
<xs:element name="TransactionHeader" type="TransactionHeaderType" minOccurs="0"/>
|
|
301
|
+
<!-- ================================================================= -->
|
|
302
|
+
<!-- Trade mark transaction -->
|
|
303
|
+
<!-- ================================================================= -->
|
|
304
|
+
<xs:element name="TradeMarkTransactionBody" type="TransactionBodyType" minOccurs="0" maxOccurs="unbounded"/>
|
|
305
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
306
|
+
</xs:sequence>
|
|
307
|
+
</xs:complexType>
|
|
308
|
+
<!-- ********************************************************************** -->
|
|
309
|
+
<!-- ********************************************************************** -->
|
|
310
|
+
<!-- * BUSINESS TYPES LIBRARY ********************************************* -->
|
|
311
|
+
<!-- ********************************************************************** -->
|
|
312
|
+
<!-- ********************************************************************** -->
|
|
313
|
+
<!-- ====================================================================== -->
|
|
314
|
+
<!-- Filename : AddressBookType.xsd -->
|
|
315
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
316
|
+
<!-- Version : 1.1 Revision -->
|
|
317
|
+
<!-- Last Update : 2007-12-03 -->
|
|
318
|
+
<!-- ====================================================================== -->
|
|
319
|
+
<xs:complexType name="AddressBookType">
|
|
320
|
+
<xs:sequence>
|
|
321
|
+
<xs:element name="AddressLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
322
|
+
<xs:choice minOccurs="0">
|
|
323
|
+
<xs:element name="FreeFormatAddressDetails">
|
|
324
|
+
<xs:complexType>
|
|
325
|
+
<xs:sequence>
|
|
326
|
+
<xs:element name="FreeFormatNameAddressLine" type="TextType" maxOccurs="unbounded"/>
|
|
327
|
+
</xs:sequence>
|
|
328
|
+
</xs:complexType>
|
|
329
|
+
</xs:element>
|
|
330
|
+
<xs:element name="FormattedNameAddress" type="FormattedNameAddressType"/>
|
|
331
|
+
</xs:choice>
|
|
332
|
+
<xs:element name="ContactInformationDetails" minOccurs="0">
|
|
333
|
+
<xs:complexType>
|
|
334
|
+
<xs:sequence>
|
|
335
|
+
<xs:element name="Phone" type="PhoneType" minOccurs="0" maxOccurs="unbounded"/>
|
|
336
|
+
<xs:element name="Fax" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
337
|
+
<xs:element name="Email" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
338
|
+
<xs:element name="URL" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded"/>
|
|
339
|
+
<xs:element name="OtherElectronicAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
340
|
+
</xs:sequence>
|
|
341
|
+
</xs:complexType>
|
|
342
|
+
</xs:element>
|
|
343
|
+
<xs:element name="PostalAddress" type="xs:string" minOccurs="0"/>
|
|
344
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
345
|
+
</xs:sequence>
|
|
346
|
+
</xs:complexType>
|
|
347
|
+
<!-- ====================================================================== -->
|
|
348
|
+
<!-- Filename : AddressType.xsd -->
|
|
349
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
350
|
+
<!-- Version : 1.1 Revision -->
|
|
351
|
+
<!-- Last Update : 2007-12-03 -->
|
|
352
|
+
<!-- ====================================================================== -->
|
|
353
|
+
<xs:complexType name="AddressType">
|
|
354
|
+
<xs:sequence>
|
|
355
|
+
<xs:element name="AddressCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
356
|
+
<xs:choice minOccurs="0">
|
|
357
|
+
<xs:element name="FreeFormatAddress">
|
|
358
|
+
<xs:complexType>
|
|
359
|
+
<xs:sequence>
|
|
360
|
+
<xs:element name="FreeFormatAddressLine" type="TextType" maxOccurs="unbounded"/>
|
|
361
|
+
</xs:sequence>
|
|
362
|
+
</xs:complexType>
|
|
363
|
+
</xs:element>
|
|
364
|
+
<xs:element name="FormattedAddress">
|
|
365
|
+
<xs:complexType>
|
|
366
|
+
<xs:sequence>
|
|
367
|
+
<xs:element name="AddressLine" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
368
|
+
<xs:element name="AddressMailCode" type="xs:string" minOccurs="0"/>
|
|
369
|
+
<xs:element name="AddressPostOfficeBox" type="xs:string" minOccurs="0"/>
|
|
370
|
+
<xs:element name="AddressRoom" type="xs:string" minOccurs="0"/>
|
|
371
|
+
<xs:element name="AddressFloor" type="xs:string" minOccurs="0"/>
|
|
372
|
+
<xs:element name="AddressBuilding" type="xs:string" minOccurs="0"/>
|
|
373
|
+
<xs:element name="AddressStreet" type="xs:string" minOccurs="0"/>
|
|
374
|
+
<xs:element name="AddressCity" type="xs:string" minOccurs="0"/>
|
|
375
|
+
<xs:element name="AddressCounty" type="xs:string" minOccurs="0"/>
|
|
376
|
+
<xs:element name="AddressState" type="xs:string" minOccurs="0"/>
|
|
377
|
+
<xs:element name="AddressPostcode" type="xs:string" minOccurs="0"/>
|
|
378
|
+
<xs:element name="FormattedAddressCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
379
|
+
</xs:sequence>
|
|
380
|
+
</xs:complexType>
|
|
381
|
+
</xs:element>
|
|
382
|
+
</xs:choice>
|
|
383
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
384
|
+
</xs:sequence>
|
|
385
|
+
</xs:complexType>
|
|
386
|
+
<!-- ====================================================================== -->
|
|
387
|
+
<!-- Filename : AppealEventType.xsd -->
|
|
388
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
389
|
+
<!-- Version : 1.1 Revision -->
|
|
390
|
+
<!-- Last Update : 2007-12-03 -->
|
|
391
|
+
<!-- ====================================================================== -->
|
|
392
|
+
<xs:complexType name="AppealEventType">
|
|
393
|
+
<xs:sequence>
|
|
394
|
+
<xs:choice minOccurs="0">
|
|
395
|
+
<xs:element name="AppealEventDate" type="xs:date"/>
|
|
396
|
+
<xs:element name="AppealEventDateTime" type="xs:dateTime"/>
|
|
397
|
+
</xs:choice>
|
|
398
|
+
<xs:element name="AppealEventCode" type="AppealEventCodeType"/>
|
|
399
|
+
<xs:element name="AppealEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
400
|
+
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
|
|
401
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
402
|
+
</xs:sequence>
|
|
403
|
+
</xs:complexType>
|
|
404
|
+
<!-- ====================================================================== -->
|
|
405
|
+
<!-- Filename : AppealType.xsd -->
|
|
406
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
407
|
+
<!-- Version : 1.1 Revision -->
|
|
408
|
+
<!-- Last Update : 2007-12-03 -->
|
|
409
|
+
<!-- ====================================================================== -->
|
|
410
|
+
<xs:complexType name="AppealType">
|
|
411
|
+
<xs:sequence>
|
|
412
|
+
<xs:element name="AppealIdentifier" type="IdentifierType"/>
|
|
413
|
+
<xs:element name="AppealDate" type="xs:date" minOccurs="0"/>
|
|
414
|
+
<xs:element name="AppealReceptionDate" type="xs:date" minOccurs="0"/>
|
|
415
|
+
<xs:element name="AppealReceptionIdentifier" type="xs:string" minOccurs="0"/>
|
|
416
|
+
<xs:element name="AppealReference" type="xs:string" minOccurs="0"/>
|
|
417
|
+
<xs:element name="AppealLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
418
|
+
<xs:element name="AppealProceedingLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
419
|
+
<xs:element name="AppealPartiesKind" type="AppealPartiesKindType" minOccurs="0"/>
|
|
420
|
+
<xs:element name="AppealGroundText" type="TextType" minOccurs="0"/>
|
|
421
|
+
<xs:element name="RespondentReference" type="xs:string" minOccurs="0"/>
|
|
422
|
+
<xs:element name="CaseReferenceDetails" minOccurs="0">
|
|
423
|
+
<xs:complexType>
|
|
424
|
+
<xs:sequence>
|
|
425
|
+
<xs:element name="CaseReference" type="CaseReferenceType" maxOccurs="unbounded"/>
|
|
426
|
+
</xs:sequence>
|
|
427
|
+
</xs:complexType>
|
|
428
|
+
</xs:element>
|
|
429
|
+
<xs:element name="ContestedDecisionPartialIndicator" type="xs:boolean" minOccurs="0"/>
|
|
430
|
+
<xs:element name="ContestedDecisionPartText" type="TextType" minOccurs="0"/>
|
|
431
|
+
<xs:element name="AppealCurrentStatusCode" type="AppealCurrentStatusCodeType" minOccurs="0"/>
|
|
432
|
+
<xs:element name="AppealCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
433
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
434
|
+
<xs:element name="AppealExaminer" type="NameType" minOccurs="0"/>
|
|
435
|
+
<xs:element name="AppealRapporteur" type="NameType" minOccurs="0"/>
|
|
436
|
+
<xs:element name="AppellantDetails" minOccurs="0">
|
|
437
|
+
<xs:complexType>
|
|
438
|
+
<xs:sequence>
|
|
439
|
+
<xs:choice>
|
|
440
|
+
<xs:element name="AppellantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
441
|
+
<xs:element name="Appellant" type="AppellantType" maxOccurs="unbounded"/>
|
|
442
|
+
</xs:choice>
|
|
443
|
+
</xs:sequence>
|
|
444
|
+
</xs:complexType>
|
|
445
|
+
</xs:element>
|
|
446
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
447
|
+
<xs:complexType>
|
|
448
|
+
<xs:sequence>
|
|
449
|
+
<xs:choice>
|
|
450
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
451
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
452
|
+
</xs:choice>
|
|
453
|
+
</xs:sequence>
|
|
454
|
+
</xs:complexType>
|
|
455
|
+
</xs:element>
|
|
456
|
+
<xs:element name="RespondentDetails" minOccurs="0">
|
|
457
|
+
<xs:complexType>
|
|
458
|
+
<xs:sequence>
|
|
459
|
+
<xs:choice>
|
|
460
|
+
<xs:element name="RespondentKey" type="KeyType" maxOccurs="unbounded"/>
|
|
461
|
+
<xs:element name="Respondent" type="RespondentType" maxOccurs="unbounded"/>
|
|
462
|
+
</xs:choice>
|
|
463
|
+
</xs:sequence>
|
|
464
|
+
</xs:complexType>
|
|
465
|
+
</xs:element>
|
|
466
|
+
<xs:element name="AppealEventDetails" minOccurs="0">
|
|
467
|
+
<xs:complexType>
|
|
468
|
+
<xs:sequence>
|
|
469
|
+
<xs:element name="AppealEvent" type="AppealEventType" maxOccurs="unbounded"/>
|
|
470
|
+
</xs:sequence>
|
|
471
|
+
</xs:complexType>
|
|
472
|
+
</xs:element>
|
|
473
|
+
<xs:element name="AppealDocumentDetails" minOccurs="0">
|
|
474
|
+
<xs:complexType>
|
|
475
|
+
<xs:sequence>
|
|
476
|
+
<xs:element name="AppealDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
477
|
+
</xs:sequence>
|
|
478
|
+
</xs:complexType>
|
|
479
|
+
</xs:element>
|
|
480
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
481
|
+
</xs:sequence>
|
|
482
|
+
</xs:complexType>
|
|
483
|
+
<!-- ====================================================================== -->
|
|
484
|
+
<!-- Filename : AppellantType.xsd -->
|
|
485
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
486
|
+
<!-- Version : 1.1 Revision -->
|
|
487
|
+
<!-- Last Update : 2007-12-03 -->
|
|
488
|
+
<!-- ====================================================================== -->
|
|
489
|
+
<xs:complexType name="AppellantType">
|
|
490
|
+
<xs:sequence>
|
|
491
|
+
<xs:element name="AppellantIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
492
|
+
<xs:element name="AppellantSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
493
|
+
<xs:element name="AppellantNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
494
|
+
<xs:element name="AppellantLegalEntity" type="xs:string" minOccurs="0"/>
|
|
495
|
+
<xs:element name="AppellantIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
496
|
+
<xs:element name="AppellantIncorporationState" type="xs:string" minOccurs="0"/>
|
|
497
|
+
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
|
|
498
|
+
<xs:element name="AppellantAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
499
|
+
<xs:element name="AppellantEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
500
|
+
<xs:element name="AppellantVersion" type="VersionType" minOccurs="0"/>
|
|
501
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
502
|
+
</xs:sequence>
|
|
503
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
504
|
+
</xs:complexType>
|
|
505
|
+
<!-- ====================================================================== -->
|
|
506
|
+
<!-- Filename : ApplicantType.xsd -->
|
|
507
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
508
|
+
<!-- Version : 1.1 Revision -->
|
|
509
|
+
<!-- Last Update : 2007-12-03 -->
|
|
510
|
+
<!-- ====================================================================== -->
|
|
511
|
+
<xs:complexType name="ApplicantType">
|
|
512
|
+
<xs:sequence>
|
|
513
|
+
<xs:element name="ApplicantIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
514
|
+
<xs:element name="ApplicantSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
515
|
+
<xs:element name="ApplicantNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
516
|
+
<xs:element name="ApplicantLegalEntity" type="xs:string" minOccurs="0"/>
|
|
517
|
+
<xs:element name="ApplicantIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
518
|
+
<xs:element name="ApplicantIncorporationState" type="xs:string" minOccurs="0"/>
|
|
519
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
520
|
+
<xs:element name="ApplicantAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
521
|
+
<xs:element name="ApplicantEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
522
|
+
<xs:element name="ApplicantVersion" type="VersionType" minOccurs="0"/>
|
|
523
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
524
|
+
</xs:sequence>
|
|
525
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
526
|
+
</xs:complexType>
|
|
527
|
+
<!-- ====================================================================== -->
|
|
528
|
+
<!-- Filename : AuthorizationType.xsd -->
|
|
529
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
530
|
+
<!-- Version : 1.1 Revision -->
|
|
531
|
+
<!-- Last Update : 2007-12-03 -->
|
|
532
|
+
<!-- ====================================================================== -->
|
|
533
|
+
<xs:complexType name="AuthorizationType">
|
|
534
|
+
<xs:sequence>
|
|
535
|
+
<xs:element name="AuthorizationIdentifier" type="xs:string" minOccurs="0"/>
|
|
536
|
+
<xs:element name="AuthorizationDate" type="xs:date" minOccurs="0"/>
|
|
537
|
+
<xs:element name="AuthorizationKind" type="AuthorizationKindType" minOccurs="0"/>
|
|
538
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
539
|
+
<xs:element name="AuthorizationDocumentSupply" type="AuthorizationDocumentSupplyType" minOccurs="0"/>
|
|
540
|
+
<xs:element name="AuthorizationDocument" type="DocumentType" minOccurs="0"/>
|
|
541
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
542
|
+
</xs:sequence>
|
|
543
|
+
</xs:complexType>
|
|
544
|
+
<!-- ====================================================================== -->
|
|
545
|
+
<!-- Filename : BasicApplicationType.xsd -->
|
|
546
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
547
|
+
<!-- Version : 1.1 Revision -->
|
|
548
|
+
<!-- Last Update : 2007-12-03 -->
|
|
549
|
+
<!-- ====================================================================== -->
|
|
550
|
+
<xs:complexType name="BasicApplicationType">
|
|
551
|
+
<xs:sequence>
|
|
552
|
+
<xs:element name="BasicApplicationNumber" type="xs:token" minOccurs="0"/>
|
|
553
|
+
<xs:element name="BasicApplicationDate" type="xs:date" minOccurs="0"/>
|
|
554
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
555
|
+
</xs:sequence>
|
|
556
|
+
</xs:complexType>
|
|
557
|
+
<!-- ====================================================================== -->
|
|
558
|
+
<!-- Filename : BasicRecordType.xsd -->
|
|
559
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
560
|
+
<!-- Version : 1.1 Revision -->
|
|
561
|
+
<!-- Last Update : 2007-12-03 -->
|
|
562
|
+
<!-- ====================================================================== -->
|
|
563
|
+
<xs:complexType name="BasicRecordType">
|
|
564
|
+
<xs:sequence>
|
|
565
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
566
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
567
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
568
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
569
|
+
<xs:element name="BasicRecordKind" type="BasicRecordKindType" minOccurs="0"/>
|
|
570
|
+
<xs:element name="RecordReference" type="xs:string" minOccurs="0"/>
|
|
571
|
+
<xs:element name="RecordLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
572
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
573
|
+
<xs:complexType>
|
|
574
|
+
<xs:sequence>
|
|
575
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
576
|
+
</xs:sequence>
|
|
577
|
+
</xs:complexType>
|
|
578
|
+
</xs:element>
|
|
579
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
580
|
+
<xs:complexType>
|
|
581
|
+
<xs:sequence>
|
|
582
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
583
|
+
</xs:sequence>
|
|
584
|
+
</xs:complexType>
|
|
585
|
+
</xs:element>
|
|
586
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
587
|
+
<xs:complexType>
|
|
588
|
+
<xs:sequence>
|
|
589
|
+
<xs:choice>
|
|
590
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
591
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
592
|
+
</xs:choice>
|
|
593
|
+
</xs:sequence>
|
|
594
|
+
</xs:complexType>
|
|
595
|
+
</xs:element>
|
|
596
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
597
|
+
<xs:complexType>
|
|
598
|
+
<xs:sequence>
|
|
599
|
+
<xs:choice>
|
|
600
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
601
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
602
|
+
</xs:choice>
|
|
603
|
+
</xs:sequence>
|
|
604
|
+
</xs:complexType>
|
|
605
|
+
</xs:element>
|
|
606
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
607
|
+
<xs:complexType>
|
|
608
|
+
<xs:sequence>
|
|
609
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
610
|
+
</xs:sequence>
|
|
611
|
+
</xs:complexType>
|
|
612
|
+
</xs:element>
|
|
613
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
614
|
+
<xs:complexType>
|
|
615
|
+
<xs:sequence>
|
|
616
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
617
|
+
</xs:sequence>
|
|
618
|
+
</xs:complexType>
|
|
619
|
+
</xs:element>
|
|
620
|
+
<xs:element name="RecordCurrentStatusCode" type="RecordCurrentStatusCodeType" minOccurs="0"/>
|
|
621
|
+
<xs:element name="RecordCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
622
|
+
<xs:element name="FactDecisionText" type="TextType" minOccurs="0"/>
|
|
623
|
+
<xs:element name="RecordInterestedOfficeCode" type="ExtendedWIPOST3CodeType" minOccurs="0"/>
|
|
624
|
+
<xs:element name="RecordDesignatedCountryDetails" minOccurs="0">
|
|
625
|
+
<xs:complexType>
|
|
626
|
+
<xs:sequence>
|
|
627
|
+
<xs:element name="RecordDesignatedCountryCode" type="ExtendedWIPOST3CodeType" maxOccurs="unbounded"/>
|
|
628
|
+
</xs:sequence>
|
|
629
|
+
</xs:complexType>
|
|
630
|
+
</xs:element>
|
|
631
|
+
<xs:element name="RecordUseIntentDetails" minOccurs="0">
|
|
632
|
+
<xs:complexType>
|
|
633
|
+
<xs:sequence>
|
|
634
|
+
<xs:element name="RecordUseIntentCountryCode" type="ExtendedWIPOST3CodeType" maxOccurs="unbounded"/>
|
|
635
|
+
</xs:sequence>
|
|
636
|
+
</xs:complexType>
|
|
637
|
+
</xs:element>
|
|
638
|
+
<xs:element name="GoodsServicesLimitationDetails" minOccurs="0">
|
|
639
|
+
<xs:complexType>
|
|
640
|
+
<xs:sequence>
|
|
641
|
+
<xs:element name="GoodsServicesLimitation" type="GoodsServicesLimitationType" maxOccurs="unbounded"/>
|
|
642
|
+
</xs:sequence>
|
|
643
|
+
</xs:complexType>
|
|
644
|
+
</xs:element>
|
|
645
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
646
|
+
</xs:sequence>
|
|
647
|
+
</xs:complexType>
|
|
648
|
+
<!-- ====================================================================== -->
|
|
649
|
+
<!-- Filename : BasicRegistrationApplicationType.xsd -->
|
|
650
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
651
|
+
<!-- Version : 1.1 Revision -->
|
|
652
|
+
<!-- Last Update : 2007-12-03 -->
|
|
653
|
+
<!-- ====================================================================== -->
|
|
654
|
+
<xs:complexType name="BasicRegistrationApplicationType">
|
|
655
|
+
<xs:sequence>
|
|
656
|
+
<xs:element name="RegistrationOfficeCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
657
|
+
<xs:element name="BasicApplicationDetails" minOccurs="0">
|
|
658
|
+
<xs:complexType>
|
|
659
|
+
<xs:sequence>
|
|
660
|
+
<xs:element name="BasicApplication" type="BasicApplicationType" maxOccurs="unbounded"/>
|
|
661
|
+
</xs:sequence>
|
|
662
|
+
</xs:complexType>
|
|
663
|
+
</xs:element>
|
|
664
|
+
<xs:element name="BasicRegistrationDetails" minOccurs="0">
|
|
665
|
+
<xs:complexType>
|
|
666
|
+
<xs:sequence>
|
|
667
|
+
<xs:element name="BasicRegistration" type="BasicRegistrationType" maxOccurs="unbounded"/>
|
|
668
|
+
</xs:sequence>
|
|
669
|
+
</xs:complexType>
|
|
670
|
+
</xs:element>
|
|
671
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
672
|
+
</xs:sequence>
|
|
673
|
+
</xs:complexType>
|
|
674
|
+
<!-- ====================================================================== -->
|
|
675
|
+
<!-- Filename : BasicRegistrationType.xsd -->
|
|
676
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
677
|
+
<!-- Version : 1.1 Revision -->
|
|
678
|
+
<!-- Last Update : 2007-12-03 -->
|
|
679
|
+
<!-- ====================================================================== -->
|
|
680
|
+
<xs:complexType name="BasicRegistrationType">
|
|
681
|
+
<xs:sequence>
|
|
682
|
+
<xs:element name="BasicRegistrationNumber" type="xs:token" minOccurs="0"/>
|
|
683
|
+
<xs:element name="BasicRegistrationDate" type="xs:date" minOccurs="0"/>
|
|
684
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
685
|
+
</xs:sequence>
|
|
686
|
+
</xs:complexType>
|
|
687
|
+
<!-- ====================================================================== -->
|
|
688
|
+
<!-- Filename : CardAccountType.xsd -->
|
|
689
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
690
|
+
<!-- Version : 1.1 Revision -->
|
|
691
|
+
<!-- Last Update : 2007-12-03 -->
|
|
692
|
+
<!-- ====================================================================== -->
|
|
693
|
+
<xs:complexType name="CardAccountType">
|
|
694
|
+
<xs:sequence>
|
|
695
|
+
<xs:element name="CardPrimaryAccountNumber" type="xs:string"/>
|
|
696
|
+
<xs:element name="CardNetworkIdentifier" type="xs:string"/>
|
|
697
|
+
<xs:element name="CardKindCode" type="CardKindCodeType" minOccurs="0"/>
|
|
698
|
+
<xs:element name="CardCustomerIdentifier" type="xs:string" minOccurs="0"/>
|
|
699
|
+
<xs:element name="CardValidityStartDate" type="xs:date" minOccurs="0"/>
|
|
700
|
+
<xs:element name="CardExpiryDate" type="xs:date" minOccurs="0"/>
|
|
701
|
+
<xs:element name="CardIssuerIdentifier" type="xs:string" minOccurs="0"/>
|
|
702
|
+
<xs:element name="CardIssueNumber" type="xs:string" minOccurs="0"/>
|
|
703
|
+
<xs:element name="CardCV2Identifier" type="xs:string" minOccurs="0"/>
|
|
704
|
+
<xs:element name="CardChipCode" type="ChipCodeType" minOccurs="0"/>
|
|
705
|
+
<xs:element name="CardChipApplicationIdentifier" type="xs:string" minOccurs="0"/>
|
|
706
|
+
<xs:element name="CardHolderName" type="TextType" minOccurs="0"/>
|
|
707
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
708
|
+
</xs:sequence>
|
|
709
|
+
</xs:complexType>
|
|
710
|
+
<!-- ====================================================================== -->
|
|
711
|
+
<!-- Filename : ClaimantType.xsd -->
|
|
712
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
713
|
+
<!-- Version : 1.1 Revision -->
|
|
714
|
+
<!-- Last Update : 2007-12-03 -->
|
|
715
|
+
<!-- ====================================================================== -->
|
|
716
|
+
<xs:complexType name="ClaimantType">
|
|
717
|
+
<xs:sequence>
|
|
718
|
+
<xs:element name="ClaimantIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
719
|
+
<xs:element name="ClaimantSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
720
|
+
<xs:element name="ClaimantNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
721
|
+
<xs:element name="ClaimantLegalEntity" type="xs:string" minOccurs="0"/>
|
|
722
|
+
<xs:element name="ClaimantIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
723
|
+
<xs:element name="ClaimantIncorporationState" type="xs:string" minOccurs="0"/>
|
|
724
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
725
|
+
<xs:element name="ClaimantAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
726
|
+
<xs:element name="ClaimantEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
727
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
728
|
+
</xs:sequence>
|
|
729
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
730
|
+
</xs:complexType>
|
|
731
|
+
<!-- ====================================================================== -->
|
|
732
|
+
<!-- Filename : ClassDescriptionType.xsd -->
|
|
733
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
734
|
+
<!-- Version : 1.1 Revision -->
|
|
735
|
+
<!-- Last Update : 2007-12-03 -->
|
|
736
|
+
<!-- ====================================================================== -->
|
|
737
|
+
<xs:complexType name="ClassDescriptionType">
|
|
738
|
+
<xs:sequence>
|
|
739
|
+
<xs:element name="ClassNumber" type="ClassNumberType" minOccurs="0"/>
|
|
740
|
+
<xs:element name="ClassNumberStatusCode" type="ClassNumberStatusCodeType" minOccurs="0"/>
|
|
741
|
+
<xs:element name="GoodsServicesDescription" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
742
|
+
<xs:element name="UseNiceHeadingIndicator" type="xs:boolean" minOccurs="0"/>
|
|
743
|
+
<xs:element name="ClassificationTermDetails" minOccurs="0">
|
|
744
|
+
<xs:complexType>
|
|
745
|
+
<xs:sequence>
|
|
746
|
+
<xs:element name="ClassificationTerm" type="ClassificationTermType" maxOccurs="unbounded"/>
|
|
747
|
+
</xs:sequence>
|
|
748
|
+
</xs:complexType>
|
|
749
|
+
</xs:element>
|
|
750
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
751
|
+
</xs:sequence>
|
|
752
|
+
</xs:complexType>
|
|
753
|
+
<!-- ====================================================================== -->
|
|
754
|
+
<!-- Filename : ClassificationTermType.xsd -->
|
|
755
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
756
|
+
<!-- Version : 1.1 Revision -->
|
|
757
|
+
<!-- Last Update : 2007-12-03 -->
|
|
758
|
+
<!-- ====================================================================== -->
|
|
759
|
+
<xs:complexType name="ClassificationTermType">
|
|
760
|
+
<xs:sequence>
|
|
761
|
+
<xs:element name="ClassificationTermIdentifier" type="IdentifierType" minOccurs="0"/>
|
|
762
|
+
<xs:element name="ClassificationTermOffice" type="WIPOST3CodeType" minOccurs="0"/>
|
|
763
|
+
<xs:element name="ClassificationTermOfficeKey" type="xs:string" minOccurs="0"/>
|
|
764
|
+
<xs:element name="ClassificationTermSource" type="ClassificationTermSourceType" minOccurs="0"/>
|
|
765
|
+
<xs:element name="ClassificationTermEntryDate" type="xs:date" minOccurs="0"/>
|
|
766
|
+
<xs:element name="ClassNumber" type="ClassNumberType" minOccurs="0"/>
|
|
767
|
+
<xs:element name="ClassificationTermLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
768
|
+
<xs:element name="ClassificationTermText" type="TextType" minOccurs="0"/>
|
|
769
|
+
<xs:element name="ClassificationTermEquivalentGroup" type="xs:string" minOccurs="0"/>
|
|
770
|
+
<xs:element name="ClassificationTermReferenceGroup" type="xs:string" minOccurs="0"/>
|
|
771
|
+
<xs:element name="ClassificationTermTranslationGroup" type="xs:string" minOccurs="0"/>
|
|
772
|
+
<xs:element name="ClassificationTermStatus" type="ClassificationTermStatusType" minOccurs="0"/>
|
|
773
|
+
<xs:element name="WIPOBasicNumber" type="WIPOBasicNumberType" minOccurs="0"/>
|
|
774
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
775
|
+
</xs:sequence>
|
|
776
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
777
|
+
</xs:complexType>
|
|
778
|
+
<!-- ====================================================================== -->
|
|
779
|
+
<!-- Filename : CorrespondenceAddressKeyType.xsd -->
|
|
780
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
781
|
+
<!-- Version : 1.1 Revision -->
|
|
782
|
+
<!-- Last Update : 2007-12-03 -->
|
|
783
|
+
<!-- ====================================================================== -->
|
|
784
|
+
<xs:complexType name="CorrespondenceAddressKeyType">
|
|
785
|
+
<xs:sequence>
|
|
786
|
+
<xs:element name="CorrespondenceAddressIdentifier" type="IdentifierType"/>
|
|
787
|
+
<xs:element name="CorrespondenceAddressParty" type="CorrespondenceAddressPartyType" minOccurs="0"/>
|
|
788
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
789
|
+
</xs:sequence>
|
|
790
|
+
</xs:complexType>
|
|
791
|
+
<!-- ====================================================================== -->
|
|
792
|
+
<!-- Filename : CorrespondenceAddressType.xsd -->
|
|
793
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
794
|
+
<!-- Version : 1.1 Revision -->
|
|
795
|
+
<!-- Last Update : 2007-12-03 -->
|
|
796
|
+
<!-- ====================================================================== -->
|
|
797
|
+
<xs:complexType name="CorrespondenceAddressType">
|
|
798
|
+
<xs:sequence>
|
|
799
|
+
<xs:element name="CorrespondenceAddressIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
800
|
+
<xs:element name="CorrespondenceAddressParty" type="CorrespondenceAddressPartyType" minOccurs="0"/>
|
|
801
|
+
<xs:element name="CorrespondenceAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
802
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
803
|
+
</xs:sequence>
|
|
804
|
+
</xs:complexType>
|
|
805
|
+
<!-- ====================================================================== -->
|
|
806
|
+
<!-- Filename : DecisionCaseRelationType.xsd -->
|
|
807
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
808
|
+
<!-- Version : 1.1 Revision -->
|
|
809
|
+
<!-- Last Update : 2007-12-03 -->
|
|
810
|
+
<!-- ====================================================================== -->
|
|
811
|
+
<xs:complexType name="DecisionCaseRelationType">
|
|
812
|
+
<xs:sequence>
|
|
813
|
+
<xs:element name="DecisionKey" type="xs:string"/>
|
|
814
|
+
<xs:element name="CaseReferenceKey" type="CaseReferenceType"/>
|
|
815
|
+
</xs:sequence>
|
|
816
|
+
</xs:complexType>
|
|
817
|
+
<!-- ====================================================================== -->
|
|
818
|
+
<!-- Filename : DecisionEventType.xsd -->
|
|
819
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
820
|
+
<!-- Version : 1.1 Revision -->
|
|
821
|
+
<!-- Last Update : 2007-12-03 -->
|
|
822
|
+
<!-- ====================================================================== -->
|
|
823
|
+
<xs:complexType name="DecisionEventType">
|
|
824
|
+
<xs:sequence>
|
|
825
|
+
<xs:choice minOccurs="0">
|
|
826
|
+
<xs:element name="DecisionEventDate" type="xs:date"/>
|
|
827
|
+
<xs:element name="DecisionEventDateTime" type="xs:dateTime"/>
|
|
828
|
+
</xs:choice>
|
|
829
|
+
<xs:element name="DecisionEventCode" type="DecisionEventCodeType"/>
|
|
830
|
+
<xs:element name="DecisionEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
831
|
+
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
|
|
832
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
833
|
+
</xs:sequence>
|
|
834
|
+
</xs:complexType>
|
|
835
|
+
<!-- ====================================================================== -->
|
|
836
|
+
<!-- Filename : DecisionType.xsd -->
|
|
837
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
838
|
+
<!-- Version : 1.1 Revision -->
|
|
839
|
+
<!-- Last Update : 2007-12-03 -->
|
|
840
|
+
<!-- ====================================================================== -->
|
|
841
|
+
<xs:complexType name="DecisionType">
|
|
842
|
+
<xs:sequence>
|
|
843
|
+
<xs:element name="DecisionIdentifier" type="IdentifierType"/>
|
|
844
|
+
<xs:element name="DecisionDate" type="xs:date" minOccurs="0"/>
|
|
845
|
+
<xs:element name="DecisionText" type="TextType" minOccurs="0"/>
|
|
846
|
+
<xs:element name="DecisionResponsible" type="DecisionResponsibleType" minOccurs="0"/>
|
|
847
|
+
<xs:element name="CaseReferenceDetails" minOccurs="0">
|
|
848
|
+
<xs:complexType>
|
|
849
|
+
<xs:sequence>
|
|
850
|
+
<xs:element name="CaseReference" type="CaseReferenceType" maxOccurs="unbounded"/>
|
|
851
|
+
</xs:sequence>
|
|
852
|
+
</xs:complexType>
|
|
853
|
+
</xs:element>
|
|
854
|
+
<xs:element name="DecisionCurrentStatusCode" type="DecisionCurrentStatusCodeType" minOccurs="0"/>
|
|
855
|
+
<xs:element name="DecisionCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
856
|
+
<xs:element name="DecisionEventDetails" minOccurs="0">
|
|
857
|
+
<xs:complexType>
|
|
858
|
+
<xs:sequence>
|
|
859
|
+
<xs:element name="DecisionEvent" type="DecisionEventType" maxOccurs="unbounded"/>
|
|
860
|
+
</xs:sequence>
|
|
861
|
+
</xs:complexType>
|
|
862
|
+
</xs:element>
|
|
863
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
864
|
+
</xs:sequence>
|
|
865
|
+
</xs:complexType>
|
|
866
|
+
<!-- ====================================================================== -->
|
|
867
|
+
<!-- Filename : DesignatedCountryType.xsd -->
|
|
868
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
869
|
+
<!-- Version : 1.1 Revision -->
|
|
870
|
+
<!-- Last Update : 2007-12-03 -->
|
|
871
|
+
<!-- ====================================================================== -->
|
|
872
|
+
<xs:complexType name="DesignatedCountryType">
|
|
873
|
+
<xs:sequence>
|
|
874
|
+
<xs:element name="DesignatedCountryCode" type="ExtendedWIPOST3CodeType"/>
|
|
875
|
+
<xs:element name="DesignatedUnderCode" type="DesignatedUnderCodeType" minOccurs="0"/>
|
|
876
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
877
|
+
</xs:sequence>
|
|
878
|
+
</xs:complexType>
|
|
879
|
+
<!-- ====================================================================== -->
|
|
880
|
+
<!-- Filename : DocumentType.xsd -->
|
|
881
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
882
|
+
<!-- Version : 1.1 Revision -->
|
|
883
|
+
<!-- Last Update : 2007-12-03 -->
|
|
884
|
+
<!-- ====================================================================== -->
|
|
885
|
+
<xs:complexType name="DocumentType">
|
|
886
|
+
<xs:sequence>
|
|
887
|
+
<xs:element name="DocumentName" type="xs:string" minOccurs="0"/>
|
|
888
|
+
<xs:element name="DocumentFilename" type="xs:string" minOccurs="0"/>
|
|
889
|
+
<xs:element name="DocumentFileFormat" type="FileFormatType" minOccurs="0"/>
|
|
890
|
+
<xs:element name="DocumentDate" type="xs:date" minOccurs="0"/>
|
|
891
|
+
<xs:element name="DocumentLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
892
|
+
<xs:element name="DocumentMedia" type="DocumentMediaType" minOccurs="0"/>
|
|
893
|
+
<xs:element name="DocumentLocation" type="xs:string" minOccurs="0"/>
|
|
894
|
+
<xs:element name="DocumentVersion" type="xs:string" minOccurs="0"/>
|
|
895
|
+
<xs:element name="DocumentSizeInByte" type="xs:integer" minOccurs="0"/>
|
|
896
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
897
|
+
<xs:element name="DocumentBinary" type="xs:base64Binary" minOccurs="0"/>
|
|
898
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
899
|
+
</xs:sequence>
|
|
900
|
+
</xs:complexType>
|
|
901
|
+
<!-- ====================================================================== -->
|
|
902
|
+
<!-- Filename : EarlierMarkType.xsd -->
|
|
903
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
904
|
+
<!-- Version : 1.1 Revision -->
|
|
905
|
+
<!-- Last Update : 2007-12-03 -->
|
|
906
|
+
<!-- ====================================================================== -->
|
|
907
|
+
<xs:complexType name="EarlierMarkType">
|
|
908
|
+
<xs:sequence>
|
|
909
|
+
<xs:element name="EarlierMarkCountryCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
910
|
+
<xs:element name="EarlierMarkKind" type="KindMarkType" minOccurs="0"/>
|
|
911
|
+
<xs:element name="ApplicationNumber" type="xs:string" minOccurs="0"/>
|
|
912
|
+
<xs:element name="ApplicationDate" type="xs:date" minOccurs="0"/>
|
|
913
|
+
<xs:element name="RegistrationNumber" type="xs:string" minOccurs="0"/>
|
|
914
|
+
<xs:element name="RegistrationDate" type="xs:date" minOccurs="0"/>
|
|
915
|
+
<xs:element name="MarkFeature" type="MarkFeatureType" minOccurs="0"/>
|
|
916
|
+
<xs:element name="WordMarkSpecification" type="WordMarkSpecificationType" minOccurs="0"/>
|
|
917
|
+
<xs:element name="MarkImageDetails" minOccurs="0">
|
|
918
|
+
<xs:complexType>
|
|
919
|
+
<xs:sequence>
|
|
920
|
+
<xs:element name="MarkImage" type="MarkImageType" maxOccurs="unbounded"/>
|
|
921
|
+
</xs:sequence>
|
|
922
|
+
</xs:complexType>
|
|
923
|
+
</xs:element>
|
|
924
|
+
<xs:element name="BaseGoodsServicesDetails" minOccurs="0">
|
|
925
|
+
<xs:complexType>
|
|
926
|
+
<xs:sequence>
|
|
927
|
+
<xs:element name="GoodsServices" type="GoodsServicesType" maxOccurs="unbounded"/>
|
|
928
|
+
</xs:sequence>
|
|
929
|
+
</xs:complexType>
|
|
930
|
+
</xs:element>
|
|
931
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
932
|
+
</xs:sequence>
|
|
933
|
+
</xs:complexType>
|
|
934
|
+
<!-- ====================================================================== -->
|
|
935
|
+
<!-- Filename : EntitlementType.xsd -->
|
|
936
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
937
|
+
<!-- Version : 1.1 Revision -->
|
|
938
|
+
<!-- Last Update : 2007-12-03 -->
|
|
939
|
+
<!-- ====================================================================== -->
|
|
940
|
+
<xs:complexType name="EntitlementType">
|
|
941
|
+
<xs:sequence>
|
|
942
|
+
<xs:element name="EntitlementNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
943
|
+
<xs:element name="EntitlementEstablishment" minOccurs="0">
|
|
944
|
+
<xs:complexType>
|
|
945
|
+
<xs:sequence>
|
|
946
|
+
<xs:element name="EntitlementEstablishmentCode" type="NationalityCodeType" minOccurs="0"/>
|
|
947
|
+
<xs:element name="EntitlementEstablishmentAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
948
|
+
</xs:sequence>
|
|
949
|
+
</xs:complexType>
|
|
950
|
+
</xs:element>
|
|
951
|
+
<xs:element name="EntitlementDomiciled" minOccurs="0">
|
|
952
|
+
<xs:complexType>
|
|
953
|
+
<xs:sequence>
|
|
954
|
+
<xs:element name="EntitlementDomiciledCode" type="NationalityCodeType" minOccurs="0"/>
|
|
955
|
+
<xs:element name="EntitlementDomiciledAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
956
|
+
</xs:sequence>
|
|
957
|
+
</xs:complexType>
|
|
958
|
+
</xs:element>
|
|
959
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
960
|
+
</xs:sequence>
|
|
961
|
+
</xs:complexType>
|
|
962
|
+
<!-- ====================================================================== -->
|
|
963
|
+
<!-- Filename : ExhibitionPriorityType.xsd -->
|
|
964
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
965
|
+
<!-- Version : 1.1 Revision -->
|
|
966
|
+
<!-- Last Update : 2007-12-03 -->
|
|
967
|
+
<!-- ====================================================================== -->
|
|
968
|
+
<xs:complexType name="ExhibitionPriorityType">
|
|
969
|
+
<xs:sequence>
|
|
970
|
+
<xs:element name="ExhibitionCountryCode" type="ExtendedISOCountryCodeType" minOccurs="0"/>
|
|
971
|
+
<xs:element name="ExhibitionCityName" type="xs:string" minOccurs="0"/>
|
|
972
|
+
<xs:element name="ExhibitionName" type="xs:string" minOccurs="0"/>
|
|
973
|
+
<xs:element name="ExhibitionDate" type="xs:date"/>
|
|
974
|
+
<xs:element name="ExhibitionFirstDisplayDate" type="xs:date" minOccurs="0"/>
|
|
975
|
+
<xs:element name="ExhibitionStatusCode" type="ExhibitionStatusCodeType" minOccurs="0"/>
|
|
976
|
+
<xs:element name="ExhibitionStatusDate" type="xs:date" minOccurs="0"/>
|
|
977
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
978
|
+
<xs:element name="ExhibitionDocument" type="DocumentType" minOccurs="0" maxOccurs="unbounded"/>
|
|
979
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
980
|
+
</xs:sequence>
|
|
981
|
+
</xs:complexType>
|
|
982
|
+
<!-- ====================================================================== -->
|
|
983
|
+
<!-- Filename : FormattedNameAddressType.xsd -->
|
|
984
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
985
|
+
<!-- Version : 1.1 Revision -->
|
|
986
|
+
<!-- Last Update : 2007-12-03 -->
|
|
987
|
+
<!-- ====================================================================== -->
|
|
988
|
+
<xs:complexType name="FormattedNameAddressType">
|
|
989
|
+
<xs:sequence>
|
|
990
|
+
<xs:element name="Name" type="NameType" minOccurs="0"/>
|
|
991
|
+
<xs:element name="Address" type="AddressType" minOccurs="0"/>
|
|
992
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
993
|
+
</xs:sequence>
|
|
994
|
+
</xs:complexType>
|
|
995
|
+
<!-- ====================================================================== -->
|
|
996
|
+
<!-- Filename : FreeFormatNameType.xsd -->
|
|
997
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
998
|
+
<!-- Version : 1.1 Revision -->
|
|
999
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1000
|
+
<!-- ====================================================================== -->
|
|
1001
|
+
<xs:complexType name="FreeFormatNameType">
|
|
1002
|
+
<xs:sequence>
|
|
1003
|
+
<xs:element name="NameKind" type="NameKindType" minOccurs="0"/>
|
|
1004
|
+
<xs:element name="FreeFormatNameDetails" minOccurs="0">
|
|
1005
|
+
<xs:complexType>
|
|
1006
|
+
<xs:sequence>
|
|
1007
|
+
<xs:element name="FreeFormatNameLine" type="TextType" maxOccurs="unbounded"/>
|
|
1008
|
+
</xs:sequence>
|
|
1009
|
+
</xs:complexType>
|
|
1010
|
+
</xs:element>
|
|
1011
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1012
|
+
</xs:sequence>
|
|
1013
|
+
</xs:complexType>
|
|
1014
|
+
<!-- ====================================================================== -->
|
|
1015
|
+
<!-- Filename : GoodsServicesLimitationType.xsd -->
|
|
1016
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1017
|
+
<!-- Version : 1.1 Revision -->
|
|
1018
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1019
|
+
<!-- ====================================================================== -->
|
|
1020
|
+
<xs:complexType name="GoodsServicesLimitationType">
|
|
1021
|
+
<xs:sequence>
|
|
1022
|
+
<xs:element name="LimitationCountryDetails" minOccurs="0">
|
|
1023
|
+
<xs:complexType>
|
|
1024
|
+
<xs:sequence>
|
|
1025
|
+
<xs:element name="LimitationCountryCode" type="ExtendedWIPOST3CodeType" maxOccurs="unbounded"/>
|
|
1026
|
+
</xs:sequence>
|
|
1027
|
+
</xs:complexType>
|
|
1028
|
+
</xs:element>
|
|
1029
|
+
<xs:element name="GoodsServicesLimitationCode" type="GoodsServicesLimitationCodeType" minOccurs="0"/>
|
|
1030
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1031
|
+
<xs:element name="LimitationClassDescriptionDetails" minOccurs="0">
|
|
1032
|
+
<xs:complexType>
|
|
1033
|
+
<xs:sequence>
|
|
1034
|
+
<xs:element name="ClassDescription" type="ClassDescriptionType" maxOccurs="unbounded"/>
|
|
1035
|
+
</xs:sequence>
|
|
1036
|
+
</xs:complexType>
|
|
1037
|
+
</xs:element>
|
|
1038
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1039
|
+
</xs:sequence>
|
|
1040
|
+
</xs:complexType>
|
|
1041
|
+
<!-- ====================================================================== -->
|
|
1042
|
+
<!-- Filename : GoodsServicesType.xsd -->
|
|
1043
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1044
|
+
<!-- Version : 1.1 Revision -->
|
|
1045
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1046
|
+
<!-- ====================================================================== -->
|
|
1047
|
+
<xs:complexType name="GoodsServicesType">
|
|
1048
|
+
<xs:sequence>
|
|
1049
|
+
<xs:element name="ClassificationKindCode" type="ClassificationKindCodeType" minOccurs="0"/>
|
|
1050
|
+
<xs:element name="ClassificationVersion" type="xs:string" minOccurs="0"/>
|
|
1051
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1052
|
+
<xs:element name="ProposedLeadingClassNumber" type="ClassNumberType" minOccurs="0"/>
|
|
1053
|
+
<xs:element name="ClassDescriptionDetails">
|
|
1054
|
+
<xs:complexType>
|
|
1055
|
+
<xs:sequence>
|
|
1056
|
+
<xs:element name="ClassDescription" type="ClassDescriptionType" maxOccurs="unbounded"/>
|
|
1057
|
+
</xs:sequence>
|
|
1058
|
+
</xs:complexType>
|
|
1059
|
+
</xs:element>
|
|
1060
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1061
|
+
</xs:sequence>
|
|
1062
|
+
</xs:complexType>
|
|
1063
|
+
<!-- ====================================================================== -->
|
|
1064
|
+
<!-- Filename : KeyType.xsd -->
|
|
1065
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1066
|
+
<!-- Version : 1.1 Revision -->
|
|
1067
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1068
|
+
<!-- ====================================================================== -->
|
|
1069
|
+
<xs:complexType name="KeyType">
|
|
1070
|
+
<xs:sequence>
|
|
1071
|
+
<xs:element name="Identifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1072
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1073
|
+
</xs:sequence>
|
|
1074
|
+
</xs:complexType>
|
|
1075
|
+
<!-- ====================================================================== -->
|
|
1076
|
+
<!-- Filename : LicenceEventType.xsd -->
|
|
1077
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1078
|
+
<!-- Version : 1.1 Revision -->
|
|
1079
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1080
|
+
<!-- ====================================================================== -->
|
|
1081
|
+
<xs:complexType name="LicenceEventType">
|
|
1082
|
+
<xs:sequence>
|
|
1083
|
+
<xs:choice minOccurs="0">
|
|
1084
|
+
<xs:element name="LicenceEventDate" type="xs:date"/>
|
|
1085
|
+
<xs:element name="LicenceEventDateTime" type="xs:dateTime"/>
|
|
1086
|
+
</xs:choice>
|
|
1087
|
+
<xs:element name="LicenceEventCode" type="LicenceEventCodeType"/>
|
|
1088
|
+
<xs:element name="LicenceEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
1089
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1090
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1091
|
+
</xs:sequence>
|
|
1092
|
+
</xs:complexType>
|
|
1093
|
+
<!-- ====================================================================== -->
|
|
1094
|
+
<!-- Filename : LicenceType.xsd -->
|
|
1095
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1096
|
+
<!-- Version : 1.1 Revision -->
|
|
1097
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1098
|
+
<!-- ====================================================================== -->
|
|
1099
|
+
<xs:complexType name="LicenceType">
|
|
1100
|
+
<xs:sequence>
|
|
1101
|
+
<xs:element name="LicenceIdentifier" type="xs:string" minOccurs="0"/>
|
|
1102
|
+
<xs:element name="LicenceDate" type="xs:date" minOccurs="0"/>
|
|
1103
|
+
<xs:element name="LicenceNumber" type="xs:string" minOccurs="0"/>
|
|
1104
|
+
<xs:element name="LicenceReference" type="xs:string" minOccurs="0"/>
|
|
1105
|
+
<xs:element name="LicenceKind" type="LicenceKindType" minOccurs="0"/>
|
|
1106
|
+
<xs:element name="SubLicenceIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1107
|
+
<xs:element name="RelatedLicenceIdentifier" type="xs:string" minOccurs="0"/>
|
|
1108
|
+
<xs:element name="GoodsServicesLimitationIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1109
|
+
<xs:element name="GoodsServicesLimitation" type="GoodsServicesLimitationType" minOccurs="0"/>
|
|
1110
|
+
<xs:element name="TerritoryLimitationIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1111
|
+
<xs:element name="TerritoryLimitationText" type="TextType" minOccurs="0"/>
|
|
1112
|
+
<xs:element name="PeriodLimitationIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1113
|
+
<xs:element name="PeriodLimitationText" type="TextType" minOccurs="0"/>
|
|
1114
|
+
<xs:element name="PeriodLimitationStartDate" type="xs:date" minOccurs="0"/>
|
|
1115
|
+
<xs:element name="PeriodLimitationEndDate" type="xs:date" minOccurs="0"/>
|
|
1116
|
+
<xs:element name="LicenceStatusCode" type="LicenceStatusCodeType" minOccurs="0"/>
|
|
1117
|
+
<xs:element name="LicenseeDetails" minOccurs="0">
|
|
1118
|
+
<xs:complexType>
|
|
1119
|
+
<xs:sequence>
|
|
1120
|
+
<xs:element name="Licensee" type="LicenseeType" maxOccurs="unbounded"/>
|
|
1121
|
+
</xs:sequence>
|
|
1122
|
+
</xs:complexType>
|
|
1123
|
+
</xs:element>
|
|
1124
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1125
|
+
<xs:complexType>
|
|
1126
|
+
<xs:sequence>
|
|
1127
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1128
|
+
</xs:sequence>
|
|
1129
|
+
</xs:complexType>
|
|
1130
|
+
</xs:element>
|
|
1131
|
+
<xs:element name="LicenceEventDetails" minOccurs="0">
|
|
1132
|
+
<xs:complexType>
|
|
1133
|
+
<xs:sequence>
|
|
1134
|
+
<xs:element name="LicenceEvent" type="LicenceEventType" maxOccurs="unbounded"/>
|
|
1135
|
+
</xs:sequence>
|
|
1136
|
+
</xs:complexType>
|
|
1137
|
+
</xs:element>
|
|
1138
|
+
<xs:element name="LicenceDocumentDetails" minOccurs="0">
|
|
1139
|
+
<xs:complexType>
|
|
1140
|
+
<xs:sequence>
|
|
1141
|
+
<xs:element name="LicenceDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1142
|
+
</xs:sequence>
|
|
1143
|
+
</xs:complexType>
|
|
1144
|
+
</xs:element>
|
|
1145
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1146
|
+
</xs:sequence>
|
|
1147
|
+
</xs:complexType>
|
|
1148
|
+
<!-- ====================================================================== -->
|
|
1149
|
+
<!-- Filename : LicenseeType.xsd -->
|
|
1150
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1151
|
+
<!-- Version : 1.1 Revision -->
|
|
1152
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1153
|
+
<!-- ====================================================================== -->
|
|
1154
|
+
<xs:complexType name="LicenseeType">
|
|
1155
|
+
<xs:sequence>
|
|
1156
|
+
<xs:element name="LicenseeIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1157
|
+
<xs:element name="LicenseeSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
1158
|
+
<xs:element name="LicenseeNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
1159
|
+
<xs:element name="LicenseeLegalEntity" type="xs:string" minOccurs="0"/>
|
|
1160
|
+
<xs:element name="LicenseeIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
1161
|
+
<xs:element name="LicenseeIncorporationState" type="xs:string" minOccurs="0"/>
|
|
1162
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1163
|
+
<xs:element name="LicenseeAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
1164
|
+
<xs:element name="LicenseeEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
1165
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1166
|
+
</xs:sequence>
|
|
1167
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
1168
|
+
</xs:complexType>
|
|
1169
|
+
<!-- ====================================================================== -->
|
|
1170
|
+
<!-- Filename : LoginInformationType.xsd -->
|
|
1171
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1172
|
+
<!-- Version : 1.1 Revision -->
|
|
1173
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1174
|
+
<!-- ====================================================================== -->
|
|
1175
|
+
<xs:complexType name="LoginInformationType">
|
|
1176
|
+
<xs:sequence>
|
|
1177
|
+
<xs:element name="Login" type="xs:string" minOccurs="0"/>
|
|
1178
|
+
<xs:element name="LoginEmail" type="xs:string" minOccurs="0"/>
|
|
1179
|
+
<xs:element name="Password" type="xs:anySimpleType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1180
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1181
|
+
</xs:sequence>
|
|
1182
|
+
</xs:complexType>
|
|
1183
|
+
<!-- ====================================================================== -->
|
|
1184
|
+
<!-- Filename : MarkEventType.xsd -->
|
|
1185
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1186
|
+
<!-- Version : 1.1 Revision -->
|
|
1187
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1188
|
+
<!-- ====================================================================== -->
|
|
1189
|
+
<xs:complexType name="MarkEventType">
|
|
1190
|
+
<xs:sequence>
|
|
1191
|
+
<xs:choice minOccurs="0">
|
|
1192
|
+
<xs:element name="MarkEventDate" type="xs:date"/>
|
|
1193
|
+
<xs:element name="MarkEventDateTime" type="xs:dateTime"/>
|
|
1194
|
+
</xs:choice>
|
|
1195
|
+
<xs:element name="MarkEventCode" type="MarkEventCodeType"/>
|
|
1196
|
+
<xs:element name="MarkEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
1197
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1198
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1199
|
+
</xs:sequence>
|
|
1200
|
+
</xs:complexType>
|
|
1201
|
+
<!-- ====================================================================== -->
|
|
1202
|
+
<!-- Filename : MarkImageCategoryType.xsd -->
|
|
1203
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1204
|
+
<!-- Version : 1.1 Revision -->
|
|
1205
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1206
|
+
<!-- ====================================================================== -->
|
|
1207
|
+
<xs:complexType name="MarkImageCategoryType">
|
|
1208
|
+
<xs:sequence>
|
|
1209
|
+
<xs:element name="CategoryKind" type="CategoryKindType" minOccurs="0"/>
|
|
1210
|
+
<xs:element name="CategoryVersion" type="xs:string" minOccurs="0"/>
|
|
1211
|
+
<xs:element name="CategoryCodeDetails">
|
|
1212
|
+
<xs:complexType>
|
|
1213
|
+
<xs:sequence>
|
|
1214
|
+
<xs:element name="CategoryCode" type="CategoryCodeType" maxOccurs="unbounded"/>
|
|
1215
|
+
</xs:sequence>
|
|
1216
|
+
</xs:complexType>
|
|
1217
|
+
</xs:element>
|
|
1218
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1219
|
+
</xs:sequence>
|
|
1220
|
+
</xs:complexType>
|
|
1221
|
+
<!-- ====================================================================== -->
|
|
1222
|
+
<!-- Filename : MarkImageRenditionType.xsd -->
|
|
1223
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1224
|
+
<!-- Version : 1.1 Revision -->
|
|
1225
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1226
|
+
<!-- ====================================================================== -->
|
|
1227
|
+
<xs:complexType name="MarkImageRenditionType">
|
|
1228
|
+
<xs:sequence>
|
|
1229
|
+
<xs:element name="MarkImageRenditionKind" type="MarkImageRenditionKindType" minOccurs="0"/>
|
|
1230
|
+
<xs:element name="MarkImageRenditionFilename" type="xs:string" minOccurs="0"/>
|
|
1231
|
+
<xs:element name="MarkImageRenditionFileFormat" type="FileFormatType" minOccurs="0"/>
|
|
1232
|
+
<xs:element name="MarkImageRenditionColourMode" type="MarkImageColourModeType" minOccurs="0"/>
|
|
1233
|
+
<xs:element name="MarkImageRenditionRepresentationSize" type="RepresentationSizeType" minOccurs="0"/>
|
|
1234
|
+
<xs:element name="MarkImageRenditionBinary" type="xs:base64Binary" minOccurs="0"/>
|
|
1235
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1236
|
+
</xs:sequence>
|
|
1237
|
+
</xs:complexType>
|
|
1238
|
+
<!-- ====================================================================== -->
|
|
1239
|
+
<!-- Filename : MarkImageType.xsd -->
|
|
1240
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1241
|
+
<!-- Version : 1.1 Revision -->
|
|
1242
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1243
|
+
<!-- ====================================================================== -->
|
|
1244
|
+
<xs:complexType name="MarkImageType">
|
|
1245
|
+
<xs:sequence>
|
|
1246
|
+
<xs:element name="MarkImageFilename" type="xs:string" minOccurs="0"/>
|
|
1247
|
+
<xs:element name="MarkImageFileFormat" type="FileFormatType" minOccurs="0"/>
|
|
1248
|
+
<xs:choice minOccurs="0">
|
|
1249
|
+
<xs:element name="MarkImageColourIndicator" type="xs:boolean"/>
|
|
1250
|
+
<xs:element name="MarkImageColourMode" type="MarkImageColourModeType"/>
|
|
1251
|
+
</xs:choice>
|
|
1252
|
+
<xs:element name="MarkImageColourClaimedText" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1253
|
+
<xs:element name="MarkImageColourPartClaimedText" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1254
|
+
<xs:element name="MarkImageRepresentationSize" type="RepresentationSizeType" minOccurs="0"/>
|
|
1255
|
+
<xs:element name="MarkImageCategory" type="MarkImageCategoryType" minOccurs="0"/>
|
|
1256
|
+
<xs:element name="MarkImageQualityIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1257
|
+
<xs:element name="MarkImageBinary" type="xs:base64Binary" minOccurs="0"/>
|
|
1258
|
+
<xs:element name="MarkImageRenditionDetails" minOccurs="0">
|
|
1259
|
+
<xs:complexType>
|
|
1260
|
+
<xs:sequence>
|
|
1261
|
+
<xs:element name="MarkImageRendition" type="MarkImageRenditionType" maxOccurs="unbounded"/>
|
|
1262
|
+
</xs:sequence>
|
|
1263
|
+
</xs:complexType>
|
|
1264
|
+
</xs:element>
|
|
1265
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1266
|
+
</xs:sequence>
|
|
1267
|
+
</xs:complexType>
|
|
1268
|
+
<!-- ====================================================================== -->
|
|
1269
|
+
<!-- Filename : MarkRecordRelationType.xsd -->
|
|
1270
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1271
|
+
<!-- Version : 1.1 Revision -->
|
|
1272
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1273
|
+
<!-- ====================================================================== -->
|
|
1274
|
+
<xs:complexType name="MarkRecordRelationType">
|
|
1275
|
+
<xs:sequence>
|
|
1276
|
+
<xs:element name="TradeMarkKey" type="KeyType"/>
|
|
1277
|
+
<xs:element name="RecordKey" type="KeyType"/>
|
|
1278
|
+
</xs:sequence>
|
|
1279
|
+
</xs:complexType>
|
|
1280
|
+
<!-- ====================================================================== -->
|
|
1281
|
+
<!-- Filename : MarkRecordType.xsd -->
|
|
1282
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1283
|
+
<!-- Version : 1.1 Revision -->
|
|
1284
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1285
|
+
<!-- ====================================================================== -->
|
|
1286
|
+
<xs:complexType name="MarkRecordType">
|
|
1287
|
+
<xs:sequence>
|
|
1288
|
+
<xs:choice minOccurs="0">
|
|
1289
|
+
<xs:element name="BasicRecord" type="BasicRecordType"/>
|
|
1290
|
+
<xs:element name="RecordOppositionPeriod" type="RecordOppositionPeriodType"/>
|
|
1291
|
+
<xs:element name="RecordTransfer" type="RecordTransferType"/>
|
|
1292
|
+
<xs:element name="RecordChangeNameAddress" type="RecordChangeNameAddressType"/>
|
|
1293
|
+
<xs:element name="RecordLicence" type="RecordLicenceType"/>
|
|
1294
|
+
<xs:element name="RecordNationalInternationalReplacement" type="RecordNationalInternationalReplacementType"/>
|
|
1295
|
+
<xs:element name="RecordShortNotation" type="RecordShortNotationType"/>
|
|
1296
|
+
</xs:choice>
|
|
1297
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1298
|
+
</xs:sequence>
|
|
1299
|
+
</xs:complexType>
|
|
1300
|
+
<!-- ====================================================================== -->
|
|
1301
|
+
<!-- Filename : MarkSoundType.xsd -->
|
|
1302
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1303
|
+
<!-- Version : 1.1 Revision -->
|
|
1304
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1305
|
+
<!-- ====================================================================== -->
|
|
1306
|
+
<xs:complexType name="MarkSoundType">
|
|
1307
|
+
<xs:sequence>
|
|
1308
|
+
<xs:element name="MarkSoundFilename" type="xs:string"/>
|
|
1309
|
+
<xs:element name="MarkSoundFileFormat" type="SoundFileFormatType" minOccurs="0"/>
|
|
1310
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1311
|
+
</xs:sequence>
|
|
1312
|
+
</xs:complexType>
|
|
1313
|
+
<!-- ====================================================================== -->
|
|
1314
|
+
<!-- Filename : NameType.xsd -->
|
|
1315
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1316
|
+
<!-- Version : 1.1 Revision -->
|
|
1317
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1318
|
+
<!-- ====================================================================== -->
|
|
1319
|
+
<xs:complexType name="NameType">
|
|
1320
|
+
<xs:sequence>
|
|
1321
|
+
<xs:choice>
|
|
1322
|
+
<xs:element name="FreeFormatName" type="FreeFormatNameType"/>
|
|
1323
|
+
<xs:element name="FormattedName">
|
|
1324
|
+
<xs:complexType>
|
|
1325
|
+
<xs:sequence>
|
|
1326
|
+
<xs:element name="NamePrefix" type="xs:string" minOccurs="0"/>
|
|
1327
|
+
<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
|
|
1328
|
+
<xs:element name="MiddleName" type="xs:string" minOccurs="0"/>
|
|
1329
|
+
<xs:element name="LastName" type="xs:string" minOccurs="0"/>
|
|
1330
|
+
<xs:element name="SecondLastName" type="xs:string" minOccurs="0"/>
|
|
1331
|
+
<xs:element name="NameSuffix" type="xs:string" minOccurs="0"/>
|
|
1332
|
+
<xs:element name="Gender" type="GenderType" minOccurs="0"/>
|
|
1333
|
+
<xs:element name="IndividualIdentifier" type="IndividualIdentifierType" minOccurs="0"/>
|
|
1334
|
+
<xs:element name="PersonRole" type="xs:string" minOccurs="0"/>
|
|
1335
|
+
<xs:element name="OrganizationName" type="xs:string" minOccurs="0"/>
|
|
1336
|
+
<xs:element name="OrganizationDepartment" type="xs:string" minOccurs="0"/>
|
|
1337
|
+
<xs:element name="NameSynonym" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
1338
|
+
</xs:sequence>
|
|
1339
|
+
</xs:complexType>
|
|
1340
|
+
</xs:element>
|
|
1341
|
+
</xs:choice>
|
|
1342
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1343
|
+
</xs:sequence>
|
|
1344
|
+
</xs:complexType>
|
|
1345
|
+
<!-- ====================================================================== -->
|
|
1346
|
+
<!-- Filename : NationalMarkType.xsd -->
|
|
1347
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1348
|
+
<!-- Version : 1.1 Revision -->
|
|
1349
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1350
|
+
<!-- ====================================================================== -->
|
|
1351
|
+
<xs:complexType name="NationalMarkType">
|
|
1352
|
+
<xs:sequence>
|
|
1353
|
+
<xs:element name="NationalMarkRegistrationNumber" type="xs:string"/>
|
|
1354
|
+
<xs:element name="NationalMarkFilingDate" type="xs:date" minOccurs="0"/>
|
|
1355
|
+
<xs:element name="NationalMarkRegistrationDate" type="xs:date" minOccurs="0"/>
|
|
1356
|
+
<xs:element name="NationalMarkPriorityDate" type="xs:date" minOccurs="0"/>
|
|
1357
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1358
|
+
</xs:sequence>
|
|
1359
|
+
</xs:complexType>
|
|
1360
|
+
<!-- ====================================================================== -->
|
|
1361
|
+
<!-- Filename : OpponentType.xsd -->
|
|
1362
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1363
|
+
<!-- Version : 1.1 Revision -->
|
|
1364
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1365
|
+
<!-- ====================================================================== -->
|
|
1366
|
+
<xs:complexType name="OpponentType">
|
|
1367
|
+
<xs:sequence>
|
|
1368
|
+
<xs:element name="OpponentIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1369
|
+
<xs:element name="OpponentNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
1370
|
+
<xs:element name="OpponentLegalEntity" type="xs:string" minOccurs="0"/>
|
|
1371
|
+
<xs:element name="OpponentIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
1372
|
+
<xs:element name="OpponentIncorporationState" type="xs:string" minOccurs="0"/>
|
|
1373
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1374
|
+
<xs:element name="OpponentAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
1375
|
+
<xs:element name="OpponentEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
1376
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1377
|
+
</xs:sequence>
|
|
1378
|
+
</xs:complexType>
|
|
1379
|
+
<!-- ====================================================================== -->
|
|
1380
|
+
<!-- Filename : OppositionEventType.xsd -->
|
|
1381
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1382
|
+
<!-- Version : 1.1 Revision -->
|
|
1383
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1384
|
+
<!-- ====================================================================== -->
|
|
1385
|
+
<xs:complexType name="OppositionEventType">
|
|
1386
|
+
<xs:sequence>
|
|
1387
|
+
<xs:choice minOccurs="0">
|
|
1388
|
+
<xs:element name="OppositionEventDate" type="xs:date"/>
|
|
1389
|
+
<xs:element name="OppositionEventDateTime" type="xs:dateTime"/>
|
|
1390
|
+
</xs:choice>
|
|
1391
|
+
<xs:element name="OppositionEventCode" type="OppositionEventCodeType"/>
|
|
1392
|
+
<xs:element name="OppositionEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
1393
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1394
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1395
|
+
</xs:sequence>
|
|
1396
|
+
</xs:complexType>
|
|
1397
|
+
<!-- ====================================================================== -->
|
|
1398
|
+
<!-- Filename : OppositionType.xsd -->
|
|
1399
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1400
|
+
<!-- Version : 1.1 Revision -->
|
|
1401
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1402
|
+
<!-- ====================================================================== -->
|
|
1403
|
+
<xs:complexType name="OppositionType">
|
|
1404
|
+
<xs:sequence>
|
|
1405
|
+
<xs:element name="OppositionIdentifier" type="xs:string" minOccurs="0"/>
|
|
1406
|
+
<xs:element name="OppositionDate" type="xs:date" minOccurs="0"/>
|
|
1407
|
+
<xs:element name="OppositionReference" type="xs:string" minOccurs="0"/>
|
|
1408
|
+
<xs:element name="OppositionLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
1409
|
+
<xs:element name="ProceedingLanguageCode" type="ISOLanguageCodeType" minOccurs="0"/>
|
|
1410
|
+
<xs:element name="EarlierRightDate" type="xs:date" minOccurs="0"/>
|
|
1411
|
+
<xs:element name="EarlierRightKind" type="EarlierRightKindType" minOccurs="0"/>
|
|
1412
|
+
<xs:element name="OppositionBasisCode" type="OppositionBasisCodeType" minOccurs="0"/>
|
|
1413
|
+
<xs:element name="OppositionGroundText" type="TextType" minOccurs="0"/>
|
|
1414
|
+
<xs:element name="OppositionExtentText" type="TextType" minOccurs="0"/>
|
|
1415
|
+
<xs:element name="OppositionCurrentStatusCode" type="OppositionCurrentStatusCodeType" minOccurs="0"/>
|
|
1416
|
+
<xs:element name="OppositionCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
1417
|
+
<xs:element name="EarlierMarkDetails" minOccurs="0">
|
|
1418
|
+
<xs:complexType>
|
|
1419
|
+
<xs:sequence>
|
|
1420
|
+
<xs:element name="EarlierMark" type="EarlierMarkType" maxOccurs="unbounded"/>
|
|
1421
|
+
</xs:sequence>
|
|
1422
|
+
</xs:complexType>
|
|
1423
|
+
</xs:element>
|
|
1424
|
+
<xs:element name="OpponentDetails" minOccurs="0">
|
|
1425
|
+
<xs:complexType>
|
|
1426
|
+
<xs:sequence>
|
|
1427
|
+
<xs:element name="Opponent" type="OpponentType" maxOccurs="unbounded"/>
|
|
1428
|
+
</xs:sequence>
|
|
1429
|
+
</xs:complexType>
|
|
1430
|
+
</xs:element>
|
|
1431
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1432
|
+
<xs:complexType>
|
|
1433
|
+
<xs:sequence>
|
|
1434
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1435
|
+
</xs:sequence>
|
|
1436
|
+
</xs:complexType>
|
|
1437
|
+
</xs:element>
|
|
1438
|
+
<xs:element name="OppositionEventDetails" minOccurs="0">
|
|
1439
|
+
<xs:complexType>
|
|
1440
|
+
<xs:sequence>
|
|
1441
|
+
<xs:element name="OppositionEvent" type="OppositionEventType" maxOccurs="unbounded"/>
|
|
1442
|
+
</xs:sequence>
|
|
1443
|
+
</xs:complexType>
|
|
1444
|
+
</xs:element>
|
|
1445
|
+
<xs:element name="OppositionDocumentDetails" minOccurs="0">
|
|
1446
|
+
<xs:complexType>
|
|
1447
|
+
<xs:sequence>
|
|
1448
|
+
<xs:element name="OppositionDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1449
|
+
</xs:sequence>
|
|
1450
|
+
</xs:complexType>
|
|
1451
|
+
</xs:element>
|
|
1452
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1453
|
+
</xs:sequence>
|
|
1454
|
+
</xs:complexType>
|
|
1455
|
+
<!-- ====================================================================== -->
|
|
1456
|
+
<!-- Filename : PaymentFeeType.xsd -->
|
|
1457
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1458
|
+
<!-- Version : 1.1 Revision -->
|
|
1459
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1460
|
+
<!-- ====================================================================== -->
|
|
1461
|
+
<xs:complexType name="PaymentFeeType">
|
|
1462
|
+
<xs:sequence>
|
|
1463
|
+
<xs:element name="FeeIdentifier" type="xs:string" minOccurs="0"/>
|
|
1464
|
+
<xs:element name="FeeReference" type="xs:string" minOccurs="0"/>
|
|
1465
|
+
<xs:element name="FeeAmount" type="AmountType"/>
|
|
1466
|
+
<xs:element name="FeeUnitQuantity" type="xs:decimal" minOccurs="0"/>
|
|
1467
|
+
<xs:element name="FeeUnitAmount" type="AmountType" minOccurs="0"/>
|
|
1468
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1469
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1470
|
+
</xs:sequence>
|
|
1471
|
+
</xs:complexType>
|
|
1472
|
+
<!-- ====================================================================== -->
|
|
1473
|
+
<!-- Filename : PaymentMethodType.xsd -->
|
|
1474
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1475
|
+
<!-- Version : 1.1 Revision -->
|
|
1476
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1477
|
+
<!-- ====================================================================== -->
|
|
1478
|
+
<xs:complexType name="PaymentMethodType">
|
|
1479
|
+
<xs:sequence>
|
|
1480
|
+
<xs:choice>
|
|
1481
|
+
<xs:element name="Account">
|
|
1482
|
+
<xs:complexType>
|
|
1483
|
+
<xs:sequence>
|
|
1484
|
+
<xs:element name="AccountIdentifier" type="xs:string"/>
|
|
1485
|
+
<xs:element name="AccountKind" type="xs:string" minOccurs="0"/>
|
|
1486
|
+
<xs:element name="AccountHolderName" type="TextType" minOccurs="0"/>
|
|
1487
|
+
<xs:element name="AccountDebitKind" type="AccountDebitKindType" minOccurs="0"/>
|
|
1488
|
+
</xs:sequence>
|
|
1489
|
+
</xs:complexType>
|
|
1490
|
+
</xs:element>
|
|
1491
|
+
<xs:element name="CardAccount" type="CardAccountType"/>
|
|
1492
|
+
<xs:element name="Cheque">
|
|
1493
|
+
<xs:complexType>
|
|
1494
|
+
<xs:sequence>
|
|
1495
|
+
<xs:element name="ChequeIdentifier" type="xs:string"/>
|
|
1496
|
+
<xs:element name="ChequeKind" type="xs:string" minOccurs="0"/>
|
|
1497
|
+
<xs:element name="BankName" type="xs:string" minOccurs="0"/>
|
|
1498
|
+
</xs:sequence>
|
|
1499
|
+
</xs:complexType>
|
|
1500
|
+
</xs:element>
|
|
1501
|
+
<xs:element name="BankTransfer">
|
|
1502
|
+
<xs:complexType>
|
|
1503
|
+
<xs:sequence>
|
|
1504
|
+
<xs:element name="BankTransferIdentifier" type="xs:string"/>
|
|
1505
|
+
<xs:element name="BankTransferDate" type="xs:date"/>
|
|
1506
|
+
<xs:element name="OriginBankName" type="xs:string" minOccurs="0"/>
|
|
1507
|
+
<xs:element name="BankDestinationAccount" type="xs:string"/>
|
|
1508
|
+
</xs:sequence>
|
|
1509
|
+
</xs:complexType>
|
|
1510
|
+
</xs:element>
|
|
1511
|
+
<xs:element name="OtherPaymentMethod" type="xs:string" minOccurs="0"/>
|
|
1512
|
+
</xs:choice>
|
|
1513
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1514
|
+
</xs:sequence>
|
|
1515
|
+
</xs:complexType>
|
|
1516
|
+
<!-- ====================================================================== -->
|
|
1517
|
+
<!-- Filename : PaymentType.xsd -->
|
|
1518
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1519
|
+
<!-- Version : 1.1 Revision -->
|
|
1520
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1521
|
+
<!-- ====================================================================== -->
|
|
1522
|
+
<xs:complexType name="PaymentType">
|
|
1523
|
+
<xs:sequence>
|
|
1524
|
+
<xs:element name="PaymentIdentifier" type="xs:string" minOccurs="0"/>
|
|
1525
|
+
<xs:element name="PaymentReference" type="xs:string" minOccurs="0"/>
|
|
1526
|
+
<xs:element name="PayerName" type="NameType" minOccurs="0"/>
|
|
1527
|
+
<xs:element name="PaymentStatus" type="PaymentStatusCodeType" minOccurs="0"/>
|
|
1528
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1529
|
+
<xs:element name="PaymentDate" type="xs:date" minOccurs="0"/>
|
|
1530
|
+
<xs:element name="PaymentMethod" type="PaymentMethodType" minOccurs="0"/>
|
|
1531
|
+
<xs:element name="PaymentFeeDetails" minOccurs="0">
|
|
1532
|
+
<xs:complexType>
|
|
1533
|
+
<xs:sequence>
|
|
1534
|
+
<xs:element name="PaymentFee" type="PaymentFeeType" maxOccurs="unbounded"/>
|
|
1535
|
+
</xs:sequence>
|
|
1536
|
+
</xs:complexType>
|
|
1537
|
+
</xs:element>
|
|
1538
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1539
|
+
</xs:sequence>
|
|
1540
|
+
</xs:complexType>
|
|
1541
|
+
<!-- ====================================================================== -->
|
|
1542
|
+
<!-- Filename : PreviousRegistrationType.xsd -->
|
|
1543
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1544
|
+
<!-- Version : 1.1 Revision -->
|
|
1545
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1546
|
+
<!-- ====================================================================== -->
|
|
1547
|
+
<xs:complexType name="PreviousRegistrationType">
|
|
1548
|
+
<xs:sequence>
|
|
1549
|
+
<xs:element name="RegistrationOfficeCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
1550
|
+
<xs:element name="PreviousRegistrationNumber" type="xs:string"/>
|
|
1551
|
+
<xs:element name="PreviousRegistrationDate" type="xs:date" minOccurs="0"/>
|
|
1552
|
+
<xs:element name="PreviousRegistrationBasis" type="PreviousRegistrationBasisType" minOccurs="0"/>
|
|
1553
|
+
<xs:element name="PreviousRegistrationCancellationDate" type="xs:date" minOccurs="0"/>
|
|
1554
|
+
<xs:element name="PreviousRegistrationPriorityDate" type="xs:date" minOccurs="0"/>
|
|
1555
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1556
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1557
|
+
</xs:sequence>
|
|
1558
|
+
</xs:complexType>
|
|
1559
|
+
<!-- ====================================================================== -->
|
|
1560
|
+
<!-- Filename : PriorityType.xsd -->
|
|
1561
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1562
|
+
<!-- Version : 1.1 Revision -->
|
|
1563
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1564
|
+
<!-- ====================================================================== -->
|
|
1565
|
+
<xs:complexType name="PriorityType">
|
|
1566
|
+
<xs:sequence>
|
|
1567
|
+
<xs:element name="PriorityCountryCode" type="ExtendedWIPOST3CodeType"/>
|
|
1568
|
+
<xs:element name="PriorityNumber" type="xs:string" minOccurs="0"/>
|
|
1569
|
+
<xs:element name="PriorityDate" type="xs:date" minOccurs="0"/>
|
|
1570
|
+
<xs:element name="PriorityHolderName" type="TextType" minOccurs="0"/>
|
|
1571
|
+
<xs:element name="PriorityPartialIndicator" type="xs:boolean" minOccurs="0"/>
|
|
1572
|
+
<xs:element name="PriorityPartialGoodsServices" type="GoodsServicesType" minOccurs="0"/>
|
|
1573
|
+
<xs:element name="PriorityStatusCode" type="PriorityStatusCodeType" minOccurs="0"/>
|
|
1574
|
+
<xs:element name="PriorityStatusDate" type="xs:date" minOccurs="0"/>
|
|
1575
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1576
|
+
<xs:element name="PriorityDocument" type="DocumentType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1577
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1578
|
+
</xs:sequence>
|
|
1579
|
+
</xs:complexType>
|
|
1580
|
+
<!-- ====================================================================== -->
|
|
1581
|
+
<!-- Filename : PublicationType.xsd -->
|
|
1582
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1583
|
+
<!-- Version : 1.1 Revision -->
|
|
1584
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1585
|
+
<!-- ====================================================================== -->
|
|
1586
|
+
<xs:complexType name="PublicationType">
|
|
1587
|
+
<xs:sequence>
|
|
1588
|
+
<xs:element name="PublicationIdentifier" type="xs:string"/>
|
|
1589
|
+
<xs:element name="PublicationSection" type="PublicationSectionType" minOccurs="0"/>
|
|
1590
|
+
<xs:element name="PublicationSubsection" type="PublicationSubsectionType" minOccurs="0"/>
|
|
1591
|
+
<xs:element name="PublicationDate" type="xs:date" minOccurs="0"/>
|
|
1592
|
+
<xs:element name="PublicationPage" type="xs:string" minOccurs="0"/>
|
|
1593
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1594
|
+
</xs:sequence>
|
|
1595
|
+
</xs:complexType>
|
|
1596
|
+
<!-- ====================================================================== -->
|
|
1597
|
+
<!-- Filename : RecordChangeNameAddressType.xsd -->
|
|
1598
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1599
|
+
<!-- Version : 1.1 Revision -->
|
|
1600
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1601
|
+
<!-- ====================================================================== -->
|
|
1602
|
+
<xs:complexType name="RecordChangeNameAddressType">
|
|
1603
|
+
<xs:sequence>
|
|
1604
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1605
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1606
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1607
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1608
|
+
<xs:element name="RecordChangeNameAddressKind" type="RecordChangeNameAddressKindType"/>
|
|
1609
|
+
<xs:element name="RecordReference" type="xs:string" minOccurs="0"/>
|
|
1610
|
+
<xs:element name="RecordLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
1611
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
1612
|
+
<xs:complexType>
|
|
1613
|
+
<xs:sequence>
|
|
1614
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1615
|
+
</xs:sequence>
|
|
1616
|
+
</xs:complexType>
|
|
1617
|
+
</xs:element>
|
|
1618
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1619
|
+
<xs:complexType>
|
|
1620
|
+
<xs:sequence>
|
|
1621
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1622
|
+
</xs:sequence>
|
|
1623
|
+
</xs:complexType>
|
|
1624
|
+
</xs:element>
|
|
1625
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
1626
|
+
<xs:complexType>
|
|
1627
|
+
<xs:sequence>
|
|
1628
|
+
<xs:choice>
|
|
1629
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1630
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
1631
|
+
</xs:choice>
|
|
1632
|
+
</xs:sequence>
|
|
1633
|
+
</xs:complexType>
|
|
1634
|
+
</xs:element>
|
|
1635
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1636
|
+
<xs:complexType>
|
|
1637
|
+
<xs:sequence>
|
|
1638
|
+
<xs:choice>
|
|
1639
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1640
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1641
|
+
</xs:choice>
|
|
1642
|
+
</xs:sequence>
|
|
1643
|
+
</xs:complexType>
|
|
1644
|
+
</xs:element>
|
|
1645
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
1646
|
+
<xs:complexType>
|
|
1647
|
+
<xs:sequence>
|
|
1648
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
1649
|
+
</xs:sequence>
|
|
1650
|
+
</xs:complexType>
|
|
1651
|
+
</xs:element>
|
|
1652
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
1653
|
+
<xs:complexType>
|
|
1654
|
+
<xs:sequence>
|
|
1655
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1656
|
+
</xs:sequence>
|
|
1657
|
+
</xs:complexType>
|
|
1658
|
+
</xs:element>
|
|
1659
|
+
<xs:element name="RecordCurrentStatusCode" type="RecordCurrentStatusCodeType" minOccurs="0"/>
|
|
1660
|
+
<xs:element name="RecordCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
1661
|
+
<xs:element name="CorrespondenceAddress" type="CorrespondenceAddressType" minOccurs="0"/>
|
|
1662
|
+
<xs:element name="HolderDetails" minOccurs="0">
|
|
1663
|
+
<xs:complexType>
|
|
1664
|
+
<xs:sequence>
|
|
1665
|
+
<xs:choice>
|
|
1666
|
+
<xs:element name="PreviousHolder" type="ApplicantType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1667
|
+
<xs:element name="NewHolder" type="ApplicantType" minOccurs="0" maxOccurs="unbounded"/>
|
|
1668
|
+
</xs:choice>
|
|
1669
|
+
</xs:sequence>
|
|
1670
|
+
</xs:complexType>
|
|
1671
|
+
</xs:element>
|
|
1672
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1673
|
+
</xs:sequence>
|
|
1674
|
+
</xs:complexType>
|
|
1675
|
+
<!-- ====================================================================== -->
|
|
1676
|
+
<!-- Filename : RecordEventType.xsd -->
|
|
1677
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1678
|
+
<!-- Version : 1.1 Revision -->
|
|
1679
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1680
|
+
<!-- ====================================================================== -->
|
|
1681
|
+
<xs:complexType name="RecordEventType">
|
|
1682
|
+
<xs:sequence>
|
|
1683
|
+
<xs:choice minOccurs="0">
|
|
1684
|
+
<xs:element name="RecordEventDate" type="xs:date"/>
|
|
1685
|
+
<xs:element name="RecordEventDateTime" type="xs:dateTime"/>
|
|
1686
|
+
</xs:choice>
|
|
1687
|
+
<xs:element name="RecordEventCode" type="RecordEventCodeType"/>
|
|
1688
|
+
<xs:element name="RecordEventResponseDate" type="xs:date" minOccurs="0"/>
|
|
1689
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
1690
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1691
|
+
</xs:sequence>
|
|
1692
|
+
</xs:complexType>
|
|
1693
|
+
<!-- ====================================================================== -->
|
|
1694
|
+
<!-- Filename : RecordLicenceType.xsd -->
|
|
1695
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1696
|
+
<!-- Version : 1.1 Revision -->
|
|
1697
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1698
|
+
<!-- ====================================================================== -->
|
|
1699
|
+
<xs:complexType name="RecordLicenceType">
|
|
1700
|
+
<xs:sequence>
|
|
1701
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1702
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1703
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1704
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1705
|
+
<xs:element name="RecordLicenceKind" type="RecordLicenceKindType"/>
|
|
1706
|
+
<xs:element name="RecordReference" type="xs:string" minOccurs="0"/>
|
|
1707
|
+
<xs:element name="RecordLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
1708
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
1709
|
+
<xs:complexType>
|
|
1710
|
+
<xs:sequence>
|
|
1711
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1712
|
+
</xs:sequence>
|
|
1713
|
+
</xs:complexType>
|
|
1714
|
+
</xs:element>
|
|
1715
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1716
|
+
<xs:complexType>
|
|
1717
|
+
<xs:sequence>
|
|
1718
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1719
|
+
</xs:sequence>
|
|
1720
|
+
</xs:complexType>
|
|
1721
|
+
</xs:element>
|
|
1722
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
1723
|
+
<xs:complexType>
|
|
1724
|
+
<xs:sequence>
|
|
1725
|
+
<xs:choice>
|
|
1726
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1727
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
1728
|
+
</xs:choice>
|
|
1729
|
+
</xs:sequence>
|
|
1730
|
+
</xs:complexType>
|
|
1731
|
+
</xs:element>
|
|
1732
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1733
|
+
<xs:complexType>
|
|
1734
|
+
<xs:sequence>
|
|
1735
|
+
<xs:choice>
|
|
1736
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1737
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1738
|
+
</xs:choice>
|
|
1739
|
+
</xs:sequence>
|
|
1740
|
+
</xs:complexType>
|
|
1741
|
+
</xs:element>
|
|
1742
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
1743
|
+
<xs:complexType>
|
|
1744
|
+
<xs:sequence>
|
|
1745
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
1746
|
+
</xs:sequence>
|
|
1747
|
+
</xs:complexType>
|
|
1748
|
+
</xs:element>
|
|
1749
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
1750
|
+
<xs:complexType>
|
|
1751
|
+
<xs:sequence>
|
|
1752
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1753
|
+
</xs:sequence>
|
|
1754
|
+
</xs:complexType>
|
|
1755
|
+
</xs:element>
|
|
1756
|
+
<xs:element name="RecordCurrentStatusCode" type="RecordCurrentStatusCodeType" minOccurs="0"/>
|
|
1757
|
+
<xs:element name="RecordCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
1758
|
+
<xs:element name="RecordInterestedOfficeCode" type="ExtendedWIPOST3CodeType" minOccurs="0"/>
|
|
1759
|
+
<xs:element name="RecordDesignatedCountryDetails" minOccurs="0">
|
|
1760
|
+
<xs:complexType>
|
|
1761
|
+
<xs:sequence>
|
|
1762
|
+
<xs:element name="RecordDesignatedCountryCode" type="ExtendedWIPOST3CodeType" maxOccurs="unbounded"/>
|
|
1763
|
+
</xs:sequence>
|
|
1764
|
+
</xs:complexType>
|
|
1765
|
+
</xs:element>
|
|
1766
|
+
<xs:element name="LicenceDetails" minOccurs="0">
|
|
1767
|
+
<xs:complexType>
|
|
1768
|
+
<xs:sequence>
|
|
1769
|
+
<xs:element name="Licence" type="LicenceType" maxOccurs="unbounded"/>
|
|
1770
|
+
</xs:sequence>
|
|
1771
|
+
</xs:complexType>
|
|
1772
|
+
</xs:element>
|
|
1773
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1774
|
+
</xs:sequence>
|
|
1775
|
+
</xs:complexType>
|
|
1776
|
+
<!-- ====================================================================== -->
|
|
1777
|
+
<!-- Filename : RecordNationalInternationalReplacementType.xsd -->
|
|
1778
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1779
|
+
<!-- Version : 1.1 Revision -->
|
|
1780
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1781
|
+
<!-- ====================================================================== -->
|
|
1782
|
+
<xs:complexType name="RecordNationalInternationalReplacementType">
|
|
1783
|
+
<xs:sequence>
|
|
1784
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1785
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1786
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1787
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1788
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
1789
|
+
<xs:complexType>
|
|
1790
|
+
<xs:sequence>
|
|
1791
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1792
|
+
</xs:sequence>
|
|
1793
|
+
</xs:complexType>
|
|
1794
|
+
</xs:element>
|
|
1795
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1796
|
+
<xs:complexType>
|
|
1797
|
+
<xs:sequence>
|
|
1798
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1799
|
+
</xs:sequence>
|
|
1800
|
+
</xs:complexType>
|
|
1801
|
+
</xs:element>
|
|
1802
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
1803
|
+
<xs:complexType>
|
|
1804
|
+
<xs:sequence>
|
|
1805
|
+
<xs:choice>
|
|
1806
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1807
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
1808
|
+
</xs:choice>
|
|
1809
|
+
</xs:sequence>
|
|
1810
|
+
</xs:complexType>
|
|
1811
|
+
</xs:element>
|
|
1812
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1813
|
+
<xs:complexType>
|
|
1814
|
+
<xs:sequence>
|
|
1815
|
+
<xs:choice>
|
|
1816
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1817
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1818
|
+
</xs:choice>
|
|
1819
|
+
</xs:sequence>
|
|
1820
|
+
</xs:complexType>
|
|
1821
|
+
</xs:element>
|
|
1822
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
1823
|
+
<xs:complexType>
|
|
1824
|
+
<xs:sequence>
|
|
1825
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
1826
|
+
</xs:sequence>
|
|
1827
|
+
</xs:complexType>
|
|
1828
|
+
</xs:element>
|
|
1829
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
1830
|
+
<xs:complexType>
|
|
1831
|
+
<xs:sequence>
|
|
1832
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1833
|
+
</xs:sequence>
|
|
1834
|
+
</xs:complexType>
|
|
1835
|
+
</xs:element>
|
|
1836
|
+
<xs:element name="RecordInterestedOfficeCode" type="ExtendedWIPOST3CodeType" minOccurs="0"/>
|
|
1837
|
+
<xs:element name="GoodsServicesLimitationDetails" minOccurs="0">
|
|
1838
|
+
<xs:complexType>
|
|
1839
|
+
<xs:sequence>
|
|
1840
|
+
<xs:element name="GoodsServicesLimitation" type="GoodsServicesLimitationType" maxOccurs="unbounded"/>
|
|
1841
|
+
</xs:sequence>
|
|
1842
|
+
</xs:complexType>
|
|
1843
|
+
</xs:element>
|
|
1844
|
+
<xs:element name="NationalMarkDetails" minOccurs="0">
|
|
1845
|
+
<xs:complexType>
|
|
1846
|
+
<xs:sequence>
|
|
1847
|
+
<xs:element name="NationalMark" type="NationalMarkType" maxOccurs="unbounded"/>
|
|
1848
|
+
</xs:sequence>
|
|
1849
|
+
</xs:complexType>
|
|
1850
|
+
</xs:element>
|
|
1851
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1852
|
+
</xs:sequence>
|
|
1853
|
+
</xs:complexType>
|
|
1854
|
+
<!-- ====================================================================== -->
|
|
1855
|
+
<!-- Filename : RecordOppositionPeriodType.xsd -->
|
|
1856
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1857
|
+
<!-- Version : 1.1 Revision -->
|
|
1858
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1859
|
+
<!-- ====================================================================== -->
|
|
1860
|
+
<xs:complexType name="RecordOppositionPeriodType">
|
|
1861
|
+
<xs:sequence>
|
|
1862
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1863
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1864
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1865
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1866
|
+
<xs:element name="RecordOppositionPeriodKind" type="RecordOppositionPeriodKindType"/>
|
|
1867
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
1868
|
+
<xs:complexType>
|
|
1869
|
+
<xs:sequence>
|
|
1870
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1871
|
+
</xs:sequence>
|
|
1872
|
+
</xs:complexType>
|
|
1873
|
+
</xs:element>
|
|
1874
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1875
|
+
<xs:complexType>
|
|
1876
|
+
<xs:sequence>
|
|
1877
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1878
|
+
</xs:sequence>
|
|
1879
|
+
</xs:complexType>
|
|
1880
|
+
</xs:element>
|
|
1881
|
+
<xs:element name="RecordInterestedOfficeCode" type="ExtendedWIPOST3CodeType" minOccurs="0"/>
|
|
1882
|
+
<xs:element name="RecordOppositionPeriodStartDate" type="xs:date" minOccurs="0"/>
|
|
1883
|
+
<xs:element name="RecordOppositionPeriodEndDate" type="xs:date" minOccurs="0"/>
|
|
1884
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1885
|
+
</xs:sequence>
|
|
1886
|
+
</xs:complexType>
|
|
1887
|
+
<!-- ====================================================================== -->
|
|
1888
|
+
<!-- Filename : RecordShortNotationType.xsd -->
|
|
1889
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1890
|
+
<!-- Version : 1.1 Revision -->
|
|
1891
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1892
|
+
<!-- ====================================================================== -->
|
|
1893
|
+
<xs:complexType name="RecordShortNotationType">
|
|
1894
|
+
<xs:sequence>
|
|
1895
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1896
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1897
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1898
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1899
|
+
<xs:element name="RecordShortNotationKind" type="RecordShortNotationKindType"/>
|
|
1900
|
+
<xs:element name="RecordReference" type="xs:string" minOccurs="0"/>
|
|
1901
|
+
<xs:element name="RecordLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
1902
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1903
|
+
<xs:complexType>
|
|
1904
|
+
<xs:sequence>
|
|
1905
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1906
|
+
</xs:sequence>
|
|
1907
|
+
</xs:complexType>
|
|
1908
|
+
</xs:element>
|
|
1909
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
1910
|
+
<xs:complexType>
|
|
1911
|
+
<xs:sequence>
|
|
1912
|
+
<xs:choice>
|
|
1913
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1914
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
1915
|
+
</xs:choice>
|
|
1916
|
+
</xs:sequence>
|
|
1917
|
+
</xs:complexType>
|
|
1918
|
+
</xs:element>
|
|
1919
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1920
|
+
<xs:complexType>
|
|
1921
|
+
<xs:sequence>
|
|
1922
|
+
<xs:choice>
|
|
1923
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1924
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
1925
|
+
</xs:choice>
|
|
1926
|
+
</xs:sequence>
|
|
1927
|
+
</xs:complexType>
|
|
1928
|
+
</xs:element>
|
|
1929
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
1930
|
+
<xs:complexType>
|
|
1931
|
+
<xs:sequence>
|
|
1932
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
1933
|
+
</xs:sequence>
|
|
1934
|
+
</xs:complexType>
|
|
1935
|
+
</xs:element>
|
|
1936
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
1937
|
+
<xs:complexType>
|
|
1938
|
+
<xs:sequence>
|
|
1939
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
1940
|
+
</xs:sequence>
|
|
1941
|
+
</xs:complexType>
|
|
1942
|
+
</xs:element>
|
|
1943
|
+
<xs:element name="RecordInterestedOfficeCode" type="ExtendedWIPOST3CodeType" minOccurs="0"/>
|
|
1944
|
+
<xs:element name="RecordToRegistration" type="RegistrationShortNotationType" minOccurs="0"/>
|
|
1945
|
+
<xs:element name="RecordFromRegistrationDetails" minOccurs="0">
|
|
1946
|
+
<xs:complexType>
|
|
1947
|
+
<xs:sequence>
|
|
1948
|
+
<xs:element name="RecordFromRegistration" type="RegistrationShortNotationType" maxOccurs="unbounded"/>
|
|
1949
|
+
</xs:sequence>
|
|
1950
|
+
</xs:complexType>
|
|
1951
|
+
</xs:element>
|
|
1952
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
1953
|
+
</xs:sequence>
|
|
1954
|
+
</xs:complexType>
|
|
1955
|
+
<!-- ====================================================================== -->
|
|
1956
|
+
<!-- Filename : RecordTransferType.xsd -->
|
|
1957
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
1958
|
+
<!-- Version : 1.1 Revision -->
|
|
1959
|
+
<!-- Last Update : 2007-12-03 -->
|
|
1960
|
+
<!-- ====================================================================== -->
|
|
1961
|
+
<xs:complexType name="RecordTransferType">
|
|
1962
|
+
<xs:sequence>
|
|
1963
|
+
<xs:element name="RecordIdentifier" type="xs:string" minOccurs="0"/>
|
|
1964
|
+
<xs:element name="RecordFilingDate" type="xs:date" minOccurs="0"/>
|
|
1965
|
+
<xs:element name="RecordNotificationDate" type="xs:date" minOccurs="0"/>
|
|
1966
|
+
<xs:element name="RecordEffectiveDate" type="xs:date" minOccurs="0"/>
|
|
1967
|
+
<xs:element name="RecordTransferKind" type="RecordTransferKindType"/>
|
|
1968
|
+
<xs:element name="RecordReference" type="xs:string" minOccurs="0"/>
|
|
1969
|
+
<xs:element name="RecordLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
1970
|
+
<xs:element name="TradeMarkKeyDetails" minOccurs="0">
|
|
1971
|
+
<xs:complexType>
|
|
1972
|
+
<xs:sequence>
|
|
1973
|
+
<xs:element name="TradeMarkKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1974
|
+
</xs:sequence>
|
|
1975
|
+
</xs:complexType>
|
|
1976
|
+
</xs:element>
|
|
1977
|
+
<xs:element name="RecordPublicationDetails" minOccurs="0">
|
|
1978
|
+
<xs:complexType>
|
|
1979
|
+
<xs:sequence>
|
|
1980
|
+
<xs:element name="RecordPublication" type="PublicationType" maxOccurs="unbounded"/>
|
|
1981
|
+
</xs:sequence>
|
|
1982
|
+
</xs:complexType>
|
|
1983
|
+
</xs:element>
|
|
1984
|
+
<xs:element name="ClaimantDetails" minOccurs="0">
|
|
1985
|
+
<xs:complexType>
|
|
1986
|
+
<xs:sequence>
|
|
1987
|
+
<xs:choice>
|
|
1988
|
+
<xs:element name="ClaimantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1989
|
+
<xs:element name="Claimant" type="ClaimantType" maxOccurs="unbounded"/>
|
|
1990
|
+
</xs:choice>
|
|
1991
|
+
</xs:sequence>
|
|
1992
|
+
</xs:complexType>
|
|
1993
|
+
</xs:element>
|
|
1994
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
1995
|
+
<xs:complexType>
|
|
1996
|
+
<xs:sequence>
|
|
1997
|
+
<xs:choice>
|
|
1998
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
1999
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
2000
|
+
</xs:choice>
|
|
2001
|
+
</xs:sequence>
|
|
2002
|
+
</xs:complexType>
|
|
2003
|
+
</xs:element>
|
|
2004
|
+
<xs:element name="RecordEventDetails" minOccurs="0">
|
|
2005
|
+
<xs:complexType>
|
|
2006
|
+
<xs:sequence>
|
|
2007
|
+
<xs:element name="RecordEvent" type="RecordEventType" maxOccurs="unbounded"/>
|
|
2008
|
+
</xs:sequence>
|
|
2009
|
+
</xs:complexType>
|
|
2010
|
+
</xs:element>
|
|
2011
|
+
<xs:element name="RecordDocumentDetails" minOccurs="0">
|
|
2012
|
+
<xs:complexType>
|
|
2013
|
+
<xs:sequence>
|
|
2014
|
+
<xs:element name="RecordDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
2015
|
+
</xs:sequence>
|
|
2016
|
+
</xs:complexType>
|
|
2017
|
+
</xs:element>
|
|
2018
|
+
<xs:element name="RecordCurrentStatusCode" type="RecordCurrentStatusCodeType" minOccurs="0"/>
|
|
2019
|
+
<xs:element name="RecordCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
2020
|
+
<xs:element name="CorrespondenceAddress" type="CorrespondenceAddressType" minOccurs="0"/>
|
|
2021
|
+
<xs:element name="HolderDetails" minOccurs="0">
|
|
2022
|
+
<xs:complexType>
|
|
2023
|
+
<xs:sequence>
|
|
2024
|
+
<xs:choice>
|
|
2025
|
+
<xs:element name="PreviousHolder" type="ApplicantType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2026
|
+
<xs:element name="NewHolder" type="ApplicantType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2027
|
+
</xs:choice>
|
|
2028
|
+
</xs:sequence>
|
|
2029
|
+
</xs:complexType>
|
|
2030
|
+
</xs:element>
|
|
2031
|
+
<xs:element name="GoodsServicesLimitationDetails" minOccurs="0">
|
|
2032
|
+
<xs:complexType>
|
|
2033
|
+
<xs:sequence>
|
|
2034
|
+
<xs:element name="GoodsServicesLimitation" type="GoodsServicesLimitationType" maxOccurs="unbounded"/>
|
|
2035
|
+
</xs:sequence>
|
|
2036
|
+
</xs:complexType>
|
|
2037
|
+
</xs:element>
|
|
2038
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2039
|
+
</xs:sequence>
|
|
2040
|
+
</xs:complexType>
|
|
2041
|
+
<!-- ====================================================================== -->
|
|
2042
|
+
<!-- Filename : RegistrationShortNotationType.xsd -->
|
|
2043
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2044
|
+
<!-- Version : 1.1 Revision -->
|
|
2045
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2046
|
+
<!-- ====================================================================== -->
|
|
2047
|
+
<xs:complexType name="RegistrationShortNotationType">
|
|
2048
|
+
<xs:sequence>
|
|
2049
|
+
<xs:element name="RegistrationIdentifier" type="xs:string" minOccurs="0"/>
|
|
2050
|
+
<xs:element name="RegistrationDate" type="xs:date" minOccurs="0"/>
|
|
2051
|
+
<xs:element name="MarkVerbalElementText" type="TextType" minOccurs="0"/>
|
|
2052
|
+
<xs:element name="DesignatedCountryDetails" minOccurs="0">
|
|
2053
|
+
<xs:complexType>
|
|
2054
|
+
<xs:sequence>
|
|
2055
|
+
<xs:element name="DesignatedCountryCode" type="ExtendedWIPOST3CodeType" maxOccurs="unbounded"/>
|
|
2056
|
+
</xs:sequence>
|
|
2057
|
+
</xs:complexType>
|
|
2058
|
+
</xs:element>
|
|
2059
|
+
<xs:element name="GoodsServicesLimitation" type="GoodsServicesLimitationType" minOccurs="0"/>
|
|
2060
|
+
<xs:element name="ApplicantDetails" minOccurs="0">
|
|
2061
|
+
<xs:complexType>
|
|
2062
|
+
<xs:sequence>
|
|
2063
|
+
<xs:choice>
|
|
2064
|
+
<xs:element name="Applicant" type="ApplicantType" maxOccurs="unbounded"/>
|
|
2065
|
+
</xs:choice>
|
|
2066
|
+
</xs:sequence>
|
|
2067
|
+
</xs:complexType>
|
|
2068
|
+
</xs:element>
|
|
2069
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2070
|
+
</xs:sequence>
|
|
2071
|
+
</xs:complexType>
|
|
2072
|
+
<!-- ====================================================================== -->
|
|
2073
|
+
<!-- Filename : ReimbursementFeeType.xsd -->
|
|
2074
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2075
|
+
<!-- Version : 1.1 Revision -->
|
|
2076
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2077
|
+
<!-- ====================================================================== -->
|
|
2078
|
+
<xs:complexType name="ReimbursementFeeType">
|
|
2079
|
+
<xs:sequence>
|
|
2080
|
+
<xs:element name="FeeIdentifier" type="xs:string" minOccurs="0"/>
|
|
2081
|
+
<xs:element name="FeeReference" type="xs:string" minOccurs="0"/>
|
|
2082
|
+
<xs:element name="FeeAmount" type="AmountType"/>
|
|
2083
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
2084
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2085
|
+
</xs:sequence>
|
|
2086
|
+
</xs:complexType>
|
|
2087
|
+
<!-- ====================================================================== -->
|
|
2088
|
+
<!-- Filename : ReimbursementType.xsd -->
|
|
2089
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2090
|
+
<!-- Version : 1.1 Revision -->
|
|
2091
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2092
|
+
<!-- ====================================================================== -->
|
|
2093
|
+
<xs:complexType name="ReimbursementType">
|
|
2094
|
+
<xs:sequence>
|
|
2095
|
+
<xs:element name="ReimbursementIdentifier" type="xs:string" minOccurs="0"/>
|
|
2096
|
+
<xs:element name="ReimbursementReference" type="xs:string" minOccurs="0"/>
|
|
2097
|
+
<xs:element name="PayeeName" type="NameType" minOccurs="0"/>
|
|
2098
|
+
<xs:element name="ReimbursementStatus" type="ReimbursementStatusCodeType" minOccurs="0"/>
|
|
2099
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
2100
|
+
<xs:element name="ReimbursementDate" type="xs:date" minOccurs="0"/>
|
|
2101
|
+
<xs:element name="ReimbursementMethod" type="PaymentMethodType" minOccurs="0"/>
|
|
2102
|
+
<xs:element name="ReimbursementFeeDetails" minOccurs="0">
|
|
2103
|
+
<xs:complexType>
|
|
2104
|
+
<xs:sequence>
|
|
2105
|
+
<xs:element name="ReimbursementFee" type="ReimbursementFeeType" maxOccurs="unbounded"/>
|
|
2106
|
+
</xs:sequence>
|
|
2107
|
+
</xs:complexType>
|
|
2108
|
+
</xs:element>
|
|
2109
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2110
|
+
</xs:sequence>
|
|
2111
|
+
</xs:complexType>
|
|
2112
|
+
<!-- ====================================================================== -->
|
|
2113
|
+
<!-- Filename : RepresentationSizeType.xsd -->
|
|
2114
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2115
|
+
<!-- Version : 1.1 Revision -->
|
|
2116
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2117
|
+
<!-- ====================================================================== -->
|
|
2118
|
+
<xs:complexType name="RepresentationSizeType">
|
|
2119
|
+
<xs:sequence>
|
|
2120
|
+
<xs:element name="Height" type="xs:integer" minOccurs="0"/>
|
|
2121
|
+
<xs:element name="Width" type="xs:integer" minOccurs="0"/>
|
|
2122
|
+
<xs:element name="Unit" type="UnitType" minOccurs="0"/>
|
|
2123
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2124
|
+
</xs:sequence>
|
|
2125
|
+
</xs:complexType>
|
|
2126
|
+
<!-- ====================================================================== -->
|
|
2127
|
+
<!-- Filename : RepresentativeType.xsd -->
|
|
2128
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2129
|
+
<!-- Version : 1.1 Revision -->
|
|
2130
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2131
|
+
<!-- ====================================================================== -->
|
|
2132
|
+
<xs:complexType name="RepresentativeType">
|
|
2133
|
+
<xs:sequence>
|
|
2134
|
+
<xs:element name="RepresentativeIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2135
|
+
<xs:element name="RepresentativeSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
2136
|
+
<xs:element name="RepresentativeKindCode" type="RepresentativeKindCodeType" minOccurs="0"/>
|
|
2137
|
+
<xs:element name="RepresentativeNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
2138
|
+
<xs:element name="RepresentativeLegalEntity" type="xs:string" minOccurs="0"/>
|
|
2139
|
+
<xs:element name="RepresentativeIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
2140
|
+
<xs:element name="RepresentativeIncorporationState" type="xs:string" minOccurs="0"/>
|
|
2141
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
2142
|
+
<xs:element name="RepresentativeAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
2143
|
+
<xs:element name="RepresentativeVersion" type="VersionType" minOccurs="0"/>
|
|
2144
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2145
|
+
</xs:sequence>
|
|
2146
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
2147
|
+
</xs:complexType>
|
|
2148
|
+
<!-- ====================================================================== -->
|
|
2149
|
+
<!-- Filename : RequestExaminationType.xsd -->
|
|
2150
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2151
|
+
<!-- Version : 1.1 Revision -->
|
|
2152
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2153
|
+
<!-- ====================================================================== -->
|
|
2154
|
+
<xs:complexType name="RequestExaminationType">
|
|
2155
|
+
<xs:sequence>
|
|
2156
|
+
<xs:element name="RequestExaminationAuthority" type="xs:string" minOccurs="0"/>
|
|
2157
|
+
<xs:element name="RequestExaminationKindCode" type="RequestExaminationKindCodeType"/>
|
|
2158
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2159
|
+
</xs:sequence>
|
|
2160
|
+
</xs:complexType>
|
|
2161
|
+
<!-- ====================================================================== -->
|
|
2162
|
+
<!-- Filename : RequestSearchType.xsd -->
|
|
2163
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2164
|
+
<!-- Version : 1.1 Revision -->
|
|
2165
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2166
|
+
<!-- ====================================================================== -->
|
|
2167
|
+
<xs:complexType name="RequestSearchType">
|
|
2168
|
+
<xs:sequence>
|
|
2169
|
+
<xs:element name="RequestSearchAuthority" type="xs:string" minOccurs="0"/>
|
|
2170
|
+
<xs:element name="RequestSearchKindCode" type="RequestSearchKindCodeType"/>
|
|
2171
|
+
<xs:element name="EarlierSearchIdentifier" type="xs:string" minOccurs="0"/>
|
|
2172
|
+
<xs:element name="EarlierSearchDate" type="xs:date" minOccurs="0"/>
|
|
2173
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2174
|
+
</xs:sequence>
|
|
2175
|
+
</xs:complexType>
|
|
2176
|
+
<!-- ====================================================================== -->
|
|
2177
|
+
<!-- Filename : RequestSoftwareType.xsd -->
|
|
2178
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2179
|
+
<!-- Version : 1.1 Revision -->
|
|
2180
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2181
|
+
<!-- ====================================================================== -->
|
|
2182
|
+
<xs:complexType name="RequestSoftwareType">
|
|
2183
|
+
<xs:sequence>
|
|
2184
|
+
<xs:element name="RequestSoftwareName" type="xs:string"/>
|
|
2185
|
+
<xs:element name="RequestSoftwareVersion" type="xs:string" minOccurs="0"/>
|
|
2186
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2187
|
+
</xs:sequence>
|
|
2188
|
+
</xs:complexType>
|
|
2189
|
+
<!-- ====================================================================== -->
|
|
2190
|
+
<!-- Filename : RespondentType.xsd -->
|
|
2191
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2192
|
+
<!-- Version : 1.1 Revision -->
|
|
2193
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2194
|
+
<!-- ====================================================================== -->
|
|
2195
|
+
<xs:complexType name="RespondentType">
|
|
2196
|
+
<xs:sequence>
|
|
2197
|
+
<xs:element name="RespondentIdentifier" type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2198
|
+
<xs:element name="RespondentSequenceNumber" type="xs:integer" minOccurs="0"/>
|
|
2199
|
+
<xs:element name="RespondentNationalityCode" type="NationalityCodeType" minOccurs="0"/>
|
|
2200
|
+
<xs:element name="RespondentLegalEntity" type="xs:string" minOccurs="0"/>
|
|
2201
|
+
<xs:element name="RespondentIncorporationCountryCode" type="ISOCountryCodeType" minOccurs="0"/>
|
|
2202
|
+
<xs:element name="RespondentIncorporationState" type="xs:string" minOccurs="0"/>
|
|
2203
|
+
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
|
|
2204
|
+
<xs:element name="RespondentAddressBook" type="AddressBookType" minOccurs="0"/>
|
|
2205
|
+
<xs:element name="RespondentEntitlement" type="EntitlementType" minOccurs="0"/>
|
|
2206
|
+
<xs:element name="RespondentVersion" type="VersionType" minOccurs="0"/>
|
|
2207
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2208
|
+
</xs:sequence>
|
|
2209
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
2210
|
+
</xs:complexType>
|
|
2211
|
+
<!-- ====================================================================== -->
|
|
2212
|
+
<!-- Filename : SeniorityType.xsd -->
|
|
2213
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2214
|
+
<!-- Version : 1.1 Revision -->
|
|
2215
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2216
|
+
<!-- ====================================================================== -->
|
|
2217
|
+
<xs:complexType name="SeniorityType">
|
|
2218
|
+
<xs:sequence>
|
|
2219
|
+
<xs:element name="SeniorityCountryCode" type="WIPOST3CodeType"/>
|
|
2220
|
+
<xs:element name="SeniorityApplicationNumber" type="xs:string" minOccurs="0"/>
|
|
2221
|
+
<xs:element name="SeniorityApplicationDate" type="xs:date" minOccurs="0"/>
|
|
2222
|
+
<xs:element name="SeniorityFilingDate" type="xs:date" minOccurs="0"/>
|
|
2223
|
+
<xs:element name="SeniorityRegistrationNumber" type="xs:string" minOccurs="0"/>
|
|
2224
|
+
<xs:element name="SeniorityRegistrationDate" type="xs:date" minOccurs="0"/>
|
|
2225
|
+
<xs:element name="SeniorityPublicationDate" type="xs:date" minOccurs="0"/>
|
|
2226
|
+
<xs:element name="InternationalTradeMarkCode" type="InternationalTradeMarkCodeType" minOccurs="0"/>
|
|
2227
|
+
<xs:element name="SeniorityPartialIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2228
|
+
<xs:element name="SeniorityPartialGoodsServices" type="GoodsServicesType" minOccurs="0"/>
|
|
2229
|
+
<xs:element name="SeniorityStatusCode" type="SeniorityStatusCodeType" minOccurs="0"/>
|
|
2230
|
+
<xs:element name="SeniorityStatusDate" type="xs:date" minOccurs="0"/>
|
|
2231
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
2232
|
+
<xs:element name="SeniorityDocument" type="DocumentType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2233
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2234
|
+
</xs:sequence>
|
|
2235
|
+
</xs:complexType>
|
|
2236
|
+
<!-- ====================================================================== -->
|
|
2237
|
+
<!-- Filename : SignatoryType.xsd -->
|
|
2238
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2239
|
+
<!-- Version : 1.1 Revision -->
|
|
2240
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2241
|
+
<!-- ====================================================================== -->
|
|
2242
|
+
<xs:complexType name="SignatoryType">
|
|
2243
|
+
<xs:sequence>
|
|
2244
|
+
<xs:element name="SignatoryName" type="NameType"/>
|
|
2245
|
+
<xs:element name="SignatoryAddress" type="AddressType" minOccurs="0"/>
|
|
2246
|
+
<xs:element name="SignatureDate" type="xs:date" minOccurs="0"/>
|
|
2247
|
+
<xs:element name="SignaturePlace" type="xs:string" minOccurs="0"/>
|
|
2248
|
+
<xs:element name="SignatureManner" type="SignatureMannerType" minOccurs="0"/>
|
|
2249
|
+
<xs:element name="SignatureAssociatedText" type="xs:string" minOccurs="0"/>
|
|
2250
|
+
<xs:element name="SignatoryCapacityCode" type="RoleType" minOccurs="0"/>
|
|
2251
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2252
|
+
</xs:sequence>
|
|
2253
|
+
</xs:complexType>
|
|
2254
|
+
<!-- ====================================================================== -->
|
|
2255
|
+
<!-- Filename : StaffType.xsd -->
|
|
2256
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2257
|
+
<!-- Version : 1.1 Revision -->
|
|
2258
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2259
|
+
<!-- ====================================================================== -->
|
|
2260
|
+
<xs:complexType name="StaffType">
|
|
2261
|
+
<xs:sequence>
|
|
2262
|
+
<xs:element name="StaffIdentifier" type="xs:token" minOccurs="0"/>
|
|
2263
|
+
<xs:element name="StaffName" type="xs:token" minOccurs="0"/>
|
|
2264
|
+
<xs:element name="OfficialTitle" type="xs:token" minOccurs="0"/>
|
|
2265
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2266
|
+
</xs:sequence>
|
|
2267
|
+
</xs:complexType>
|
|
2268
|
+
<!-- ====================================================================== -->
|
|
2269
|
+
<!-- Filename : TermSynonymRelationType.xsd -->
|
|
2270
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2271
|
+
<!-- Version : 1.1 Revision -->
|
|
2272
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2273
|
+
<!-- ====================================================================== -->
|
|
2274
|
+
<xs:complexType name="TermSynonymRelationType">
|
|
2275
|
+
<xs:sequence>
|
|
2276
|
+
<xs:element name="TermKey" type="xs:token"/>
|
|
2277
|
+
<xs:element name="TermSynonymKey" type="xs:token"/>
|
|
2278
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2279
|
+
</xs:sequence>
|
|
2280
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
2281
|
+
</xs:complexType>
|
|
2282
|
+
<!-- ====================================================================== -->
|
|
2283
|
+
<!-- Filename : TermTranslationRelationType.xsd -->
|
|
2284
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2285
|
+
<!-- Version : 1.1 Revision -->
|
|
2286
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2287
|
+
<!-- ====================================================================== -->
|
|
2288
|
+
<xs:complexType name="TermTranslationRelationType">
|
|
2289
|
+
<xs:sequence>
|
|
2290
|
+
<xs:element name="TermKey" type="xs:string"/>
|
|
2291
|
+
<xs:element name="TermTranslationKey" type="xs:string"/>
|
|
2292
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2293
|
+
</xs:sequence>
|
|
2294
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
2295
|
+
</xs:complexType>
|
|
2296
|
+
<!-- ====================================================================== -->
|
|
2297
|
+
<!-- Filename : TradeMarkType.xsd -->
|
|
2298
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2299
|
+
<!-- Version : 1.1 Revision -->
|
|
2300
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2301
|
+
<!-- ====================================================================== -->
|
|
2302
|
+
<xs:complexType name="TradeMarkType">
|
|
2303
|
+
<xs:sequence>
|
|
2304
|
+
<xs:element name="RegistrationOfficeCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
2305
|
+
<xs:element name="ReceivingOfficeCode" type="WIPOST3CodeType" minOccurs="0"/>
|
|
2306
|
+
<xs:element name="ReceivingOfficeDate" type="xs:date" minOccurs="0"/>
|
|
2307
|
+
<xs:element name="ApplicationNumber" type="xs:string" minOccurs="0"/>
|
|
2308
|
+
<xs:choice minOccurs="0">
|
|
2309
|
+
<xs:element name="ApplicationDate" type="xs:date"/>
|
|
2310
|
+
<xs:element name="ApplicationDateTime" type="xs:dateTime"/>
|
|
2311
|
+
</xs:choice>
|
|
2312
|
+
<xs:element name="RegistrationNumber" type="xs:string" minOccurs="0"/>
|
|
2313
|
+
<xs:element name="RegistrationDate" type="xs:date" minOccurs="0"/>
|
|
2314
|
+
<xs:element name="OtherDate" type="OtherDateType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2315
|
+
<xs:element name="FilingPlace" type="xs:string" minOccurs="0"/>
|
|
2316
|
+
<xs:element name="ApplicationReference" type="xs:string" minOccurs="0"/>
|
|
2317
|
+
<xs:element name="ApplicantSideCaseKey" type="xs:string" minOccurs="0"/>
|
|
2318
|
+
<xs:element name="ApplicationLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
2319
|
+
<xs:element name="SecondLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
2320
|
+
<xs:element name="CorrespondenceLanguageCode" type="ExtendedISOLanguageCodeType" minOccurs="0"/>
|
|
2321
|
+
<xs:element name="ExaminedApplicationNumber" type="xs:string" minOccurs="0"/>
|
|
2322
|
+
<xs:element name="ExpiryDate" type="xs:date" minOccurs="0"/>
|
|
2323
|
+
<xs:element name="TerminationDate" type="xs:date" minOccurs="0"/>
|
|
2324
|
+
<xs:element name="MarkCurrentStatusCode" type="MarkCurrentStatusCodeType" minOccurs="0"/>
|
|
2325
|
+
<xs:element name="MarkCurrentStatusDate" type="xs:date" minOccurs="0"/>
|
|
2326
|
+
<xs:element name="DesignatedCountryDetails" minOccurs="0">
|
|
2327
|
+
<xs:complexType>
|
|
2328
|
+
<xs:sequence>
|
|
2329
|
+
<xs:element name="DesignatedCountry" type="DesignatedCountryType" maxOccurs="unbounded"/>
|
|
2330
|
+
</xs:sequence>
|
|
2331
|
+
</xs:complexType>
|
|
2332
|
+
</xs:element>
|
|
2333
|
+
<xs:element name="PreviousRegistrationDetails" minOccurs="0">
|
|
2334
|
+
<xs:complexType>
|
|
2335
|
+
<xs:sequence>
|
|
2336
|
+
<xs:element name="PreviousRegistration" type="PreviousRegistrationType" maxOccurs="unbounded"/>
|
|
2337
|
+
</xs:sequence>
|
|
2338
|
+
</xs:complexType>
|
|
2339
|
+
</xs:element>
|
|
2340
|
+
<xs:element name="AssociatedMarkDetails" minOccurs="0">
|
|
2341
|
+
<xs:complexType>
|
|
2342
|
+
<xs:sequence>
|
|
2343
|
+
<xs:element name="AssociatedApplicationNumber" type="xs:string" maxOccurs="unbounded"/>
|
|
2344
|
+
</xs:sequence>
|
|
2345
|
+
</xs:complexType>
|
|
2346
|
+
</xs:element>
|
|
2347
|
+
<xs:element name="DivisionalApplicationDetails" minOccurs="0">
|
|
2348
|
+
<xs:complexType>
|
|
2349
|
+
<xs:sequence>
|
|
2350
|
+
<xs:element name="InitialApplicationNumber" type="xs:string"/>
|
|
2351
|
+
<xs:element name="InitialApplicationDate" type="xs:date" minOccurs="0"/>
|
|
2352
|
+
</xs:sequence>
|
|
2353
|
+
</xs:complexType>
|
|
2354
|
+
</xs:element>
|
|
2355
|
+
<xs:element name="BasicRegistrationApplicationDetails" minOccurs="0">
|
|
2356
|
+
<xs:complexType>
|
|
2357
|
+
<xs:sequence>
|
|
2358
|
+
<xs:element name="BasicRegistrationApplication" type="BasicRegistrationApplicationType" maxOccurs="unbounded"/>
|
|
2359
|
+
</xs:sequence>
|
|
2360
|
+
</xs:complexType>
|
|
2361
|
+
</xs:element>
|
|
2362
|
+
<xs:element name="InternationalMarkKey" type="KeyType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2363
|
+
<xs:element name="KindMark" type="KindMarkType" minOccurs="0"/>
|
|
2364
|
+
<xs:element name="MarkFeature" type="MarkFeatureType" minOccurs="0"/>
|
|
2365
|
+
<xs:element name="MarkDescriptionDetails" minOccurs="0">
|
|
2366
|
+
<xs:complexType>
|
|
2367
|
+
<xs:sequence>
|
|
2368
|
+
<xs:element name="MarkDescription" type="TextType" maxOccurs="unbounded"/>
|
|
2369
|
+
</xs:sequence>
|
|
2370
|
+
</xs:complexType>
|
|
2371
|
+
</xs:element>
|
|
2372
|
+
<xs:element name="MarkDisclaimerDetails" minOccurs="0">
|
|
2373
|
+
<xs:complexType>
|
|
2374
|
+
<xs:sequence>
|
|
2375
|
+
<xs:element name="MarkDisclaimer" type="TextType" maxOccurs="unbounded"/>
|
|
2376
|
+
</xs:sequence>
|
|
2377
|
+
</xs:complexType>
|
|
2378
|
+
</xs:element>
|
|
2379
|
+
<xs:element name="NonUseCancelledIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2380
|
+
<xs:element name="SpecialCircumstanceText" type="xs:string" minOccurs="0"/>
|
|
2381
|
+
<xs:element name="TotalMarkSeries" type="xs:integer" minOccurs="0"/>
|
|
2382
|
+
<xs:element name="TradeDistinctivenessIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2383
|
+
<xs:element name="TradeDistinctivenessText" type="TextType" minOccurs="0"/>
|
|
2384
|
+
<xs:element name="UseRight" type="UseRightType" minOccurs="0"/>
|
|
2385
|
+
<xs:element name="AsItIsProtectionIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2386
|
+
<xs:element name="UseRequirementText" type="TextType" minOccurs="0"/>
|
|
2387
|
+
<xs:element name="UseLimitationText" type="TextType" minOccurs="0"/>
|
|
2388
|
+
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
|
|
2389
|
+
<xs:element name="OppositionPeriodStartDate" type="xs:date" minOccurs="0"/>
|
|
2390
|
+
<xs:element name="OppositionPeriodEndDate" type="xs:date" minOccurs="0"/>
|
|
2391
|
+
<xs:element name="WordMarkSpecification" type="WordMarkSpecificationType" minOccurs="0"/>
|
|
2392
|
+
<xs:element name="MarkImageDetails" minOccurs="0">
|
|
2393
|
+
<xs:complexType>
|
|
2394
|
+
<xs:sequence>
|
|
2395
|
+
<xs:element name="MarkImage" type="MarkImageType" maxOccurs="unbounded"/>
|
|
2396
|
+
</xs:sequence>
|
|
2397
|
+
</xs:complexType>
|
|
2398
|
+
</xs:element>
|
|
2399
|
+
<xs:element name="MarkSoundDetails" minOccurs="0">
|
|
2400
|
+
<xs:complexType>
|
|
2401
|
+
<xs:sequence>
|
|
2402
|
+
<xs:element name="MarkSound" type="MarkSoundType"/>
|
|
2403
|
+
</xs:sequence>
|
|
2404
|
+
</xs:complexType>
|
|
2405
|
+
</xs:element>
|
|
2406
|
+
<xs:element name="GoodsServicesDetails" minOccurs="0">
|
|
2407
|
+
<xs:complexType>
|
|
2408
|
+
<xs:sequence>
|
|
2409
|
+
<xs:choice minOccurs="0">
|
|
2410
|
+
<xs:element name="GoodsServices" type="GoodsServicesType" maxOccurs="unbounded"/>
|
|
2411
|
+
<xs:element name="GoodsServicesSameListAs" type="KeyType" maxOccurs="unbounded"/>
|
|
2412
|
+
</xs:choice>
|
|
2413
|
+
</xs:sequence>
|
|
2414
|
+
</xs:complexType>
|
|
2415
|
+
</xs:element>
|
|
2416
|
+
<xs:element name="PriorityDetails" minOccurs="0">
|
|
2417
|
+
<xs:complexType>
|
|
2418
|
+
<xs:sequence>
|
|
2419
|
+
<xs:element name="Priority" type="PriorityType" maxOccurs="unbounded"/>
|
|
2420
|
+
</xs:sequence>
|
|
2421
|
+
</xs:complexType>
|
|
2422
|
+
</xs:element>
|
|
2423
|
+
<xs:element name="ExhibitionPriorityDetails" minOccurs="0">
|
|
2424
|
+
<xs:complexType>
|
|
2425
|
+
<xs:sequence>
|
|
2426
|
+
<xs:element name="ExhibitionPriority" type="ExhibitionPriorityType" maxOccurs="unbounded"/>
|
|
2427
|
+
</xs:sequence>
|
|
2428
|
+
</xs:complexType>
|
|
2429
|
+
</xs:element>
|
|
2430
|
+
<xs:element name="SeniorityDetails" minOccurs="0">
|
|
2431
|
+
<xs:complexType>
|
|
2432
|
+
<xs:sequence>
|
|
2433
|
+
<xs:element name="Seniority" type="SeniorityType" maxOccurs="unbounded"/>
|
|
2434
|
+
</xs:sequence>
|
|
2435
|
+
</xs:complexType>
|
|
2436
|
+
</xs:element>
|
|
2437
|
+
<xs:element name="PublicationDetails" minOccurs="0">
|
|
2438
|
+
<xs:complexType>
|
|
2439
|
+
<xs:sequence>
|
|
2440
|
+
<xs:element name="Publication" type="PublicationType" maxOccurs="unbounded"/>
|
|
2441
|
+
</xs:sequence>
|
|
2442
|
+
</xs:complexType>
|
|
2443
|
+
</xs:element>
|
|
2444
|
+
<xs:element name="ApplicantDetails" minOccurs="0">
|
|
2445
|
+
<xs:complexType>
|
|
2446
|
+
<xs:sequence>
|
|
2447
|
+
<xs:choice>
|
|
2448
|
+
<xs:element name="ApplicantKey" type="KeyType" maxOccurs="unbounded"/>
|
|
2449
|
+
<xs:element name="Applicant" type="ApplicantType" maxOccurs="unbounded"/>
|
|
2450
|
+
</xs:choice>
|
|
2451
|
+
</xs:sequence>
|
|
2452
|
+
</xs:complexType>
|
|
2453
|
+
</xs:element>
|
|
2454
|
+
<xs:element name="RepresentativeDetails" minOccurs="0">
|
|
2455
|
+
<xs:complexType>
|
|
2456
|
+
<xs:sequence>
|
|
2457
|
+
<xs:choice>
|
|
2458
|
+
<xs:element name="RepresentativeKey" type="KeyType" maxOccurs="unbounded"/>
|
|
2459
|
+
<xs:element name="Representative" type="RepresentativeType" maxOccurs="unbounded"/>
|
|
2460
|
+
</xs:choice>
|
|
2461
|
+
</xs:sequence>
|
|
2462
|
+
</xs:complexType>
|
|
2463
|
+
</xs:element>
|
|
2464
|
+
<xs:element name="StaffDetails" minOccurs="0">
|
|
2465
|
+
<xs:complexType>
|
|
2466
|
+
<xs:sequence>
|
|
2467
|
+
<xs:element name="Staff" type="StaffType" maxOccurs="unbounded"/>
|
|
2468
|
+
</xs:sequence>
|
|
2469
|
+
</xs:complexType>
|
|
2470
|
+
</xs:element>
|
|
2471
|
+
<xs:element name="Authorization" type="AuthorizationType" minOccurs="0"/>
|
|
2472
|
+
<xs:choice minOccurs="0">
|
|
2473
|
+
<xs:element name="CorrespondenceAddressKey" type="CorrespondenceAddressKeyType"/>
|
|
2474
|
+
<xs:element name="CorrespondenceAddress" type="CorrespondenceAddressType"/>
|
|
2475
|
+
</xs:choice>
|
|
2476
|
+
<xs:element name="OppositionDetails" minOccurs="0">
|
|
2477
|
+
<xs:complexType>
|
|
2478
|
+
<xs:sequence>
|
|
2479
|
+
<xs:element name="Opposition" type="OppositionType" maxOccurs="unbounded"/>
|
|
2480
|
+
</xs:sequence>
|
|
2481
|
+
</xs:complexType>
|
|
2482
|
+
</xs:element>
|
|
2483
|
+
<xs:element name="MarkRecordDetails" minOccurs="0">
|
|
2484
|
+
<xs:complexType>
|
|
2485
|
+
<xs:sequence>
|
|
2486
|
+
<xs:element name="MarkRecord" type="MarkRecordType" maxOccurs="unbounded"/>
|
|
2487
|
+
</xs:sequence>
|
|
2488
|
+
</xs:complexType>
|
|
2489
|
+
</xs:element>
|
|
2490
|
+
<xs:element name="MarkEventDetails" minOccurs="0">
|
|
2491
|
+
<xs:complexType>
|
|
2492
|
+
<xs:sequence>
|
|
2493
|
+
<xs:element name="MarkEvent" type="MarkEventType" maxOccurs="unbounded"/>
|
|
2494
|
+
</xs:sequence>
|
|
2495
|
+
</xs:complexType>
|
|
2496
|
+
</xs:element>
|
|
2497
|
+
<xs:element name="TradeMarkDocumentDetails" minOccurs="0">
|
|
2498
|
+
<xs:complexType>
|
|
2499
|
+
<xs:sequence>
|
|
2500
|
+
<xs:element name="TradeMarkDocument" type="DocumentType" maxOccurs="unbounded"/>
|
|
2501
|
+
</xs:sequence>
|
|
2502
|
+
</xs:complexType>
|
|
2503
|
+
</xs:element>
|
|
2504
|
+
<xs:element name="TradeMarkVersion" type="VersionType" minOccurs="0"/>
|
|
2505
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2506
|
+
</xs:sequence>
|
|
2507
|
+
<xs:attribute name="operationCode" type="OperationCodeType" use="optional"/>
|
|
2508
|
+
</xs:complexType>
|
|
2509
|
+
<!-- ====================================================================== -->
|
|
2510
|
+
<!-- Filename : UseRightType.xsd -->
|
|
2511
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2512
|
+
<!-- Version : 1.1 Revision -->
|
|
2513
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2514
|
+
<!-- ====================================================================== -->
|
|
2515
|
+
<xs:complexType name="UseRightType">
|
|
2516
|
+
<xs:sequence>
|
|
2517
|
+
<xs:element name="UseRightIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2518
|
+
<xs:element name="UseRightText" type="TextType" minOccurs="0"/>
|
|
2519
|
+
<xs:element name="UseRightGoodsServices" type="GoodsServicesType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2520
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2521
|
+
</xs:sequence>
|
|
2522
|
+
</xs:complexType>
|
|
2523
|
+
<!-- ====================================================================== -->
|
|
2524
|
+
<!-- Filename : VersionType.xsd -->
|
|
2525
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2526
|
+
<!-- Version : 1.1 Revision -->
|
|
2527
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2528
|
+
<!-- ====================================================================== -->
|
|
2529
|
+
<xs:complexType name="VersionType">
|
|
2530
|
+
<xs:sequence>
|
|
2531
|
+
<xs:element name="VersionNumber" type="xs:string" minOccurs="0"/>
|
|
2532
|
+
<xs:choice minOccurs="0">
|
|
2533
|
+
<xs:element name="VersionDate" type="xs:date"/>
|
|
2534
|
+
<xs:element name="VersionDateTime" type="xs:dateTime"/>
|
|
2535
|
+
</xs:choice>
|
|
2536
|
+
<xs:element name="Comment" type="TextType" minOccurs="0"/>
|
|
2537
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2538
|
+
</xs:sequence>
|
|
2539
|
+
</xs:complexType>
|
|
2540
|
+
<!-- ====================================================================== -->
|
|
2541
|
+
<!-- Filename : WordMarkSpecificationType.xsd -->
|
|
2542
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2543
|
+
<!-- Version : 1.1 Revision -->
|
|
2544
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2545
|
+
<!-- ====================================================================== -->
|
|
2546
|
+
<xs:complexType name="WordMarkSpecificationType">
|
|
2547
|
+
<xs:sequence>
|
|
2548
|
+
<xs:element name="MarkVerbalElementText" type="TextType" minOccurs="0"/>
|
|
2549
|
+
<xs:element name="MarkSignificantVerbalElement" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2550
|
+
<xs:element name="MarkVerbalElementSignificantIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2551
|
+
<xs:element name="MarkTranslation" type="TextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2552
|
+
<xs:element name="MarkTransliteration" type="MarkTransliterationType" minOccurs="0"/>
|
|
2553
|
+
<xs:element name="MarkTranscription" type="MarkTranscriptionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
2554
|
+
<xs:element name="MarkStandardCharacterIndicator" type="xs:boolean" minOccurs="0"/>
|
|
2555
|
+
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
|
2556
|
+
</xs:sequence>
|
|
2557
|
+
</xs:complexType>
|
|
2558
|
+
<!-- ********************************************************************** -->
|
|
2559
|
+
<!-- ********************************************************************** -->
|
|
2560
|
+
<!-- * ADDITIONAL TYPES LIBRARY ******************************************* -->
|
|
2561
|
+
<!-- * ******************************************************************** -->
|
|
2562
|
+
<!-- ********************************************************************** -->
|
|
2563
|
+
<!-- ====================================================================== -->
|
|
2564
|
+
<!-- Filename : AccountDebitKindType.xsd -->
|
|
2565
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2566
|
+
<!-- Version : 1.1 Revision -->
|
|
2567
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2568
|
+
<!-- ====================================================================== -->
|
|
2569
|
+
<xs:simpleType name="AccountDebitKindType">
|
|
2570
|
+
<xs:union memberTypes="xs:token">
|
|
2571
|
+
<xs:simpleType>
|
|
2572
|
+
<xs:restriction base="xs:token">
|
|
2573
|
+
<xs:enumeration value="Basic Fee Immediate"/>
|
|
2574
|
+
<xs:enumeration value="Basic Fee End of Period"/>
|
|
2575
|
+
<xs:enumeration value="Basic and Class Fee"/>
|
|
2576
|
+
</xs:restriction>
|
|
2577
|
+
</xs:simpleType>
|
|
2578
|
+
</xs:union>
|
|
2579
|
+
</xs:simpleType>
|
|
2580
|
+
<!-- ====================================================================== -->
|
|
2581
|
+
<!-- Filename : AmountType.xsd -->
|
|
2582
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2583
|
+
<!-- Version : 1.1 Revision -->
|
|
2584
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2585
|
+
<!-- ====================================================================== -->
|
|
2586
|
+
<xs:complexType name="AmountType">
|
|
2587
|
+
<xs:simpleContent>
|
|
2588
|
+
<xs:extension base="xs:decimal">
|
|
2589
|
+
<xs:attribute name="currencyCode" type="ISOCurrencyCodeType" use="optional"/>
|
|
2590
|
+
</xs:extension>
|
|
2591
|
+
</xs:simpleContent>
|
|
2592
|
+
</xs:complexType>
|
|
2593
|
+
<!-- ====================================================================== -->
|
|
2594
|
+
<!-- Filename : AppealCurrentStatusCodeType.xsd -->
|
|
2595
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2596
|
+
<!-- Version : 1.1 Revision -->
|
|
2597
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2598
|
+
<!-- ====================================================================== -->
|
|
2599
|
+
<xs:simpleType name="AppealCurrentStatusCodeType">
|
|
2600
|
+
<xs:union memberTypes="xs:token">
|
|
2601
|
+
<xs:simpleType>
|
|
2602
|
+
<xs:restriction base="xs:token">
|
|
2603
|
+
<xs:enumeration value="Appeal filed"/>
|
|
2604
|
+
<xs:enumeration value="Admissibility checked"/>
|
|
2605
|
+
<xs:enumeration value="First waiting for appellant's response"/>
|
|
2606
|
+
<xs:enumeration value="Second waiting for appellant's response"/>
|
|
2607
|
+
<xs:enumeration value="First waiting for respondent's response"/>
|
|
2608
|
+
<xs:enumeration value="Second waiting for respondent's response"/>
|
|
2609
|
+
<xs:enumeration value="Designation of rapporteur done"/>
|
|
2610
|
+
<xs:enumeration value="Oral procedure pending"/>
|
|
2611
|
+
<xs:enumeration value="Rapport sent to parties"/>
|
|
2612
|
+
<xs:enumeration value="Decision rendered and notified"/>
|
|
2613
|
+
<xs:enumeration value="Appeal with the Court of Justice pending"/>
|
|
2614
|
+
<xs:enumeration value="Final decision - Appeal withdrawn"/>
|
|
2615
|
+
<xs:enumeration value="Final decision Appeal rejected"/>
|
|
2616
|
+
<xs:enumeration value="Final decision Appeal rejected in part"/>
|
|
2617
|
+
<xs:enumeration value="No decision Appeal not duly entered"/>
|
|
2618
|
+
<xs:enumeration value="No decision ex parte"/>
|
|
2619
|
+
<xs:enumeration value="No decision inter partes"/>
|
|
2620
|
+
<xs:enumeration value="Appeal closed"/>
|
|
2621
|
+
</xs:restriction>
|
|
2622
|
+
</xs:simpleType>
|
|
2623
|
+
</xs:union>
|
|
2624
|
+
</xs:simpleType>
|
|
2625
|
+
<!-- ====================================================================== -->
|
|
2626
|
+
<!-- Filename : AppealEventCodeType.xsd -->
|
|
2627
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2628
|
+
<!-- Version : 1.1 Revision -->
|
|
2629
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2630
|
+
<!-- ====================================================================== -->
|
|
2631
|
+
<xs:simpleType name="AppealEventCodeType">
|
|
2632
|
+
<xs:union memberTypes="xs:token">
|
|
2633
|
+
<xs:simpleType>
|
|
2634
|
+
<xs:restriction base="xs:token">
|
|
2635
|
+
<xs:enumeration value="Appeal filed"/>
|
|
2636
|
+
<xs:enumeration value="Admissibility checked"/>
|
|
2637
|
+
<xs:enumeration value="First waiting for appellant's response"/>
|
|
2638
|
+
<xs:enumeration value="Second waiting for appellant's response"/>
|
|
2639
|
+
<xs:enumeration value="First waiting for respondent's response"/>
|
|
2640
|
+
<xs:enumeration value="Second waiting for respondent's response"/>
|
|
2641
|
+
<xs:enumeration value="Designation of rapporteur done"/>
|
|
2642
|
+
<xs:enumeration value="Oral procedure pending"/>
|
|
2643
|
+
<xs:enumeration value="Rapport sent to parties"/>
|
|
2644
|
+
<xs:enumeration value="Decision rendered and notified"/>
|
|
2645
|
+
<xs:enumeration value="Appeal with the Court of Justice pending"/>
|
|
2646
|
+
<xs:enumeration value="Final decision - Appeal withdrawn"/>
|
|
2647
|
+
<xs:enumeration value="Final decision Appeal rejected"/>
|
|
2648
|
+
<xs:enumeration value="Final decision Appeal rejected in part"/>
|
|
2649
|
+
<xs:enumeration value="No decision Appeal not duly entered"/>
|
|
2650
|
+
<xs:enumeration value="No decision ex parte"/>
|
|
2651
|
+
<xs:enumeration value="No decision inter partes"/>
|
|
2652
|
+
<xs:enumeration value="Appeal closed"/>
|
|
2653
|
+
</xs:restriction>
|
|
2654
|
+
</xs:simpleType>
|
|
2655
|
+
</xs:union>
|
|
2656
|
+
</xs:simpleType>
|
|
2657
|
+
<!-- ====================================================================== -->
|
|
2658
|
+
<!-- Filename : AppealPartiesKindType.xsd -->
|
|
2659
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2660
|
+
<!-- Version : 1.1 Revision -->
|
|
2661
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2662
|
+
<!-- ====================================================================== -->
|
|
2663
|
+
<xs:simpleType name="AppealPartiesKindType">
|
|
2664
|
+
<xs:union memberTypes="xs:token">
|
|
2665
|
+
<xs:simpleType>
|
|
2666
|
+
<xs:restriction base="xs:token">
|
|
2667
|
+
<xs:enumeration value="Ex Parte"/>
|
|
2668
|
+
<xs:enumeration value="Inter Partes"/>
|
|
2669
|
+
<xs:enumeration value="Other"/>
|
|
2670
|
+
</xs:restriction>
|
|
2671
|
+
</xs:simpleType>
|
|
2672
|
+
</xs:union>
|
|
2673
|
+
</xs:simpleType>
|
|
2674
|
+
<!-- ====================================================================== -->
|
|
2675
|
+
<!-- Filename : AuthorizationDocumentSupplyType.xsd -->
|
|
2676
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2677
|
+
<!-- Version : 1.1 Revision -->
|
|
2678
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2679
|
+
<!-- ====================================================================== -->
|
|
2680
|
+
<xs:simpleType name="AuthorizationDocumentSupplyType">
|
|
2681
|
+
<xs:union memberTypes="xs:token">
|
|
2682
|
+
<xs:simpleType>
|
|
2683
|
+
<xs:restriction base="xs:token">
|
|
2684
|
+
<xs:enumeration value="Already on file"/>
|
|
2685
|
+
<xs:enumeration value="Attached"/>
|
|
2686
|
+
<xs:enumeration value="To follow"/>
|
|
2687
|
+
</xs:restriction>
|
|
2688
|
+
</xs:simpleType>
|
|
2689
|
+
</xs:union>
|
|
2690
|
+
</xs:simpleType>
|
|
2691
|
+
<!-- ====================================================================== -->
|
|
2692
|
+
<!-- Filename : AuthorizationKindType.xsd -->
|
|
2693
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2694
|
+
<!-- Version : 1.1 Revision -->
|
|
2695
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2696
|
+
<!-- ====================================================================== -->
|
|
2697
|
+
<xs:simpleType name="AuthorizationKindType">
|
|
2698
|
+
<xs:union memberTypes="xs:token">
|
|
2699
|
+
<xs:simpleType>
|
|
2700
|
+
<xs:restriction base="xs:token">
|
|
2701
|
+
<xs:enumeration value="General Authorization"/>
|
|
2702
|
+
<xs:enumeration value="Specific Authorization"/>
|
|
2703
|
+
</xs:restriction>
|
|
2704
|
+
</xs:simpleType>
|
|
2705
|
+
</xs:union>
|
|
2706
|
+
</xs:simpleType>
|
|
2707
|
+
<!-- ====================================================================== -->
|
|
2708
|
+
<!-- Filename : BasicRecordKindType.xsd -->
|
|
2709
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2710
|
+
<!-- Version : 1.1 Revision -->
|
|
2711
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2712
|
+
<!-- ====================================================================== -->
|
|
2713
|
+
<xs:simpleType name="BasicRecordKindType">
|
|
2714
|
+
<xs:union memberTypes="xs:token">
|
|
2715
|
+
<xs:simpleType>
|
|
2716
|
+
<xs:restriction base="xs:token">
|
|
2717
|
+
<xs:enumeration value="Second Part Fee Paid"/>
|
|
2718
|
+
<xs:enumeration value="Second Part Fee Not Paid"/>
|
|
2719
|
+
<xs:enumeration value="Protection Granted"/>
|
|
2720
|
+
<xs:enumeration value="Judicial Action"/>
|
|
2721
|
+
<xs:enumeration value="Effect Continuation"/>
|
|
2722
|
+
<xs:enumeration value="Renunciation"/>
|
|
2723
|
+
<xs:enumeration value="Transfer Refusal"/>
|
|
2724
|
+
<xs:enumeration value="Representative Appointed"/>
|
|
2725
|
+
<xs:enumeration value="Appeal Expired"/>
|
|
2726
|
+
<xs:enumeration value="Appeal Lapsed"/>
|
|
2727
|
+
<xs:enumeration value="Appeal Withdrawn"/>
|
|
2728
|
+
<xs:enumeration value="Total Refusal"/>
|
|
2729
|
+
<xs:enumeration value="Total Invalidation"/>
|
|
2730
|
+
<xs:enumeration value="Total Cancellation"/>
|
|
2731
|
+
<xs:enumeration value="Total Ceasing Effect"/>
|
|
2732
|
+
<xs:enumeration value="Final Confirmation Refusal"/>
|
|
2733
|
+
<xs:enumeration value="Final Reversing Refusal"/>
|
|
2734
|
+
<xs:enumeration value="Final Total Refusal"/>
|
|
2735
|
+
<xs:enumeration value="Renewal Under Rule 40.3"/>
|
|
2736
|
+
<xs:enumeration value="Non Renewal"/>
|
|
2737
|
+
<xs:enumeration value="Non Renewal Certain Parties"/>
|
|
2738
|
+
<xs:enumeration value="Non Renewal Under Rule 40.3"/>
|
|
2739
|
+
<xs:enumeration value="Registration"/>
|
|
2740
|
+
<xs:enumeration value="Subsequent Designation"/>
|
|
2741
|
+
<xs:enumeration value="Limitation"/>
|
|
2742
|
+
<xs:enumeration value="No Effect Limitation"/>
|
|
2743
|
+
<xs:enumeration value="Partial Refusal"/>
|
|
2744
|
+
<xs:enumeration value="Partial Ceasing Effect"/>
|
|
2745
|
+
<xs:enumeration value="Partial Invalidation"/>
|
|
2746
|
+
<xs:enumeration value="Partial Cancellation"/>
|
|
2747
|
+
<xs:enumeration value="Renewal"/>
|
|
2748
|
+
<xs:enumeration value="Complementary Renewal"/>
|
|
2749
|
+
<xs:enumeration value="Final Other Decision"/>
|
|
2750
|
+
</xs:restriction>
|
|
2751
|
+
</xs:simpleType>
|
|
2752
|
+
</xs:union>
|
|
2753
|
+
</xs:simpleType>
|
|
2754
|
+
<!-- ====================================================================== -->
|
|
2755
|
+
<!-- Filename : CardKindCodeType.xsd -->
|
|
2756
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2757
|
+
<!-- Version : 1.1 Revision -->
|
|
2758
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2759
|
+
<!-- ====================================================================== -->
|
|
2760
|
+
<xs:simpleType name="CardKindCodeType">
|
|
2761
|
+
<xs:union memberTypes="xs:token">
|
|
2762
|
+
<xs:simpleType>
|
|
2763
|
+
<xs:restriction base="xs:token">
|
|
2764
|
+
<xs:enumeration value="Credit Card"/>
|
|
2765
|
+
<xs:enumeration value="Debit Card"/>
|
|
2766
|
+
</xs:restriction>
|
|
2767
|
+
</xs:simpleType>
|
|
2768
|
+
</xs:union>
|
|
2769
|
+
</xs:simpleType>
|
|
2770
|
+
<!-- ====================================================================== -->
|
|
2771
|
+
<!-- Filename : CaseReferenceKindType.xsd -->
|
|
2772
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2773
|
+
<!-- Version : 1.1 Revision -->
|
|
2774
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2775
|
+
<!-- ====================================================================== -->
|
|
2776
|
+
<xs:simpleType name="CaseReferenceKindType">
|
|
2777
|
+
<xs:union memberTypes="xs:token">
|
|
2778
|
+
<xs:simpleType>
|
|
2779
|
+
<xs:restriction base="xs:token">
|
|
2780
|
+
<xs:enumeration value="Trade Mark"/>
|
|
2781
|
+
<xs:enumeration value="Opposition"/>
|
|
2782
|
+
<xs:enumeration value="Mark Record"/>
|
|
2783
|
+
<xs:enumeration value="Decision"/>
|
|
2784
|
+
<xs:enumeration value="General Authorization"/>
|
|
2785
|
+
<xs:enumeration value="Current Account"/>
|
|
2786
|
+
<xs:enumeration value="Representative List"/>
|
|
2787
|
+
<xs:enumeration value="Appeal"/>
|
|
2788
|
+
<xs:enumeration value="Other"/>
|
|
2789
|
+
</xs:restriction>
|
|
2790
|
+
</xs:simpleType>
|
|
2791
|
+
</xs:union>
|
|
2792
|
+
</xs:simpleType>
|
|
2793
|
+
<!-- ====================================================================== -->
|
|
2794
|
+
<!-- Filename : CaseReferenceType.xsd -->
|
|
2795
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2796
|
+
<!-- Version : 1.1 Revision -->
|
|
2797
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2798
|
+
<!-- ====================================================================== -->
|
|
2799
|
+
<xs:complexType name="CaseReferenceType">
|
|
2800
|
+
<xs:simpleContent>
|
|
2801
|
+
<xs:extension base="TextType">
|
|
2802
|
+
<xs:attribute name="caseReferenceKind" type="CaseReferenceKindType" use="optional"/>
|
|
2803
|
+
</xs:extension>
|
|
2804
|
+
</xs:simpleContent>
|
|
2805
|
+
</xs:complexType>
|
|
2806
|
+
<!-- ====================================================================== -->
|
|
2807
|
+
<!-- Filename : CategoryCodeType.xsd -->
|
|
2808
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2809
|
+
<!-- Version : 1.1 Revision -->
|
|
2810
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2811
|
+
<!-- ====================================================================== -->
|
|
2812
|
+
<xs:simpleType name="CategoryCodeType">
|
|
2813
|
+
<xs:union memberTypes="xs:token">
|
|
2814
|
+
<xs:simpleType>
|
|
2815
|
+
<xs:restriction base="xs:string">
|
|
2816
|
+
<xs:pattern value="[0-9][0-9].[0-9][0-9].[0-9][0-9]|[0-9][0-9].[0-9][0-9]|([0-9][0-9]){4}|([0-9][0-9]){6}"/>
|
|
2817
|
+
</xs:restriction>
|
|
2818
|
+
</xs:simpleType>
|
|
2819
|
+
</xs:union>
|
|
2820
|
+
</xs:simpleType>
|
|
2821
|
+
<!-- ====================================================================== -->
|
|
2822
|
+
<!-- Filename : CategoryKindType.xsd -->
|
|
2823
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2824
|
+
<!-- Version : 1.1 Revision -->
|
|
2825
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2826
|
+
<!-- ====================================================================== -->
|
|
2827
|
+
<xs:simpleType name="CategoryKindType">
|
|
2828
|
+
<xs:union memberTypes="xs:token">
|
|
2829
|
+
<xs:simpleType>
|
|
2830
|
+
<xs:restriction base="xs:token">
|
|
2831
|
+
<xs:enumeration value="Vienna"/>
|
|
2832
|
+
<xs:enumeration value="Domestic"/>
|
|
2833
|
+
<xs:enumeration value="Undefined"/>
|
|
2834
|
+
</xs:restriction>
|
|
2835
|
+
</xs:simpleType>
|
|
2836
|
+
</xs:union>
|
|
2837
|
+
</xs:simpleType>
|
|
2838
|
+
<!-- ====================================================================== -->
|
|
2839
|
+
<!-- Filename : ChipCodeType.xsd -->
|
|
2840
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2841
|
+
<!-- Version : 1.1 Revision -->
|
|
2842
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2843
|
+
<!-- ====================================================================== -->
|
|
2844
|
+
<xs:simpleType name="ChipCodeType">
|
|
2845
|
+
<xs:union memberTypes="xs:token">
|
|
2846
|
+
<xs:simpleType>
|
|
2847
|
+
<xs:restriction base="xs:token">
|
|
2848
|
+
<xs:enumeration value="Chip"/>
|
|
2849
|
+
<xs:enumeration value="MagneticStripe"/>
|
|
2850
|
+
</xs:restriction>
|
|
2851
|
+
</xs:simpleType>
|
|
2852
|
+
</xs:union>
|
|
2853
|
+
</xs:simpleType>
|
|
2854
|
+
<!-- ====================================================================== -->
|
|
2855
|
+
<!-- Filename : ClassNumberStatusCodeType.xsd -->
|
|
2856
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2857
|
+
<!-- Version : 1.1 Revision -->
|
|
2858
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2859
|
+
<!-- ====================================================================== -->
|
|
2860
|
+
<xs:simpleType name="ClassNumberStatusCodeType">
|
|
2861
|
+
<xs:union memberTypes="xs:token">
|
|
2862
|
+
<xs:simpleType>
|
|
2863
|
+
<xs:restriction base="xs:token">
|
|
2864
|
+
<xs:enumeration value="Provisional"/>
|
|
2865
|
+
</xs:restriction>
|
|
2866
|
+
</xs:simpleType>
|
|
2867
|
+
</xs:union>
|
|
2868
|
+
</xs:simpleType>
|
|
2869
|
+
<!-- ====================================================================== -->
|
|
2870
|
+
<!-- Filename : ClassNumberType.xsd -->
|
|
2871
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2872
|
+
<!-- Version : 1.1 Revision -->
|
|
2873
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2874
|
+
<!-- ====================================================================== -->
|
|
2875
|
+
<xs:simpleType name="ClassNumberType">
|
|
2876
|
+
<xs:union memberTypes="xs:token NiceClassNumberType"/>
|
|
2877
|
+
</xs:simpleType>
|
|
2878
|
+
<!-- ====================================================================== -->
|
|
2879
|
+
<!-- Filename : ClassificationKindCodeType.xsd -->
|
|
2880
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2881
|
+
<!-- Version : 1.1 Revision -->
|
|
2882
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2883
|
+
<!-- ====================================================================== -->
|
|
2884
|
+
<xs:simpleType name="ClassificationKindCodeType">
|
|
2885
|
+
<xs:union memberTypes="xs:token">
|
|
2886
|
+
<xs:simpleType>
|
|
2887
|
+
<xs:restriction base="xs:token">
|
|
2888
|
+
<xs:enumeration value="Nice"/>
|
|
2889
|
+
<xs:enumeration value="Domestic"/>
|
|
2890
|
+
<xs:enumeration value="Other"/>
|
|
2891
|
+
</xs:restriction>
|
|
2892
|
+
</xs:simpleType>
|
|
2893
|
+
</xs:union>
|
|
2894
|
+
</xs:simpleType>
|
|
2895
|
+
<!-- ====================================================================== -->
|
|
2896
|
+
<!-- Filename : ClassificationTermSourceType.xsd -->
|
|
2897
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2898
|
+
<!-- Version : 1.1 Revision -->
|
|
2899
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2900
|
+
<!-- ====================================================================== -->
|
|
2901
|
+
<xs:simpleType name="ClassificationTermSourceType">
|
|
2902
|
+
<xs:union memberTypes="xs:token">
|
|
2903
|
+
<xs:simpleType>
|
|
2904
|
+
<xs:restriction base="xs:token">
|
|
2905
|
+
<xs:enumeration value="Nice"/>
|
|
2906
|
+
<xs:enumeration value="Office"/>
|
|
2907
|
+
<xs:enumeration value="EM-JP-US"/>
|
|
2908
|
+
<xs:enumeration value="EM-US"/>
|
|
2909
|
+
</xs:restriction>
|
|
2910
|
+
</xs:simpleType>
|
|
2911
|
+
</xs:union>
|
|
2912
|
+
</xs:simpleType>
|
|
2913
|
+
<!-- ====================================================================== -->
|
|
2914
|
+
<!-- Filename : ClassificationTermStatusCodeType.xsd -->
|
|
2915
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2916
|
+
<!-- Version : 1.1 Revision -->
|
|
2917
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2918
|
+
<!-- ====================================================================== -->
|
|
2919
|
+
<xs:simpleType name="ClassificationTermStatusCodeType">
|
|
2920
|
+
<xs:union memberTypes="xs:token">
|
|
2921
|
+
<xs:simpleType>
|
|
2922
|
+
<xs:restriction base="xs:token">
|
|
2923
|
+
<xs:enumeration value="Requested"/>
|
|
2924
|
+
<xs:enumeration value="Accepted"/>
|
|
2925
|
+
<xs:enumeration value="Refused"/>
|
|
2926
|
+
<xs:enumeration value="No longer in use"/>
|
|
2927
|
+
</xs:restriction>
|
|
2928
|
+
</xs:simpleType>
|
|
2929
|
+
</xs:union>
|
|
2930
|
+
</xs:simpleType>
|
|
2931
|
+
<!-- ====================================================================== -->
|
|
2932
|
+
<!-- Filename : ClassificationTermStatusType.xsd -->
|
|
2933
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2934
|
+
<!-- Version : 1.1 Revision -->
|
|
2935
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2936
|
+
<!-- ====================================================================== -->
|
|
2937
|
+
<xs:complexType name="ClassificationTermStatusType">
|
|
2938
|
+
<xs:simpleContent>
|
|
2939
|
+
<xs:extension base="ClassificationTermStatusCodeType">
|
|
2940
|
+
<xs:attribute name="officeCode" type="WIPOST3CodeType" use="optional"/>
|
|
2941
|
+
</xs:extension>
|
|
2942
|
+
</xs:simpleContent>
|
|
2943
|
+
</xs:complexType>
|
|
2944
|
+
<!-- ====================================================================== -->
|
|
2945
|
+
<!-- Filename : CorrespondenceAddressPartyType.xsd -->
|
|
2946
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2947
|
+
<!-- Version : 1.1 Revision -->
|
|
2948
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2949
|
+
<!-- ====================================================================== -->
|
|
2950
|
+
<xs:simpleType name="CorrespondenceAddressPartyType">
|
|
2951
|
+
<xs:union memberTypes="xs:token">
|
|
2952
|
+
<xs:simpleType>
|
|
2953
|
+
<xs:restriction base="xs:token">
|
|
2954
|
+
<xs:enumeration value="Applicant"/>
|
|
2955
|
+
<xs:enumeration value="Representative"/>
|
|
2956
|
+
</xs:restriction>
|
|
2957
|
+
</xs:simpleType>
|
|
2958
|
+
</xs:union>
|
|
2959
|
+
</xs:simpleType>
|
|
2960
|
+
<!-- ====================================================================== -->
|
|
2961
|
+
<!-- Filename : DecisionCurrentStatusCodeType.xsd -->
|
|
2962
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2963
|
+
<!-- Version : 1.1 Revision -->
|
|
2964
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2965
|
+
<!-- ====================================================================== -->
|
|
2966
|
+
<xs:simpleType name="DecisionCurrentStatusCodeType">
|
|
2967
|
+
<xs:union memberTypes="xs:token">
|
|
2968
|
+
<xs:simpleType>
|
|
2969
|
+
<xs:restriction base="xs:token">
|
|
2970
|
+
<xs:enumeration value="Decision Filed"/>
|
|
2971
|
+
<xs:enumeration value="Decision Pending"/>
|
|
2972
|
+
<xs:enumeration value="Final Decision"/>
|
|
2973
|
+
</xs:restriction>
|
|
2974
|
+
</xs:simpleType>
|
|
2975
|
+
</xs:union>
|
|
2976
|
+
</xs:simpleType>
|
|
2977
|
+
<!-- ====================================================================== -->
|
|
2978
|
+
<!-- Filename : DecisionEventCodeType.xsd -->
|
|
2979
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2980
|
+
<!-- Version : 1.1 Revision -->
|
|
2981
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2982
|
+
<!-- ====================================================================== -->
|
|
2983
|
+
<xs:simpleType name="DecisionEventCodeType">
|
|
2984
|
+
<xs:union memberTypes="xs:token">
|
|
2985
|
+
<xs:simpleType>
|
|
2986
|
+
<xs:restriction base="xs:token">
|
|
2987
|
+
<xs:enumeration value="Decision Filed"/>
|
|
2988
|
+
<xs:enumeration value="Decision Pending"/>
|
|
2989
|
+
<xs:enumeration value="Final Decision"/>
|
|
2990
|
+
</xs:restriction>
|
|
2991
|
+
</xs:simpleType>
|
|
2992
|
+
</xs:union>
|
|
2993
|
+
</xs:simpleType>
|
|
2994
|
+
<!-- ====================================================================== -->
|
|
2995
|
+
<!-- Filename : DecisionResponsibleType.xsd -->
|
|
2996
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
2997
|
+
<!-- Version : 1.1 Revision -->
|
|
2998
|
+
<!-- Last Update : 2007-12-03 -->
|
|
2999
|
+
<!-- ====================================================================== -->
|
|
3000
|
+
<xs:simpleType name="DecisionResponsibleType">
|
|
3001
|
+
<xs:union memberTypes="xs:token">
|
|
3002
|
+
<xs:simpleType>
|
|
3003
|
+
<xs:restriction base="xs:token">
|
|
3004
|
+
<xs:enumeration value="Trade Mark Examiner"/>
|
|
3005
|
+
<xs:enumeration value="Design Examiner"/>
|
|
3006
|
+
<xs:enumeration value="Opposition Division"/>
|
|
3007
|
+
<xs:enumeration value="Administration of Trade Mark and Design Department"/>
|
|
3008
|
+
<xs:enumeration value="Community Trade Mark Cancellation Division"/>
|
|
3009
|
+
<xs:enumeration value="Design Invalidity Division"/>
|
|
3010
|
+
<xs:enumeration value="Other"/>
|
|
3011
|
+
</xs:restriction>
|
|
3012
|
+
</xs:simpleType>
|
|
3013
|
+
</xs:union>
|
|
3014
|
+
</xs:simpleType>
|
|
3015
|
+
<!-- ====================================================================== -->
|
|
3016
|
+
<!-- Filename : DesignatedUnderCodeType.xsd -->
|
|
3017
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3018
|
+
<!-- Version : 1.1 Revision -->
|
|
3019
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3020
|
+
<!-- ====================================================================== -->
|
|
3021
|
+
<xs:simpleType name="DesignatedUnderCodeType">
|
|
3022
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
3023
|
+
<xs:enumeration value="Agreement"/>
|
|
3024
|
+
<xs:enumeration value="Protocol"/>
|
|
3025
|
+
</xs:restriction>
|
|
3026
|
+
</xs:simpleType>
|
|
3027
|
+
<!-- ====================================================================== -->
|
|
3028
|
+
<!-- Filename : DocumentMediaType.xsd -->
|
|
3029
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3030
|
+
<!-- Version : 1.1 Revision -->
|
|
3031
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3032
|
+
<!-- ====================================================================== -->
|
|
3033
|
+
<xs:simpleType name="DocumentMediaType">
|
|
3034
|
+
<xs:union memberTypes="xs:token">
|
|
3035
|
+
<xs:simpleType>
|
|
3036
|
+
<xs:restriction base="xs:token">
|
|
3037
|
+
<xs:enumeration value="Paper"/>
|
|
3038
|
+
<xs:enumeration value="Fax"/>
|
|
3039
|
+
<xs:enumeration value="File"/>
|
|
3040
|
+
<xs:enumeration value="Other"/>
|
|
3041
|
+
</xs:restriction>
|
|
3042
|
+
</xs:simpleType>
|
|
3043
|
+
</xs:union>
|
|
3044
|
+
</xs:simpleType>
|
|
3045
|
+
<!-- ====================================================================== -->
|
|
3046
|
+
<!-- Filename : EarlierRightKindType.xsd -->
|
|
3047
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3048
|
+
<!-- Version : 1.1 Revision -->
|
|
3049
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3050
|
+
<!-- ====================================================================== -->
|
|
3051
|
+
<xs:simpleType name="EarlierRightKindType">
|
|
3052
|
+
<xs:union memberTypes="xs:token">
|
|
3053
|
+
<xs:simpleType>
|
|
3054
|
+
<xs:restriction base="xs:token">
|
|
3055
|
+
<xs:enumeration value="Filing date"/>
|
|
3056
|
+
<xs:enumeration value="Registration date"/>
|
|
3057
|
+
<xs:enumeration value="Use date"/>
|
|
3058
|
+
</xs:restriction>
|
|
3059
|
+
</xs:simpleType>
|
|
3060
|
+
</xs:union>
|
|
3061
|
+
</xs:simpleType>
|
|
3062
|
+
<!-- ====================================================================== -->
|
|
3063
|
+
<!-- Filename : ExhibitionStatusCodeType.xsd -->
|
|
3064
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3065
|
+
<!-- Version : 1.1 Revision -->
|
|
3066
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3067
|
+
<!-- ====================================================================== -->
|
|
3068
|
+
<xs:simpleType name="ExhibitionStatusCodeType">
|
|
3069
|
+
<xs:union memberTypes="xs:token">
|
|
3070
|
+
<xs:simpleType>
|
|
3071
|
+
<xs:restriction base="xs:token">
|
|
3072
|
+
<xs:enumeration value="Claimed"/>
|
|
3073
|
+
<xs:enumeration value="Accepted"/>
|
|
3074
|
+
<xs:enumeration value="Refused"/>
|
|
3075
|
+
</xs:restriction>
|
|
3076
|
+
</xs:simpleType>
|
|
3077
|
+
</xs:union>
|
|
3078
|
+
</xs:simpleType>
|
|
3079
|
+
<!-- ====================================================================== -->
|
|
3080
|
+
<!-- Filename : ExtendedISOCountryCodeType.xsd -->
|
|
3081
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3082
|
+
<!-- Version : 1.1 Revision -->
|
|
3083
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3084
|
+
<!-- ====================================================================== -->
|
|
3085
|
+
<xs:simpleType name="ExtendedISOCountryCodeType">
|
|
3086
|
+
<xs:union memberTypes="ISOCountryCodeType ISOFormerCountryCodeType"/>
|
|
3087
|
+
</xs:simpleType>
|
|
3088
|
+
<!-- ====================================================================== -->
|
|
3089
|
+
<!-- Filename : ExtendedISOLanguageCodeType.xsd -->
|
|
3090
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3091
|
+
<!-- Version : 1.1 Revision -->
|
|
3092
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3093
|
+
<!-- ====================================================================== -->
|
|
3094
|
+
<xs:simpleType name="ExtendedISOLanguageCodeType">
|
|
3095
|
+
<xs:union memberTypes="ISOLanguageCodeType">
|
|
3096
|
+
<xs:simpleType>
|
|
3097
|
+
<xs:restriction base="xs:token">
|
|
3098
|
+
<xs:enumeration value="Undefined"/>
|
|
3099
|
+
</xs:restriction>
|
|
3100
|
+
</xs:simpleType>
|
|
3101
|
+
</xs:union>
|
|
3102
|
+
</xs:simpleType>
|
|
3103
|
+
<!-- ====================================================================== -->
|
|
3104
|
+
<!-- Filename : ExtendedWIPOST3CodeType.xsd -->
|
|
3105
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3106
|
+
<!-- Version : 1.1 Revision -->
|
|
3107
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3108
|
+
<!-- ====================================================================== -->
|
|
3109
|
+
<xs:simpleType name="ExtendedWIPOST3CodeType">
|
|
3110
|
+
<xs:union memberTypes="WIPOST3CodeType WIPOFormerST3CodeType"/>
|
|
3111
|
+
</xs:simpleType>
|
|
3112
|
+
|
|
3113
|
+
<!-- ====================================================================== -->
|
|
3114
|
+
<!-- Filename : FileFormatType.xsd -->
|
|
3115
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3116
|
+
<!-- Version : 1.1 Revision -->
|
|
3117
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3118
|
+
<!-- ====================================================================== -->
|
|
3119
|
+
<xs:simpleType name="FileFormatType">
|
|
3120
|
+
<xs:union memberTypes="xs:token">
|
|
3121
|
+
<xs:simpleType>
|
|
3122
|
+
<xs:restriction base="xs:token">
|
|
3123
|
+
<xs:enumeration value="JPEG"/>
|
|
3124
|
+
<xs:enumeration value="TIFF"/>
|
|
3125
|
+
<xs:enumeration value="PNG"/>
|
|
3126
|
+
<xs:enumeration value="GIF"/>
|
|
3127
|
+
<xs:enumeration value="Other"/>
|
|
3128
|
+
</xs:restriction>
|
|
3129
|
+
</xs:simpleType>
|
|
3130
|
+
</xs:union>
|
|
3131
|
+
</xs:simpleType>
|
|
3132
|
+
<!-- ====================================================================== -->
|
|
3133
|
+
<!-- Filename : GenderType.xsd -->
|
|
3134
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3135
|
+
<!-- Version : 1.1 Revision -->
|
|
3136
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3137
|
+
<!-- ====================================================================== -->
|
|
3138
|
+
<xs:simpleType name="GenderType">
|
|
3139
|
+
<xs:restriction base="xs:token">
|
|
3140
|
+
<xs:enumeration value="Male"/>
|
|
3141
|
+
<xs:enumeration value="Female"/>
|
|
3142
|
+
<xs:enumeration value="Unknown"/>
|
|
3143
|
+
</xs:restriction>
|
|
3144
|
+
</xs:simpleType>
|
|
3145
|
+
<!-- ====================================================================== -->
|
|
3146
|
+
<!-- Filename : GoodsServicesLimitationCodeType.xsd -->
|
|
3147
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3148
|
+
<!-- Version : 1.1 Revision -->
|
|
3149
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3150
|
+
<!-- ====================================================================== -->
|
|
3151
|
+
<xs:simpleType name="GoodsServicesLimitationCodeType">
|
|
3152
|
+
<xs:union memberTypes="xs:token">
|
|
3153
|
+
<xs:simpleType>
|
|
3154
|
+
<xs:restriction base="xs:token">
|
|
3155
|
+
<xs:enumeration value="List limited to"/>
|
|
3156
|
+
<xs:enumeration value="Remove from list"/>
|
|
3157
|
+
</xs:restriction>
|
|
3158
|
+
</xs:simpleType>
|
|
3159
|
+
</xs:union>
|
|
3160
|
+
</xs:simpleType>
|
|
3161
|
+
<!-- ====================================================================== -->
|
|
3162
|
+
<!-- Filename : IdentifierType.xsd -->
|
|
3163
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3164
|
+
<!-- Version : 1.1 Revision -->
|
|
3165
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3166
|
+
<!-- ====================================================================== -->
|
|
3167
|
+
<xs:complexType name="IdentifierType">
|
|
3168
|
+
<xs:simpleContent>
|
|
3169
|
+
<xs:extension base="xs:token">
|
|
3170
|
+
<xs:attribute name="identifierKindCode" type="WIPOST3CodeType" use="optional"/>
|
|
3171
|
+
</xs:extension>
|
|
3172
|
+
</xs:simpleContent>
|
|
3173
|
+
</xs:complexType>
|
|
3174
|
+
<!-- ====================================================================== -->
|
|
3175
|
+
<!-- Filename : IndividualIdentifierType.xsd -->
|
|
3176
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3177
|
+
<!-- Version : 1.1 Revision -->
|
|
3178
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3179
|
+
<!-- ====================================================================== -->
|
|
3180
|
+
<xs:simpleType name="IndividualIdentifierType">
|
|
3181
|
+
<xs:union memberTypes="xs:token">
|
|
3182
|
+
<xs:simpleType>
|
|
3183
|
+
<xs:restriction base="xs:token">
|
|
3184
|
+
<xs:enumeration value="National Individual Identifier"/>
|
|
3185
|
+
<xs:enumeration value="Enterprise Identifier"/>
|
|
3186
|
+
<xs:enumeration value="Social Security Number"/>
|
|
3187
|
+
<xs:enumeration value="Other"/>
|
|
3188
|
+
</xs:restriction>
|
|
3189
|
+
</xs:simpleType>
|
|
3190
|
+
</xs:union>
|
|
3191
|
+
</xs:simpleType>
|
|
3192
|
+
<!-- ====================================================================== -->
|
|
3193
|
+
<!-- Filename : InternationalTradeMarkCodeType.xsd -->
|
|
3194
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3195
|
+
<!-- Version : 1.1 Revision -->
|
|
3196
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3197
|
+
<!-- ====================================================================== -->
|
|
3198
|
+
<xs:simpleType name="InternationalTradeMarkCodeType">
|
|
3199
|
+
<xs:union memberTypes="xs:token">
|
|
3200
|
+
<xs:simpleType>
|
|
3201
|
+
<xs:restriction base="xs:token">
|
|
3202
|
+
<xs:enumeration value="Madrid"/>
|
|
3203
|
+
<xs:enumeration value="EU"/>
|
|
3204
|
+
</xs:restriction>
|
|
3205
|
+
</xs:simpleType>
|
|
3206
|
+
</xs:union>
|
|
3207
|
+
</xs:simpleType>
|
|
3208
|
+
<!-- ====================================================================== -->
|
|
3209
|
+
<!-- Filename : ISOFormerCountryCodeType.xsd -->
|
|
3210
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3211
|
+
<!-- Version : 1.1 Revision -->
|
|
3212
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3213
|
+
<!-- ====================================================================== -->
|
|
3214
|
+
<xs:simpleType name="ISOFormerCountryCodeType">
|
|
3215
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
3216
|
+
<xs:enumeration value="YU"/>
|
|
3217
|
+
</xs:restriction>
|
|
3218
|
+
</xs:simpleType>
|
|
3219
|
+
<!-- ====================================================================== -->
|
|
3220
|
+
<!-- Filename : KindMarkType.xsd -->
|
|
3221
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3222
|
+
<!-- Version : 1.1 Revision -->
|
|
3223
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3224
|
+
<!-- ====================================================================== -->
|
|
3225
|
+
<xs:simpleType name="KindMarkType">
|
|
3226
|
+
<xs:union memberTypes="xs:token">
|
|
3227
|
+
<xs:simpleType>
|
|
3228
|
+
<xs:restriction base="xs:token">
|
|
3229
|
+
<xs:enumeration value="Individual"/>
|
|
3230
|
+
<xs:enumeration value="Collective"/>
|
|
3231
|
+
<xs:enumeration value="Certificate"/>
|
|
3232
|
+
<xs:enumeration value="Guarantee"/>
|
|
3233
|
+
<xs:enumeration value="Defensive"/>
|
|
3234
|
+
<xs:enumeration value="Other"/>
|
|
3235
|
+
</xs:restriction>
|
|
3236
|
+
</xs:simpleType>
|
|
3237
|
+
</xs:union>
|
|
3238
|
+
</xs:simpleType>
|
|
3239
|
+
<!-- ====================================================================== -->
|
|
3240
|
+
<!-- Filename : LicenceEventCodeType.xsd -->
|
|
3241
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3242
|
+
<!-- Version : 1.1 Revision -->
|
|
3243
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3244
|
+
<!-- ====================================================================== -->
|
|
3245
|
+
<xs:simpleType name="LicenceEventCodeType">
|
|
3246
|
+
<xs:union memberTypes="xs:token">
|
|
3247
|
+
<xs:simpleType>
|
|
3248
|
+
<xs:restriction base="xs:token">
|
|
3249
|
+
<xs:enumeration value="To Check"/>
|
|
3250
|
+
<xs:enumeration value="Withdrawn"/>
|
|
3251
|
+
<xs:enumeration value="Rejected"/>
|
|
3252
|
+
<xs:enumeration value="Accepted"/>
|
|
3253
|
+
</xs:restriction>
|
|
3254
|
+
</xs:simpleType>
|
|
3255
|
+
</xs:union>
|
|
3256
|
+
</xs:simpleType>
|
|
3257
|
+
<!-- ====================================================================== -->
|
|
3258
|
+
<!-- Filename : LicenceKindType.xsd -->
|
|
3259
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3260
|
+
<!-- Version : 1.1 Revision -->
|
|
3261
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3262
|
+
<!-- ====================================================================== -->
|
|
3263
|
+
<xs:simpleType name="LicenceKindType">
|
|
3264
|
+
<xs:union memberTypes="xs:token">
|
|
3265
|
+
<xs:simpleType>
|
|
3266
|
+
<xs:restriction base="xs:token">
|
|
3267
|
+
<xs:enumeration value="Unknown"/>
|
|
3268
|
+
<xs:enumeration value="Nonexclusive"/>
|
|
3269
|
+
<xs:enumeration value="Exclusive"/>
|
|
3270
|
+
</xs:restriction>
|
|
3271
|
+
</xs:simpleType>
|
|
3272
|
+
</xs:union>
|
|
3273
|
+
</xs:simpleType>
|
|
3274
|
+
<!-- ====================================================================== -->
|
|
3275
|
+
<!-- Filename : LicenceStatusCodeType.xsd -->
|
|
3276
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3277
|
+
<!-- Version : 1.1 Revision -->
|
|
3278
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3279
|
+
<!-- ====================================================================== -->
|
|
3280
|
+
<xs:simpleType name="LicenceStatusCodeType">
|
|
3281
|
+
<xs:union memberTypes="xs:token">
|
|
3282
|
+
<xs:simpleType>
|
|
3283
|
+
<xs:restriction base="xs:token">
|
|
3284
|
+
<xs:enumeration value="To Verify"/>
|
|
3285
|
+
<xs:enumeration value="Valid"/>
|
|
3286
|
+
<xs:enumeration value="Cancelled"/>
|
|
3287
|
+
<xs:enumeration value="Expired"/>
|
|
3288
|
+
</xs:restriction>
|
|
3289
|
+
</xs:simpleType>
|
|
3290
|
+
</xs:union>
|
|
3291
|
+
</xs:simpleType>
|
|
3292
|
+
<!-- ====================================================================== -->
|
|
3293
|
+
<!-- Filename : MarkCurrentStatusCodeType.xsd -->
|
|
3294
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3295
|
+
<!-- Version : 1.1 Revision -->
|
|
3296
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3297
|
+
<!-- ====================================================================== -->
|
|
3298
|
+
<xs:simpleType name="MarkCurrentStatusCodeType">
|
|
3299
|
+
<xs:union memberTypes="xs:token">
|
|
3300
|
+
<xs:simpleType>
|
|
3301
|
+
<xs:restriction base="xs:token">
|
|
3302
|
+
<xs:enumeration value="Application Filed"/>
|
|
3303
|
+
<xs:enumeration value="Filing date accorded"/>
|
|
3304
|
+
<xs:enumeration value="Classification checked"/>
|
|
3305
|
+
<xs:enumeration value="Application accepted"/>
|
|
3306
|
+
<xs:enumeration value="Application published"/>
|
|
3307
|
+
<xs:enumeration value="Opposition pending"/>
|
|
3308
|
+
<xs:enumeration value="Registration published"/>
|
|
3309
|
+
<xs:enumeration value="Application refused"/>
|
|
3310
|
+
<xs:enumeration value="Application withdrawn"/>
|
|
3311
|
+
<xs:enumeration value="Appeal pending"/>
|
|
3312
|
+
<xs:enumeration value="Interruption of proceeding"/>
|
|
3313
|
+
<xs:enumeration value="Registration cancelled"/>
|
|
3314
|
+
<xs:enumeration value="Conversion requested"/>
|
|
3315
|
+
<xs:enumeration value="Registration surrendered"/>
|
|
3316
|
+
<xs:enumeration value="Revocation proceeding pending"/>
|
|
3317
|
+
<xs:enumeration value="Invalidity proceeding pending"/>
|
|
3318
|
+
<xs:enumeration value="Action before Court of Justice pending"/>
|
|
3319
|
+
</xs:restriction>
|
|
3320
|
+
</xs:simpleType>
|
|
3321
|
+
</xs:union>
|
|
3322
|
+
</xs:simpleType>
|
|
3323
|
+
<!-- ====================================================================== -->
|
|
3324
|
+
<!-- Filename : MarkEventCodeType.xsd -->
|
|
3325
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3326
|
+
<!-- Version : 1.1 Revision -->
|
|
3327
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3328
|
+
<!-- ====================================================================== -->
|
|
3329
|
+
<xs:simpleType name="MarkEventCodeType">
|
|
3330
|
+
<xs:union memberTypes="xs:token">
|
|
3331
|
+
<xs:simpleType>
|
|
3332
|
+
<xs:restriction base="xs:token">
|
|
3333
|
+
<xs:enumeration value="Application Filed"/>
|
|
3334
|
+
<xs:enumeration value="Filing date accorded"/>
|
|
3335
|
+
<xs:enumeration value="Classification checked"/>
|
|
3336
|
+
<xs:enumeration value="Application accepted"/>
|
|
3337
|
+
<xs:enumeration value="Application published"/>
|
|
3338
|
+
<xs:enumeration value="Opposition pending"/>
|
|
3339
|
+
<xs:enumeration value="Registration published"/>
|
|
3340
|
+
<xs:enumeration value="Application refused"/>
|
|
3341
|
+
<xs:enumeration value="Application withdrawn"/>
|
|
3342
|
+
<xs:enumeration value="Appeal pending"/>
|
|
3343
|
+
<xs:enumeration value="Interruption of proceeding"/>
|
|
3344
|
+
<xs:enumeration value="Registration cancelled"/>
|
|
3345
|
+
<xs:enumeration value="Conversion requested"/>
|
|
3346
|
+
<xs:enumeration value="Registration surrendered"/>
|
|
3347
|
+
<xs:enumeration value="Revocation proceeding pending"/>
|
|
3348
|
+
<xs:enumeration value="Invalidity proceeding pending"/>
|
|
3349
|
+
<xs:enumeration value="Action before Court of Justice pending"/>
|
|
3350
|
+
</xs:restriction>
|
|
3351
|
+
</xs:simpleType>
|
|
3352
|
+
</xs:union>
|
|
3353
|
+
</xs:simpleType>
|
|
3354
|
+
<!-- ====================================================================== -->
|
|
3355
|
+
<!-- Filename : MarkFeatureType.xsd -->
|
|
3356
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3357
|
+
<!-- Version : 1.1 Revision -->
|
|
3358
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3359
|
+
<!-- ====================================================================== -->
|
|
3360
|
+
<xs:simpleType name="MarkFeatureType">
|
|
3361
|
+
<xs:union memberTypes="xs:token">
|
|
3362
|
+
<xs:simpleType>
|
|
3363
|
+
<xs:restriction base="xs:token">
|
|
3364
|
+
<xs:enumeration value="Word"/>
|
|
3365
|
+
<xs:enumeration value="Stylized characters"/>
|
|
3366
|
+
<xs:enumeration value="Figurative"/>
|
|
3367
|
+
<xs:enumeration value="Combined"/>
|
|
3368
|
+
<xs:enumeration value="3-D"/>
|
|
3369
|
+
<xs:enumeration value="Colour"/>
|
|
3370
|
+
<xs:enumeration value="Sound"/>
|
|
3371
|
+
<xs:enumeration value="Hologram"/>
|
|
3372
|
+
<xs:enumeration value="Olfactory"/>
|
|
3373
|
+
<xs:enumeration value="Motion"/>
|
|
3374
|
+
<xs:enumeration value="Municipal"/>
|
|
3375
|
+
<xs:enumeration value="Chimney"/>
|
|
3376
|
+
<xs:enumeration value="Kennfaden"/>
|
|
3377
|
+
<xs:enumeration value="Other"/>
|
|
3378
|
+
<xs:enumeration value="Undefined"/>
|
|
3379
|
+
</xs:restriction>
|
|
3380
|
+
</xs:simpleType>
|
|
3381
|
+
</xs:union>
|
|
3382
|
+
</xs:simpleType>
|
|
3383
|
+
<!-- ====================================================================== -->
|
|
3384
|
+
<!-- Filename : MarkImageColourModeType.xsd -->
|
|
3385
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3386
|
+
<!-- Version : 1.1 Revision -->
|
|
3387
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3388
|
+
<!-- ====================================================================== -->
|
|
3389
|
+
<xs:simpleType name="MarkImageColourModeType">
|
|
3390
|
+
<xs:union memberTypes="xs:token">
|
|
3391
|
+
<xs:simpleType>
|
|
3392
|
+
<xs:restriction base="xs:token">
|
|
3393
|
+
<xs:enumeration value="Black and White"/>
|
|
3394
|
+
<xs:enumeration value="Greyscale"/>
|
|
3395
|
+
<xs:enumeration value="Colour"/>
|
|
3396
|
+
</xs:restriction>
|
|
3397
|
+
</xs:simpleType>
|
|
3398
|
+
</xs:union>
|
|
3399
|
+
</xs:simpleType>
|
|
3400
|
+
<!-- ====================================================================== -->
|
|
3401
|
+
<!-- Filename : MarkImageRenditionKindType.xsd -->
|
|
3402
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3403
|
+
<!-- Version : 1.1 Revision -->
|
|
3404
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3405
|
+
<!-- ====================================================================== -->
|
|
3406
|
+
<xs:simpleType name="MarkImageRenditionKindType">
|
|
3407
|
+
<xs:union memberTypes="xs:token">
|
|
3408
|
+
<xs:simpleType>
|
|
3409
|
+
<xs:restriction base="xs:token">
|
|
3410
|
+
<xs:enumeration value="Thumbnail"/>
|
|
3411
|
+
<xs:enumeration value="Greyscale"/>
|
|
3412
|
+
<xs:enumeration value="Office Copy"/>
|
|
3413
|
+
</xs:restriction>
|
|
3414
|
+
</xs:simpleType>
|
|
3415
|
+
</xs:union>
|
|
3416
|
+
</xs:simpleType>
|
|
3417
|
+
<!-- ====================================================================== -->
|
|
3418
|
+
<!-- Filename : MarkTranscriptionType.xsd -->
|
|
3419
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3420
|
+
<!-- Version : 1.1 Revision -->
|
|
3421
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3422
|
+
<!-- ====================================================================== -->
|
|
3423
|
+
<xs:complexType name="MarkTranscriptionType">
|
|
3424
|
+
<xs:simpleContent>
|
|
3425
|
+
<xs:extension base="xs:token">
|
|
3426
|
+
<xs:attribute name="transcriptionKind" type="TranscriptionKindType" use="optional"/>
|
|
3427
|
+
</xs:extension>
|
|
3428
|
+
</xs:simpleContent>
|
|
3429
|
+
</xs:complexType>
|
|
3430
|
+
<!-- ====================================================================== -->
|
|
3431
|
+
<!-- Filename : MarkTransliterationType.xsd -->
|
|
3432
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3433
|
+
<!-- Version : 1.1 Revision -->
|
|
3434
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3435
|
+
<!-- ====================================================================== -->
|
|
3436
|
+
<xs:complexType name="MarkTransliterationType">
|
|
3437
|
+
<xs:simpleContent>
|
|
3438
|
+
<xs:extension base="xs:token">
|
|
3439
|
+
<xs:attribute name="transliterationKind" type="TransliterationKindType" use="optional"/>
|
|
3440
|
+
</xs:extension>
|
|
3441
|
+
</xs:simpleContent>
|
|
3442
|
+
</xs:complexType>
|
|
3443
|
+
<!-- ====================================================================== -->
|
|
3444
|
+
<!-- Filename : NameKindType.xsd -->
|
|
3445
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3446
|
+
<!-- Version : 1.1 Revision -->
|
|
3447
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3448
|
+
<!-- ====================================================================== -->
|
|
3449
|
+
<xs:simpleType name="NameKindType">
|
|
3450
|
+
<xs:union memberTypes="xs:token">
|
|
3451
|
+
<xs:simpleType>
|
|
3452
|
+
<xs:restriction base="xs:token">
|
|
3453
|
+
<xs:enumeration value="Natural Person"/>
|
|
3454
|
+
<xs:enumeration value="Legal Entity"/>
|
|
3455
|
+
<xs:enumeration value="Other"/>
|
|
3456
|
+
</xs:restriction>
|
|
3457
|
+
</xs:simpleType>
|
|
3458
|
+
</xs:union>
|
|
3459
|
+
</xs:simpleType>
|
|
3460
|
+
<!-- ====================================================================== -->
|
|
3461
|
+
<!-- Filename : NationalityCodeType.xsd -->
|
|
3462
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3463
|
+
<!-- Version : 1.1 Revision -->
|
|
3464
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3465
|
+
<!-- ====================================================================== -->
|
|
3466
|
+
<xs:simpleType name="NationalityCodeType">
|
|
3467
|
+
<xs:union memberTypes="ISOCountryCodeType">
|
|
3468
|
+
<xs:simpleType>
|
|
3469
|
+
<xs:restriction base="xs:token">
|
|
3470
|
+
<xs:enumeration value="Stateless"/>
|
|
3471
|
+
<xs:enumeration value="Unidentified"/>
|
|
3472
|
+
</xs:restriction>
|
|
3473
|
+
</xs:simpleType>
|
|
3474
|
+
</xs:union>
|
|
3475
|
+
</xs:simpleType>
|
|
3476
|
+
<!-- ====================================================================== -->
|
|
3477
|
+
<!-- Filename : NiceClassNumberType.xsd -->
|
|
3478
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3479
|
+
<!-- Version : 1.1 Revision -->
|
|
3480
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3481
|
+
<!-- ====================================================================== -->
|
|
3482
|
+
<xs:simpleType name="NiceClassNumberType">
|
|
3483
|
+
<xs:restriction base="xs:nonNegativeInteger">
|
|
3484
|
+
<xs:maxInclusive value="45"/>
|
|
3485
|
+
</xs:restriction>
|
|
3486
|
+
</xs:simpleType>
|
|
3487
|
+
<!-- ====================================================================== -->
|
|
3488
|
+
<!-- Filename : OperationCodeType.xsd -->
|
|
3489
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3490
|
+
<!-- Version : 1.1 Revision -->
|
|
3491
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3492
|
+
<!-- ====================================================================== -->
|
|
3493
|
+
<xs:simpleType name="OperationCodeType">
|
|
3494
|
+
<xs:union memberTypes="xs:token">
|
|
3495
|
+
<xs:simpleType>
|
|
3496
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
3497
|
+
<xs:enumeration value="Insert"/>
|
|
3498
|
+
<xs:enumeration value="Update"/>
|
|
3499
|
+
<xs:enumeration value="Delete"/>
|
|
3500
|
+
</xs:restriction>
|
|
3501
|
+
</xs:simpleType>
|
|
3502
|
+
</xs:union>
|
|
3503
|
+
</xs:simpleType>
|
|
3504
|
+
<!-- ====================================================================== -->
|
|
3505
|
+
<!-- Filename : OppositionBasisCodeType.xsd -->
|
|
3506
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3507
|
+
<!-- Version : 1.1 Revision -->
|
|
3508
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3509
|
+
<!-- ====================================================================== -->
|
|
3510
|
+
<xs:simpleType name="OppositionBasisCodeType">
|
|
3511
|
+
<xs:union memberTypes="xs:token">
|
|
3512
|
+
<xs:simpleType>
|
|
3513
|
+
<xs:restriction base="xs:token">
|
|
3514
|
+
<xs:enumeration value="Mark"/>
|
|
3515
|
+
<xs:enumeration value="Registered mark with reputation"/>
|
|
3516
|
+
<xs:enumeration value="Well-known mark"/>
|
|
3517
|
+
<xs:enumeration value="Non-registered mark"/>
|
|
3518
|
+
<xs:enumeration value="Sign used in trade"/>
|
|
3519
|
+
<xs:enumeration value="Mark filed by an agent"/>
|
|
3520
|
+
<xs:enumeration value="Undefined"/>
|
|
3521
|
+
</xs:restriction>
|
|
3522
|
+
</xs:simpleType>
|
|
3523
|
+
</xs:union>
|
|
3524
|
+
</xs:simpleType>
|
|
3525
|
+
<!-- ====================================================================== -->
|
|
3526
|
+
<!-- Filename : OppositionCurrentStatusCodeType.xsd -->
|
|
3527
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3528
|
+
<!-- Version : 1.1 Revision -->
|
|
3529
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3530
|
+
<!-- ====================================================================== -->
|
|
3531
|
+
<xs:simpleType name="OppositionCurrentStatusCodeType">
|
|
3532
|
+
<xs:union memberTypes="xs:token">
|
|
3533
|
+
<xs:simpleType>
|
|
3534
|
+
<xs:restriction base="xs:token">
|
|
3535
|
+
<xs:enumeration value="Opposition filed"/>
|
|
3536
|
+
<xs:enumeration value="Admissibility checked"/>
|
|
3537
|
+
<xs:enumeration value="Cooling-off period"/>
|
|
3538
|
+
<xs:enumeration value="Commencement of proceeding"/>
|
|
3539
|
+
<xs:enumeration value="Agreement between parties"/>
|
|
3540
|
+
<xs:enumeration value="Final decision - CTM withdrawn"/>
|
|
3541
|
+
<xs:enumeration value="Final decision - CTM limited"/>
|
|
3542
|
+
<xs:enumeration value="Final decision - Opposition withdrawn"/>
|
|
3543
|
+
<xs:enumeration value="Final decision - CTM rejected by ED"/>
|
|
3544
|
+
<xs:enumeration value="Final decision - CTM rejected in part"/>
|
|
3545
|
+
<xs:enumeration value="Final decision - CTM rejected"/>
|
|
3546
|
+
<xs:enumeration value="Final decision - Opposition rejected"/>
|
|
3547
|
+
<xs:enumeration value="Final decision - Opposition not duly entered"/>
|
|
3548
|
+
<xs:enumeration value="No decision - Opposition not duly entered"/>
|
|
3549
|
+
<xs:enumeration value="Opposition closed"/>
|
|
3550
|
+
</xs:restriction>
|
|
3551
|
+
</xs:simpleType>
|
|
3552
|
+
</xs:union>
|
|
3553
|
+
</xs:simpleType>
|
|
3554
|
+
<!-- ====================================================================== -->
|
|
3555
|
+
<!-- Filename : OppositionEventCodeType.xsd -->
|
|
3556
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3557
|
+
<!-- Version : 1.1 Revision -->
|
|
3558
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3559
|
+
<!-- ====================================================================== -->
|
|
3560
|
+
<xs:simpleType name="OppositionEventCodeType">
|
|
3561
|
+
<xs:union memberTypes="xs:token">
|
|
3562
|
+
<xs:simpleType>
|
|
3563
|
+
<xs:restriction base="xs:token">
|
|
3564
|
+
<xs:enumeration value="Opposition filed"/>
|
|
3565
|
+
<xs:enumeration value="Admissibility checked"/>
|
|
3566
|
+
<xs:enumeration value="Cooling-off period"/>
|
|
3567
|
+
<xs:enumeration value="Commencement of proceeding"/>
|
|
3568
|
+
<xs:enumeration value="Agreement between parties"/>
|
|
3569
|
+
<xs:enumeration value="Final decision - CTM withdrawn"/>
|
|
3570
|
+
<xs:enumeration value="Final decision - CTM limited"/>
|
|
3571
|
+
<xs:enumeration value="Final decision - Opposition withdrawn"/>
|
|
3572
|
+
<xs:enumeration value="Final decision - CTM rejected by ED"/>
|
|
3573
|
+
<xs:enumeration value="Final decision - CTM rejected in part"/>
|
|
3574
|
+
<xs:enumeration value="Final decision - CTM rejected"/>
|
|
3575
|
+
<xs:enumeration value="Final decision - Opposition rejected"/>
|
|
3576
|
+
<xs:enumeration value="Final decision - Opposition not duly entered"/>
|
|
3577
|
+
<xs:enumeration value="No decision - Opposition not duly entered"/>
|
|
3578
|
+
<xs:enumeration value="Opposition closed"/>
|
|
3579
|
+
</xs:restriction>
|
|
3580
|
+
</xs:simpleType>
|
|
3581
|
+
</xs:union>
|
|
3582
|
+
</xs:simpleType>
|
|
3583
|
+
<!-- ====================================================================== -->
|
|
3584
|
+
<!-- Filename : OtherDateKindType.xsd -->
|
|
3585
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3586
|
+
<!-- Version : 1.1 Revision -->
|
|
3587
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3588
|
+
<!-- ====================================================================== -->
|
|
3589
|
+
<xs:simpleType name="OtherDateKindType">
|
|
3590
|
+
<xs:union memberTypes="xs:token">
|
|
3591
|
+
<xs:simpleType>
|
|
3592
|
+
<xs:restriction base="xs:token">
|
|
3593
|
+
<xs:enumeration value="Certification Agreement Date"/>
|
|
3594
|
+
</xs:restriction>
|
|
3595
|
+
</xs:simpleType>
|
|
3596
|
+
</xs:union>
|
|
3597
|
+
</xs:simpleType>
|
|
3598
|
+
<!-- ====================================================================== -->
|
|
3599
|
+
<!-- Filename : OtherDateType.xsd -->
|
|
3600
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3601
|
+
<!-- Version : 1.1 Revision -->
|
|
3602
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3603
|
+
<!-- ====================================================================== -->
|
|
3604
|
+
<xs:complexType name="OtherDateType">
|
|
3605
|
+
<xs:simpleContent>
|
|
3606
|
+
<xs:extension base="xs:date">
|
|
3607
|
+
<xs:attribute name="otherDateKind" type="OtherDateKindType" use="optional"/>
|
|
3608
|
+
</xs:extension>
|
|
3609
|
+
</xs:simpleContent>
|
|
3610
|
+
</xs:complexType>
|
|
3611
|
+
<!-- ====================================================================== -->
|
|
3612
|
+
<!-- Filename : PaymentStatusCodeType.xsd -->
|
|
3613
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3614
|
+
<!-- Version : 1.1 Revision -->
|
|
3615
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3616
|
+
<!-- ====================================================================== -->
|
|
3617
|
+
<xs:simpleType name="PaymentStatusCodeType">
|
|
3618
|
+
<xs:union memberTypes="xs:token">
|
|
3619
|
+
<xs:simpleType>
|
|
3620
|
+
<xs:restriction base="xs:token">
|
|
3621
|
+
<xs:enumeration value="Done"/>
|
|
3622
|
+
<xs:enumeration value="Attached"/>
|
|
3623
|
+
<xs:enumeration value="To follow"/>
|
|
3624
|
+
<xs:enumeration value="Bank transfer to follow"/>
|
|
3625
|
+
<xs:enumeration value="Undefined"/>
|
|
3626
|
+
</xs:restriction>
|
|
3627
|
+
</xs:simpleType>
|
|
3628
|
+
</xs:union>
|
|
3629
|
+
</xs:simpleType>
|
|
3630
|
+
<!-- ====================================================================== -->
|
|
3631
|
+
<!-- Filename : PhoneKindType.xsd -->
|
|
3632
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3633
|
+
<!-- Version : 1.1 Revision -->
|
|
3634
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3635
|
+
<!-- ====================================================================== -->
|
|
3636
|
+
<xs:simpleType name="PhoneKindType">
|
|
3637
|
+
<xs:union memberTypes="xs:token">
|
|
3638
|
+
<xs:simpleType>
|
|
3639
|
+
<xs:restriction base="xs:token">
|
|
3640
|
+
<xs:enumeration value="Fixed"/>
|
|
3641
|
+
<xs:enumeration value="Mobile Phone"/>
|
|
3642
|
+
<xs:enumeration value="Other"/>
|
|
3643
|
+
<xs:enumeration value="Undefined"/>
|
|
3644
|
+
</xs:restriction>
|
|
3645
|
+
</xs:simpleType>
|
|
3646
|
+
</xs:union>
|
|
3647
|
+
</xs:simpleType>
|
|
3648
|
+
<!-- ====================================================================== -->
|
|
3649
|
+
<!-- Filename : PhoneType.xsd -->
|
|
3650
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3651
|
+
<!-- Version : 1.1 Revision -->
|
|
3652
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3653
|
+
<!-- ====================================================================== -->
|
|
3654
|
+
<xs:complexType name="PhoneType">
|
|
3655
|
+
<xs:simpleContent>
|
|
3656
|
+
<xs:extension base="xs:string">
|
|
3657
|
+
<xs:attribute name="phoneKind" type="PhoneKindType" use="optional"/>
|
|
3658
|
+
</xs:extension>
|
|
3659
|
+
</xs:simpleContent>
|
|
3660
|
+
</xs:complexType>
|
|
3661
|
+
<!-- ====================================================================== -->
|
|
3662
|
+
<!-- Filename : PreviousRegistrationBasisType.xsd -->
|
|
3663
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3664
|
+
<!-- Version : 1.1 Revision -->
|
|
3665
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3666
|
+
<!-- ====================================================================== -->
|
|
3667
|
+
<xs:simpleType name="PreviousRegistrationBasisType">
|
|
3668
|
+
<xs:union memberTypes="xs:token">
|
|
3669
|
+
<xs:simpleType>
|
|
3670
|
+
<xs:restriction base="xs:token">
|
|
3671
|
+
<xs:enumeration value="Transformation"/>
|
|
3672
|
+
<xs:enumeration value="Renewal"/>
|
|
3673
|
+
</xs:restriction>
|
|
3674
|
+
</xs:simpleType>
|
|
3675
|
+
</xs:union>
|
|
3676
|
+
</xs:simpleType>
|
|
3677
|
+
<!-- ====================================================================== -->
|
|
3678
|
+
<!-- Filename : PriorityStatusCodeType.xsd -->
|
|
3679
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3680
|
+
<!-- Version : 1.1 Revision -->
|
|
3681
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3682
|
+
<!-- ====================================================================== -->
|
|
3683
|
+
<xs:simpleType name="PriorityStatusCodeType">
|
|
3684
|
+
<xs:union memberTypes="xs:token">
|
|
3685
|
+
<xs:simpleType>
|
|
3686
|
+
<xs:restriction base="xs:token">
|
|
3687
|
+
<xs:enumeration value="Claimed"/>
|
|
3688
|
+
<xs:enumeration value="Abandoned"/>
|
|
3689
|
+
<xs:enumeration value="Accepted"/>
|
|
3690
|
+
<xs:enumeration value="Partially Refused"/>
|
|
3691
|
+
<xs:enumeration value="Refused"/>
|
|
3692
|
+
<xs:enumeration value="Undefined"/>
|
|
3693
|
+
</xs:restriction>
|
|
3694
|
+
</xs:simpleType>
|
|
3695
|
+
</xs:union>
|
|
3696
|
+
</xs:simpleType>
|
|
3697
|
+
<!-- ====================================================================== -->
|
|
3698
|
+
<!-- Filename : PublicationSectionType.xsd -->
|
|
3699
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3700
|
+
<!-- Version : 1.1 Revision -->
|
|
3701
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3702
|
+
<!-- ====================================================================== -->
|
|
3703
|
+
<xs:simpleType name="PublicationSectionType">
|
|
3704
|
+
<xs:union memberTypes="xs:token">
|
|
3705
|
+
<xs:simpleType>
|
|
3706
|
+
<xs:restriction base="xs:token">
|
|
3707
|
+
<xs:enumeration value="Applications"/>
|
|
3708
|
+
<xs:enumeration value="Amendments to applications"/>
|
|
3709
|
+
<xs:enumeration value="Correction of absolute errors on applications"/>
|
|
3710
|
+
<xs:enumeration value="Correction of relative errors on applications"/>
|
|
3711
|
+
<xs:enumeration value="Withdrawals"/>
|
|
3712
|
+
<xs:enumeration value="Restrictions"/>
|
|
3713
|
+
<xs:enumeration value="Total refusals"/>
|
|
3714
|
+
<xs:enumeration value="Partial refusals"/>
|
|
3715
|
+
<xs:enumeration value="Registrations with no amendments"/>
|
|
3716
|
+
<xs:enumeration value="Registrations with amendments"/>
|
|
3717
|
+
<xs:enumeration value="Correction of absolute errors on registrations"/>
|
|
3718
|
+
<xs:enumeration value="Correction of relative errors on registrations"/>
|
|
3719
|
+
<xs:enumeration value="Total transfers"/>
|
|
3720
|
+
<xs:enumeration value="Partial transfers"/>
|
|
3721
|
+
<xs:enumeration value="Change of name and address of proprietor"/>
|
|
3722
|
+
<xs:enumeration value="Change of name and professional address of representative"/>
|
|
3723
|
+
<xs:enumeration value="Replacement of representative"/>
|
|
3724
|
+
<xs:enumeration value="Appointment of a new representative"/>
|
|
3725
|
+
<xs:enumeration value="Deletion of the representative"/>
|
|
3726
|
+
<xs:enumeration value="Total surrender of trade mark"/>
|
|
3727
|
+
<xs:enumeration value="Partial surrender of trade mark"/>
|
|
3728
|
+
</xs:restriction>
|
|
3729
|
+
</xs:simpleType>
|
|
3730
|
+
</xs:union>
|
|
3731
|
+
</xs:simpleType>
|
|
3732
|
+
<!-- ====================================================================== -->
|
|
3733
|
+
<!-- Filename : PublicationSubsectionType.xsd -->
|
|
3734
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3735
|
+
<!-- Version : 1.1 Revision -->
|
|
3736
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3737
|
+
<!-- ====================================================================== -->
|
|
3738
|
+
<xs:simpleType name="PublicationSubsectionType">
|
|
3739
|
+
<xs:union memberTypes="xs:token xs:token"/>
|
|
3740
|
+
</xs:simpleType>
|
|
3741
|
+
<!-- ====================================================================== -->
|
|
3742
|
+
<!-- Filename : RecordChangeNameAddressKindType.xsd -->
|
|
3743
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3744
|
+
<!-- Version : 1.1 Revision -->
|
|
3745
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3746
|
+
<!-- ====================================================================== -->
|
|
3747
|
+
<xs:simpleType name="RecordChangeNameAddressKindType">
|
|
3748
|
+
<xs:union memberTypes="xs:token">
|
|
3749
|
+
<xs:simpleType>
|
|
3750
|
+
<xs:restriction base="xs:token">
|
|
3751
|
+
<xs:enumeration value="Change Applicant Name or Address"/>
|
|
3752
|
+
<xs:enumeration value="Holder"/>
|
|
3753
|
+
<xs:enumeration value="Licensee"/>
|
|
3754
|
+
<xs:enumeration value="Other"/>
|
|
3755
|
+
</xs:restriction>
|
|
3756
|
+
</xs:simpleType>
|
|
3757
|
+
</xs:union>
|
|
3758
|
+
</xs:simpleType>
|
|
3759
|
+
<!-- ====================================================================== -->
|
|
3760
|
+
<!-- Filename : RecordCurrentStatusCodeType.xsd -->
|
|
3761
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3762
|
+
<!-- Version : 1.1 Revision -->
|
|
3763
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3764
|
+
<!-- ====================================================================== -->
|
|
3765
|
+
<xs:simpleType name="RecordCurrentStatusCodeType">
|
|
3766
|
+
<xs:union memberTypes="xs:token">
|
|
3767
|
+
<xs:simpleType>
|
|
3768
|
+
<xs:restriction base="xs:token">
|
|
3769
|
+
<xs:enumeration value="Record filed"/>
|
|
3770
|
+
<xs:enumeration value="Undefined"/>
|
|
3771
|
+
</xs:restriction>
|
|
3772
|
+
</xs:simpleType>
|
|
3773
|
+
</xs:union>
|
|
3774
|
+
</xs:simpleType>
|
|
3775
|
+
<!-- ====================================================================== -->
|
|
3776
|
+
<!-- Filename : RecordEventCodeType.xsd -->
|
|
3777
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3778
|
+
<!-- Version : 1.1 Revision -->
|
|
3779
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3780
|
+
<!-- ====================================================================== -->
|
|
3781
|
+
<xs:simpleType name="RecordEventCodeType">
|
|
3782
|
+
<xs:union memberTypes="xs:token">
|
|
3783
|
+
<xs:simpleType>
|
|
3784
|
+
<xs:restriction base="xs:token">
|
|
3785
|
+
<xs:enumeration value="To Check"/>
|
|
3786
|
+
<xs:enumeration value="Withdrawn"/>
|
|
3787
|
+
<xs:enumeration value="Rejected"/>
|
|
3788
|
+
<xs:enumeration value="Accepted"/>
|
|
3789
|
+
</xs:restriction>
|
|
3790
|
+
</xs:simpleType>
|
|
3791
|
+
</xs:union>
|
|
3792
|
+
</xs:simpleType>
|
|
3793
|
+
<!-- ====================================================================== -->
|
|
3794
|
+
<!-- Filename : RecordLicenceKindType.xsd -->
|
|
3795
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3796
|
+
<!-- Version : 1.1 Revision -->
|
|
3797
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3798
|
+
<!-- ====================================================================== -->
|
|
3799
|
+
<xs:simpleType name="RecordLicenceKindType">
|
|
3800
|
+
<xs:union memberTypes="xs:token">
|
|
3801
|
+
<xs:simpleType>
|
|
3802
|
+
<xs:restriction base="xs:token">
|
|
3803
|
+
<xs:enumeration value="Licence"/>
|
|
3804
|
+
<xs:enumeration value="Sub-Licence"/>
|
|
3805
|
+
<xs:enumeration value="Other"/>
|
|
3806
|
+
</xs:restriction>
|
|
3807
|
+
</xs:simpleType>
|
|
3808
|
+
</xs:union>
|
|
3809
|
+
</xs:simpleType>
|
|
3810
|
+
<!-- ====================================================================== -->
|
|
3811
|
+
<!-- Filename : RecordMergerKindType.xsd -->
|
|
3812
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3813
|
+
<!-- Version : 1.1 Revision -->
|
|
3814
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3815
|
+
<!-- ====================================================================== -->
|
|
3816
|
+
<xs:simpleType name="RecordMergerKindType">
|
|
3817
|
+
<xs:union memberTypes="xs:token">
|
|
3818
|
+
<xs:simpleType>
|
|
3819
|
+
<xs:restriction base="xs:token">
|
|
3820
|
+
<xs:enumeration value="Merger"/>
|
|
3821
|
+
<xs:enumeration value="Other"/>
|
|
3822
|
+
</xs:restriction>
|
|
3823
|
+
</xs:simpleType>
|
|
3824
|
+
</xs:union>
|
|
3825
|
+
</xs:simpleType>
|
|
3826
|
+
<!-- ====================================================================== -->
|
|
3827
|
+
<!-- Filename : RecordOppositionPeriodKindType.xsd -->
|
|
3828
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3829
|
+
<!-- Version : 1.1 Revision -->
|
|
3830
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3831
|
+
<!-- ====================================================================== -->
|
|
3832
|
+
<xs:simpleType name="RecordOppositionPeriodKindType">
|
|
3833
|
+
<xs:union memberTypes="xs:token">
|
|
3834
|
+
<xs:simpleType>
|
|
3835
|
+
<xs:restriction base="xs:token">
|
|
3836
|
+
<xs:enumeration value="Opposition Period"/>
|
|
3837
|
+
<xs:enumeration value="Protection Granted Opposition Period"/>
|
|
3838
|
+
<xs:enumeration value="Holder Right Restriction Opposition Period"/>
|
|
3839
|
+
<xs:enumeration value="Other"/>
|
|
3840
|
+
</xs:restriction>
|
|
3841
|
+
</xs:simpleType>
|
|
3842
|
+
</xs:union>
|
|
3843
|
+
</xs:simpleType>
|
|
3844
|
+
<!-- ====================================================================== -->
|
|
3845
|
+
<!-- Filename : RecordShortNotationKindType.xsd -->
|
|
3846
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3847
|
+
<!-- Version : 1.1 Revision -->
|
|
3848
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3849
|
+
<!-- ====================================================================== -->
|
|
3850
|
+
<xs:simpleType name="RecordShortNotationKindType">
|
|
3851
|
+
<xs:union memberTypes="xs:token">
|
|
3852
|
+
<xs:simpleType>
|
|
3853
|
+
<xs:restriction base="xs:token">
|
|
3854
|
+
<xs:enumeration value="Short Notation"/>
|
|
3855
|
+
<xs:enumeration value="Merger"/>
|
|
3856
|
+
<xs:enumeration value="Partial Transfer"/>
|
|
3857
|
+
</xs:restriction>
|
|
3858
|
+
</xs:simpleType>
|
|
3859
|
+
</xs:union>
|
|
3860
|
+
</xs:simpleType>
|
|
3861
|
+
<!-- ====================================================================== -->
|
|
3862
|
+
<!-- Filename : RecordTransferKindType.xsd -->
|
|
3863
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3864
|
+
<!-- Version : 1.1 Revision -->
|
|
3865
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3866
|
+
<!-- ====================================================================== -->
|
|
3867
|
+
<xs:simpleType name="RecordTransferKindType">
|
|
3868
|
+
<xs:union memberTypes="xs:token">
|
|
3869
|
+
<xs:simpleType>
|
|
3870
|
+
<xs:restriction base="xs:token">
|
|
3871
|
+
<xs:enumeration value="Total Transfer"/>
|
|
3872
|
+
<xs:enumeration value="Partial Transfer"/>
|
|
3873
|
+
<xs:enumeration value="Other"/>
|
|
3874
|
+
</xs:restriction>
|
|
3875
|
+
</xs:simpleType>
|
|
3876
|
+
</xs:union>
|
|
3877
|
+
</xs:simpleType>
|
|
3878
|
+
<!-- ====================================================================== -->
|
|
3879
|
+
<!-- Filename : ReimbursementStatusCodeType.xsd -->
|
|
3880
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3881
|
+
<!-- Version : 1.1 Revision -->
|
|
3882
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3883
|
+
<!-- ====================================================================== -->
|
|
3884
|
+
<xs:simpleType name="ReimbursementStatusCodeType">
|
|
3885
|
+
<xs:union memberTypes="xs:token xs:token"/>
|
|
3886
|
+
</xs:simpleType>
|
|
3887
|
+
<!-- ====================================================================== -->
|
|
3888
|
+
<!-- Filename : RepresentativeKindCodeType.xsd -->
|
|
3889
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3890
|
+
<!-- Version : 1.1 Revision -->
|
|
3891
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3892
|
+
<!-- ====================================================================== -->
|
|
3893
|
+
<xs:simpleType name="RepresentativeKindCodeType">
|
|
3894
|
+
<xs:union memberTypes="xs:token">
|
|
3895
|
+
<xs:simpleType>
|
|
3896
|
+
<xs:restriction base="xs:token">
|
|
3897
|
+
<xs:enumeration value="Professional Representative"/>
|
|
3898
|
+
<xs:enumeration value="Lawyer"/>
|
|
3899
|
+
<xs:enumeration value="Association"/>
|
|
3900
|
+
<xs:enumeration value="Employee"/>
|
|
3901
|
+
<xs:enumeration value="Other"/>
|
|
3902
|
+
<xs:enumeration value="Undefined"/>
|
|
3903
|
+
</xs:restriction>
|
|
3904
|
+
</xs:simpleType>
|
|
3905
|
+
</xs:union>
|
|
3906
|
+
</xs:simpleType>
|
|
3907
|
+
<!-- ====================================================================== -->
|
|
3908
|
+
<!-- Filename : RequestExaminationKindCodeType.xsd -->
|
|
3909
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3910
|
+
<!-- Version : 1.1 Revision -->
|
|
3911
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3912
|
+
<!-- ====================================================================== -->
|
|
3913
|
+
<xs:simpleType name="RequestExaminationKindCodeType">
|
|
3914
|
+
<xs:union memberTypes="xs:token">
|
|
3915
|
+
<xs:simpleType>
|
|
3916
|
+
<xs:restriction base="xs:token">
|
|
3917
|
+
<xs:enumeration value="Normal"/>
|
|
3918
|
+
<xs:enumeration value="Accelerated"/>
|
|
3919
|
+
<xs:enumeration value="Undefined"/>
|
|
3920
|
+
</xs:restriction>
|
|
3921
|
+
</xs:simpleType>
|
|
3922
|
+
</xs:union>
|
|
3923
|
+
</xs:simpleType>
|
|
3924
|
+
<!-- ====================================================================== -->
|
|
3925
|
+
<!-- Filename : RequestSearchKindCodeType.xsd -->
|
|
3926
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3927
|
+
<!-- Version : 1.1 Revision -->
|
|
3928
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3929
|
+
<!-- ====================================================================== -->
|
|
3930
|
+
<xs:simpleType name="RequestSearchKindCodeType">
|
|
3931
|
+
<xs:union memberTypes="xs:token">
|
|
3932
|
+
<xs:simpleType>
|
|
3933
|
+
<xs:restriction base="xs:token">
|
|
3934
|
+
<xs:enumeration value="No Search"/>
|
|
3935
|
+
<xs:enumeration value="Normal"/>
|
|
3936
|
+
<xs:enumeration value="Accelerated"/>
|
|
3937
|
+
<xs:enumeration value="Earlier Search"/>
|
|
3938
|
+
<xs:enumeration value="Undefined"/>
|
|
3939
|
+
</xs:restriction>
|
|
3940
|
+
</xs:simpleType>
|
|
3941
|
+
</xs:union>
|
|
3942
|
+
</xs:simpleType>
|
|
3943
|
+
<!-- ====================================================================== -->
|
|
3944
|
+
<!-- Filename : RoleType.xsd -->
|
|
3945
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3946
|
+
<!-- Version : 1.1 Revision -->
|
|
3947
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3948
|
+
<!-- ====================================================================== -->
|
|
3949
|
+
<xs:simpleType name="RoleType">
|
|
3950
|
+
<xs:union memberTypes="xs:token">
|
|
3951
|
+
<xs:simpleType>
|
|
3952
|
+
<xs:restriction base="xs:token">
|
|
3953
|
+
<xs:enumeration value="Agent"/>
|
|
3954
|
+
<xs:enumeration value="Appeal examiner"/>
|
|
3955
|
+
<xs:enumeration value="Applicant"/>
|
|
3956
|
+
<xs:enumeration value="Assignee"/>
|
|
3957
|
+
<xs:enumeration value="Assistant examiner"/>
|
|
3958
|
+
<xs:enumeration value="Attorney"/>
|
|
3959
|
+
<xs:enumeration value="Author"/>
|
|
3960
|
+
<xs:enumeration value="Correspondent"/>
|
|
3961
|
+
<xs:enumeration value="Creator"/>
|
|
3962
|
+
<xs:enumeration value="Designer"/>
|
|
3963
|
+
<xs:enumeration value="Employee"/>
|
|
3964
|
+
<xs:enumeration value="Examiner"/>
|
|
3965
|
+
<xs:enumeration value="Formality examiner"/>
|
|
3966
|
+
<xs:enumeration value="Holder"/>
|
|
3967
|
+
<xs:enumeration value="IP Office"/>
|
|
3968
|
+
<xs:enumeration value="Judge"/>
|
|
3969
|
+
<xs:enumeration value="Lawyer"/>
|
|
3970
|
+
<xs:enumeration value="Legal practitioner"/>
|
|
3971
|
+
<xs:enumeration value="Licensee"/>
|
|
3972
|
+
<xs:enumeration value="Mortgagee"/>
|
|
3973
|
+
<xs:enumeration value="Opponent"/>
|
|
3974
|
+
<xs:enumeration value="Other"/>
|
|
3975
|
+
<xs:enumeration value="Owner"/>
|
|
3976
|
+
<xs:enumeration value="Registrant"/>
|
|
3977
|
+
<xs:enumeration value="Representative"/>
|
|
3978
|
+
<xs:enumeration value="Substantive examiner"/>
|
|
3979
|
+
<xs:enumeration value="Third Party Requestor"/>
|
|
3980
|
+
<xs:enumeration value="Transferee"/>
|
|
3981
|
+
<xs:enumeration value="Transferor"/>
|
|
3982
|
+
<xs:enumeration value="Translator"/>
|
|
3983
|
+
<xs:enumeration value="Trustee"/>
|
|
3984
|
+
</xs:restriction>
|
|
3985
|
+
</xs:simpleType>
|
|
3986
|
+
</xs:union>
|
|
3987
|
+
</xs:simpleType>
|
|
3988
|
+
<!-- ====================================================================== -->
|
|
3989
|
+
<!-- Filename : SeniorityStatusCodeType.xsd -->
|
|
3990
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
3991
|
+
<!-- Version : 1.1 Revision -->
|
|
3992
|
+
<!-- Last Update : 2007-12-03 -->
|
|
3993
|
+
<!-- ====================================================================== -->
|
|
3994
|
+
<xs:simpleType name="SeniorityStatusCodeType">
|
|
3995
|
+
<xs:union memberTypes="xs:token">
|
|
3996
|
+
<xs:simpleType>
|
|
3997
|
+
<xs:restriction base="xs:token">
|
|
3998
|
+
<xs:enumeration value="Claimed"/>
|
|
3999
|
+
<xs:enumeration value="Abandoned"/>
|
|
4000
|
+
<xs:enumeration value="Accepted"/>
|
|
4001
|
+
<xs:enumeration value="Partially Refused"/>
|
|
4002
|
+
<xs:enumeration value="Refused"/>
|
|
4003
|
+
</xs:restriction>
|
|
4004
|
+
</xs:simpleType>
|
|
4005
|
+
</xs:union>
|
|
4006
|
+
</xs:simpleType>
|
|
4007
|
+
<!-- ====================================================================== -->
|
|
4008
|
+
<!-- Filename : SignatureMannerType.xsd -->
|
|
4009
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4010
|
+
<!-- Version : 1.1 Revision -->
|
|
4011
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4012
|
+
<!-- ====================================================================== -->
|
|
4013
|
+
<xs:simpleType name="SignatureMannerType">
|
|
4014
|
+
<xs:union memberTypes="xs:token">
|
|
4015
|
+
<xs:simpleType>
|
|
4016
|
+
<xs:restriction base="xs:token">
|
|
4017
|
+
<xs:enumeration value="Fax Image"/>
|
|
4018
|
+
<xs:enumeration value="Text"/>
|
|
4019
|
+
<xs:enumeration value="Click Wrap"/>
|
|
4020
|
+
<xs:enumeration value="PKCS7"/>
|
|
4021
|
+
</xs:restriction>
|
|
4022
|
+
</xs:simpleType>
|
|
4023
|
+
</xs:union>
|
|
4024
|
+
</xs:simpleType>
|
|
4025
|
+
<!-- ====================================================================== -->
|
|
4026
|
+
<!-- Filename : SoundFileFormatType.xsd -->
|
|
4027
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4028
|
+
<!-- Version : 1.1 Revision -->
|
|
4029
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4030
|
+
<!-- ====================================================================== -->
|
|
4031
|
+
<xs:simpleType name="SoundFileFormatType">
|
|
4032
|
+
<xs:union memberTypes="xs:token">
|
|
4033
|
+
<xs:simpleType>
|
|
4034
|
+
<xs:restriction base="xs:token">
|
|
4035
|
+
<xs:enumeration value="MP3"/>
|
|
4036
|
+
</xs:restriction>
|
|
4037
|
+
</xs:simpleType>
|
|
4038
|
+
</xs:union>
|
|
4039
|
+
</xs:simpleType>
|
|
4040
|
+
<!-- ====================================================================== -->
|
|
4041
|
+
<!-- Filename : TextType.xsd -->
|
|
4042
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4043
|
+
<!-- Version : 1.1 Revision -->
|
|
4044
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4045
|
+
<!-- ====================================================================== -->
|
|
4046
|
+
<xs:complexType name="TextType">
|
|
4047
|
+
<xs:simpleContent>
|
|
4048
|
+
<xs:extension base="xs:string">
|
|
4049
|
+
<xs:attribute name="languageCode" type="xs:language" use="optional"/>
|
|
4050
|
+
<xs:attribute name="sequenceNumber" type="xs:integer" use="optional"/>
|
|
4051
|
+
</xs:extension>
|
|
4052
|
+
</xs:simpleContent>
|
|
4053
|
+
</xs:complexType>
|
|
4054
|
+
<!-- ====================================================================== -->
|
|
4055
|
+
<!-- Filename : TransactionCodeType.xsd -->
|
|
4056
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4057
|
+
<!-- Version : 1.1 Revision -->
|
|
4058
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4059
|
+
<!-- ====================================================================== -->
|
|
4060
|
+
<xs:simpleType name="TransactionCodeType">
|
|
4061
|
+
<xs:union memberTypes="xs:token">
|
|
4062
|
+
<xs:simpleType>
|
|
4063
|
+
<xs:restriction base="xs:token">
|
|
4064
|
+
<xs:enumeration value="Trade Mark E-Filing"/>
|
|
4065
|
+
<xs:enumeration value="Trade Mark B2B-Filing"/>
|
|
4066
|
+
<xs:enumeration value="Trade Mark Information"/>
|
|
4067
|
+
<xs:enumeration value="Trade Mark Identifier List"/>
|
|
4068
|
+
<xs:enumeration value="Trade Mark List"/>
|
|
4069
|
+
<xs:enumeration value="Opposition E-Filing"/>
|
|
4070
|
+
<xs:enumeration value="Opposition Information"/>
|
|
4071
|
+
<xs:enumeration value="Opposition Identifier List"/>
|
|
4072
|
+
</xs:restriction>
|
|
4073
|
+
</xs:simpleType>
|
|
4074
|
+
</xs:union>
|
|
4075
|
+
</xs:simpleType>
|
|
4076
|
+
<!-- ====================================================================== -->
|
|
4077
|
+
<!-- Filename : TransactionSubCodeType.xsd -->
|
|
4078
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4079
|
+
<!-- Version : 1.1 Revision -->
|
|
4080
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4081
|
+
<!-- ====================================================================== -->
|
|
4082
|
+
<xs:simpleType name="TransactionSubCodeType">
|
|
4083
|
+
<xs:union memberTypes="xs:token">
|
|
4084
|
+
<xs:simpleType>
|
|
4085
|
+
<xs:restriction base="xs:token">
|
|
4086
|
+
<xs:enumeration value="Normal"/>
|
|
4087
|
+
<xs:enumeration value="Accelerated Registration"/>
|
|
4088
|
+
</xs:restriction>
|
|
4089
|
+
</xs:simpleType>
|
|
4090
|
+
</xs:union>
|
|
4091
|
+
</xs:simpleType>
|
|
4092
|
+
<!-- ====================================================================== -->
|
|
4093
|
+
<!-- Filename : TranscriptionKindType.xsd -->
|
|
4094
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4095
|
+
<!-- Version : 1.1 Revision -->
|
|
4096
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4097
|
+
<!-- ====================================================================== -->
|
|
4098
|
+
<xs:simpleType name="TranscriptionKindType">
|
|
4099
|
+
<xs:union memberTypes="xs:token">
|
|
4100
|
+
<xs:simpleType>
|
|
4101
|
+
<xs:restriction base="xs:token">
|
|
4102
|
+
<xs:enumeration value="To Uppercase"/>
|
|
4103
|
+
<xs:enumeration value="To Lowercase"/>
|
|
4104
|
+
<xs:enumeration value="To Phonetic Code"/>
|
|
4105
|
+
</xs:restriction>
|
|
4106
|
+
</xs:simpleType>
|
|
4107
|
+
</xs:union>
|
|
4108
|
+
</xs:simpleType>
|
|
4109
|
+
<!-- ====================================================================== -->
|
|
4110
|
+
<!-- Filename : TransliterationKindType.xsd -->
|
|
4111
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4112
|
+
<!-- Version : 1.1 Revision -->
|
|
4113
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4114
|
+
<!-- ====================================================================== -->
|
|
4115
|
+
<xs:simpleType name="TransliterationKindType">
|
|
4116
|
+
<xs:union memberTypes="xs:token">
|
|
4117
|
+
<xs:simpleType>
|
|
4118
|
+
<xs:restriction base="xs:token">
|
|
4119
|
+
<xs:enumeration value="Arabic to Latin"/>
|
|
4120
|
+
<xs:enumeration value="Armenian to Latin"/>
|
|
4121
|
+
<xs:enumeration value="Chinese to Latin"/>
|
|
4122
|
+
<xs:enumeration value="Cyrillic to Latin"/>
|
|
4123
|
+
<xs:enumeration value="Georgian to Latin"/>
|
|
4124
|
+
<xs:enumeration value="Greek to Latin"/>
|
|
4125
|
+
<xs:enumeration value="Hebrew to Latin"/>
|
|
4126
|
+
<xs:enumeration value="Indic to Latin"/>
|
|
4127
|
+
<xs:enumeration value="Japanese to Latin"/>
|
|
4128
|
+
<xs:enumeration value="Korean to Latin"/>
|
|
4129
|
+
<xs:enumeration value="Thai to Latin"/>
|
|
4130
|
+
</xs:restriction>
|
|
4131
|
+
</xs:simpleType>
|
|
4132
|
+
</xs:union>
|
|
4133
|
+
</xs:simpleType>
|
|
4134
|
+
<!-- ====================================================================== -->
|
|
4135
|
+
<!-- Filename : UnitType.xsd -->
|
|
4136
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4137
|
+
<!-- Version : 1.1 Revision -->
|
|
4138
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4139
|
+
<!-- ====================================================================== -->
|
|
4140
|
+
<xs:simpleType name="UnitType">
|
|
4141
|
+
<xs:restriction base="xs:token">
|
|
4142
|
+
<xs:enumeration value="Centimetre"/>
|
|
4143
|
+
<xs:enumeration value="Inch"/>
|
|
4144
|
+
<xs:enumeration value="Pixel"/>
|
|
4145
|
+
</xs:restriction>
|
|
4146
|
+
</xs:simpleType>
|
|
4147
|
+
<!-- ====================================================================== -->
|
|
4148
|
+
<!-- Filename : WIPOBasicNumberType.xsd -->
|
|
4149
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4150
|
+
<!-- Version : 1.1 Revision -->
|
|
4151
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4152
|
+
<!-- ====================================================================== -->
|
|
4153
|
+
<xs:simpleType name="WIPOBasicNumberType">
|
|
4154
|
+
<xs:restriction base="xs:token">
|
|
4155
|
+
<xs:pattern value="[0-9]{6}"/>
|
|
4156
|
+
</xs:restriction>
|
|
4157
|
+
</xs:simpleType>
|
|
4158
|
+
<!-- ====================================================================== -->
|
|
4159
|
+
<!-- Filename : WIPOFormerST3CodeType.xsd -->
|
|
4160
|
+
<!-- Author : SDWG ST.66 Task Force -->
|
|
4161
|
+
<!-- Version : 1.1 Revision -->
|
|
4162
|
+
<!-- Last Update : 2007-12-03 -->
|
|
4163
|
+
<!-- ====================================================================== -->
|
|
4164
|
+
<xs:simpleType name="WIPOFormerST3CodeType">
|
|
4165
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
4166
|
+
<xs:enumeration value="CS"/>
|
|
4167
|
+
<xs:enumeration value="DL"/>
|
|
4168
|
+
<xs:enumeration value="DD"/>
|
|
4169
|
+
<xs:enumeration value="SU"/>
|
|
4170
|
+
<xs:enumeration value="YD"/>
|
|
4171
|
+
<xs:enumeration value="YU"/>
|
|
4172
|
+
</xs:restriction>
|
|
4173
|
+
</xs:simpleType>
|
|
4174
|
+
</xs:schema>
|