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.
Files changed (607) hide show
  1. gbdtransformation/__init__.py +0 -0
  2. gbdtransformation/brands/__init__.py +44 -0
  3. gbdtransformation/brands/aetm/__init__.py +5 -0
  4. gbdtransformation/brands/aetm/filters.py +84 -0
  5. gbdtransformation/brands/aetm/schema +87 -0
  6. gbdtransformation/brands/aetm/template.yml +1 -0
  7. gbdtransformation/brands/aetm/tests/__init__.py +0 -0
  8. gbdtransformation/brands/altm/__init__.py +6 -0
  9. gbdtransformation/brands/altm/filters.py +107 -0
  10. gbdtransformation/brands/altm/schema +83 -0
  11. gbdtransformation/brands/altm/template.yml +1 -0
  12. gbdtransformation/brands/altm/tests/__init__.py +0 -0
  13. gbdtransformation/brands/altm/tests/altm.xml +93 -0
  14. gbdtransformation/brands/aptm/__init__.py +15 -0
  15. gbdtransformation/brands/aptm/filters.py +80 -0
  16. gbdtransformation/brands/aptm/schema +87 -0
  17. gbdtransformation/brands/aptm/template.yml +1 -0
  18. gbdtransformation/brands/aptm/tests/__init__.py +0 -0
  19. gbdtransformation/brands/attm/__init__.py +6 -0
  20. gbdtransformation/brands/attm/filters.py +76 -0
  21. gbdtransformation/brands/attm/schema +52 -0
  22. gbdtransformation/brands/attm/template.yml +85 -0
  23. gbdtransformation/brands/autm/__init__.py +2 -0
  24. gbdtransformation/brands/autm/filters.py +222 -0
  25. gbdtransformation/brands/autm/schema +91 -0
  26. gbdtransformation/brands/autm/template.yml +157 -0
  27. gbdtransformation/brands/bgtm/__init__.py +5 -0
  28. gbdtransformation/brands/bgtm/filters.py +112 -0
  29. gbdtransformation/brands/bgtm/schema +314 -0
  30. gbdtransformation/brands/bgtm/template.yml +154 -0
  31. gbdtransformation/brands/bhtm/__init__.py +12 -0
  32. gbdtransformation/brands/bhtm/filters.py +87 -0
  33. gbdtransformation/brands/bhtm/schema +87 -0
  34. gbdtransformation/brands/bhtm/template.yml +1 -0
  35. gbdtransformation/brands/bhtm/tests/__init__.py +0 -0
  36. gbdtransformation/brands/bntm/__init__.py +2 -0
  37. gbdtransformation/brands/bntm/filters.py +75 -0
  38. gbdtransformation/brands/bntm/schema +87 -0
  39. gbdtransformation/brands/bntm/template.yml +1 -0
  40. gbdtransformation/brands/bntm/tests/__init__.py +0 -0
  41. gbdtransformation/brands/brtm/__init__.py +3 -0
  42. gbdtransformation/brands/brtm/filters.py +169 -0
  43. gbdtransformation/brands/brtm/schema +86 -0
  44. gbdtransformation/brands/brtm/template.yml +22 -0
  45. gbdtransformation/brands/brtm/tests/__init__.py +0 -0
  46. gbdtransformation/brands/brtm/tests/test01.xml +53 -0
  47. gbdtransformation/brands/bttm/__init__.py +10 -0
  48. gbdtransformation/brands/bttm/filters.py +80 -0
  49. gbdtransformation/brands/bttm/schema +87 -0
  50. gbdtransformation/brands/bttm/template.yml +1 -0
  51. gbdtransformation/brands/bttm/tests/__init__.py +0 -0
  52. gbdtransformation/brands/bwtm/__init__.py +13 -0
  53. gbdtransformation/brands/bwtm/filters.py +90 -0
  54. gbdtransformation/brands/bwtm/schema +87 -0
  55. gbdtransformation/brands/bwtm/template.yml +1 -0
  56. gbdtransformation/brands/bwtm/tests/__init__.py +0 -0
  57. gbdtransformation/brands/bztm/__init__.py +16 -0
  58. gbdtransformation/brands/bztm/filters.py +77 -0
  59. gbdtransformation/brands/bztm/schema +87 -0
  60. gbdtransformation/brands/bztm/template.yml +1 -0
  61. gbdtransformation/brands/bztm/tests/__init__.py +0 -0
  62. gbdtransformation/brands/catm/__init__.py +10 -0
  63. gbdtransformation/brands/catm/filters.py +272 -0
  64. gbdtransformation/brands/catm/schema +804 -0
  65. gbdtransformation/brands/catm/template.yml +230 -0
  66. gbdtransformation/brands/chtm/__init__.py +6 -0
  67. gbdtransformation/brands/chtm/filters.py +161 -0
  68. gbdtransformation/brands/chtm/schema +79 -0
  69. gbdtransformation/brands/chtm/template.yml +121 -0
  70. gbdtransformation/brands/cltm/__init__.py +2 -0
  71. gbdtransformation/brands/cltm/filters.py +80 -0
  72. gbdtransformation/brands/cltm/schema +86 -0
  73. gbdtransformation/brands/cltm/template.yml +1 -0
  74. gbdtransformation/brands/cltm/tests/__init__.py +0 -0
  75. gbdtransformation/brands/crtm/__init__.py +5 -0
  76. gbdtransformation/brands/crtm/filters.py +196 -0
  77. gbdtransformation/brands/crtm/schema +86 -0
  78. gbdtransformation/brands/crtm/template.yml +1 -0
  79. gbdtransformation/brands/crtm/tests/__init__.py +0 -0
  80. gbdtransformation/brands/cutm/__init__.py +10 -0
  81. gbdtransformation/brands/cutm/filters.py +94 -0
  82. gbdtransformation/brands/cutm/schema +86 -0
  83. gbdtransformation/brands/cutm/template.yml +4 -0
  84. gbdtransformation/brands/cutm/tests/__init__.py +0 -0
  85. gbdtransformation/brands/detm/__init__.py +19 -0
  86. gbdtransformation/brands/detm/filters.py +75 -0
  87. gbdtransformation/brands/detm/schema +511 -0
  88. gbdtransformation/brands/detm/template.yml +151 -0
  89. gbdtransformation/brands/dktm/__init__.py +7 -0
  90. gbdtransformation/brands/dktm/filters.py +90 -0
  91. gbdtransformation/brands/dktm/schema +95 -0
  92. gbdtransformation/brands/dktm/template.yml +114 -0
  93. gbdtransformation/brands/dztm/__init__.py +10 -0
  94. gbdtransformation/brands/dztm/filters.py +81 -0
  95. gbdtransformation/brands/dztm/schema +87 -0
  96. gbdtransformation/brands/dztm/template.yml +1 -0
  97. gbdtransformation/brands/dztm/tests/__init__.py +0 -0
  98. gbdtransformation/brands/eetm/__init__.py +8 -0
  99. gbdtransformation/brands/eetm/filters.py +115 -0
  100. gbdtransformation/brands/eetm/schema +48 -0
  101. gbdtransformation/brands/eetm/template.yml +98 -0
  102. gbdtransformation/brands/egtm/__init__.py +5 -0
  103. gbdtransformation/brands/egtm/filters.py +73 -0
  104. gbdtransformation/brands/egtm/schema +87 -0
  105. gbdtransformation/brands/egtm/template.yml +1 -0
  106. gbdtransformation/brands/egtm/tests/__init__.py +0 -0
  107. gbdtransformation/brands/emtm/__init__.py +3 -0
  108. gbdtransformation/brands/emtm/filters.py +96 -0
  109. gbdtransformation/brands/emtm/schema +314 -0
  110. gbdtransformation/brands/emtm/template.yml +125 -0
  111. gbdtransformation/brands/estm/__init__.py +3 -0
  112. gbdtransformation/brands/estm/filters.py +110 -0
  113. gbdtransformation/brands/estm/schema +99 -0
  114. gbdtransformation/brands/estm/template.yml +144 -0
  115. gbdtransformation/brands/filters.py +125 -0
  116. gbdtransformation/brands/frtm/__init__.py +2 -0
  117. gbdtransformation/brands/frtm/filters.py +172 -0
  118. gbdtransformation/brands/frtm/schema +300 -0
  119. gbdtransformation/brands/frtm/template.yml +203 -0
  120. gbdtransformation/brands/gbtm/__init__.py +3 -0
  121. gbdtransformation/brands/gbtm/filters.py +122 -0
  122. gbdtransformation/brands/gbtm/schema +362 -0
  123. gbdtransformation/brands/gbtm/template.yml +147 -0
  124. gbdtransformation/brands/gdtm/__init__.py +5 -0
  125. gbdtransformation/brands/gdtm/filters.py +68 -0
  126. gbdtransformation/brands/gdtm/schema +87 -0
  127. gbdtransformation/brands/gdtm/template.yml +1 -0
  128. gbdtransformation/brands/gdtm/tests/__init__.py +0 -0
  129. gbdtransformation/brands/getm/__init__.py +3 -0
  130. gbdtransformation/brands/getm/filters.py +68 -0
  131. gbdtransformation/brands/getm/schema +209 -0
  132. gbdtransformation/brands/getm/template.yml +142 -0
  133. gbdtransformation/brands/ghtm/__init__.py +12 -0
  134. gbdtransformation/brands/ghtm/filters.py +74 -0
  135. gbdtransformation/brands/ghtm/schema +86 -0
  136. gbdtransformation/brands/ghtm/template.yml +1 -0
  137. gbdtransformation/brands/ghtm/tests/__init__.py +0 -0
  138. gbdtransformation/brands/gmtm/__init__.py +7 -0
  139. gbdtransformation/brands/gmtm/filters.py +70 -0
  140. gbdtransformation/brands/gmtm/schema +86 -0
  141. gbdtransformation/brands/gmtm/template.yml +1 -0
  142. gbdtransformation/brands/gmtm/tests/__init__.py +0 -0
  143. gbdtransformation/brands/gstm/__init__.py +2 -0
  144. gbdtransformation/brands/gstm/filters.py +75 -0
  145. gbdtransformation/brands/gstm/template.gs.yml +56 -0
  146. gbdtransformation/brands/gstm/template.yml +32 -0
  147. gbdtransformation/brands/hrtm/__init__.py +3 -0
  148. gbdtransformation/brands/hrtm/filters.py +158 -0
  149. gbdtransformation/brands/hrtm/schema +43 -0
  150. gbdtransformation/brands/hrtm/template.yml +205 -0
  151. gbdtransformation/brands/idtm/__init__.py +12 -0
  152. gbdtransformation/brands/idtm/filters.py +95 -0
  153. gbdtransformation/brands/idtm/schema +86 -0
  154. gbdtransformation/brands/idtm/template.yml +1 -0
  155. gbdtransformation/brands/idtm/tests/__init__.py +0 -0
  156. gbdtransformation/brands/idtm/tests/translation.xml +106 -0
  157. gbdtransformation/brands/idtm/tests/unicode.xml +120 -0
  158. gbdtransformation/brands/iltm/__init__.py +2 -0
  159. gbdtransformation/brands/iltm/filters.py +91 -0
  160. gbdtransformation/brands/iltm/schema +87 -0
  161. gbdtransformation/brands/iltm/template.yml +213 -0
  162. gbdtransformation/brands/iltm/tests/__init__.py +0 -0
  163. gbdtransformation/brands/iltm/tests/cancellations.xml +156 -0
  164. gbdtransformation/brands/iltm/tests/collcert.xml +51 -0
  165. gbdtransformation/brands/iltm/tests/eventdata.xml +83 -0
  166. gbdtransformation/brands/iltm/tests/international.xml +80 -0
  167. gbdtransformation/brands/iltm/tests/markfeature.xml +117 -0
  168. gbdtransformation/brands/iltm/tests/noevents.xml +44 -0
  169. gbdtransformation/brands/iltm/tests/opposition.xml +147 -0
  170. gbdtransformation/brands/iltm/tests/tlit.xml +77 -0
  171. gbdtransformation/brands/intm/__init__.py +6 -0
  172. gbdtransformation/brands/intm/filters.py +75 -0
  173. gbdtransformation/brands/intm/schema +127 -0
  174. gbdtransformation/brands/intm/template.yml +112 -0
  175. gbdtransformation/brands/ipas/__init__.py +0 -0
  176. gbdtransformation/brands/ipas/filters.py +203 -0
  177. gbdtransformation/brands/ipas/template.yml +185 -0
  178. gbdtransformation/brands/istm/__init__.py +10 -0
  179. gbdtransformation/brands/istm/filters.py +60 -0
  180. gbdtransformation/brands/istm/schema +53 -0
  181. gbdtransformation/brands/istm/template.yml +119 -0
  182. gbdtransformation/brands/ittm/__init__.py +6 -0
  183. gbdtransformation/brands/ittm/filters.py +114 -0
  184. gbdtransformation/brands/ittm/schema +104 -0
  185. gbdtransformation/brands/ittm/template.yml +107 -0
  186. gbdtransformation/brands/jotm/__init__.py +8 -0
  187. gbdtransformation/brands/jotm/filters.py +61 -0
  188. gbdtransformation/brands/jotm/schema +86 -0
  189. gbdtransformation/brands/jotm/template.yml +1 -0
  190. gbdtransformation/brands/jotm/tests/__init__.py +0 -0
  191. gbdtransformation/brands/jotm/tests/test.xml +84 -0
  192. gbdtransformation/brands/jptm/__init__.py +6 -0
  193. gbdtransformation/brands/jptm/filters.py +79 -0
  194. gbdtransformation/brands/jptm/schema +39 -0
  195. gbdtransformation/brands/jptm/template.yml +113 -0
  196. gbdtransformation/brands/ketm/__init__.py +9 -0
  197. gbdtransformation/brands/ketm/filters.py +77 -0
  198. gbdtransformation/brands/ketm/schema +86 -0
  199. gbdtransformation/brands/ketm/template.yml +1 -0
  200. gbdtransformation/brands/ketm/tests/__init__.py +0 -0
  201. gbdtransformation/brands/kgtm/__init__.py +6 -0
  202. gbdtransformation/brands/kgtm/filters.py +67 -0
  203. gbdtransformation/brands/kgtm/schema +27 -0
  204. gbdtransformation/brands/kgtm/template.yml +58 -0
  205. gbdtransformation/brands/khtm/__init__.py +14 -0
  206. gbdtransformation/brands/khtm/filters.py +134 -0
  207. gbdtransformation/brands/khtm/schema +86 -0
  208. gbdtransformation/brands/khtm/template.yml +1 -0
  209. gbdtransformation/brands/khtm/tests/__init__.py +0 -0
  210. gbdtransformation/brands/khtm/tests/khtm.xml +122 -0
  211. gbdtransformation/brands/krtm/__init__.py +6 -0
  212. gbdtransformation/brands/krtm/filters.py +136 -0
  213. gbdtransformation/brands/krtm/schema +179 -0
  214. gbdtransformation/brands/krtm/template.yml +186 -0
  215. gbdtransformation/brands/kwtm/__init__.py +2 -0
  216. gbdtransformation/brands/kwtm/filters.py +69 -0
  217. gbdtransformation/brands/kwtm/schema +86 -0
  218. gbdtransformation/brands/kwtm/template.yml +1 -0
  219. gbdtransformation/brands/kwtm/tests/__init__.py +0 -0
  220. gbdtransformation/brands/kwtm/tests/test.xml +84 -0
  221. gbdtransformation/brands/kztm/__init__.py +242 -0
  222. gbdtransformation/brands/kztm/filters.py +140 -0
  223. gbdtransformation/brands/kztm/schema +36 -0
  224. gbdtransformation/brands/kztm/template.yml +117 -0
  225. gbdtransformation/brands/latm/__init__.py +7 -0
  226. gbdtransformation/brands/latm/filters.py +93 -0
  227. gbdtransformation/brands/latm/schema +86 -0
  228. gbdtransformation/brands/latm/template.yml +1 -0
  229. gbdtransformation/brands/latm/tests/__init__.py +0 -0
  230. gbdtransformation/brands/latm/tests/test.xml +112 -0
  231. gbdtransformation/brands/lktm/__init__.py +5 -0
  232. gbdtransformation/brands/lktm/filters.py +83 -0
  233. gbdtransformation/brands/lktm/schema +87 -0
  234. gbdtransformation/brands/lktm/template.yml +1 -0
  235. gbdtransformation/brands/lktm/tests/__init__.py +0 -0
  236. gbdtransformation/brands/matm/__init__.py +3 -0
  237. gbdtransformation/brands/matm/filters.py +36 -0
  238. gbdtransformation/brands/matm/schema +33 -0
  239. gbdtransformation/brands/matm/template.yml +72 -0
  240. gbdtransformation/brands/mctm/__init__.py +3 -0
  241. gbdtransformation/brands/mctm/filters.py +65 -0
  242. gbdtransformation/brands/mctm/schema +128 -0
  243. gbdtransformation/brands/mctm/template.yml +122 -0
  244. gbdtransformation/brands/mdtm/__init__.py +3 -0
  245. gbdtransformation/brands/mdtm/filters.py +64 -0
  246. gbdtransformation/brands/mdtm/schema +128 -0
  247. gbdtransformation/brands/mdtm/template.yml +122 -0
  248. gbdtransformation/brands/metm/__init__.py +5 -0
  249. gbdtransformation/brands/metm/filters.py +87 -0
  250. gbdtransformation/brands/metm/schema +87 -0
  251. gbdtransformation/brands/metm/template.yml +1 -0
  252. gbdtransformation/brands/metm/tests/__init__.py +0 -0
  253. gbdtransformation/brands/mgtm/__init__.py +7 -0
  254. gbdtransformation/brands/mgtm/filters.py +73 -0
  255. gbdtransformation/brands/mgtm/schema +86 -0
  256. gbdtransformation/brands/mgtm/template.yml +1 -0
  257. gbdtransformation/brands/mgtm/tests/__init__.py +0 -0
  258. gbdtransformation/brands/mgtm/tests/test.xml +107 -0
  259. gbdtransformation/brands/mktm/__init__.py +6 -0
  260. gbdtransformation/brands/mktm/filters.py +63 -0
  261. gbdtransformation/brands/mktm/schema +80 -0
  262. gbdtransformation/brands/mktm/template.yml +112 -0
  263. gbdtransformation/brands/mntm/__init__.py +11 -0
  264. gbdtransformation/brands/mntm/filters.py +99 -0
  265. gbdtransformation/brands/mntm/schema +86 -0
  266. gbdtransformation/brands/mntm/template.yml +1 -0
  267. gbdtransformation/brands/mntm/tests/__init__.py +0 -0
  268. gbdtransformation/brands/mwtm/__init__.py +11 -0
  269. gbdtransformation/brands/mwtm/filters.py +80 -0
  270. gbdtransformation/brands/mwtm/schema +86 -0
  271. gbdtransformation/brands/mwtm/template.yml +1 -0
  272. gbdtransformation/brands/mwtm/tests/__init__.py +0 -0
  273. gbdtransformation/brands/mxtm/__init__.py +6 -0
  274. gbdtransformation/brands/mxtm/filters.py +77 -0
  275. gbdtransformation/brands/mxtm/schema +81 -0
  276. gbdtransformation/brands/mxtm/template.yml +127 -0
  277. gbdtransformation/brands/mytm/__init__.py +17 -0
  278. gbdtransformation/brands/mytm/filters.py +125 -0
  279. gbdtransformation/brands/mytm/schema +86 -0
  280. gbdtransformation/brands/mytm/template.yml +1 -0
  281. gbdtransformation/brands/mytm/tests/__init__.py +0 -0
  282. gbdtransformation/brands/mytm/tests/example.xml +132 -0
  283. gbdtransformation/brands/mytm/tests/mytm.xml +132 -0
  284. gbdtransformation/brands/mztm/__init__.py +14 -0
  285. gbdtransformation/brands/mztm/filters.py +89 -0
  286. gbdtransformation/brands/mztm/schema +86 -0
  287. gbdtransformation/brands/mztm/template.yml +1 -0
  288. gbdtransformation/brands/mztm/tests/__init__.py +0 -0
  289. gbdtransformation/brands/natm/__init__.py +11 -0
  290. gbdtransformation/brands/natm/filters.py +88 -0
  291. gbdtransformation/brands/natm/schema +86 -0
  292. gbdtransformation/brands/natm/template.yml +1 -0
  293. gbdtransformation/brands/natm/tests/__init__.py +0 -0
  294. gbdtransformation/brands/notm/__init__.py +5 -0
  295. gbdtransformation/brands/notm/filters.py +170 -0
  296. gbdtransformation/brands/notm/template.yml +289 -0
  297. gbdtransformation/brands/nztm/__init__.py +3 -0
  298. gbdtransformation/brands/nztm/filters.py +126 -0
  299. gbdtransformation/brands/nztm/schema +197 -0
  300. gbdtransformation/brands/nztm/template.yml +161 -0
  301. gbdtransformation/brands/oatm/__init__.py +18 -0
  302. gbdtransformation/brands/oatm/filters.py +82 -0
  303. gbdtransformation/brands/oatm/schema +87 -0
  304. gbdtransformation/brands/oatm/template.yml +1 -0
  305. gbdtransformation/brands/oatm/tests/__init__.py +0 -0
  306. gbdtransformation/brands/omtm/__init__.py +5 -0
  307. gbdtransformation/brands/omtm/filters.py +60 -0
  308. gbdtransformation/brands/omtm/schema +86 -0
  309. gbdtransformation/brands/omtm/template.yml +1 -0
  310. gbdtransformation/brands/omtm/tests/__init__.py +0 -0
  311. gbdtransformation/brands/omtm/tests/test.xml +84 -0
  312. gbdtransformation/brands/patm/__init__.py +8 -0
  313. gbdtransformation/brands/patm/filters.py +149 -0
  314. gbdtransformation/brands/patm/template.yml +40 -0
  315. gbdtransformation/brands/petm/__init__.py +6 -0
  316. gbdtransformation/brands/petm/filters.py +90 -0
  317. gbdtransformation/brands/petm/schema +114 -0
  318. gbdtransformation/brands/petm/template.yml +143 -0
  319. gbdtransformation/brands/pgtm/__init__.py +5 -0
  320. gbdtransformation/brands/pgtm/filters.py +76 -0
  321. gbdtransformation/brands/pgtm/schema +86 -0
  322. gbdtransformation/brands/pgtm/template.yml +1 -0
  323. gbdtransformation/brands/pgtm/tests/__init__.py +0 -0
  324. gbdtransformation/brands/pgtm/tests/pgtm.xml +128 -0
  325. gbdtransformation/brands/phtm/__init__.py +14 -0
  326. gbdtransformation/brands/phtm/filters.py +169 -0
  327. gbdtransformation/brands/phtm/schema +79 -0
  328. gbdtransformation/brands/phtm/schema.classic +50 -0
  329. gbdtransformation/brands/phtm/template.classic.yml +102 -0
  330. gbdtransformation/brands/phtm/template.yml +189 -0
  331. gbdtransformation/brands/pttm/__init__.py +0 -0
  332. gbdtransformation/brands/pttm/filters.py +0 -0
  333. gbdtransformation/brands/pttm/schema +0 -0
  334. gbdtransformation/brands/pttm/template.yml +0 -0
  335. gbdtransformation/brands/pytm/__init__.py +6 -0
  336. gbdtransformation/brands/pytm/filters.py +136 -0
  337. gbdtransformation/brands/pytm/template.yml +40 -0
  338. gbdtransformation/brands/qatm/__init__.py +5 -0
  339. gbdtransformation/brands/qatm/filters.py +81 -0
  340. gbdtransformation/brands/qatm/schema +87 -0
  341. gbdtransformation/brands/qatm/template.yml +1 -0
  342. gbdtransformation/brands/qatm/tests/__init__.py +0 -0
  343. gbdtransformation/brands/rotm/__init__.py +3 -0
  344. gbdtransformation/brands/rotm/filters.py +82 -0
  345. gbdtransformation/brands/rotm/schema +128 -0
  346. gbdtransformation/brands/rotm/template.yml +121 -0
  347. gbdtransformation/brands/rstm/__init__.py +5 -0
  348. gbdtransformation/brands/rstm/filters.py +88 -0
  349. gbdtransformation/brands/rstm/schema +86 -0
  350. gbdtransformation/brands/rstm/template.yml +1 -0
  351. gbdtransformation/brands/rstm/tests/__init__.py +0 -0
  352. gbdtransformation/brands/rutm/__init__.py +14 -0
  353. gbdtransformation/brands/rutm/filters.py +82 -0
  354. gbdtransformation/brands/rutm/schema +94 -0
  355. gbdtransformation/brands/rutm/template.yml +105 -0
  356. gbdtransformation/brands/sdtm/__init__.py +5 -0
  357. gbdtransformation/brands/sdtm/filters.py +59 -0
  358. gbdtransformation/brands/sdtm/schema +86 -0
  359. gbdtransformation/brands/sdtm/template.yml +1 -0
  360. gbdtransformation/brands/sdtm/tests/__init__.py +0 -0
  361. gbdtransformation/brands/sdtm/tests/test.xml +84 -0
  362. gbdtransformation/brands/sgtm/__init__.py +16 -0
  363. gbdtransformation/brands/sgtm/filters.py +177 -0
  364. gbdtransformation/brands/sgtm/schema +213 -0
  365. gbdtransformation/brands/sgtm/template.article6ter.yml +48 -0
  366. gbdtransformation/brands/sgtm/template.r13.yml +45 -0
  367. gbdtransformation/brands/sgtm/template.trademark.yml +148 -0
  368. gbdtransformation/brands/sgtm/template.yml +9 -0
  369. gbdtransformation/brands/smtm/__init__.py +6 -0
  370. gbdtransformation/brands/smtm/filters.py +77 -0
  371. gbdtransformation/brands/smtm/schema +86 -0
  372. gbdtransformation/brands/smtm/template.yml +1 -0
  373. gbdtransformation/brands/smtm/tests/__init__.py +0 -0
  374. gbdtransformation/brands/smtm/tests/test.xml +133 -0
  375. gbdtransformation/brands/solrjtm/__init__.py +1 -0
  376. gbdtransformation/brands/solrjtm/filters.py +85 -0
  377. gbdtransformation/brands/solrjtm/template.yml +195 -0
  378. gbdtransformation/brands/st66tm/__init__.py +1 -0
  379. gbdtransformation/brands/st66tm/filters.py +33 -0
  380. gbdtransformation/brands/st66tm/st66tm.tmpl +219 -0
  381. gbdtransformation/brands/sttm/__init__.py +18 -0
  382. gbdtransformation/brands/sttm/filters.py +72 -0
  383. gbdtransformation/brands/sttm/schema +83 -0
  384. gbdtransformation/brands/sttm/template.yml +1 -0
  385. gbdtransformation/brands/sttm/tests/__init__.py +0 -0
  386. gbdtransformation/brands/sztm/__init__.py +14 -0
  387. gbdtransformation/brands/sztm/filters.py +72 -0
  388. gbdtransformation/brands/sztm/schema +86 -0
  389. gbdtransformation/brands/sztm/template.yml +1 -0
  390. gbdtransformation/brands/sztm/tests/__init__.py +0 -0
  391. gbdtransformation/brands/thtm/__init__.py +2 -0
  392. gbdtransformation/brands/thtm/filters.py +86 -0
  393. gbdtransformation/brands/thtm/schema +86 -0
  394. gbdtransformation/brands/thtm/template.yml +175 -0
  395. gbdtransformation/brands/thtm/tests/__init__.py +0 -0
  396. gbdtransformation/brands/thtm/tests/test.xml +84 -0
  397. gbdtransformation/brands/tntm/__init__.py +16 -0
  398. gbdtransformation/brands/tntm/filters.py +89 -0
  399. gbdtransformation/brands/tntm/schema +87 -0
  400. gbdtransformation/brands/tntm/template.yml +1 -0
  401. gbdtransformation/brands/tntm/tests/__init__.py +0 -0
  402. gbdtransformation/brands/totm/__init__.py +5 -0
  403. gbdtransformation/brands/totm/filters.py +72 -0
  404. gbdtransformation/brands/totm/schema +86 -0
  405. gbdtransformation/brands/totm/template.yml +1 -0
  406. gbdtransformation/brands/totm/tests/__init__.py +0 -0
  407. gbdtransformation/brands/totm/tests/nofeature.xml +106 -0
  408. gbdtransformation/brands/totm/tests/syntax.xml +162 -0
  409. gbdtransformation/brands/totm/tests/test.xml +84 -0
  410. gbdtransformation/brands/tttm/__init__.py +17 -0
  411. gbdtransformation/brands/tttm/filters.py +79 -0
  412. gbdtransformation/brands/tttm/schema +87 -0
  413. gbdtransformation/brands/tttm/template.yml +1 -0
  414. gbdtransformation/brands/tttm/tests/__init__.py +0 -0
  415. gbdtransformation/brands/uatm/__init__.py +18 -0
  416. gbdtransformation/brands/uatm/filters.py +70 -0
  417. gbdtransformation/brands/uatm/schema +158 -0
  418. gbdtransformation/brands/uatm/template.yml +148 -0
  419. gbdtransformation/brands/ustm/__init__.py +187 -0
  420. gbdtransformation/brands/ustm/filters.py +227 -0
  421. gbdtransformation/brands/ustm/schema +2183 -0
  422. gbdtransformation/brands/ustm/template.yml +219 -0
  423. gbdtransformation/brands/uytm/__init__.py +3 -0
  424. gbdtransformation/brands/uytm/filters.py +64 -0
  425. gbdtransformation/brands/uytm/schema +106 -0
  426. gbdtransformation/brands/uytm/template.yml +137 -0
  427. gbdtransformation/brands/vctm/__init__.py +5 -0
  428. gbdtransformation/brands/vctm/filters.py +75 -0
  429. gbdtransformation/brands/vctm/schema +87 -0
  430. gbdtransformation/brands/vctm/template.yml +1 -0
  431. gbdtransformation/brands/vctm/tests/__init__.py +0 -0
  432. gbdtransformation/brands/vntm/__init__.py +9 -0
  433. gbdtransformation/brands/vntm/filters.py +84 -0
  434. gbdtransformation/brands/vntm/schema +86 -0
  435. gbdtransformation/brands/vntm/template.yml +1 -0
  436. gbdtransformation/brands/vntm/tests/__init__.py +0 -0
  437. gbdtransformation/brands/vutm/__init__.py +5 -0
  438. gbdtransformation/brands/vutm/filters.py +67 -0
  439. gbdtransformation/brands/vutm/schema +83 -0
  440. gbdtransformation/brands/vutm/template.yml +1 -0
  441. gbdtransformation/brands/vutm/tests/__init__.py +0 -0
  442. gbdtransformation/brands/whoinn/__init__.py +6 -0
  443. gbdtransformation/brands/whoinn/filters.py +46 -0
  444. gbdtransformation/brands/whoinn/schema +4 -0
  445. gbdtransformation/brands/whoinn/template.yml +45 -0
  446. gbdtransformation/brands/wo6ter/__init__.py +1 -0
  447. gbdtransformation/brands/wo6ter/filters.py +88 -0
  448. gbdtransformation/brands/wo6ter/template.yml +88 -0
  449. gbdtransformation/brands/woao/__init__.py +1 -0
  450. gbdtransformation/brands/woao/filters.py +107 -0
  451. gbdtransformation/brands/woao/schema +116 -0
  452. gbdtransformation/brands/woao/template.yml +90 -0
  453. gbdtransformation/brands/woptm/__init__.py +3 -0
  454. gbdtransformation/brands/woptm/filters.py +42 -0
  455. gbdtransformation/brands/woptm/template.yml +2 -0
  456. gbdtransformation/brands/wotm/__init__.py +3 -0
  457. gbdtransformation/brands/wotm/filters.py +127 -0
  458. gbdtransformation/brands/wotm/schema +218 -0
  459. gbdtransformation/brands/wotm/template.yml +220 -0
  460. gbdtransformation/brands/wstm/__init__.py +6 -0
  461. gbdtransformation/brands/wstm/filters.py +67 -0
  462. gbdtransformation/brands/wstm/schema +86 -0
  463. gbdtransformation/brands/wstm/template.yml +1 -0
  464. gbdtransformation/brands/wstm/tests/__init__.py +0 -0
  465. gbdtransformation/brands/wstm/tests/test.xml +132 -0
  466. gbdtransformation/brands/xxxx/__init__.py +6 -0
  467. gbdtransformation/brands/xxxx/filters.py +60 -0
  468. gbdtransformation/brands/xxxx/schema +4 -0
  469. gbdtransformation/brands/xxxx/template.yml +363 -0
  470. gbdtransformation/brands/zmtm/__init__.py +12 -0
  471. gbdtransformation/brands/zmtm/filters.py +79 -0
  472. gbdtransformation/brands/zmtm/schema +86 -0
  473. gbdtransformation/brands/zmtm/template.yml +1 -0
  474. gbdtransformation/brands/zmtm/tests/__init__.py +0 -0
  475. gbdtransformation/brands/zwtm/__init__.py +3 -0
  476. gbdtransformation/brands/zwtm/filters.py +86 -0
  477. gbdtransformation/brands/zwtm/schema +86 -0
  478. gbdtransformation/brands/zwtm/template.yml +1 -0
  479. gbdtransformation/brands/zwtm/tests/__init__.py +0 -0
  480. gbdtransformation/common/__init__.py +383 -0
  481. gbdtransformation/common/filters.py +418 -0
  482. gbdtransformation/common/jpap/__init__.py +1 -0
  483. gbdtransformation/common/jpap/filters.py +83 -0
  484. gbdtransformation/common/jpap/template.yml +37 -0
  485. gbdtransformation/common/jpbase/__init__.py +1 -0
  486. gbdtransformation/common/jpbase/filters.py +93 -0
  487. gbdtransformation/common/jpbase/template.yml +51 -0
  488. gbdtransformation/common/jprp/__init__.py +1 -0
  489. gbdtransformation/common/jprp/filters.py +86 -0
  490. gbdtransformation/common/jprp/template.yml +51 -0
  491. gbdtransformation/common/navigation.tmpl +12 -0
  492. gbdtransformation/commons/__init__.py +0 -0
  493. gbdtransformation/commons/emap/__init__.py +1 -0
  494. gbdtransformation/commons/emap/filters.py +16 -0
  495. gbdtransformation/commons/emap/template.yml +55 -0
  496. gbdtransformation/commons/emrp/__init__.py +1 -0
  497. gbdtransformation/commons/emrp/filters.py +14 -0
  498. gbdtransformation/commons/emrp/template.yml +53 -0
  499. gbdtransformation/commons/filters.py +3 -0
  500. gbdtransformation/designs/__init__.py +8 -0
  501. gbdtransformation/designs/alid/__init__.py +5 -0
  502. gbdtransformation/designs/alid/filters.py +69 -0
  503. gbdtransformation/designs/alid/schema +89 -0
  504. gbdtransformation/designs/alid/template.yml +1 -0
  505. gbdtransformation/designs/bnid/__init__.py +5 -0
  506. gbdtransformation/designs/bnid/filters.py +61 -0
  507. gbdtransformation/designs/bnid/schema +80 -0
  508. gbdtransformation/designs/bnid/template.yml +1 -0
  509. gbdtransformation/designs/bwid/__init__.py +6 -0
  510. gbdtransformation/designs/bwid/filters.py +64 -0
  511. gbdtransformation/designs/bwid/schema +101 -0
  512. gbdtransformation/designs/bwid/template.yml +1 -0
  513. gbdtransformation/designs/crid/__init__.py +5 -0
  514. gbdtransformation/designs/crid/filters.py +63 -0
  515. gbdtransformation/designs/crid/schema +94 -0
  516. gbdtransformation/designs/crid/template.yml +1 -0
  517. gbdtransformation/designs/cuid/__init__.py +5 -0
  518. gbdtransformation/designs/cuid/filters.py +60 -0
  519. gbdtransformation/designs/cuid/schema +98 -0
  520. gbdtransformation/designs/cuid/template.yml +1 -0
  521. gbdtransformation/designs/egid/__init__.py +5 -0
  522. gbdtransformation/designs/egid/filters.py +62 -0
  523. gbdtransformation/designs/egid/schema +82 -0
  524. gbdtransformation/designs/egid/template.yml +1 -0
  525. gbdtransformation/designs/filters.py +73 -0
  526. gbdtransformation/designs/idid/__init__.py +5 -0
  527. gbdtransformation/designs/idid/filters.py +67 -0
  528. gbdtransformation/designs/idid/schema +102 -0
  529. gbdtransformation/designs/idid/template.yml +1 -0
  530. gbdtransformation/designs/ipas/__init__.py +0 -0
  531. gbdtransformation/designs/ipas/filters.py +181 -0
  532. gbdtransformation/designs/ipas/template.yml +174 -0
  533. gbdtransformation/designs/joid/__init__.py +6 -0
  534. gbdtransformation/designs/joid/filters.py +62 -0
  535. gbdtransformation/designs/joid/schema +97 -0
  536. gbdtransformation/designs/joid/template.yml +1 -0
  537. gbdtransformation/designs/keid/__init__.py +5 -0
  538. gbdtransformation/designs/keid/filters.py +62 -0
  539. gbdtransformation/designs/keid/schema +99 -0
  540. gbdtransformation/designs/keid/template.yml +1 -0
  541. gbdtransformation/designs/khid/__init__.py +5 -0
  542. gbdtransformation/designs/khid/filters.py +63 -0
  543. gbdtransformation/designs/khid/schema +100 -0
  544. gbdtransformation/designs/khid/template.yml +1 -0
  545. gbdtransformation/designs/laid/__init__.py +5 -0
  546. gbdtransformation/designs/laid/filters.py +61 -0
  547. gbdtransformation/designs/laid/schema +94 -0
  548. gbdtransformation/designs/laid/template.yml +1 -0
  549. gbdtransformation/designs/mnid/__init__.py +6 -0
  550. gbdtransformation/designs/mnid/filters.py +62 -0
  551. gbdtransformation/designs/mnid/schema +98 -0
  552. gbdtransformation/designs/mnid/template.yml +1 -0
  553. gbdtransformation/designs/myid/__init__.py +5 -0
  554. gbdtransformation/designs/myid/filters.py +60 -0
  555. gbdtransformation/designs/myid/schema +95 -0
  556. gbdtransformation/designs/myid/template.yml +1 -0
  557. gbdtransformation/designs/phid/__init__.py +5 -0
  558. gbdtransformation/designs/phid/filters.py +70 -0
  559. gbdtransformation/designs/phid/schema +95 -0
  560. gbdtransformation/designs/phid/template.yml +1 -0
  561. gbdtransformation/designs/sgid/__init__.py +6 -0
  562. gbdtransformation/designs/sgid/filters.py +66 -0
  563. gbdtransformation/designs/sgid/schema +115 -0
  564. gbdtransformation/designs/sgid/template.yml +1 -0
  565. gbdtransformation/designs/thid/__init__.py +4 -0
  566. gbdtransformation/designs/thid/filters.py +64 -0
  567. gbdtransformation/designs/thid/schema +98 -0
  568. gbdtransformation/designs/thid/template.yml +1 -0
  569. gbdtransformation/designs/tnid/__init__.py +5 -0
  570. gbdtransformation/designs/tnid/filters.py +66 -0
  571. gbdtransformation/designs/tnid/schema +96 -0
  572. gbdtransformation/designs/tnid/template.yml +1 -0
  573. gbdtransformation/designs/vnid/__init__.py +5 -0
  574. gbdtransformation/designs/vnid/filters.py +62 -0
  575. gbdtransformation/designs/vnid/schema +97 -0
  576. gbdtransformation/designs/vnid/template.yml +1 -0
  577. gbdtransformation/designs/woid/__init__.py +2 -0
  578. gbdtransformation/designs/woid/filters.py +372 -0
  579. gbdtransformation/designs/woid/schema +592 -0
  580. gbdtransformation/designs/woid/template.yml +516 -0
  581. gbdtransformation/designs/xxid/__init__.py +2 -0
  582. gbdtransformation/designs/xxid/filters.py +60 -0
  583. gbdtransformation/designs/xxid/schema +4 -0
  584. gbdtransformation/designs/xxid/template.yml +358 -0
  585. gbdtransformation/execs-nico.py +709 -0
  586. gbdtransformation/execs.py +734 -0
  587. gbdtransformation/gbd-transform.exec.tgz +0 -0
  588. gbdtransformation/parser.py +190 -0
  589. gbdtransformation/renders.py +149 -0
  590. gbdtransformation/utilities/ISOCountryCodeType-V2006.xsd +1245 -0
  591. gbdtransformation/utilities/ISOCurrencyCodeType-V2001.xsd +855 -0
  592. gbdtransformation/utilities/ISOLanguageCodeType-V2002.xsd +715 -0
  593. gbdtransformation/utilities/WIPOST3CodeType-V2007.xsd +1151 -0
  594. gbdtransformation/utilities/__init__.py +0 -0
  595. gbdtransformation/utilities/st66.dot +2828 -0
  596. gbdtransformation/utilities/st66.pdf +0 -0
  597. gbdtransformation/utilities/st66.py +38700 -0
  598. gbdtransformation/utilities/st66.xsd +4174 -0
  599. schemas/ShazamConfig.py +35 -0
  600. schemas/__init__.py +0 -0
  601. schemas/schema_extractor.py +300 -0
  602. wipo_gbd_transformation-1.1.105.dist-info/LICENSE.md +687 -0
  603. wipo_gbd_transformation-1.1.105.dist-info/METADATA +25 -0
  604. wipo_gbd_transformation-1.1.105.dist-info/RECORD +607 -0
  605. wipo_gbd_transformation-1.1.105.dist-info/WHEEL +5 -0
  606. wipo_gbd_transformation-1.1.105.dist-info/entry_points.txt +6 -0
  607. wipo_gbd_transformation-1.1.105.dist-info/top_level.txt +2 -0
@@ -0,0 +1,2828 @@
1
+ digraph g {
2
+ graph [
3
+ rankdir = "LR"
4
+ ];
5
+ node [
6
+ fontsize = "16"
7
+ shape = "ellipse"
8
+ ];
9
+ edge [
10
+ ];
11
+ "AccountDebitKindType" [
12
+ label = "<title> AccountDebitKindType | "
13
+ shape = "record"
14
+ ];
15
+ "AccountType" [
16
+ label = "<title> AccountType | <xs:string> AccountIdentifier|<xs:string> AccountKind|<TextType> AccountHolderName|<AccountDebitKindType> AccountDebitKind"
17
+ shape = "record"
18
+ ];
19
+ "AddressBookType" [
20
+ label = "<title> AddressBookType | <ISOLanguageCodeType> AddressLanguageCode|<FreeFormatAddressDetailsType> FreeFormatAddressDetails|<FormattedNameAddressType> FormattedNameAddress|<ContactInformationDetailsType> ContactInformationDetails|<xs:string> PostalAddress"
21
+ shape = "record"
22
+ ];
23
+ "AddressType" [
24
+ label = "<title> AddressType | <ISOCountryCodeType> AddressCountryCode|<FreeFormatAddressType> FreeFormatAddress|<FormattedAddressType> FormattedAddress"
25
+ shape = "record"
26
+ ];
27
+ "AmountType" [
28
+ label = "<title> AmountType | <ISOCurrencyCodeType> currencyCode|<xs:decimal> valueOf_"
29
+ shape = "record"
30
+ ];
31
+ "AppealCurrentStatusCodeType" [
32
+ label = "<title> AppealCurrentStatusCodeType | "
33
+ shape = "record"
34
+ ];
35
+ "AppealDetailsType" [
36
+ label = "<title> AppealDetailsType | <AppealType> Appeal"
37
+ shape = "record"
38
+ ];
39
+ "AppealDocumentDetailsType" [
40
+ label = "<title> AppealDocumentDetailsType | <DocumentType> AppealDocument"
41
+ shape = "record"
42
+ ];
43
+ "AppealEventCodeType" [
44
+ label = "<title> AppealEventCodeType | "
45
+ shape = "record"
46
+ ];
47
+ "AppealEventDetailsType" [
48
+ label = "<title> AppealEventDetailsType | <AppealEventType> AppealEvent"
49
+ shape = "record"
50
+ ];
51
+ "AppealEventType" [
52
+ label = "<title> AppealEventType | <xs:date> AppealEventDate|<xs:dateTime> AppealEventDateTime|<AppealEventCodeType> AppealEventCode|<xs:date> AppealEventResponseDate|<xs:string> Comment"
53
+ shape = "record"
54
+ ];
55
+ "AppealPartiesKindType" [
56
+ label = "<title> AppealPartiesKindType | "
57
+ shape = "record"
58
+ ];
59
+ "AppealType" [
60
+ label = "<title> AppealType | <IdentifierType> AppealIdentifier|<xs:date> AppealDate|<xs:date> AppealReceptionDate|<xs:string> AppealReceptionIdentifier|<xs:string> AppealReference|<ISOLanguageCodeType> AppealLanguageCode|<ISOLanguageCodeType> AppealProceedingLanguageCode|<AppealPartiesKindType> AppealPartiesKind|<TextType> AppealGroundText|<xs:string> RespondentReference|<CaseReferenceDetailsType> CaseReferenceDetails|<xs:boolean> ContestedDecisionPartialIndicator|<TextType> ContestedDecisionPartText|<AppealCurrentStatusCodeType> AppealCurrentStatusCode|<xs:date> AppealCurrentStatusDate|<TextType> Comment|<NameType> AppealExaminer|<NameType> AppealRapporteur|<AppellantDetailsType> AppellantDetails|<RepresentativeDetailsType2> RepresentativeDetails|<RespondentDetailsType> RespondentDetails|<AppealEventDetailsType> AppealEventDetails|<AppealDocumentDetailsType> AppealDocumentDetails"
61
+ shape = "record"
62
+ ];
63
+ "AppellantDetailsType" [
64
+ label = "<title> AppellantDetailsType | <KeyType> AppellantKey|<AppellantType> Appellant"
65
+ shape = "record"
66
+ ];
67
+ "AppellantType" [
68
+ label = "<title> AppellantType | <OperationCodeType> operationCode|<IdentifierType> AppellantIdentifier|<xs:integer> AppellantSequenceNumber|<NationalityCodeType> AppellantNationalityCode|<xs:string> AppellantLegalEntity|<ISOCountryCodeType> AppellantIncorporationCountryCode|<xs:string> AppellantIncorporationState|<xs:string> Comment|<AddressBookType> AppellantAddressBook|<EntitlementType> AppellantEntitlement|<VersionType> AppellantVersion"
69
+ shape = "record"
70
+ ];
71
+ "ApplicantDetailsType" [
72
+ label = "<title> ApplicantDetailsType | <ApplicantType> Applicant"
73
+ shape = "record"
74
+ ];
75
+ "ApplicantDetailsType43" [
76
+ label = "<title> ApplicantDetailsType43 | <ApplicantType> Applicant"
77
+ shape = "record"
78
+ ];
79
+ "ApplicantDetailsType46" [
80
+ label = "<title> ApplicantDetailsType46 | <KeyType> ApplicantKey|<ApplicantType> Applicant"
81
+ shape = "record"
82
+ ];
83
+ "ApplicantType" [
84
+ label = "<title> ApplicantType | <OperationCodeType> operationCode|<IdentifierType> ApplicantIdentifier|<xs:integer> ApplicantSequenceNumber|<NationalityCodeType> ApplicantNationalityCode|<xs:string> ApplicantLegalEntity|<ISOCountryCodeType> ApplicantIncorporationCountryCode|<xs:string> ApplicantIncorporationState|<TextType> Comment|<AddressBookType> ApplicantAddressBook|<EntitlementType> ApplicantEntitlement|<VersionType> ApplicantVersion"
85
+ shape = "record"
86
+ ];
87
+ "AssociatedMarkDetailsType" [
88
+ label = "<title> AssociatedMarkDetailsType | <xs:string> AssociatedApplicationNumber"
89
+ shape = "record"
90
+ ];
91
+ "AuthorizationDocumentSupplyType" [
92
+ label = "<title> AuthorizationDocumentSupplyType | "
93
+ shape = "record"
94
+ ];
95
+ "AuthorizationKindType" [
96
+ label = "<title> AuthorizationKindType | "
97
+ shape = "record"
98
+ ];
99
+ "AuthorizationType" [
100
+ label = "<title> AuthorizationType | <xs:string> AuthorizationIdentifier|<xs:date> AuthorizationDate|<AuthorizationKindType> AuthorizationKind|<TextType> Comment|<AuthorizationDocumentSupplyType> AuthorizationDocumentSupply|<DocumentType> AuthorizationDocument"
101
+ shape = "record"
102
+ ];
103
+ "BankTransferType" [
104
+ label = "<title> BankTransferType | <xs:string> BankTransferIdentifier|<xs:date> BankTransferDate|<xs:string> OriginBankName|<xs:string> BankDestinationAccount"
105
+ shape = "record"
106
+ ];
107
+ "BaseGoodsServicesDetailsType" [
108
+ label = "<title> BaseGoodsServicesDetailsType | <GoodsServicesType> GoodsServices"
109
+ shape = "record"
110
+ ];
111
+ "BasicApplicationDetailsType" [
112
+ label = "<title> BasicApplicationDetailsType | <BasicApplicationType> BasicApplication"
113
+ shape = "record"
114
+ ];
115
+ "BasicApplicationType" [
116
+ label = "<title> BasicApplicationType | <xs:token> BasicApplicationNumber|<xs:date> BasicApplicationDate"
117
+ shape = "record"
118
+ ];
119
+ "BasicRecordKindType" [
120
+ label = "<title> BasicRecordKindType | "
121
+ shape = "record"
122
+ ];
123
+ "BasicRecordType" [
124
+ label = "<title> BasicRecordType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<BasicRecordKindType> BasicRecordKind|<xs:string> RecordReference|<ExtendedISOLanguageCodeType> RecordLanguageCode|<TradeMarkKeyDetailsType> TradeMarkKeyDetails|<RecordPublicationDetailsType> RecordPublicationDetails|<ClaimantDetailsType> ClaimantDetails|<RepresentativeDetailsType3> RepresentativeDetails|<RecordEventDetailsType> RecordEventDetails|<RecordDocumentDetailsType> RecordDocumentDetails|<RecordCurrentStatusCodeType> RecordCurrentStatusCode|<xs:date> RecordCurrentStatusDate|<TextType> FactDecisionText|<ExtendedWIPOST3CodeType> RecordInterestedOfficeCode|<RecordDesignatedCountryDetailsType> RecordDesignatedCountryDetails|<RecordUseIntentDetailsType> RecordUseIntentDetails|<GoodsServicesLimitationDetailsType> GoodsServicesLimitationDetails"
125
+ shape = "record"
126
+ ];
127
+ "BasicRegistrationApplicationDetailsType" [
128
+ label = "<title> BasicRegistrationApplicationDetailsType | <BasicRegistrationApplicationType> BasicRegistrationApplication"
129
+ shape = "record"
130
+ ];
131
+ "BasicRegistrationApplicationType" [
132
+ label = "<title> BasicRegistrationApplicationType | <WIPOST3CodeType> RegistrationOfficeCode|<BasicApplicationDetailsType> BasicApplicationDetails|<BasicRegistrationDetailsType> BasicRegistrationDetails"
133
+ shape = "record"
134
+ ];
135
+ "BasicRegistrationDetailsType" [
136
+ label = "<title> BasicRegistrationDetailsType | <BasicRegistrationType> BasicRegistration"
137
+ shape = "record"
138
+ ];
139
+ "BasicRegistrationType" [
140
+ label = "<title> BasicRegistrationType | <xs:token> BasicRegistrationNumber|<xs:date> BasicRegistrationDate"
141
+ shape = "record"
142
+ ];
143
+ "CardAccountType" [
144
+ label = "<title> CardAccountType | <xs:string> CardPrimaryAccountNumber|<xs:string> CardNetworkIdentifier|<CardKindCodeType> CardKindCode|<xs:string> CardCustomerIdentifier|<xs:date> CardValidityStartDate|<xs:date> CardExpiryDate|<xs:string> CardIssuerIdentifier|<xs:string> CardIssueNumber|<xs:string> CardCV2Identifier|<ChipCodeType> CardChipCode|<xs:string> CardChipApplicationIdentifier|<TextType> CardHolderName"
145
+ shape = "record"
146
+ ];
147
+ "CardKindCodeType" [
148
+ label = "<title> CardKindCodeType | "
149
+ shape = "record"
150
+ ];
151
+ "CaseReferenceDetailsType" [
152
+ label = "<title> CaseReferenceDetailsType | <CaseReferenceType> CaseReference"
153
+ shape = "record"
154
+ ];
155
+ "CaseReferenceDetailsType5" [
156
+ label = "<title> CaseReferenceDetailsType5 | <CaseReferenceType> CaseReference"
157
+ shape = "record"
158
+ ];
159
+ "CaseReferenceKindType" [
160
+ label = "<title> CaseReferenceKindType | "
161
+ shape = "record"
162
+ ];
163
+ "CaseReferenceType" [
164
+ label = "<title> CaseReferenceType | <CaseReferenceKindType> caseReferenceKind|<TextType> valueOf_"
165
+ shape = "record"
166
+ ];
167
+ "CategoryCodeDetailsType" [
168
+ label = "<title> CategoryCodeDetailsType | <CategoryCodeType> CategoryCode"
169
+ shape = "record"
170
+ ];
171
+ "CategoryKindType" [
172
+ label = "<title> CategoryKindType | "
173
+ shape = "record"
174
+ ];
175
+ "ChequeType" [
176
+ label = "<title> ChequeType | <xs:string> ChequeIdentifier|<xs:string> ChequeKind|<xs:string> BankName"
177
+ shape = "record"
178
+ ];
179
+ "ChipCodeType" [
180
+ label = "<title> ChipCodeType | "
181
+ shape = "record"
182
+ ];
183
+ "ClaimantDetailsType" [
184
+ label = "<title> ClaimantDetailsType | <KeyType> ClaimantKey|<ClaimantType> Claimant"
185
+ shape = "record"
186
+ ];
187
+ "ClaimantDetailsType10" [
188
+ label = "<title> ClaimantDetailsType10 | <KeyType> ClaimantKey|<ClaimantType> Claimant"
189
+ shape = "record"
190
+ ];
191
+ "ClaimantDetailsType16" [
192
+ label = "<title> ClaimantDetailsType16 | <KeyType> ClaimantKey|<ClaimantType> Claimant"
193
+ shape = "record"
194
+ ];
195
+ "ClaimantDetailsType23" [
196
+ label = "<title> ClaimantDetailsType23 | <KeyType> ClaimantKey|<ClaimantType> Claimant"
197
+ shape = "record"
198
+ ];
199
+ "ClaimantDetailsType31" [
200
+ label = "<title> ClaimantDetailsType31 | <KeyType> ClaimantKey|<ClaimantType> Claimant"
201
+ shape = "record"
202
+ ];
203
+ "ClaimantDetailsType37" [
204
+ label = "<title> ClaimantDetailsType37 | <KeyType> ClaimantKey|<ClaimantType> Claimant"
205
+ shape = "record"
206
+ ];
207
+ "ClaimantType" [
208
+ label = "<title> ClaimantType | <OperationCodeType> operationCode|<IdentifierType> ClaimantIdentifier|<xs:integer> ClaimantSequenceNumber|<NationalityCodeType> ClaimantNationalityCode|<xs:string> ClaimantLegalEntity|<ISOCountryCodeType> ClaimantIncorporationCountryCode|<xs:string> ClaimantIncorporationState|<TextType> Comment|<AddressBookType> ClaimantAddressBook|<EntitlementType> ClaimantEntitlement"
209
+ shape = "record"
210
+ ];
211
+ "ClassDescriptionDetailsType" [
212
+ label = "<title> ClassDescriptionDetailsType | <ClassDescriptionType> ClassDescription"
213
+ shape = "record"
214
+ ];
215
+ "ClassDescriptionType" [
216
+ label = "<title> ClassDescriptionType | <ClassNumberType> ClassNumber|<ClassNumberStatusCodeType> ClassNumberStatusCode|<TextType> GoodsServicesDescription|<xs:boolean> UseNiceHeadingIndicator|<ClassificationTermDetailsType4> ClassificationTermDetails"
217
+ shape = "record"
218
+ ];
219
+ "ClassNumberStatusCodeType" [
220
+ label = "<title> ClassNumberStatusCodeType | "
221
+ shape = "record"
222
+ ];
223
+ "ClassificationKindCodeType" [
224
+ label = "<title> ClassificationKindCodeType | "
225
+ shape = "record"
226
+ ];
227
+ "ClassificationTermDetailsType" [
228
+ label = "<title> ClassificationTermDetailsType | <ClassificationTermType> ClassificationTerm"
229
+ shape = "record"
230
+ ];
231
+ "ClassificationTermDetailsType4" [
232
+ label = "<title> ClassificationTermDetailsType4 | <ClassificationTermType> ClassificationTerm"
233
+ shape = "record"
234
+ ];
235
+ "ClassificationTermSourceType" [
236
+ label = "<title> ClassificationTermSourceType | "
237
+ shape = "record"
238
+ ];
239
+ "ClassificationTermStatusCodeType" [
240
+ label = "<title> ClassificationTermStatusCodeType | "
241
+ shape = "record"
242
+ ];
243
+ "ClassificationTermStatusType" [
244
+ label = "<title> ClassificationTermStatusType | <WIPOST3CodeType> officeCode|<ClassificationTermStatusCodeType> valueOf_"
245
+ shape = "record"
246
+ ];
247
+ "ClassificationTermType" [
248
+ label = "<title> ClassificationTermType | <OperationCodeType> operationCode|<IdentifierType> ClassificationTermIdentifier|<WIPOST3CodeType> ClassificationTermOffice|<xs:string> ClassificationTermOfficeKey|<ClassificationTermSourceType> ClassificationTermSource|<xs:date> ClassificationTermEntryDate|<ClassNumberType> ClassNumber|<ISOLanguageCodeType> ClassificationTermLanguageCode|<TextType> ClassificationTermText|<xs:string> ClassificationTermEquivalentGroup|<xs:string> ClassificationTermReferenceGroup|<xs:string> ClassificationTermTranslationGroup|<ClassificationTermStatusType> ClassificationTermStatus|<WIPOBasicNumberType> WIPOBasicNumber"
249
+ shape = "record"
250
+ ];
251
+ "ContactInformationDetailsType" [
252
+ label = "<title> ContactInformationDetailsType | <PhoneType> Phone|<xs:string> Fax|<xs:string> Email|<xs:anyURI> URL|<xs:string> OtherElectronicAddress"
253
+ shape = "record"
254
+ ];
255
+ "CorrespondenceAddressKeyType" [
256
+ label = "<title> CorrespondenceAddressKeyType | <IdentifierType> CorrespondenceAddressIdentifier|<CorrespondenceAddressPartyType> CorrespondenceAddressParty"
257
+ shape = "record"
258
+ ];
259
+ "CorrespondenceAddressPartyType" [
260
+ label = "<title> CorrespondenceAddressPartyType | "
261
+ shape = "record"
262
+ ];
263
+ "CorrespondenceAddressType" [
264
+ label = "<title> CorrespondenceAddressType | <IdentifierType> CorrespondenceAddressIdentifier|<CorrespondenceAddressPartyType> CorrespondenceAddressParty|<AddressBookType> CorrespondenceAddressBook"
265
+ shape = "record"
266
+ ];
267
+ "DecisionCaseRelationDetailsType" [
268
+ label = "<title> DecisionCaseRelationDetailsType | <DecisionCaseRelationType> DecisionCaseRelation"
269
+ shape = "record"
270
+ ];
271
+ "DecisionCaseRelationType" [
272
+ label = "<title> DecisionCaseRelationType | <xs:string> DecisionKey|<CaseReferenceType> CaseReferenceKey"
273
+ shape = "record"
274
+ ];
275
+ "DecisionCurrentStatusCodeType" [
276
+ label = "<title> DecisionCurrentStatusCodeType | "
277
+ shape = "record"
278
+ ];
279
+ "DecisionDetailsType" [
280
+ label = "<title> DecisionDetailsType | <DecisionType> Decision"
281
+ shape = "record"
282
+ ];
283
+ "DecisionEventCodeType" [
284
+ label = "<title> DecisionEventCodeType | "
285
+ shape = "record"
286
+ ];
287
+ "DecisionEventDetailsType" [
288
+ label = "<title> DecisionEventDetailsType | <DecisionEventType> DecisionEvent"
289
+ shape = "record"
290
+ ];
291
+ "DecisionEventType" [
292
+ label = "<title> DecisionEventType | <xs:date> DecisionEventDate|<xs:dateTime> DecisionEventDateTime|<DecisionEventCodeType> DecisionEventCode|<xs:date> DecisionEventResponseDate|<xs:string> Comment"
293
+ shape = "record"
294
+ ];
295
+ "DecisionResponsibleType" [
296
+ label = "<title> DecisionResponsibleType | "
297
+ shape = "record"
298
+ ];
299
+ "DecisionType" [
300
+ label = "<title> DecisionType | <IdentifierType> DecisionIdentifier|<xs:date> DecisionDate|<TextType> DecisionText|<DecisionResponsibleType> DecisionResponsible|<CaseReferenceDetailsType5> CaseReferenceDetails|<DecisionCurrentStatusCodeType> DecisionCurrentStatusCode|<xs:date> DecisionCurrentStatusDate|<DecisionEventDetailsType> DecisionEventDetails"
301
+ shape = "record"
302
+ ];
303
+ "DesignatedCountryDetailsType" [
304
+ label = "<title> DesignatedCountryDetailsType | <ExtendedWIPOST3CodeType> DesignatedCountryCode"
305
+ shape = "record"
306
+ ];
307
+ "DesignatedCountryDetailsType44" [
308
+ label = "<title> DesignatedCountryDetailsType44 | <DesignatedCountryType> DesignatedCountry"
309
+ shape = "record"
310
+ ];
311
+ "DesignatedCountryType" [
312
+ label = "<title> DesignatedCountryType | <ExtendedWIPOST3CodeType> DesignatedCountryCode|<DesignatedUnderCodeType> DesignatedUnderCode"
313
+ shape = "record"
314
+ ];
315
+ "DesignatedUnderCodeType" [
316
+ label = "<title> DesignatedUnderCodeType | "
317
+ shape = "record"
318
+ ];
319
+ "DivisionalApplicationDetailsType" [
320
+ label = "<title> DivisionalApplicationDetailsType | <xs:string> InitialApplicationNumber|<xs:date> InitialApplicationDate"
321
+ shape = "record"
322
+ ];
323
+ "DocumentIncludedDetailsType" [
324
+ label = "<title> DocumentIncludedDetailsType | <DocumentType> DocumentIncluded"
325
+ shape = "record"
326
+ ];
327
+ "DocumentMediaType" [
328
+ label = "<title> DocumentMediaType | "
329
+ shape = "record"
330
+ ];
331
+ "DocumentType" [
332
+ label = "<title> DocumentType | <xs:string> DocumentName|<xs:string> DocumentFilename|<FileFormatType> DocumentFileFormat|<xs:date> DocumentDate|<ISOLanguageCodeType> DocumentLanguageCode|<DocumentMediaType> DocumentMedia|<xs:string> DocumentLocation|<xs:string> DocumentVersion|<xs:integer> DocumentSizeInByte|<TextType> Comment|<xs:base64Binary> DocumentBinary"
333
+ shape = "record"
334
+ ];
335
+ "EarlierMarkDetailsType" [
336
+ label = "<title> EarlierMarkDetailsType | <EarlierMarkType> EarlierMark"
337
+ shape = "record"
338
+ ];
339
+ "EarlierMarkType" [
340
+ label = "<title> EarlierMarkType | <WIPOST3CodeType> EarlierMarkCountryCode|<KindMarkType> EarlierMarkKind|<xs:string> ApplicationNumber|<xs:date> ApplicationDate|<xs:string> RegistrationNumber|<xs:date> RegistrationDate|<MarkFeatureType> MarkFeature|<WordMarkSpecificationType> WordMarkSpecification|<MarkImageDetailsType> MarkImageDetails|<BaseGoodsServicesDetailsType> BaseGoodsServicesDetails"
341
+ shape = "record"
342
+ ];
343
+ "EarlierRightKindType" [
344
+ label = "<title> EarlierRightKindType | "
345
+ shape = "record"
346
+ ];
347
+ "EntitlementDomiciledType" [
348
+ label = "<title> EntitlementDomiciledType | <NationalityCodeType> EntitlementDomiciledCode|<AddressBookType> EntitlementDomiciledAddressBook"
349
+ shape = "record"
350
+ ];
351
+ "EntitlementEstablishmentType" [
352
+ label = "<title> EntitlementEstablishmentType | <NationalityCodeType> EntitlementEstablishmentCode|<AddressBookType> EntitlementEstablishmentAddressBook"
353
+ shape = "record"
354
+ ];
355
+ "EntitlementType" [
356
+ label = "<title> EntitlementType | <NationalityCodeType> EntitlementNationalityCode|<EntitlementEstablishmentType> EntitlementEstablishment|<EntitlementDomiciledType> EntitlementDomiciled"
357
+ shape = "record"
358
+ ];
359
+ "Enum" [
360
+ label = "<title> Enum | "
361
+ shape = "record"
362
+ ];
363
+ "ExhibitionPriorityDetailsType" [
364
+ label = "<title> ExhibitionPriorityDetailsType | <ExhibitionPriorityType> ExhibitionPriority"
365
+ shape = "record"
366
+ ];
367
+ "ExhibitionPriorityType" [
368
+ label = "<title> ExhibitionPriorityType | <ExtendedISOCountryCodeType> ExhibitionCountryCode|<xs:string> ExhibitionCityName|<xs:string> ExhibitionName|<xs:date> ExhibitionDate|<xs:date> ExhibitionFirstDisplayDate|<ExhibitionStatusCodeType> ExhibitionStatusCode|<xs:date> ExhibitionStatusDate|<TextType> Comment|<DocumentType> ExhibitionDocument"
369
+ shape = "record"
370
+ ];
371
+ "ExhibitionStatusCodeType" [
372
+ label = "<title> ExhibitionStatusCodeType | "
373
+ shape = "record"
374
+ ];
375
+ "ExtendedISOLanguageCodeType" [
376
+ label = "<title> ExtendedISOLanguageCodeType | "
377
+ shape = "record"
378
+ ];
379
+ "FileFormatType" [
380
+ label = "<title> FileFormatType | "
381
+ shape = "record"
382
+ ];
383
+ "FormattedAddressType" [
384
+ label = "<title> FormattedAddressType | <TextType> AddressLine|<xs:string> AddressMailCode|<xs:string> AddressPostOfficeBox|<xs:string> AddressRoom|<xs:string> AddressFloor|<xs:string> AddressBuilding|<xs:string> AddressStreet|<xs:string> AddressCity|<xs:string> AddressCounty|<xs:string> AddressState|<xs:string> AddressPostcode|<ISOCountryCodeType> FormattedAddressCountryCode"
385
+ shape = "record"
386
+ ];
387
+ "FormattedNameAddressType" [
388
+ label = "<title> FormattedNameAddressType | <NameType> Name|<AddressType> Address"
389
+ shape = "record"
390
+ ];
391
+ "FormattedNameType" [
392
+ label = "<title> FormattedNameType | <xs:string> NamePrefix|<xs:string> FirstName|<xs:string> MiddleName|<xs:string> LastName|<xs:string> SecondLastName|<xs:string> NameSuffix|<GenderType> Gender|<IndividualIdentifierType> IndividualIdentifier|<xs:string> PersonRole|<xs:string> OrganizationName|<xs:string> OrganizationDepartment|<xs:string> NameSynonym"
393
+ shape = "record"
394
+ ];
395
+ "FreeFormatAddressDetailsType" [
396
+ label = "<title> FreeFormatAddressDetailsType | <TextType> FreeFormatNameAddressLine"
397
+ shape = "record"
398
+ ];
399
+ "FreeFormatAddressType" [
400
+ label = "<title> FreeFormatAddressType | <TextType> FreeFormatAddressLine"
401
+ shape = "record"
402
+ ];
403
+ "FreeFormatNameDetailsType" [
404
+ label = "<title> FreeFormatNameDetailsType | <TextType> FreeFormatNameLine"
405
+ shape = "record"
406
+ ];
407
+ "FreeFormatNameType" [
408
+ label = "<title> FreeFormatNameType | <NameKindType> NameKind|<FreeFormatNameDetailsType> FreeFormatNameDetails"
409
+ shape = "record"
410
+ ];
411
+ "GenderType" [
412
+ label = "<title> GenderType | "
413
+ shape = "record"
414
+ ];
415
+ "GoodsServicesDetailsType" [
416
+ label = "<title> GoodsServicesDetailsType | <GoodsServicesType> GoodsServices|<KeyType> GoodsServicesSameListAs"
417
+ shape = "record"
418
+ ];
419
+ "GoodsServicesLimitationCodeType" [
420
+ label = "<title> GoodsServicesLimitationCodeType | "
421
+ shape = "record"
422
+ ];
423
+ "GoodsServicesLimitationDetailsType" [
424
+ label = "<title> GoodsServicesLimitationDetailsType | <GoodsServicesLimitationType> GoodsServicesLimitation"
425
+ shape = "record"
426
+ ];
427
+ "GoodsServicesLimitationDetailsType27" [
428
+ label = "<title> GoodsServicesLimitationDetailsType27 | <GoodsServicesLimitationType> GoodsServicesLimitation"
429
+ shape = "record"
430
+ ];
431
+ "GoodsServicesLimitationDetailsType42" [
432
+ label = "<title> GoodsServicesLimitationDetailsType42 | <GoodsServicesLimitationType> GoodsServicesLimitation"
433
+ shape = "record"
434
+ ];
435
+ "GoodsServicesLimitationType" [
436
+ label = "<title> GoodsServicesLimitationType | <LimitationCountryDetailsType> LimitationCountryDetails|<GoodsServicesLimitationCodeType> GoodsServicesLimitationCode|<TextType> Comment|<LimitationClassDescriptionDetailsType> LimitationClassDescriptionDetails"
437
+ shape = "record"
438
+ ];
439
+ "GoodsServicesType" [
440
+ label = "<title> GoodsServicesType | <ClassificationKindCodeType> ClassificationKindCode|<xs:string> ClassificationVersion|<TextType> Comment|<ClassNumberType> ProposedLeadingClassNumber|<ClassDescriptionDetailsType> ClassDescriptionDetails"
441
+ shape = "record"
442
+ ];
443
+ "HolderDetailsType" [
444
+ label = "<title> HolderDetailsType | <ApplicantType> PreviousHolder|<ApplicantType> NewHolder"
445
+ shape = "record"
446
+ ];
447
+ "HolderDetailsType41" [
448
+ label = "<title> HolderDetailsType41 | <ApplicantType> PreviousHolder|<ApplicantType> NewHolder"
449
+ shape = "record"
450
+ ];
451
+ "ISOCountryCodeType" [
452
+ label = "<title> ISOCountryCodeType | "
453
+ shape = "record"
454
+ ];
455
+ "ISOCurrencyCodeType" [
456
+ label = "<title> ISOCurrencyCodeType | "
457
+ shape = "record"
458
+ ];
459
+ "ISOFormerCountryCodeType" [
460
+ label = "<title> ISOFormerCountryCodeType | "
461
+ shape = "record"
462
+ ];
463
+ "ISOLanguageCodeType" [
464
+ label = "<title> ISOLanguageCodeType | "
465
+ shape = "record"
466
+ ];
467
+ "IdentifierType" [
468
+ label = "<title> IdentifierType | <WIPOST3CodeType> identifierKindCode|<xs:token> valueOf_"
469
+ shape = "record"
470
+ ];
471
+ "IndividualIdentifierType" [
472
+ label = "<title> IndividualIdentifierType | "
473
+ shape = "record"
474
+ ];
475
+ "InternationalTradeMarkCodeType" [
476
+ label = "<title> InternationalTradeMarkCodeType | "
477
+ shape = "record"
478
+ ];
479
+ "KeyType" [
480
+ label = "<title> KeyType | <IdentifierType> Identifier"
481
+ shape = "record"
482
+ ];
483
+ "KindMarkType" [
484
+ label = "<title> KindMarkType | "
485
+ shape = "record"
486
+ ];
487
+ "LicenceDetailsType" [
488
+ label = "<title> LicenceDetailsType | <LicenceType> Licence"
489
+ shape = "record"
490
+ ];
491
+ "LicenceDocumentDetailsType" [
492
+ label = "<title> LicenceDocumentDetailsType | <DocumentType> LicenceDocument"
493
+ shape = "record"
494
+ ];
495
+ "LicenceEventCodeType" [
496
+ label = "<title> LicenceEventCodeType | "
497
+ shape = "record"
498
+ ];
499
+ "LicenceEventDetailsType" [
500
+ label = "<title> LicenceEventDetailsType | <LicenceEventType> LicenceEvent"
501
+ shape = "record"
502
+ ];
503
+ "LicenceEventType" [
504
+ label = "<title> LicenceEventType | <xs:date> LicenceEventDate|<xs:dateTime> LicenceEventDateTime|<LicenceEventCodeType> LicenceEventCode|<xs:date> LicenceEventResponseDate|<TextType> Comment"
505
+ shape = "record"
506
+ ];
507
+ "LicenceKindType" [
508
+ label = "<title> LicenceKindType | "
509
+ shape = "record"
510
+ ];
511
+ "LicenceStatusCodeType" [
512
+ label = "<title> LicenceStatusCodeType | "
513
+ shape = "record"
514
+ ];
515
+ "LicenceType" [
516
+ label = "<title> LicenceType | <xs:string> LicenceIdentifier|<xs:date> LicenceDate|<xs:string> LicenceNumber|<xs:string> LicenceReference|<LicenceKindType> LicenceKind|<xs:boolean> SubLicenceIndicator|<xs:string> RelatedLicenceIdentifier|<xs:boolean> GoodsServicesLimitationIndicator|<GoodsServicesLimitationType> GoodsServicesLimitation|<xs:boolean> TerritoryLimitationIndicator|<TextType> TerritoryLimitationText|<xs:boolean> PeriodLimitationIndicator|<TextType> PeriodLimitationText|<xs:date> PeriodLimitationStartDate|<xs:date> PeriodLimitationEndDate|<LicenceStatusCodeType> LicenceStatusCode|<LicenseeDetailsType> LicenseeDetails|<RepresentativeDetailsType6> RepresentativeDetails|<LicenceEventDetailsType> LicenceEventDetails|<LicenceDocumentDetailsType> LicenceDocumentDetails"
517
+ shape = "record"
518
+ ];
519
+ "LicenseeDetailsType" [
520
+ label = "<title> LicenseeDetailsType | <LicenseeType> Licensee"
521
+ shape = "record"
522
+ ];
523
+ "LicenseeType" [
524
+ label = "<title> LicenseeType | <OperationCodeType> operationCode|<IdentifierType> LicenseeIdentifier|<xs:integer> LicenseeSequenceNumber|<NationalityCodeType> LicenseeNationalityCode|<xs:string> LicenseeLegalEntity|<ISOCountryCodeType> LicenseeIncorporationCountryCode|<xs:string> LicenseeIncorporationState|<TextType> Comment|<AddressBookType> LicenseeAddressBook|<EntitlementType> LicenseeEntitlement"
525
+ shape = "record"
526
+ ];
527
+ "LimitationClassDescriptionDetailsType" [
528
+ label = "<title> LimitationClassDescriptionDetailsType | <ClassDescriptionType> ClassDescription"
529
+ shape = "record"
530
+ ];
531
+ "LimitationCountryDetailsType" [
532
+ label = "<title> LimitationCountryDetailsType | <ExtendedWIPOST3CodeType> LimitationCountryCode"
533
+ shape = "record"
534
+ ];
535
+ "LoginInformationType" [
536
+ label = "<title> LoginInformationType | <xs:string> Login|<xs:string> LoginEmail|<xs:anySimpleType> Password"
537
+ shape = "record"
538
+ ];
539
+ "MarkCurrentStatusCodeType" [
540
+ label = "<title> MarkCurrentStatusCodeType | "
541
+ shape = "record"
542
+ ];
543
+ "MarkDescriptionDetailsType" [
544
+ label = "<title> MarkDescriptionDetailsType | <TextType> MarkDescription"
545
+ shape = "record"
546
+ ];
547
+ "MarkDisclaimerDetailsType" [
548
+ label = "<title> MarkDisclaimerDetailsType | <TextType> MarkDisclaimer"
549
+ shape = "record"
550
+ ];
551
+ "MarkEventCodeType" [
552
+ label = "<title> MarkEventCodeType | "
553
+ shape = "record"
554
+ ];
555
+ "MarkEventDetailsType" [
556
+ label = "<title> MarkEventDetailsType | <MarkEventType> MarkEvent"
557
+ shape = "record"
558
+ ];
559
+ "MarkEventType" [
560
+ label = "<title> MarkEventType | <xs:date> MarkEventDate|<xs:dateTime> MarkEventDateTime|<MarkEventCodeType> MarkEventCode|<xs:date> MarkEventResponseDate|<TextType> Comment"
561
+ shape = "record"
562
+ ];
563
+ "MarkFeatureType" [
564
+ label = "<title> MarkFeatureType | "
565
+ shape = "record"
566
+ ];
567
+ "MarkImageCategoryType" [
568
+ label = "<title> MarkImageCategoryType | <CategoryKindType> CategoryKind|<xs:string> CategoryVersion|<CategoryCodeDetailsType> CategoryCodeDetails"
569
+ shape = "record"
570
+ ];
571
+ "MarkImageColourModeType" [
572
+ label = "<title> MarkImageColourModeType | "
573
+ shape = "record"
574
+ ];
575
+ "MarkImageDetailsType" [
576
+ label = "<title> MarkImageDetailsType | <MarkImageType> MarkImage"
577
+ shape = "record"
578
+ ];
579
+ "MarkImageDetailsType45" [
580
+ label = "<title> MarkImageDetailsType45 | <MarkImageType> MarkImage"
581
+ shape = "record"
582
+ ];
583
+ "MarkImageRenditionDetailsType" [
584
+ label = "<title> MarkImageRenditionDetailsType | <MarkImageRenditionType> MarkImageRendition"
585
+ shape = "record"
586
+ ];
587
+ "MarkImageRenditionKindType" [
588
+ label = "<title> MarkImageRenditionKindType | "
589
+ shape = "record"
590
+ ];
591
+ "MarkImageRenditionType" [
592
+ label = "<title> MarkImageRenditionType | <MarkImageRenditionKindType> MarkImageRenditionKind|<xs:string> MarkImageRenditionFilename|<FileFormatType> MarkImageRenditionFileFormat|<MarkImageColourModeType> MarkImageRenditionColourMode|<RepresentationSizeType> MarkImageRenditionRepresentationSize|<xs:base64Binary> MarkImageRenditionBinary"
593
+ shape = "record"
594
+ ];
595
+ "MarkImageType" [
596
+ label = "<title> MarkImageType | <xs:string> MarkImageFilename|<FileFormatType> MarkImageFileFormat|<xs:boolean> MarkImageColourIndicator|<MarkImageColourModeType> MarkImageColourMode|<TextType> MarkImageColourClaimedText|<TextType> MarkImageColourPartClaimedText|<RepresentationSizeType> MarkImageRepresentationSize|<MarkImageCategoryType> MarkImageCategory|<xs:boolean> MarkImageQualityIndicator|<xs:base64Binary> MarkImageBinary|<MarkImageRenditionDetailsType> MarkImageRenditionDetails"
597
+ shape = "record"
598
+ ];
599
+ "MarkRecordDetailsType" [
600
+ label = "<title> MarkRecordDetailsType | <MarkRecordType> MarkRecord"
601
+ shape = "record"
602
+ ];
603
+ "MarkRecordDetailsType48" [
604
+ label = "<title> MarkRecordDetailsType48 | <MarkRecordType> MarkRecord"
605
+ shape = "record"
606
+ ];
607
+ "MarkRecordRelationDetailsType" [
608
+ label = "<title> MarkRecordRelationDetailsType | <MarkRecordRelationType> MarkRecordRelation"
609
+ shape = "record"
610
+ ];
611
+ "MarkRecordRelationType" [
612
+ label = "<title> MarkRecordRelationType | <KeyType> TradeMarkKey|<KeyType> RecordKey"
613
+ shape = "record"
614
+ ];
615
+ "MarkRecordType" [
616
+ label = "<title> MarkRecordType | <BasicRecordType> BasicRecord|<RecordOppositionPeriodType> RecordOppositionPeriod|<RecordTransferType> RecordTransfer|<RecordChangeNameAddressType> RecordChangeNameAddress|<RecordLicenceType> RecordLicence|<RecordNationalInternationalReplacementType> RecordNationalInternationalReplacement|<RecordShortNotationType> RecordShortNotation"
617
+ shape = "record"
618
+ ];
619
+ "MarkSoundDetailsType" [
620
+ label = "<title> MarkSoundDetailsType | <MarkSoundType> MarkSound"
621
+ shape = "record"
622
+ ];
623
+ "MarkSoundType" [
624
+ label = "<title> MarkSoundType | <xs:string> MarkSoundFilename|<SoundFileFormatType> MarkSoundFileFormat"
625
+ shape = "record"
626
+ ];
627
+ "MarkTranscriptionType" [
628
+ label = "<title> MarkTranscriptionType | <TranscriptionKindType> transcriptionKind|<xs:token> valueOf_"
629
+ shape = "record"
630
+ ];
631
+ "MarkTransliterationType" [
632
+ label = "<title> MarkTransliterationType | <TransliterationKindType> transliterationKind|<xs:token> valueOf_"
633
+ shape = "record"
634
+ ];
635
+ "NameKindType" [
636
+ label = "<title> NameKindType | "
637
+ shape = "record"
638
+ ];
639
+ "NameType" [
640
+ label = "<title> NameType | <FreeFormatNameType> FreeFormatName|<FormattedNameType> FormattedName"
641
+ shape = "record"
642
+ ];
643
+ "NationalMarkDetailsType" [
644
+ label = "<title> NationalMarkDetailsType | <NationalMarkType> NationalMark"
645
+ shape = "record"
646
+ ];
647
+ "NationalMarkType" [
648
+ label = "<title> NationalMarkType | <xs:string> NationalMarkRegistrationNumber|<xs:date> NationalMarkFilingDate|<xs:date> NationalMarkRegistrationDate|<xs:date> NationalMarkPriorityDate"
649
+ shape = "record"
650
+ ];
651
+ "NationalityCodeType" [
652
+ label = "<title> NationalityCodeType | "
653
+ shape = "record"
654
+ ];
655
+ "OperationCodeType" [
656
+ label = "<title> OperationCodeType | "
657
+ shape = "record"
658
+ ];
659
+ "OpponentDetailsType" [
660
+ label = "<title> OpponentDetailsType | <OpponentType> Opponent"
661
+ shape = "record"
662
+ ];
663
+ "OpponentType" [
664
+ label = "<title> OpponentType | <IdentifierType> OpponentIdentifier|<NationalityCodeType> OpponentNationalityCode|<xs:string> OpponentLegalEntity|<ISOCountryCodeType> OpponentIncorporationCountryCode|<xs:string> OpponentIncorporationState|<TextType> Comment|<AddressBookType> OpponentAddressBook|<EntitlementType> OpponentEntitlement"
665
+ shape = "record"
666
+ ];
667
+ "OppositionBasisCodeType" [
668
+ label = "<title> OppositionBasisCodeType | "
669
+ shape = "record"
670
+ ];
671
+ "OppositionCurrentStatusCodeType" [
672
+ label = "<title> OppositionCurrentStatusCodeType | "
673
+ shape = "record"
674
+ ];
675
+ "OppositionDetailsType" [
676
+ label = "<title> OppositionDetailsType | <OppositionType> Opposition"
677
+ shape = "record"
678
+ ];
679
+ "OppositionDocumentDetailsType" [
680
+ label = "<title> OppositionDocumentDetailsType | <DocumentType> OppositionDocument"
681
+ shape = "record"
682
+ ];
683
+ "OppositionEventCodeType" [
684
+ label = "<title> OppositionEventCodeType | "
685
+ shape = "record"
686
+ ];
687
+ "OppositionEventDetailsType" [
688
+ label = "<title> OppositionEventDetailsType | <OppositionEventType> OppositionEvent"
689
+ shape = "record"
690
+ ];
691
+ "OppositionEventType" [
692
+ label = "<title> OppositionEventType | <xs:date> OppositionEventDate|<xs:dateTime> OppositionEventDateTime|<OppositionEventCodeType> OppositionEventCode|<xs:date> OppositionEventResponseDate|<TextType> Comment"
693
+ shape = "record"
694
+ ];
695
+ "OppositionType" [
696
+ label = "<title> OppositionType | <xs:string> OppositionIdentifier|<xs:date> OppositionDate|<xs:string> OppositionReference|<ISOLanguageCodeType> OppositionLanguageCode|<ISOLanguageCodeType> ProceedingLanguageCode|<xs:date> EarlierRightDate|<EarlierRightKindType> EarlierRightKind|<OppositionBasisCodeType> OppositionBasisCode|<TextType> OppositionGroundText|<TextType> OppositionExtentText|<OppositionCurrentStatusCodeType> OppositionCurrentStatusCode|<xs:date> OppositionCurrentStatusDate|<EarlierMarkDetailsType> EarlierMarkDetails|<OpponentDetailsType> OpponentDetails|<RepresentativeDetailsType7> RepresentativeDetails|<OppositionEventDetailsType> OppositionEventDetails|<OppositionDocumentDetailsType> OppositionDocumentDetails"
697
+ shape = "record"
698
+ ];
699
+ "OtherDateKindType" [
700
+ label = "<title> OtherDateKindType | "
701
+ shape = "record"
702
+ ];
703
+ "OtherDateType" [
704
+ label = "<title> OtherDateType | <OtherDateKindType> otherDateKind|<xs:date> valueOf_"
705
+ shape = "record"
706
+ ];
707
+ "PaymentDetailsType" [
708
+ label = "<title> PaymentDetailsType | <PaymentType> Payment"
709
+ shape = "record"
710
+ ];
711
+ "PaymentFeeDetailsType" [
712
+ label = "<title> PaymentFeeDetailsType | <PaymentFeeType> PaymentFee"
713
+ shape = "record"
714
+ ];
715
+ "PaymentFeeType" [
716
+ label = "<title> PaymentFeeType | <xs:string> FeeIdentifier|<xs:string> FeeReference|<AmountType> FeeAmount|<xs:decimal> FeeUnitQuantity|<AmountType> FeeUnitAmount|<TextType> Comment"
717
+ shape = "record"
718
+ ];
719
+ "PaymentMethodType" [
720
+ label = "<title> PaymentMethodType | <AccountType> Account|<CardAccountType> CardAccount|<ChequeType> Cheque|<BankTransferType> BankTransfer|<xs:string> OtherPaymentMethod"
721
+ shape = "record"
722
+ ];
723
+ "PaymentStatusCodeType" [
724
+ label = "<title> PaymentStatusCodeType | "
725
+ shape = "record"
726
+ ];
727
+ "PaymentType" [
728
+ label = "<title> PaymentType | <xs:string> PaymentIdentifier|<xs:string> PaymentReference|<NameType> PayerName|<PaymentStatusCodeType> PaymentStatus|<TextType> Comment|<xs:date> PaymentDate|<PaymentMethodType> PaymentMethod|<PaymentFeeDetailsType> PaymentFeeDetails"
729
+ shape = "record"
730
+ ];
731
+ "PhoneKindType" [
732
+ label = "<title> PhoneKindType | "
733
+ shape = "record"
734
+ ];
735
+ "PhoneType" [
736
+ label = "<title> PhoneType | <PhoneKindType> phoneKind|<xs:string> valueOf_"
737
+ shape = "record"
738
+ ];
739
+ "PreviousRegistrationBasisType" [
740
+ label = "<title> PreviousRegistrationBasisType | "
741
+ shape = "record"
742
+ ];
743
+ "PreviousRegistrationDetailsType" [
744
+ label = "<title> PreviousRegistrationDetailsType | <PreviousRegistrationType> PreviousRegistration"
745
+ shape = "record"
746
+ ];
747
+ "PreviousRegistrationType" [
748
+ label = "<title> PreviousRegistrationType | <WIPOST3CodeType> RegistrationOfficeCode|<xs:string> PreviousRegistrationNumber|<xs:date> PreviousRegistrationDate|<PreviousRegistrationBasisType> PreviousRegistrationBasis|<xs:date> PreviousRegistrationCancellationDate|<xs:date> PreviousRegistrationPriorityDate|<TextType> Comment"
749
+ shape = "record"
750
+ ];
751
+ "PriorityDetailsType" [
752
+ label = "<title> PriorityDetailsType | <PriorityType> Priority"
753
+ shape = "record"
754
+ ];
755
+ "PriorityStatusCodeType" [
756
+ label = "<title> PriorityStatusCodeType | "
757
+ shape = "record"
758
+ ];
759
+ "PriorityType" [
760
+ label = "<title> PriorityType | <ExtendedWIPOST3CodeType> PriorityCountryCode|<xs:string> PriorityNumber|<xs:date> PriorityDate|<TextType> PriorityHolderName|<xs:boolean> PriorityPartialIndicator|<GoodsServicesType> PriorityPartialGoodsServices|<PriorityStatusCodeType> PriorityStatusCode|<xs:date> PriorityStatusDate|<TextType> Comment|<DocumentType> PriorityDocument"
761
+ shape = "record"
762
+ ];
763
+ "PublicationDetailsType" [
764
+ label = "<title> PublicationDetailsType | <PublicationType> Publication"
765
+ shape = "record"
766
+ ];
767
+ "PublicationSectionType" [
768
+ label = "<title> PublicationSectionType | "
769
+ shape = "record"
770
+ ];
771
+ "PublicationType" [
772
+ label = "<title> PublicationType | <xs:string> PublicationIdentifier|<PublicationSectionType> PublicationSection|<PublicationSubsectionType> PublicationSubsection|<xs:date> PublicationDate|<xs:string> PublicationPage"
773
+ shape = "record"
774
+ ];
775
+ "ReceiverDetailsType" [
776
+ label = "<title> ReceiverDetailsType | <xs:dateTime> ReceiverDateTime|<TextType> Comment"
777
+ shape = "record"
778
+ ];
779
+ "RecordChangeNameAddressKindType" [
780
+ label = "<title> RecordChangeNameAddressKindType | "
781
+ shape = "record"
782
+ ];
783
+ "RecordChangeNameAddressType" [
784
+ label = "<title> RecordChangeNameAddressType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<RecordChangeNameAddressKindType> RecordChangeNameAddressKind|<xs:string> RecordReference|<ExtendedISOLanguageCodeType> RecordLanguageCode|<TradeMarkKeyDetailsType8> TradeMarkKeyDetails|<RecordPublicationDetailsType9> RecordPublicationDetails|<ClaimantDetailsType10> ClaimantDetails|<RepresentativeDetailsType11> RepresentativeDetails|<RecordEventDetailsType12> RecordEventDetails|<RecordDocumentDetailsType13> RecordDocumentDetails|<RecordCurrentStatusCodeType> RecordCurrentStatusCode|<xs:date> RecordCurrentStatusDate|<CorrespondenceAddressType> CorrespondenceAddress|<HolderDetailsType> HolderDetails"
785
+ shape = "record"
786
+ ];
787
+ "RecordCurrentStatusCodeType" [
788
+ label = "<title> RecordCurrentStatusCodeType | "
789
+ shape = "record"
790
+ ];
791
+ "RecordDesignatedCountryDetailsType" [
792
+ label = "<title> RecordDesignatedCountryDetailsType | <ExtendedWIPOST3CodeType> RecordDesignatedCountryCode"
793
+ shape = "record"
794
+ ];
795
+ "RecordDesignatedCountryDetailsType20" [
796
+ label = "<title> RecordDesignatedCountryDetailsType20 | <ExtendedWIPOST3CodeType> RecordDesignatedCountryCode"
797
+ shape = "record"
798
+ ];
799
+ "RecordDocumentDetailsType" [
800
+ label = "<title> RecordDocumentDetailsType | <DocumentType> RecordDocument"
801
+ shape = "record"
802
+ ];
803
+ "RecordDocumentDetailsType13" [
804
+ label = "<title> RecordDocumentDetailsType13 | <DocumentType> RecordDocument"
805
+ shape = "record"
806
+ ];
807
+ "RecordDocumentDetailsType19" [
808
+ label = "<title> RecordDocumentDetailsType19 | <DocumentType> RecordDocument"
809
+ shape = "record"
810
+ ];
811
+ "RecordDocumentDetailsType26" [
812
+ label = "<title> RecordDocumentDetailsType26 | <DocumentType> RecordDocument"
813
+ shape = "record"
814
+ ];
815
+ "RecordDocumentDetailsType34" [
816
+ label = "<title> RecordDocumentDetailsType34 | <DocumentType> RecordDocument"
817
+ shape = "record"
818
+ ];
819
+ "RecordDocumentDetailsType40" [
820
+ label = "<title> RecordDocumentDetailsType40 | <DocumentType> RecordDocument"
821
+ shape = "record"
822
+ ];
823
+ "RecordEventCodeType" [
824
+ label = "<title> RecordEventCodeType | "
825
+ shape = "record"
826
+ ];
827
+ "RecordEventDetailsType" [
828
+ label = "<title> RecordEventDetailsType | <RecordEventType> RecordEvent"
829
+ shape = "record"
830
+ ];
831
+ "RecordEventDetailsType12" [
832
+ label = "<title> RecordEventDetailsType12 | <RecordEventType> RecordEvent"
833
+ shape = "record"
834
+ ];
835
+ "RecordEventDetailsType18" [
836
+ label = "<title> RecordEventDetailsType18 | <RecordEventType> RecordEvent"
837
+ shape = "record"
838
+ ];
839
+ "RecordEventDetailsType25" [
840
+ label = "<title> RecordEventDetailsType25 | <RecordEventType> RecordEvent"
841
+ shape = "record"
842
+ ];
843
+ "RecordEventDetailsType33" [
844
+ label = "<title> RecordEventDetailsType33 | <RecordEventType> RecordEvent"
845
+ shape = "record"
846
+ ];
847
+ "RecordEventDetailsType39" [
848
+ label = "<title> RecordEventDetailsType39 | <RecordEventType> RecordEvent"
849
+ shape = "record"
850
+ ];
851
+ "RecordEventType" [
852
+ label = "<title> RecordEventType | <xs:date> RecordEventDate|<xs:dateTime> RecordEventDateTime|<RecordEventCodeType> RecordEventCode|<xs:date> RecordEventResponseDate|<TextType> Comment"
853
+ shape = "record"
854
+ ];
855
+ "RecordFromRegistrationDetailsType" [
856
+ label = "<title> RecordFromRegistrationDetailsType | <RegistrationShortNotationType> RecordFromRegistration"
857
+ shape = "record"
858
+ ];
859
+ "RecordLicenceKindType" [
860
+ label = "<title> RecordLicenceKindType | "
861
+ shape = "record"
862
+ ];
863
+ "RecordLicenceType" [
864
+ label = "<title> RecordLicenceType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<RecordLicenceKindType> RecordLicenceKind|<xs:string> RecordReference|<ExtendedISOLanguageCodeType> RecordLanguageCode|<TradeMarkKeyDetailsType14> TradeMarkKeyDetails|<RecordPublicationDetailsType15> RecordPublicationDetails|<ClaimantDetailsType16> ClaimantDetails|<RepresentativeDetailsType17> RepresentativeDetails|<RecordEventDetailsType18> RecordEventDetails|<RecordDocumentDetailsType19> RecordDocumentDetails|<RecordCurrentStatusCodeType> RecordCurrentStatusCode|<xs:date> RecordCurrentStatusDate|<ExtendedWIPOST3CodeType> RecordInterestedOfficeCode|<RecordDesignatedCountryDetailsType20> RecordDesignatedCountryDetails|<LicenceDetailsType> LicenceDetails"
865
+ shape = "record"
866
+ ];
867
+ "RecordMergerKindType" [
868
+ label = "<title> RecordMergerKindType | "
869
+ shape = "record"
870
+ ];
871
+ "RecordNationalInternationalReplacementType" [
872
+ label = "<title> RecordNationalInternationalReplacementType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<TradeMarkKeyDetailsType21> TradeMarkKeyDetails|<RecordPublicationDetailsType22> RecordPublicationDetails|<ClaimantDetailsType23> ClaimantDetails|<RepresentativeDetailsType24> RepresentativeDetails|<RecordEventDetailsType25> RecordEventDetails|<RecordDocumentDetailsType26> RecordDocumentDetails|<ExtendedWIPOST3CodeType> RecordInterestedOfficeCode|<GoodsServicesLimitationDetailsType27> GoodsServicesLimitationDetails|<NationalMarkDetailsType> NationalMarkDetails"
873
+ shape = "record"
874
+ ];
875
+ "RecordOppositionPeriodKindType" [
876
+ label = "<title> RecordOppositionPeriodKindType | "
877
+ shape = "record"
878
+ ];
879
+ "RecordOppositionPeriodType" [
880
+ label = "<title> RecordOppositionPeriodType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<RecordOppositionPeriodKindType> RecordOppositionPeriodKind|<TradeMarkKeyDetailsType28> TradeMarkKeyDetails|<RecordPublicationDetailsType29> RecordPublicationDetails|<ExtendedWIPOST3CodeType> RecordInterestedOfficeCode|<xs:date> RecordOppositionPeriodStartDate|<xs:date> RecordOppositionPeriodEndDate"
881
+ shape = "record"
882
+ ];
883
+ "RecordPublicationDetailsType" [
884
+ label = "<title> RecordPublicationDetailsType | <PublicationType> RecordPublication"
885
+ shape = "record"
886
+ ];
887
+ "RecordPublicationDetailsType15" [
888
+ label = "<title> RecordPublicationDetailsType15 | <PublicationType> RecordPublication"
889
+ shape = "record"
890
+ ];
891
+ "RecordPublicationDetailsType22" [
892
+ label = "<title> RecordPublicationDetailsType22 | <PublicationType> RecordPublication"
893
+ shape = "record"
894
+ ];
895
+ "RecordPublicationDetailsType29" [
896
+ label = "<title> RecordPublicationDetailsType29 | <PublicationType> RecordPublication"
897
+ shape = "record"
898
+ ];
899
+ "RecordPublicationDetailsType30" [
900
+ label = "<title> RecordPublicationDetailsType30 | <PublicationType> RecordPublication"
901
+ shape = "record"
902
+ ];
903
+ "RecordPublicationDetailsType36" [
904
+ label = "<title> RecordPublicationDetailsType36 | <PublicationType> RecordPublication"
905
+ shape = "record"
906
+ ];
907
+ "RecordPublicationDetailsType9" [
908
+ label = "<title> RecordPublicationDetailsType9 | <PublicationType> RecordPublication"
909
+ shape = "record"
910
+ ];
911
+ "RecordShortNotationKindType" [
912
+ label = "<title> RecordShortNotationKindType | "
913
+ shape = "record"
914
+ ];
915
+ "RecordShortNotationType" [
916
+ label = "<title> RecordShortNotationType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<RecordShortNotationKindType> RecordShortNotationKind|<xs:string> RecordReference|<ExtendedISOLanguageCodeType> RecordLanguageCode|<RecordPublicationDetailsType30> RecordPublicationDetails|<ClaimantDetailsType31> ClaimantDetails|<RepresentativeDetailsType32> RepresentativeDetails|<RecordEventDetailsType33> RecordEventDetails|<RecordDocumentDetailsType34> RecordDocumentDetails|<ExtendedWIPOST3CodeType> RecordInterestedOfficeCode|<RegistrationShortNotationType> RecordToRegistration|<RecordFromRegistrationDetailsType> RecordFromRegistrationDetails"
917
+ shape = "record"
918
+ ];
919
+ "RecordTransferKindType" [
920
+ label = "<title> RecordTransferKindType | "
921
+ shape = "record"
922
+ ];
923
+ "RecordTransferType" [
924
+ label = "<title> RecordTransferType | <xs:string> RecordIdentifier|<xs:date> RecordFilingDate|<xs:date> RecordNotificationDate|<xs:date> RecordEffectiveDate|<RecordTransferKindType> RecordTransferKind|<xs:string> RecordReference|<ExtendedISOLanguageCodeType> RecordLanguageCode|<TradeMarkKeyDetailsType35> TradeMarkKeyDetails|<RecordPublicationDetailsType36> RecordPublicationDetails|<ClaimantDetailsType37> ClaimantDetails|<RepresentativeDetailsType38> RepresentativeDetails|<RecordEventDetailsType39> RecordEventDetails|<RecordDocumentDetailsType40> RecordDocumentDetails|<RecordCurrentStatusCodeType> RecordCurrentStatusCode|<xs:date> RecordCurrentStatusDate|<CorrespondenceAddressType> CorrespondenceAddress|<HolderDetailsType41> HolderDetails|<GoodsServicesLimitationDetailsType42> GoodsServicesLimitationDetails"
925
+ shape = "record"
926
+ ];
927
+ "RecordUseIntentDetailsType" [
928
+ label = "<title> RecordUseIntentDetailsType | <ExtendedWIPOST3CodeType> RecordUseIntentCountryCode"
929
+ shape = "record"
930
+ ];
931
+ "RegistrationShortNotationType" [
932
+ label = "<title> RegistrationShortNotationType | <xs:string> RegistrationIdentifier|<xs:date> RegistrationDate|<TextType> MarkVerbalElementText|<DesignatedCountryDetailsType> DesignatedCountryDetails|<GoodsServicesLimitationType> GoodsServicesLimitation|<ApplicantDetailsType43> ApplicantDetails"
933
+ shape = "record"
934
+ ];
935
+ "ReimbursementDetailsType" [
936
+ label = "<title> ReimbursementDetailsType | <ReimbursementType> Reimbursement"
937
+ shape = "record"
938
+ ];
939
+ "ReimbursementFeeDetailsType" [
940
+ label = "<title> ReimbursementFeeDetailsType | <ReimbursementFeeType> ReimbursementFee"
941
+ shape = "record"
942
+ ];
943
+ "ReimbursementFeeType" [
944
+ label = "<title> ReimbursementFeeType | <xs:string> FeeIdentifier|<xs:string> FeeReference|<AmountType> FeeAmount|<TextType> Comment"
945
+ shape = "record"
946
+ ];
947
+ "ReimbursementType" [
948
+ label = "<title> ReimbursementType | <xs:string> ReimbursementIdentifier|<xs:string> ReimbursementReference|<NameType> PayeeName|<ReimbursementStatusCodeType> ReimbursementStatus|<TextType> Comment|<xs:date> ReimbursementDate|<PaymentMethodType> ReimbursementMethod|<ReimbursementFeeDetailsType> ReimbursementFeeDetails"
949
+ shape = "record"
950
+ ];
951
+ "RepresentationSizeType" [
952
+ label = "<title> RepresentationSizeType | <xs:integer> Height|<xs:integer> Width|<UnitType> Unit"
953
+ shape = "record"
954
+ ];
955
+ "RepresentativeDetailsType" [
956
+ label = "<title> RepresentativeDetailsType | <RepresentativeType> Representative"
957
+ shape = "record"
958
+ ];
959
+ "RepresentativeDetailsType11" [
960
+ label = "<title> RepresentativeDetailsType11 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
961
+ shape = "record"
962
+ ];
963
+ "RepresentativeDetailsType17" [
964
+ label = "<title> RepresentativeDetailsType17 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
965
+ shape = "record"
966
+ ];
967
+ "RepresentativeDetailsType2" [
968
+ label = "<title> RepresentativeDetailsType2 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
969
+ shape = "record"
970
+ ];
971
+ "RepresentativeDetailsType24" [
972
+ label = "<title> RepresentativeDetailsType24 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
973
+ shape = "record"
974
+ ];
975
+ "RepresentativeDetailsType3" [
976
+ label = "<title> RepresentativeDetailsType3 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
977
+ shape = "record"
978
+ ];
979
+ "RepresentativeDetailsType32" [
980
+ label = "<title> RepresentativeDetailsType32 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
981
+ shape = "record"
982
+ ];
983
+ "RepresentativeDetailsType38" [
984
+ label = "<title> RepresentativeDetailsType38 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
985
+ shape = "record"
986
+ ];
987
+ "RepresentativeDetailsType47" [
988
+ label = "<title> RepresentativeDetailsType47 | <KeyType> RepresentativeKey|<RepresentativeType> Representative"
989
+ shape = "record"
990
+ ];
991
+ "RepresentativeDetailsType6" [
992
+ label = "<title> RepresentativeDetailsType6 | <RepresentativeType> Representative"
993
+ shape = "record"
994
+ ];
995
+ "RepresentativeDetailsType7" [
996
+ label = "<title> RepresentativeDetailsType7 | <RepresentativeType> Representative"
997
+ shape = "record"
998
+ ];
999
+ "RepresentativeKindCodeType" [
1000
+ label = "<title> RepresentativeKindCodeType | "
1001
+ shape = "record"
1002
+ ];
1003
+ "RepresentativeType" [
1004
+ label = "<title> RepresentativeType | <OperationCodeType> operationCode|<IdentifierType> RepresentativeIdentifier|<xs:integer> RepresentativeSequenceNumber|<RepresentativeKindCodeType> RepresentativeKindCode|<NationalityCodeType> RepresentativeNationalityCode|<xs:string> RepresentativeLegalEntity|<ISOCountryCodeType> RepresentativeIncorporationCountryCode|<xs:string> RepresentativeIncorporationState|<TextType> Comment|<AddressBookType> RepresentativeAddressBook|<VersionType> RepresentativeVersion"
1005
+ shape = "record"
1006
+ ];
1007
+ "RequestExaminationKindCodeType" [
1008
+ label = "<title> RequestExaminationKindCodeType | "
1009
+ shape = "record"
1010
+ ];
1011
+ "RequestExaminationType" [
1012
+ label = "<title> RequestExaminationType | <xs:string> RequestExaminationAuthority|<RequestExaminationKindCodeType> RequestExaminationKindCode"
1013
+ shape = "record"
1014
+ ];
1015
+ "RequestSearchKindCodeType" [
1016
+ label = "<title> RequestSearchKindCodeType | "
1017
+ shape = "record"
1018
+ ];
1019
+ "RequestSearchType" [
1020
+ label = "<title> RequestSearchType | <xs:string> RequestSearchAuthority|<RequestSearchKindCodeType> RequestSearchKindCode|<xs:string> EarlierSearchIdentifier|<xs:date> EarlierSearchDate"
1021
+ shape = "record"
1022
+ ];
1023
+ "RequestSoftwareType" [
1024
+ label = "<title> RequestSoftwareType | <xs:string> RequestSoftwareName|<xs:string> RequestSoftwareVersion"
1025
+ shape = "record"
1026
+ ];
1027
+ "RespondentDetailsType" [
1028
+ label = "<title> RespondentDetailsType | <KeyType> RespondentKey|<RespondentType> Respondent"
1029
+ shape = "record"
1030
+ ];
1031
+ "RespondentType" [
1032
+ label = "<title> RespondentType | <OperationCodeType> operationCode|<IdentifierType> RespondentIdentifier|<xs:integer> RespondentSequenceNumber|<NationalityCodeType> RespondentNationalityCode|<xs:string> RespondentLegalEntity|<ISOCountryCodeType> RespondentIncorporationCountryCode|<xs:string> RespondentIncorporationState|<xs:string> Comment|<AddressBookType> RespondentAddressBook|<EntitlementType> RespondentEntitlement|<VersionType> RespondentVersion"
1033
+ shape = "record"
1034
+ ];
1035
+ "RoleType" [
1036
+ label = "<title> RoleType | "
1037
+ shape = "record"
1038
+ ];
1039
+ "SenderDetailsType" [
1040
+ label = "<title> SenderDetailsType | <xs:string> RequestIdentifier|<ISOLanguageCodeType> RequestLanguageCode|<xs:string> RequestXSDVersion|<xs:string> RequestFilename|<xs:string> RequestStatus|<xs:string> RequestProducer|<xs:date> RequestProducerDate|<xs:dateTime> RequestProducerDateTime|<WIPOST3CodeType> RequestReceivingOfficeCode|<LoginInformationType> LoginInformation"
1041
+ shape = "record"
1042
+ ];
1043
+ "SeniorityDetailsType" [
1044
+ label = "<title> SeniorityDetailsType | <SeniorityType> Seniority"
1045
+ shape = "record"
1046
+ ];
1047
+ "SeniorityStatusCodeType" [
1048
+ label = "<title> SeniorityStatusCodeType | "
1049
+ shape = "record"
1050
+ ];
1051
+ "SeniorityType" [
1052
+ label = "<title> SeniorityType | <WIPOST3CodeType> SeniorityCountryCode|<xs:string> SeniorityApplicationNumber|<xs:date> SeniorityApplicationDate|<xs:date> SeniorityFilingDate|<xs:string> SeniorityRegistrationNumber|<xs:date> SeniorityRegistrationDate|<xs:date> SeniorityPublicationDate|<InternationalTradeMarkCodeType> InternationalTradeMarkCode|<xs:boolean> SeniorityPartialIndicator|<GoodsServicesType> SeniorityPartialGoodsServices|<SeniorityStatusCodeType> SeniorityStatusCode|<xs:date> SeniorityStatusDate|<TextType> Comment|<DocumentType> SeniorityDocument"
1053
+ shape = "record"
1054
+ ];
1055
+ "SignatoryDetailsType" [
1056
+ label = "<title> SignatoryDetailsType | <SignatoryType> Signatory"
1057
+ shape = "record"
1058
+ ];
1059
+ "SignatoryType" [
1060
+ label = "<title> SignatoryType | <NameType> SignatoryName|<AddressType> SignatoryAddress|<xs:date> SignatureDate|<xs:string> SignaturePlace|<SignatureMannerType> SignatureManner|<xs:string> SignatureAssociatedText|<RoleType> SignatoryCapacityCode"
1061
+ shape = "record"
1062
+ ];
1063
+ "SignatureMannerType" [
1064
+ label = "<title> SignatureMannerType | "
1065
+ shape = "record"
1066
+ ];
1067
+ "SoundFileFormatType" [
1068
+ label = "<title> SoundFileFormatType | "
1069
+ shape = "record"
1070
+ ];
1071
+ "StaffDetailsType" [
1072
+ label = "<title> StaffDetailsType | <StaffType> Staff"
1073
+ shape = "record"
1074
+ ];
1075
+ "StaffType" [
1076
+ label = "<title> StaffType | <xs:token> StaffIdentifier|<xs:token> StaffName|<xs:token> OfficialTitle"
1077
+ shape = "record"
1078
+ ];
1079
+ "TermSynonymRelationDetailsType" [
1080
+ label = "<title> TermSynonymRelationDetailsType | <TermSynonymRelationType> TermSynonymRelation"
1081
+ shape = "record"
1082
+ ];
1083
+ "TermSynonymRelationType" [
1084
+ label = "<title> TermSynonymRelationType | <OperationCodeType> operationCode|<xs:token> TermKey|<xs:token> TermSynonymKey"
1085
+ shape = "record"
1086
+ ];
1087
+ "TermTranslationRelationDetailsType" [
1088
+ label = "<title> TermTranslationRelationDetailsType | <TermTranslationRelationType> TermTranslationRelation"
1089
+ shape = "record"
1090
+ ];
1091
+ "TermTranslationRelationType" [
1092
+ label = "<title> TermTranslationRelationType | <OperationCodeType> operationCode|<xs:string> TermKey|<xs:string> TermTranslationKey"
1093
+ shape = "record"
1094
+ ];
1095
+ "TextType" [
1096
+ label = "<title> TextType | <xs:language> languageCode|<xs:integer> sequenceNumber|<xs:string> valueOf_"
1097
+ shape = "record"
1098
+ ];
1099
+ "TradeMarkApplicationType" [
1100
+ label = "<title> TradeMarkApplicationType | <RequestSoftwareType> RequestSoftware|<xs:string> ApplicationFormName|<RequestSearchType> RequestSearch|<RequestExaminationType> RequestExamination|<DocumentIncludedDetailsType> DocumentIncludedDetails|<TradeMarkDetailsType> TradeMarkDetails|<PaymentDetailsType> PaymentDetails|<ReimbursementDetailsType> ReimbursementDetails|<SignatoryDetailsType> SignatoryDetails"
1101
+ shape = "record"
1102
+ ];
1103
+ "TradeMarkDetailsType" [
1104
+ label = "<title> TradeMarkDetailsType | <TradeMarkType> TradeMark"
1105
+ shape = "record"
1106
+ ];
1107
+ "TradeMarkDetailsType1" [
1108
+ label = "<title> TradeMarkDetailsType1 | <TradeMarkType> TradeMark"
1109
+ shape = "record"
1110
+ ];
1111
+ "TradeMarkDocumentDetailsType" [
1112
+ label = "<title> TradeMarkDocumentDetailsType | <DocumentType> TradeMarkDocument"
1113
+ shape = "record"
1114
+ ];
1115
+ "TradeMarkKeyDetailsType" [
1116
+ label = "<title> TradeMarkKeyDetailsType | <KeyType> TradeMarkKey"
1117
+ shape = "record"
1118
+ ];
1119
+ "TradeMarkKeyDetailsType14" [
1120
+ label = "<title> TradeMarkKeyDetailsType14 | <KeyType> TradeMarkKey"
1121
+ shape = "record"
1122
+ ];
1123
+ "TradeMarkKeyDetailsType21" [
1124
+ label = "<title> TradeMarkKeyDetailsType21 | <KeyType> TradeMarkKey"
1125
+ shape = "record"
1126
+ ];
1127
+ "TradeMarkKeyDetailsType28" [
1128
+ label = "<title> TradeMarkKeyDetailsType28 | <KeyType> TradeMarkKey"
1129
+ shape = "record"
1130
+ ];
1131
+ "TradeMarkKeyDetailsType35" [
1132
+ label = "<title> TradeMarkKeyDetailsType35 | <KeyType> TradeMarkKey"
1133
+ shape = "record"
1134
+ ];
1135
+ "TradeMarkKeyDetailsType8" [
1136
+ label = "<title> TradeMarkKeyDetailsType8 | <KeyType> TradeMarkKey"
1137
+ shape = "record"
1138
+ ];
1139
+ "TradeMarkType" [
1140
+ label = "<title> TradeMarkType | <OperationCodeType> operationCode|<WIPOST3CodeType> RegistrationOfficeCode|<WIPOST3CodeType> ReceivingOfficeCode|<xs:date> ReceivingOfficeDate|<xs:string> ApplicationNumber|<xs:date> ApplicationDate|<xs:dateTime> ApplicationDateTime|<xs:string> RegistrationNumber|<xs:date> RegistrationDate|<OtherDateType> OtherDate|<xs:string> FilingPlace|<xs:string> ApplicationReference|<xs:string> ApplicantSideCaseKey|<ExtendedISOLanguageCodeType> ApplicationLanguageCode|<ExtendedISOLanguageCodeType> SecondLanguageCode|<ExtendedISOLanguageCodeType> CorrespondenceLanguageCode|<xs:string> ExaminedApplicationNumber|<xs:date> ExpiryDate|<xs:date> TerminationDate|<MarkCurrentStatusCodeType> MarkCurrentStatusCode|<xs:date> MarkCurrentStatusDate|<DesignatedCountryDetailsType44> DesignatedCountryDetails|<PreviousRegistrationDetailsType> PreviousRegistrationDetails|<AssociatedMarkDetailsType> AssociatedMarkDetails|<DivisionalApplicationDetailsType> DivisionalApplicationDetails|<BasicRegistrationApplicationDetailsType> BasicRegistrationApplicationDetails|<KeyType> InternationalMarkKey|<KindMarkType> KindMark|<MarkFeatureType> MarkFeature|<MarkDescriptionDetailsType> MarkDescriptionDetails|<MarkDisclaimerDetailsType> MarkDisclaimerDetails|<xs:boolean> NonUseCancelledIndicator|<xs:string> SpecialCircumstanceText|<xs:integer> TotalMarkSeries|<xs:boolean> TradeDistinctivenessIndicator|<TextType> TradeDistinctivenessText|<UseRightType> UseRight|<xs:boolean> AsItIsProtectionIndicator|<TextType> UseRequirementText|<TextType> UseLimitationText|<xs:string> Comment|<xs:date> OppositionPeriodStartDate|<xs:date> OppositionPeriodEndDate|<WordMarkSpecificationType> WordMarkSpecification|<MarkImageDetailsType45> MarkImageDetails|<MarkSoundDetailsType> MarkSoundDetails|<GoodsServicesDetailsType> GoodsServicesDetails|<PriorityDetailsType> PriorityDetails|<ExhibitionPriorityDetailsType> ExhibitionPriorityDetails|<SeniorityDetailsType> SeniorityDetails|<PublicationDetailsType> PublicationDetails|<ApplicantDetailsType46> ApplicantDetails|<RepresentativeDetailsType47> RepresentativeDetails|<StaffDetailsType> StaffDetails|<AuthorizationType> Authorization|<CorrespondenceAddressKeyType> CorrespondenceAddressKey|<CorrespondenceAddressType> CorrespondenceAddress|<OppositionDetailsType> OppositionDetails|<MarkRecordDetailsType48> MarkRecordDetails|<MarkEventDetailsType> MarkEventDetails|<TradeMarkDocumentDetailsType> TradeMarkDocumentDetails|<VersionType> TradeMarkVersion"
1141
+ shape = "record"
1142
+ ];
1143
+ "TransactionBodyType" [
1144
+ label = "<title> TransactionBodyType | <TransactionErrorDetailsType> TransactionErrorDetails|<TransactionContentDetailsType> TransactionContentDetails"
1145
+ shape = "record"
1146
+ ];
1147
+ "TransactionCodeType" [
1148
+ label = "<title> TransactionCodeType | "
1149
+ shape = "record"
1150
+ ];
1151
+ "TransactionContentDetailsType" [
1152
+ label = "<title> TransactionContentDetailsType | <xs:string> TransactionIdentifier|<TransactionCodeType> TransactionCode|<TransactionSubCodeType> TransactionSubCode|<TransactionDataType> TransactionData"
1153
+ shape = "record"
1154
+ ];
1155
+ "TransactionDataType" [
1156
+ label = "<title> TransactionDataType | <TradeMarkApplicationType> TradeMarkApplication|<TradeMarkDetailsType1> TradeMarkDetails|<ApplicantDetailsType> ApplicantDetails|<RepresentativeDetailsType> RepresentativeDetails|<MarkRecordDetailsType> MarkRecordDetails|<MarkRecordRelationDetailsType> MarkRecordRelationDetails|<ClassificationTermDetailsType> ClassificationTermDetails|<TermSynonymRelationDetailsType> TermSynonymRelationDetails|<TermTranslationRelationDetailsType> TermTranslationRelationDetails|<AppealDetailsType> AppealDetails|<DecisionDetailsType> DecisionDetails|<DecisionCaseRelationDetailsType> DecisionCaseRelationDetails"
1157
+ shape = "record"
1158
+ ];
1159
+ "TransactionErrorDetailsType" [
1160
+ label = "<title> TransactionErrorDetailsType | <TransactionErrorType> TransactionError"
1161
+ shape = "record"
1162
+ ];
1163
+ "TransactionErrorType" [
1164
+ label = "<title> TransactionErrorType | <xs:token> TransactionErrorCode|<TextType> TransactionErrorText"
1165
+ shape = "record"
1166
+ ];
1167
+ "TransactionHeaderType" [
1168
+ label = "<title> TransactionHeaderType | <SenderDetailsType> SenderDetails|<ReceiverDetailsType> ReceiverDetails"
1169
+ shape = "record"
1170
+ ];
1171
+ "TransactionSubCodeType" [
1172
+ label = "<title> TransactionSubCodeType | "
1173
+ shape = "record"
1174
+ ];
1175
+ "TransactionType" [
1176
+ label = "<title> TransactionType | <TransactionHeaderType> TransactionHeader|<TransactionBodyType> TradeMarkTransactionBody"
1177
+ shape = "record"
1178
+ ];
1179
+ "TranscriptionKindType" [
1180
+ label = "<title> TranscriptionKindType | "
1181
+ shape = "record"
1182
+ ];
1183
+ "TransliterationKindType" [
1184
+ label = "<title> TransliterationKindType | "
1185
+ shape = "record"
1186
+ ];
1187
+ "UnitType" [
1188
+ label = "<title> UnitType | "
1189
+ shape = "record"
1190
+ ];
1191
+ "UseRightType" [
1192
+ label = "<title> UseRightType | <xs:boolean> UseRightIndicator|<TextType> UseRightText|<GoodsServicesType> UseRightGoodsServices"
1193
+ shape = "record"
1194
+ ];
1195
+ "VersionType" [
1196
+ label = "<title> VersionType | <xs:string> VersionNumber|<xs:date> VersionDate|<xs:dateTime> VersionDateTime|<TextType> Comment"
1197
+ shape = "record"
1198
+ ];
1199
+ "WIPOFormerST3CodeType" [
1200
+ label = "<title> WIPOFormerST3CodeType | "
1201
+ shape = "record"
1202
+ ];
1203
+ "WIPOST3CodeType" [
1204
+ label = "<title> WIPOST3CodeType | "
1205
+ shape = "record"
1206
+ ];
1207
+ "WordMarkSpecificationType" [
1208
+ label = "<title> WordMarkSpecificationType | <TextType> MarkVerbalElementText|<TextType> MarkSignificantVerbalElement|<xs:boolean> MarkVerbalElementSignificantIndicator|<TextType> MarkTranslation|<MarkTransliterationType> MarkTransliteration|<MarkTranscriptionType> MarkTranscription|<xs:boolean> MarkStandardCharacterIndicator"
1209
+ shape = "record"
1210
+ ];
1211
+ "AccountType":TextType -> "TextType":title [
1212
+ id = 0
1213
+ ]
1214
+ "AccountType":AccountDebitKindType -> "AccountDebitKindType":title [
1215
+ id = 1
1216
+ ]
1217
+ "AddressBookType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1218
+ id = 2
1219
+ ]
1220
+ "AddressBookType":FreeFormatAddressDetailsType -> "FreeFormatAddressDetailsType":title [
1221
+ id = 3
1222
+ ]
1223
+ "AddressBookType":FormattedNameAddressType -> "FormattedNameAddressType":title [
1224
+ id = 4
1225
+ ]
1226
+ "AddressBookType":ContactInformationDetailsType -> "ContactInformationDetailsType":title [
1227
+ id = 5
1228
+ ]
1229
+ "AddressType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1230
+ id = 6
1231
+ ]
1232
+ "AddressType":FreeFormatAddressType -> "FreeFormatAddressType":title [
1233
+ id = 7
1234
+ ]
1235
+ "AddressType":FormattedAddressType -> "FormattedAddressType":title [
1236
+ id = 8
1237
+ ]
1238
+ "AmountType":ISOCurrencyCodeType -> "ISOCurrencyCodeType":title [
1239
+ id = 9
1240
+ ]
1241
+ "AppealDetailsType":AppealType -> "AppealType":title [
1242
+ id = 10
1243
+ ]
1244
+ "AppealDocumentDetailsType":DocumentType -> "DocumentType":title [
1245
+ id = 11
1246
+ ]
1247
+ "AppealEventDetailsType":AppealEventType -> "AppealEventType":title [
1248
+ id = 12
1249
+ ]
1250
+ "AppealEventType":AppealEventCodeType -> "AppealEventCodeType":title [
1251
+ id = 13
1252
+ ]
1253
+ "AppealType":IdentifierType -> "IdentifierType":title [
1254
+ id = 14
1255
+ ]
1256
+ "AppealType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1257
+ id = 15
1258
+ ]
1259
+ "AppealType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1260
+ id = 16
1261
+ ]
1262
+ "AppealType":AppealPartiesKindType -> "AppealPartiesKindType":title [
1263
+ id = 17
1264
+ ]
1265
+ "AppealType":TextType -> "TextType":title [
1266
+ id = 18
1267
+ ]
1268
+ "AppealType":CaseReferenceDetailsType -> "CaseReferenceDetailsType":title [
1269
+ id = 19
1270
+ ]
1271
+ "AppealType":TextType -> "TextType":title [
1272
+ id = 20
1273
+ ]
1274
+ "AppealType":AppealCurrentStatusCodeType -> "AppealCurrentStatusCodeType":title [
1275
+ id = 21
1276
+ ]
1277
+ "AppealType":TextType -> "TextType":title [
1278
+ id = 22
1279
+ ]
1280
+ "AppealType":NameType -> "NameType":title [
1281
+ id = 23
1282
+ ]
1283
+ "AppealType":NameType -> "NameType":title [
1284
+ id = 24
1285
+ ]
1286
+ "AppealType":AppellantDetailsType -> "AppellantDetailsType":title [
1287
+ id = 25
1288
+ ]
1289
+ "AppealType":RepresentativeDetailsType2 -> "RepresentativeDetailsType2":title [
1290
+ id = 26
1291
+ ]
1292
+ "AppealType":RespondentDetailsType -> "RespondentDetailsType":title [
1293
+ id = 27
1294
+ ]
1295
+ "AppealType":AppealEventDetailsType -> "AppealEventDetailsType":title [
1296
+ id = 28
1297
+ ]
1298
+ "AppealType":AppealDocumentDetailsType -> "AppealDocumentDetailsType":title [
1299
+ id = 29
1300
+ ]
1301
+ "AppellantDetailsType":KeyType -> "KeyType":title [
1302
+ id = 30
1303
+ ]
1304
+ "AppellantDetailsType":AppellantType -> "AppellantType":title [
1305
+ id = 31
1306
+ ]
1307
+ "AppellantType":OperationCodeType -> "OperationCodeType":title [
1308
+ id = 32
1309
+ ]
1310
+ "AppellantType":IdentifierType -> "IdentifierType":title [
1311
+ id = 33
1312
+ ]
1313
+ "AppellantType":NationalityCodeType -> "NationalityCodeType":title [
1314
+ id = 34
1315
+ ]
1316
+ "AppellantType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1317
+ id = 35
1318
+ ]
1319
+ "AppellantType":AddressBookType -> "AddressBookType":title [
1320
+ id = 36
1321
+ ]
1322
+ "AppellantType":EntitlementType -> "EntitlementType":title [
1323
+ id = 37
1324
+ ]
1325
+ "AppellantType":VersionType -> "VersionType":title [
1326
+ id = 38
1327
+ ]
1328
+ "ApplicantDetailsType":ApplicantType -> "ApplicantType":title [
1329
+ id = 39
1330
+ ]
1331
+ "ApplicantDetailsType43":ApplicantType -> "ApplicantType":title [
1332
+ id = 40
1333
+ ]
1334
+ "ApplicantDetailsType46":KeyType -> "KeyType":title [
1335
+ id = 41
1336
+ ]
1337
+ "ApplicantDetailsType46":ApplicantType -> "ApplicantType":title [
1338
+ id = 42
1339
+ ]
1340
+ "ApplicantType":OperationCodeType -> "OperationCodeType":title [
1341
+ id = 43
1342
+ ]
1343
+ "ApplicantType":IdentifierType -> "IdentifierType":title [
1344
+ id = 44
1345
+ ]
1346
+ "ApplicantType":NationalityCodeType -> "NationalityCodeType":title [
1347
+ id = 45
1348
+ ]
1349
+ "ApplicantType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1350
+ id = 46
1351
+ ]
1352
+ "ApplicantType":TextType -> "TextType":title [
1353
+ id = 47
1354
+ ]
1355
+ "ApplicantType":AddressBookType -> "AddressBookType":title [
1356
+ id = 48
1357
+ ]
1358
+ "ApplicantType":EntitlementType -> "EntitlementType":title [
1359
+ id = 49
1360
+ ]
1361
+ "ApplicantType":VersionType -> "VersionType":title [
1362
+ id = 50
1363
+ ]
1364
+ "AuthorizationType":AuthorizationKindType -> "AuthorizationKindType":title [
1365
+ id = 51
1366
+ ]
1367
+ "AuthorizationType":TextType -> "TextType":title [
1368
+ id = 52
1369
+ ]
1370
+ "AuthorizationType":AuthorizationDocumentSupplyType -> "AuthorizationDocumentSupplyType":title [
1371
+ id = 53
1372
+ ]
1373
+ "AuthorizationType":DocumentType -> "DocumentType":title [
1374
+ id = 54
1375
+ ]
1376
+ "BaseGoodsServicesDetailsType":GoodsServicesType -> "GoodsServicesType":title [
1377
+ id = 55
1378
+ ]
1379
+ "BasicApplicationDetailsType":BasicApplicationType -> "BasicApplicationType":title [
1380
+ id = 56
1381
+ ]
1382
+ "BasicRecordType":BasicRecordKindType -> "BasicRecordKindType":title [
1383
+ id = 57
1384
+ ]
1385
+ "BasicRecordType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
1386
+ id = 58
1387
+ ]
1388
+ "BasicRecordType":TradeMarkKeyDetailsType -> "TradeMarkKeyDetailsType":title [
1389
+ id = 59
1390
+ ]
1391
+ "BasicRecordType":RecordPublicationDetailsType -> "RecordPublicationDetailsType":title [
1392
+ id = 60
1393
+ ]
1394
+ "BasicRecordType":ClaimantDetailsType -> "ClaimantDetailsType":title [
1395
+ id = 61
1396
+ ]
1397
+ "BasicRecordType":RepresentativeDetailsType3 -> "RepresentativeDetailsType3":title [
1398
+ id = 62
1399
+ ]
1400
+ "BasicRecordType":RecordEventDetailsType -> "RecordEventDetailsType":title [
1401
+ id = 63
1402
+ ]
1403
+ "BasicRecordType":RecordDocumentDetailsType -> "RecordDocumentDetailsType":title [
1404
+ id = 64
1405
+ ]
1406
+ "BasicRecordType":RecordCurrentStatusCodeType -> "RecordCurrentStatusCodeType":title [
1407
+ id = 65
1408
+ ]
1409
+ "BasicRecordType":TextType -> "TextType":title [
1410
+ id = 66
1411
+ ]
1412
+ "BasicRecordType":RecordDesignatedCountryDetailsType -> "RecordDesignatedCountryDetailsType":title [
1413
+ id = 67
1414
+ ]
1415
+ "BasicRecordType":RecordUseIntentDetailsType -> "RecordUseIntentDetailsType":title [
1416
+ id = 68
1417
+ ]
1418
+ "BasicRecordType":GoodsServicesLimitationDetailsType -> "GoodsServicesLimitationDetailsType":title [
1419
+ id = 69
1420
+ ]
1421
+ "BasicRegistrationApplicationDetailsType":BasicRegistrationApplicationType -> "BasicRegistrationApplicationType":title [
1422
+ id = 70
1423
+ ]
1424
+ "BasicRegistrationApplicationType":WIPOST3CodeType -> "WIPOST3CodeType":title [
1425
+ id = 71
1426
+ ]
1427
+ "BasicRegistrationApplicationType":BasicApplicationDetailsType -> "BasicApplicationDetailsType":title [
1428
+ id = 72
1429
+ ]
1430
+ "BasicRegistrationApplicationType":BasicRegistrationDetailsType -> "BasicRegistrationDetailsType":title [
1431
+ id = 73
1432
+ ]
1433
+ "BasicRegistrationDetailsType":BasicRegistrationType -> "BasicRegistrationType":title [
1434
+ id = 74
1435
+ ]
1436
+ "CardAccountType":CardKindCodeType -> "CardKindCodeType":title [
1437
+ id = 75
1438
+ ]
1439
+ "CardAccountType":ChipCodeType -> "ChipCodeType":title [
1440
+ id = 76
1441
+ ]
1442
+ "CardAccountType":TextType -> "TextType":title [
1443
+ id = 77
1444
+ ]
1445
+ "CaseReferenceDetailsType":CaseReferenceType -> "CaseReferenceType":title [
1446
+ id = 78
1447
+ ]
1448
+ "CaseReferenceDetailsType5":CaseReferenceType -> "CaseReferenceType":title [
1449
+ id = 79
1450
+ ]
1451
+ "CaseReferenceType":CaseReferenceKindType -> "CaseReferenceKindType":title [
1452
+ id = 80
1453
+ ]
1454
+ "CaseReferenceType":TextType -> "TextType":title [
1455
+ id = 81
1456
+ ]
1457
+ "ClaimantDetailsType":KeyType -> "KeyType":title [
1458
+ id = 82
1459
+ ]
1460
+ "ClaimantDetailsType":ClaimantType -> "ClaimantType":title [
1461
+ id = 83
1462
+ ]
1463
+ "ClaimantDetailsType10":KeyType -> "KeyType":title [
1464
+ id = 84
1465
+ ]
1466
+ "ClaimantDetailsType10":ClaimantType -> "ClaimantType":title [
1467
+ id = 85
1468
+ ]
1469
+ "ClaimantDetailsType16":KeyType -> "KeyType":title [
1470
+ id = 86
1471
+ ]
1472
+ "ClaimantDetailsType16":ClaimantType -> "ClaimantType":title [
1473
+ id = 87
1474
+ ]
1475
+ "ClaimantDetailsType23":KeyType -> "KeyType":title [
1476
+ id = 88
1477
+ ]
1478
+ "ClaimantDetailsType23":ClaimantType -> "ClaimantType":title [
1479
+ id = 89
1480
+ ]
1481
+ "ClaimantDetailsType31":KeyType -> "KeyType":title [
1482
+ id = 90
1483
+ ]
1484
+ "ClaimantDetailsType31":ClaimantType -> "ClaimantType":title [
1485
+ id = 91
1486
+ ]
1487
+ "ClaimantDetailsType37":KeyType -> "KeyType":title [
1488
+ id = 92
1489
+ ]
1490
+ "ClaimantDetailsType37":ClaimantType -> "ClaimantType":title [
1491
+ id = 93
1492
+ ]
1493
+ "ClaimantType":OperationCodeType -> "OperationCodeType":title [
1494
+ id = 94
1495
+ ]
1496
+ "ClaimantType":IdentifierType -> "IdentifierType":title [
1497
+ id = 95
1498
+ ]
1499
+ "ClaimantType":NationalityCodeType -> "NationalityCodeType":title [
1500
+ id = 96
1501
+ ]
1502
+ "ClaimantType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1503
+ id = 97
1504
+ ]
1505
+ "ClaimantType":TextType -> "TextType":title [
1506
+ id = 98
1507
+ ]
1508
+ "ClaimantType":AddressBookType -> "AddressBookType":title [
1509
+ id = 99
1510
+ ]
1511
+ "ClaimantType":EntitlementType -> "EntitlementType":title [
1512
+ id = 100
1513
+ ]
1514
+ "ClassDescriptionDetailsType":ClassDescriptionType -> "ClassDescriptionType":title [
1515
+ id = 101
1516
+ ]
1517
+ "ClassDescriptionType":ClassNumberStatusCodeType -> "ClassNumberStatusCodeType":title [
1518
+ id = 102
1519
+ ]
1520
+ "ClassDescriptionType":TextType -> "TextType":title [
1521
+ id = 103
1522
+ ]
1523
+ "ClassDescriptionType":ClassificationTermDetailsType4 -> "ClassificationTermDetailsType4":title [
1524
+ id = 104
1525
+ ]
1526
+ "ClassificationTermDetailsType":ClassificationTermType -> "ClassificationTermType":title [
1527
+ id = 105
1528
+ ]
1529
+ "ClassificationTermDetailsType4":ClassificationTermType -> "ClassificationTermType":title [
1530
+ id = 106
1531
+ ]
1532
+ "ClassificationTermStatusType":WIPOST3CodeType -> "WIPOST3CodeType":title [
1533
+ id = 107
1534
+ ]
1535
+ "ClassificationTermStatusType":ClassificationTermStatusCodeType -> "ClassificationTermStatusCodeType":title [
1536
+ id = 108
1537
+ ]
1538
+ "ClassificationTermType":OperationCodeType -> "OperationCodeType":title [
1539
+ id = 109
1540
+ ]
1541
+ "ClassificationTermType":IdentifierType -> "IdentifierType":title [
1542
+ id = 110
1543
+ ]
1544
+ "ClassificationTermType":WIPOST3CodeType -> "WIPOST3CodeType":title [
1545
+ id = 111
1546
+ ]
1547
+ "ClassificationTermType":ClassificationTermSourceType -> "ClassificationTermSourceType":title [
1548
+ id = 112
1549
+ ]
1550
+ "ClassificationTermType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1551
+ id = 113
1552
+ ]
1553
+ "ClassificationTermType":TextType -> "TextType":title [
1554
+ id = 114
1555
+ ]
1556
+ "ClassificationTermType":ClassificationTermStatusType -> "ClassificationTermStatusType":title [
1557
+ id = 115
1558
+ ]
1559
+ "ContactInformationDetailsType":PhoneType -> "PhoneType":title [
1560
+ id = 116
1561
+ ]
1562
+ "CorrespondenceAddressKeyType":IdentifierType -> "IdentifierType":title [
1563
+ id = 117
1564
+ ]
1565
+ "CorrespondenceAddressKeyType":CorrespondenceAddressPartyType -> "CorrespondenceAddressPartyType":title [
1566
+ id = 118
1567
+ ]
1568
+ "CorrespondenceAddressType":IdentifierType -> "IdentifierType":title [
1569
+ id = 119
1570
+ ]
1571
+ "CorrespondenceAddressType":CorrespondenceAddressPartyType -> "CorrespondenceAddressPartyType":title [
1572
+ id = 120
1573
+ ]
1574
+ "CorrespondenceAddressType":AddressBookType -> "AddressBookType":title [
1575
+ id = 121
1576
+ ]
1577
+ "DecisionCaseRelationDetailsType":DecisionCaseRelationType -> "DecisionCaseRelationType":title [
1578
+ id = 122
1579
+ ]
1580
+ "DecisionCaseRelationType":CaseReferenceType -> "CaseReferenceType":title [
1581
+ id = 123
1582
+ ]
1583
+ "DecisionDetailsType":DecisionType -> "DecisionType":title [
1584
+ id = 124
1585
+ ]
1586
+ "DecisionEventDetailsType":DecisionEventType -> "DecisionEventType":title [
1587
+ id = 125
1588
+ ]
1589
+ "DecisionEventType":DecisionEventCodeType -> "DecisionEventCodeType":title [
1590
+ id = 126
1591
+ ]
1592
+ "DecisionType":IdentifierType -> "IdentifierType":title [
1593
+ id = 127
1594
+ ]
1595
+ "DecisionType":TextType -> "TextType":title [
1596
+ id = 128
1597
+ ]
1598
+ "DecisionType":DecisionResponsibleType -> "DecisionResponsibleType":title [
1599
+ id = 129
1600
+ ]
1601
+ "DecisionType":CaseReferenceDetailsType5 -> "CaseReferenceDetailsType5":title [
1602
+ id = 130
1603
+ ]
1604
+ "DecisionType":DecisionCurrentStatusCodeType -> "DecisionCurrentStatusCodeType":title [
1605
+ id = 131
1606
+ ]
1607
+ "DecisionType":DecisionEventDetailsType -> "DecisionEventDetailsType":title [
1608
+ id = 132
1609
+ ]
1610
+ "DesignatedCountryDetailsType44":DesignatedCountryType -> "DesignatedCountryType":title [
1611
+ id = 133
1612
+ ]
1613
+ "DesignatedCountryType":DesignatedUnderCodeType -> "DesignatedUnderCodeType":title [
1614
+ id = 134
1615
+ ]
1616
+ "DocumentIncludedDetailsType":DocumentType -> "DocumentType":title [
1617
+ id = 135
1618
+ ]
1619
+ "DocumentType":FileFormatType -> "FileFormatType":title [
1620
+ id = 136
1621
+ ]
1622
+ "DocumentType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1623
+ id = 137
1624
+ ]
1625
+ "DocumentType":DocumentMediaType -> "DocumentMediaType":title [
1626
+ id = 138
1627
+ ]
1628
+ "DocumentType":TextType -> "TextType":title [
1629
+ id = 139
1630
+ ]
1631
+ "EarlierMarkDetailsType":EarlierMarkType -> "EarlierMarkType":title [
1632
+ id = 140
1633
+ ]
1634
+ "EarlierMarkType":WIPOST3CodeType -> "WIPOST3CodeType":title [
1635
+ id = 141
1636
+ ]
1637
+ "EarlierMarkType":KindMarkType -> "KindMarkType":title [
1638
+ id = 142
1639
+ ]
1640
+ "EarlierMarkType":MarkFeatureType -> "MarkFeatureType":title [
1641
+ id = 143
1642
+ ]
1643
+ "EarlierMarkType":WordMarkSpecificationType -> "WordMarkSpecificationType":title [
1644
+ id = 144
1645
+ ]
1646
+ "EarlierMarkType":MarkImageDetailsType -> "MarkImageDetailsType":title [
1647
+ id = 145
1648
+ ]
1649
+ "EarlierMarkType":BaseGoodsServicesDetailsType -> "BaseGoodsServicesDetailsType":title [
1650
+ id = 146
1651
+ ]
1652
+ "EntitlementDomiciledType":NationalityCodeType -> "NationalityCodeType":title [
1653
+ id = 147
1654
+ ]
1655
+ "EntitlementDomiciledType":AddressBookType -> "AddressBookType":title [
1656
+ id = 148
1657
+ ]
1658
+ "EntitlementEstablishmentType":NationalityCodeType -> "NationalityCodeType":title [
1659
+ id = 149
1660
+ ]
1661
+ "EntitlementEstablishmentType":AddressBookType -> "AddressBookType":title [
1662
+ id = 150
1663
+ ]
1664
+ "EntitlementType":NationalityCodeType -> "NationalityCodeType":title [
1665
+ id = 151
1666
+ ]
1667
+ "EntitlementType":EntitlementEstablishmentType -> "EntitlementEstablishmentType":title [
1668
+ id = 152
1669
+ ]
1670
+ "EntitlementType":EntitlementDomiciledType -> "EntitlementDomiciledType":title [
1671
+ id = 153
1672
+ ]
1673
+ "ExhibitionPriorityDetailsType":ExhibitionPriorityType -> "ExhibitionPriorityType":title [
1674
+ id = 154
1675
+ ]
1676
+ "ExhibitionPriorityType":ExhibitionStatusCodeType -> "ExhibitionStatusCodeType":title [
1677
+ id = 155
1678
+ ]
1679
+ "ExhibitionPriorityType":TextType -> "TextType":title [
1680
+ id = 156
1681
+ ]
1682
+ "ExhibitionPriorityType":DocumentType -> "DocumentType":title [
1683
+ id = 157
1684
+ ]
1685
+ "FormattedAddressType":TextType -> "TextType":title [
1686
+ id = 158
1687
+ ]
1688
+ "FormattedAddressType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1689
+ id = 159
1690
+ ]
1691
+ "FormattedNameAddressType":NameType -> "NameType":title [
1692
+ id = 160
1693
+ ]
1694
+ "FormattedNameAddressType":AddressType -> "AddressType":title [
1695
+ id = 161
1696
+ ]
1697
+ "FormattedNameType":GenderType -> "GenderType":title [
1698
+ id = 162
1699
+ ]
1700
+ "FormattedNameType":IndividualIdentifierType -> "IndividualIdentifierType":title [
1701
+ id = 163
1702
+ ]
1703
+ "FreeFormatAddressDetailsType":TextType -> "TextType":title [
1704
+ id = 164
1705
+ ]
1706
+ "FreeFormatAddressType":TextType -> "TextType":title [
1707
+ id = 165
1708
+ ]
1709
+ "FreeFormatNameDetailsType":TextType -> "TextType":title [
1710
+ id = 166
1711
+ ]
1712
+ "FreeFormatNameType":NameKindType -> "NameKindType":title [
1713
+ id = 167
1714
+ ]
1715
+ "FreeFormatNameType":FreeFormatNameDetailsType -> "FreeFormatNameDetailsType":title [
1716
+ id = 168
1717
+ ]
1718
+ "GoodsServicesDetailsType":GoodsServicesType -> "GoodsServicesType":title [
1719
+ id = 169
1720
+ ]
1721
+ "GoodsServicesDetailsType":KeyType -> "KeyType":title [
1722
+ id = 170
1723
+ ]
1724
+ "GoodsServicesLimitationDetailsType":GoodsServicesLimitationType -> "GoodsServicesLimitationType":title [
1725
+ id = 171
1726
+ ]
1727
+ "GoodsServicesLimitationDetailsType27":GoodsServicesLimitationType -> "GoodsServicesLimitationType":title [
1728
+ id = 172
1729
+ ]
1730
+ "GoodsServicesLimitationDetailsType42":GoodsServicesLimitationType -> "GoodsServicesLimitationType":title [
1731
+ id = 173
1732
+ ]
1733
+ "GoodsServicesLimitationType":LimitationCountryDetailsType -> "LimitationCountryDetailsType":title [
1734
+ id = 174
1735
+ ]
1736
+ "GoodsServicesLimitationType":GoodsServicesLimitationCodeType -> "GoodsServicesLimitationCodeType":title [
1737
+ id = 175
1738
+ ]
1739
+ "GoodsServicesLimitationType":TextType -> "TextType":title [
1740
+ id = 176
1741
+ ]
1742
+ "GoodsServicesLimitationType":LimitationClassDescriptionDetailsType -> "LimitationClassDescriptionDetailsType":title [
1743
+ id = 177
1744
+ ]
1745
+ "GoodsServicesType":ClassificationKindCodeType -> "ClassificationKindCodeType":title [
1746
+ id = 178
1747
+ ]
1748
+ "GoodsServicesType":TextType -> "TextType":title [
1749
+ id = 179
1750
+ ]
1751
+ "GoodsServicesType":ClassDescriptionDetailsType -> "ClassDescriptionDetailsType":title [
1752
+ id = 180
1753
+ ]
1754
+ "HolderDetailsType":ApplicantType -> "ApplicantType":title [
1755
+ id = 181
1756
+ ]
1757
+ "HolderDetailsType":ApplicantType -> "ApplicantType":title [
1758
+ id = 182
1759
+ ]
1760
+ "HolderDetailsType41":ApplicantType -> "ApplicantType":title [
1761
+ id = 183
1762
+ ]
1763
+ "HolderDetailsType41":ApplicantType -> "ApplicantType":title [
1764
+ id = 184
1765
+ ]
1766
+ "IdentifierType":WIPOST3CodeType -> "WIPOST3CodeType":title [
1767
+ id = 185
1768
+ ]
1769
+ "KeyType":IdentifierType -> "IdentifierType":title [
1770
+ id = 186
1771
+ ]
1772
+ "LicenceDetailsType":LicenceType -> "LicenceType":title [
1773
+ id = 187
1774
+ ]
1775
+ "LicenceDocumentDetailsType":DocumentType -> "DocumentType":title [
1776
+ id = 188
1777
+ ]
1778
+ "LicenceEventDetailsType":LicenceEventType -> "LicenceEventType":title [
1779
+ id = 189
1780
+ ]
1781
+ "LicenceEventType":LicenceEventCodeType -> "LicenceEventCodeType":title [
1782
+ id = 190
1783
+ ]
1784
+ "LicenceEventType":TextType -> "TextType":title [
1785
+ id = 191
1786
+ ]
1787
+ "LicenceType":LicenceKindType -> "LicenceKindType":title [
1788
+ id = 192
1789
+ ]
1790
+ "LicenceType":GoodsServicesLimitationType -> "GoodsServicesLimitationType":title [
1791
+ id = 193
1792
+ ]
1793
+ "LicenceType":TextType -> "TextType":title [
1794
+ id = 194
1795
+ ]
1796
+ "LicenceType":TextType -> "TextType":title [
1797
+ id = 195
1798
+ ]
1799
+ "LicenceType":LicenceStatusCodeType -> "LicenceStatusCodeType":title [
1800
+ id = 196
1801
+ ]
1802
+ "LicenceType":LicenseeDetailsType -> "LicenseeDetailsType":title [
1803
+ id = 197
1804
+ ]
1805
+ "LicenceType":RepresentativeDetailsType6 -> "RepresentativeDetailsType6":title [
1806
+ id = 198
1807
+ ]
1808
+ "LicenceType":LicenceEventDetailsType -> "LicenceEventDetailsType":title [
1809
+ id = 199
1810
+ ]
1811
+ "LicenceType":LicenceDocumentDetailsType -> "LicenceDocumentDetailsType":title [
1812
+ id = 200
1813
+ ]
1814
+ "LicenseeDetailsType":LicenseeType -> "LicenseeType":title [
1815
+ id = 201
1816
+ ]
1817
+ "LicenseeType":OperationCodeType -> "OperationCodeType":title [
1818
+ id = 202
1819
+ ]
1820
+ "LicenseeType":IdentifierType -> "IdentifierType":title [
1821
+ id = 203
1822
+ ]
1823
+ "LicenseeType":NationalityCodeType -> "NationalityCodeType":title [
1824
+ id = 204
1825
+ ]
1826
+ "LicenseeType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1827
+ id = 205
1828
+ ]
1829
+ "LicenseeType":TextType -> "TextType":title [
1830
+ id = 206
1831
+ ]
1832
+ "LicenseeType":AddressBookType -> "AddressBookType":title [
1833
+ id = 207
1834
+ ]
1835
+ "LicenseeType":EntitlementType -> "EntitlementType":title [
1836
+ id = 208
1837
+ ]
1838
+ "LimitationClassDescriptionDetailsType":ClassDescriptionType -> "ClassDescriptionType":title [
1839
+ id = 209
1840
+ ]
1841
+ "MarkDescriptionDetailsType":TextType -> "TextType":title [
1842
+ id = 210
1843
+ ]
1844
+ "MarkDisclaimerDetailsType":TextType -> "TextType":title [
1845
+ id = 211
1846
+ ]
1847
+ "MarkEventDetailsType":MarkEventType -> "MarkEventType":title [
1848
+ id = 212
1849
+ ]
1850
+ "MarkEventType":MarkEventCodeType -> "MarkEventCodeType":title [
1851
+ id = 213
1852
+ ]
1853
+ "MarkEventType":TextType -> "TextType":title [
1854
+ id = 214
1855
+ ]
1856
+ "MarkImageCategoryType":CategoryKindType -> "CategoryKindType":title [
1857
+ id = 215
1858
+ ]
1859
+ "MarkImageCategoryType":CategoryCodeDetailsType -> "CategoryCodeDetailsType":title [
1860
+ id = 216
1861
+ ]
1862
+ "MarkImageDetailsType":MarkImageType -> "MarkImageType":title [
1863
+ id = 217
1864
+ ]
1865
+ "MarkImageDetailsType45":MarkImageType -> "MarkImageType":title [
1866
+ id = 218
1867
+ ]
1868
+ "MarkImageRenditionDetailsType":MarkImageRenditionType -> "MarkImageRenditionType":title [
1869
+ id = 219
1870
+ ]
1871
+ "MarkImageRenditionType":MarkImageRenditionKindType -> "MarkImageRenditionKindType":title [
1872
+ id = 220
1873
+ ]
1874
+ "MarkImageRenditionType":FileFormatType -> "FileFormatType":title [
1875
+ id = 221
1876
+ ]
1877
+ "MarkImageRenditionType":MarkImageColourModeType -> "MarkImageColourModeType":title [
1878
+ id = 222
1879
+ ]
1880
+ "MarkImageRenditionType":RepresentationSizeType -> "RepresentationSizeType":title [
1881
+ id = 223
1882
+ ]
1883
+ "MarkImageType":FileFormatType -> "FileFormatType":title [
1884
+ id = 224
1885
+ ]
1886
+ "MarkImageType":MarkImageColourModeType -> "MarkImageColourModeType":title [
1887
+ id = 225
1888
+ ]
1889
+ "MarkImageType":TextType -> "TextType":title [
1890
+ id = 226
1891
+ ]
1892
+ "MarkImageType":TextType -> "TextType":title [
1893
+ id = 227
1894
+ ]
1895
+ "MarkImageType":RepresentationSizeType -> "RepresentationSizeType":title [
1896
+ id = 228
1897
+ ]
1898
+ "MarkImageType":MarkImageCategoryType -> "MarkImageCategoryType":title [
1899
+ id = 229
1900
+ ]
1901
+ "MarkImageType":MarkImageRenditionDetailsType -> "MarkImageRenditionDetailsType":title [
1902
+ id = 230
1903
+ ]
1904
+ "MarkRecordDetailsType":MarkRecordType -> "MarkRecordType":title [
1905
+ id = 231
1906
+ ]
1907
+ "MarkRecordDetailsType48":MarkRecordType -> "MarkRecordType":title [
1908
+ id = 232
1909
+ ]
1910
+ "MarkRecordRelationDetailsType":MarkRecordRelationType -> "MarkRecordRelationType":title [
1911
+ id = 233
1912
+ ]
1913
+ "MarkRecordRelationType":KeyType -> "KeyType":title [
1914
+ id = 234
1915
+ ]
1916
+ "MarkRecordRelationType":KeyType -> "KeyType":title [
1917
+ id = 235
1918
+ ]
1919
+ "MarkRecordType":BasicRecordType -> "BasicRecordType":title [
1920
+ id = 236
1921
+ ]
1922
+ "MarkRecordType":RecordOppositionPeriodType -> "RecordOppositionPeriodType":title [
1923
+ id = 237
1924
+ ]
1925
+ "MarkRecordType":RecordTransferType -> "RecordTransferType":title [
1926
+ id = 238
1927
+ ]
1928
+ "MarkRecordType":RecordChangeNameAddressType -> "RecordChangeNameAddressType":title [
1929
+ id = 239
1930
+ ]
1931
+ "MarkRecordType":RecordLicenceType -> "RecordLicenceType":title [
1932
+ id = 240
1933
+ ]
1934
+ "MarkRecordType":RecordNationalInternationalReplacementType -> "RecordNationalInternationalReplacementType":title [
1935
+ id = 241
1936
+ ]
1937
+ "MarkRecordType":RecordShortNotationType -> "RecordShortNotationType":title [
1938
+ id = 242
1939
+ ]
1940
+ "MarkSoundDetailsType":MarkSoundType -> "MarkSoundType":title [
1941
+ id = 243
1942
+ ]
1943
+ "MarkSoundType":SoundFileFormatType -> "SoundFileFormatType":title [
1944
+ id = 244
1945
+ ]
1946
+ "MarkTranscriptionType":TranscriptionKindType -> "TranscriptionKindType":title [
1947
+ id = 245
1948
+ ]
1949
+ "MarkTransliterationType":TransliterationKindType -> "TransliterationKindType":title [
1950
+ id = 246
1951
+ ]
1952
+ "NameType":FreeFormatNameType -> "FreeFormatNameType":title [
1953
+ id = 247
1954
+ ]
1955
+ "NameType":FormattedNameType -> "FormattedNameType":title [
1956
+ id = 248
1957
+ ]
1958
+ "NationalMarkDetailsType":NationalMarkType -> "NationalMarkType":title [
1959
+ id = 249
1960
+ ]
1961
+ "OpponentDetailsType":OpponentType -> "OpponentType":title [
1962
+ id = 250
1963
+ ]
1964
+ "OpponentType":IdentifierType -> "IdentifierType":title [
1965
+ id = 251
1966
+ ]
1967
+ "OpponentType":NationalityCodeType -> "NationalityCodeType":title [
1968
+ id = 252
1969
+ ]
1970
+ "OpponentType":ISOCountryCodeType -> "ISOCountryCodeType":title [
1971
+ id = 253
1972
+ ]
1973
+ "OpponentType":TextType -> "TextType":title [
1974
+ id = 254
1975
+ ]
1976
+ "OpponentType":AddressBookType -> "AddressBookType":title [
1977
+ id = 255
1978
+ ]
1979
+ "OpponentType":EntitlementType -> "EntitlementType":title [
1980
+ id = 256
1981
+ ]
1982
+ "OppositionDetailsType":OppositionType -> "OppositionType":title [
1983
+ id = 257
1984
+ ]
1985
+ "OppositionDocumentDetailsType":DocumentType -> "DocumentType":title [
1986
+ id = 258
1987
+ ]
1988
+ "OppositionEventDetailsType":OppositionEventType -> "OppositionEventType":title [
1989
+ id = 259
1990
+ ]
1991
+ "OppositionEventType":OppositionEventCodeType -> "OppositionEventCodeType":title [
1992
+ id = 260
1993
+ ]
1994
+ "OppositionEventType":TextType -> "TextType":title [
1995
+ id = 261
1996
+ ]
1997
+ "OppositionType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
1998
+ id = 262
1999
+ ]
2000
+ "OppositionType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
2001
+ id = 263
2002
+ ]
2003
+ "OppositionType":EarlierRightKindType -> "EarlierRightKindType":title [
2004
+ id = 264
2005
+ ]
2006
+ "OppositionType":OppositionBasisCodeType -> "OppositionBasisCodeType":title [
2007
+ id = 265
2008
+ ]
2009
+ "OppositionType":TextType -> "TextType":title [
2010
+ id = 266
2011
+ ]
2012
+ "OppositionType":TextType -> "TextType":title [
2013
+ id = 267
2014
+ ]
2015
+ "OppositionType":OppositionCurrentStatusCodeType -> "OppositionCurrentStatusCodeType":title [
2016
+ id = 268
2017
+ ]
2018
+ "OppositionType":EarlierMarkDetailsType -> "EarlierMarkDetailsType":title [
2019
+ id = 269
2020
+ ]
2021
+ "OppositionType":OpponentDetailsType -> "OpponentDetailsType":title [
2022
+ id = 270
2023
+ ]
2024
+ "OppositionType":RepresentativeDetailsType7 -> "RepresentativeDetailsType7":title [
2025
+ id = 271
2026
+ ]
2027
+ "OppositionType":OppositionEventDetailsType -> "OppositionEventDetailsType":title [
2028
+ id = 272
2029
+ ]
2030
+ "OppositionType":OppositionDocumentDetailsType -> "OppositionDocumentDetailsType":title [
2031
+ id = 273
2032
+ ]
2033
+ "OtherDateType":OtherDateKindType -> "OtherDateKindType":title [
2034
+ id = 274
2035
+ ]
2036
+ "PaymentDetailsType":PaymentType -> "PaymentType":title [
2037
+ id = 275
2038
+ ]
2039
+ "PaymentFeeDetailsType":PaymentFeeType -> "PaymentFeeType":title [
2040
+ id = 276
2041
+ ]
2042
+ "PaymentFeeType":AmountType -> "AmountType":title [
2043
+ id = 277
2044
+ ]
2045
+ "PaymentFeeType":AmountType -> "AmountType":title [
2046
+ id = 278
2047
+ ]
2048
+ "PaymentFeeType":TextType -> "TextType":title [
2049
+ id = 279
2050
+ ]
2051
+ "PaymentMethodType":AccountType -> "AccountType":title [
2052
+ id = 280
2053
+ ]
2054
+ "PaymentMethodType":CardAccountType -> "CardAccountType":title [
2055
+ id = 281
2056
+ ]
2057
+ "PaymentMethodType":ChequeType -> "ChequeType":title [
2058
+ id = 282
2059
+ ]
2060
+ "PaymentMethodType":BankTransferType -> "BankTransferType":title [
2061
+ id = 283
2062
+ ]
2063
+ "PaymentType":NameType -> "NameType":title [
2064
+ id = 284
2065
+ ]
2066
+ "PaymentType":PaymentStatusCodeType -> "PaymentStatusCodeType":title [
2067
+ id = 285
2068
+ ]
2069
+ "PaymentType":TextType -> "TextType":title [
2070
+ id = 286
2071
+ ]
2072
+ "PaymentType":PaymentMethodType -> "PaymentMethodType":title [
2073
+ id = 287
2074
+ ]
2075
+ "PaymentType":PaymentFeeDetailsType -> "PaymentFeeDetailsType":title [
2076
+ id = 288
2077
+ ]
2078
+ "PhoneType":PhoneKindType -> "PhoneKindType":title [
2079
+ id = 289
2080
+ ]
2081
+ "PreviousRegistrationDetailsType":PreviousRegistrationType -> "PreviousRegistrationType":title [
2082
+ id = 290
2083
+ ]
2084
+ "PreviousRegistrationType":WIPOST3CodeType -> "WIPOST3CodeType":title [
2085
+ id = 291
2086
+ ]
2087
+ "PreviousRegistrationType":PreviousRegistrationBasisType -> "PreviousRegistrationBasisType":title [
2088
+ id = 292
2089
+ ]
2090
+ "PreviousRegistrationType":TextType -> "TextType":title [
2091
+ id = 293
2092
+ ]
2093
+ "PriorityDetailsType":PriorityType -> "PriorityType":title [
2094
+ id = 294
2095
+ ]
2096
+ "PriorityType":TextType -> "TextType":title [
2097
+ id = 295
2098
+ ]
2099
+ "PriorityType":GoodsServicesType -> "GoodsServicesType":title [
2100
+ id = 296
2101
+ ]
2102
+ "PriorityType":PriorityStatusCodeType -> "PriorityStatusCodeType":title [
2103
+ id = 297
2104
+ ]
2105
+ "PriorityType":TextType -> "TextType":title [
2106
+ id = 298
2107
+ ]
2108
+ "PriorityType":DocumentType -> "DocumentType":title [
2109
+ id = 299
2110
+ ]
2111
+ "PublicationDetailsType":PublicationType -> "PublicationType":title [
2112
+ id = 300
2113
+ ]
2114
+ "PublicationType":PublicationSectionType -> "PublicationSectionType":title [
2115
+ id = 301
2116
+ ]
2117
+ "ReceiverDetailsType":TextType -> "TextType":title [
2118
+ id = 302
2119
+ ]
2120
+ "RecordChangeNameAddressType":RecordChangeNameAddressKindType -> "RecordChangeNameAddressKindType":title [
2121
+ id = 303
2122
+ ]
2123
+ "RecordChangeNameAddressType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2124
+ id = 304
2125
+ ]
2126
+ "RecordChangeNameAddressType":TradeMarkKeyDetailsType8 -> "TradeMarkKeyDetailsType8":title [
2127
+ id = 305
2128
+ ]
2129
+ "RecordChangeNameAddressType":RecordPublicationDetailsType9 -> "RecordPublicationDetailsType9":title [
2130
+ id = 306
2131
+ ]
2132
+ "RecordChangeNameAddressType":ClaimantDetailsType10 -> "ClaimantDetailsType10":title [
2133
+ id = 307
2134
+ ]
2135
+ "RecordChangeNameAddressType":RepresentativeDetailsType11 -> "RepresentativeDetailsType11":title [
2136
+ id = 308
2137
+ ]
2138
+ "RecordChangeNameAddressType":RecordEventDetailsType12 -> "RecordEventDetailsType12":title [
2139
+ id = 309
2140
+ ]
2141
+ "RecordChangeNameAddressType":RecordDocumentDetailsType13 -> "RecordDocumentDetailsType13":title [
2142
+ id = 310
2143
+ ]
2144
+ "RecordChangeNameAddressType":RecordCurrentStatusCodeType -> "RecordCurrentStatusCodeType":title [
2145
+ id = 311
2146
+ ]
2147
+ "RecordChangeNameAddressType":CorrespondenceAddressType -> "CorrespondenceAddressType":title [
2148
+ id = 312
2149
+ ]
2150
+ "RecordChangeNameAddressType":HolderDetailsType -> "HolderDetailsType":title [
2151
+ id = 313
2152
+ ]
2153
+ "RecordDocumentDetailsType":DocumentType -> "DocumentType":title [
2154
+ id = 314
2155
+ ]
2156
+ "RecordDocumentDetailsType13":DocumentType -> "DocumentType":title [
2157
+ id = 315
2158
+ ]
2159
+ "RecordDocumentDetailsType19":DocumentType -> "DocumentType":title [
2160
+ id = 316
2161
+ ]
2162
+ "RecordDocumentDetailsType26":DocumentType -> "DocumentType":title [
2163
+ id = 317
2164
+ ]
2165
+ "RecordDocumentDetailsType34":DocumentType -> "DocumentType":title [
2166
+ id = 318
2167
+ ]
2168
+ "RecordDocumentDetailsType40":DocumentType -> "DocumentType":title [
2169
+ id = 319
2170
+ ]
2171
+ "RecordEventDetailsType":RecordEventType -> "RecordEventType":title [
2172
+ id = 320
2173
+ ]
2174
+ "RecordEventDetailsType12":RecordEventType -> "RecordEventType":title [
2175
+ id = 321
2176
+ ]
2177
+ "RecordEventDetailsType18":RecordEventType -> "RecordEventType":title [
2178
+ id = 322
2179
+ ]
2180
+ "RecordEventDetailsType25":RecordEventType -> "RecordEventType":title [
2181
+ id = 323
2182
+ ]
2183
+ "RecordEventDetailsType33":RecordEventType -> "RecordEventType":title [
2184
+ id = 324
2185
+ ]
2186
+ "RecordEventDetailsType39":RecordEventType -> "RecordEventType":title [
2187
+ id = 325
2188
+ ]
2189
+ "RecordEventType":RecordEventCodeType -> "RecordEventCodeType":title [
2190
+ id = 326
2191
+ ]
2192
+ "RecordEventType":TextType -> "TextType":title [
2193
+ id = 327
2194
+ ]
2195
+ "RecordFromRegistrationDetailsType":RegistrationShortNotationType -> "RegistrationShortNotationType":title [
2196
+ id = 328
2197
+ ]
2198
+ "RecordLicenceType":RecordLicenceKindType -> "RecordLicenceKindType":title [
2199
+ id = 329
2200
+ ]
2201
+ "RecordLicenceType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2202
+ id = 330
2203
+ ]
2204
+ "RecordLicenceType":TradeMarkKeyDetailsType14 -> "TradeMarkKeyDetailsType14":title [
2205
+ id = 331
2206
+ ]
2207
+ "RecordLicenceType":RecordPublicationDetailsType15 -> "RecordPublicationDetailsType15":title [
2208
+ id = 332
2209
+ ]
2210
+ "RecordLicenceType":ClaimantDetailsType16 -> "ClaimantDetailsType16":title [
2211
+ id = 333
2212
+ ]
2213
+ "RecordLicenceType":RepresentativeDetailsType17 -> "RepresentativeDetailsType17":title [
2214
+ id = 334
2215
+ ]
2216
+ "RecordLicenceType":RecordEventDetailsType18 -> "RecordEventDetailsType18":title [
2217
+ id = 335
2218
+ ]
2219
+ "RecordLicenceType":RecordDocumentDetailsType19 -> "RecordDocumentDetailsType19":title [
2220
+ id = 336
2221
+ ]
2222
+ "RecordLicenceType":RecordCurrentStatusCodeType -> "RecordCurrentStatusCodeType":title [
2223
+ id = 337
2224
+ ]
2225
+ "RecordLicenceType":RecordDesignatedCountryDetailsType20 -> "RecordDesignatedCountryDetailsType20":title [
2226
+ id = 338
2227
+ ]
2228
+ "RecordLicenceType":LicenceDetailsType -> "LicenceDetailsType":title [
2229
+ id = 339
2230
+ ]
2231
+ "RecordNationalInternationalReplacementType":TradeMarkKeyDetailsType21 -> "TradeMarkKeyDetailsType21":title [
2232
+ id = 340
2233
+ ]
2234
+ "RecordNationalInternationalReplacementType":RecordPublicationDetailsType22 -> "RecordPublicationDetailsType22":title [
2235
+ id = 341
2236
+ ]
2237
+ "RecordNationalInternationalReplacementType":ClaimantDetailsType23 -> "ClaimantDetailsType23":title [
2238
+ id = 342
2239
+ ]
2240
+ "RecordNationalInternationalReplacementType":RepresentativeDetailsType24 -> "RepresentativeDetailsType24":title [
2241
+ id = 343
2242
+ ]
2243
+ "RecordNationalInternationalReplacementType":RecordEventDetailsType25 -> "RecordEventDetailsType25":title [
2244
+ id = 344
2245
+ ]
2246
+ "RecordNationalInternationalReplacementType":RecordDocumentDetailsType26 -> "RecordDocumentDetailsType26":title [
2247
+ id = 345
2248
+ ]
2249
+ "RecordNationalInternationalReplacementType":GoodsServicesLimitationDetailsType27 -> "GoodsServicesLimitationDetailsType27":title [
2250
+ id = 346
2251
+ ]
2252
+ "RecordNationalInternationalReplacementType":NationalMarkDetailsType -> "NationalMarkDetailsType":title [
2253
+ id = 347
2254
+ ]
2255
+ "RecordOppositionPeriodType":RecordOppositionPeriodKindType -> "RecordOppositionPeriodKindType":title [
2256
+ id = 348
2257
+ ]
2258
+ "RecordOppositionPeriodType":TradeMarkKeyDetailsType28 -> "TradeMarkKeyDetailsType28":title [
2259
+ id = 349
2260
+ ]
2261
+ "RecordOppositionPeriodType":RecordPublicationDetailsType29 -> "RecordPublicationDetailsType29":title [
2262
+ id = 350
2263
+ ]
2264
+ "RecordPublicationDetailsType":PublicationType -> "PublicationType":title [
2265
+ id = 351
2266
+ ]
2267
+ "RecordPublicationDetailsType15":PublicationType -> "PublicationType":title [
2268
+ id = 352
2269
+ ]
2270
+ "RecordPublicationDetailsType22":PublicationType -> "PublicationType":title [
2271
+ id = 353
2272
+ ]
2273
+ "RecordPublicationDetailsType29":PublicationType -> "PublicationType":title [
2274
+ id = 354
2275
+ ]
2276
+ "RecordPublicationDetailsType30":PublicationType -> "PublicationType":title [
2277
+ id = 355
2278
+ ]
2279
+ "RecordPublicationDetailsType36":PublicationType -> "PublicationType":title [
2280
+ id = 356
2281
+ ]
2282
+ "RecordPublicationDetailsType9":PublicationType -> "PublicationType":title [
2283
+ id = 357
2284
+ ]
2285
+ "RecordShortNotationType":RecordShortNotationKindType -> "RecordShortNotationKindType":title [
2286
+ id = 358
2287
+ ]
2288
+ "RecordShortNotationType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2289
+ id = 359
2290
+ ]
2291
+ "RecordShortNotationType":RecordPublicationDetailsType30 -> "RecordPublicationDetailsType30":title [
2292
+ id = 360
2293
+ ]
2294
+ "RecordShortNotationType":ClaimantDetailsType31 -> "ClaimantDetailsType31":title [
2295
+ id = 361
2296
+ ]
2297
+ "RecordShortNotationType":RepresentativeDetailsType32 -> "RepresentativeDetailsType32":title [
2298
+ id = 362
2299
+ ]
2300
+ "RecordShortNotationType":RecordEventDetailsType33 -> "RecordEventDetailsType33":title [
2301
+ id = 363
2302
+ ]
2303
+ "RecordShortNotationType":RecordDocumentDetailsType34 -> "RecordDocumentDetailsType34":title [
2304
+ id = 364
2305
+ ]
2306
+ "RecordShortNotationType":RegistrationShortNotationType -> "RegistrationShortNotationType":title [
2307
+ id = 365
2308
+ ]
2309
+ "RecordShortNotationType":RecordFromRegistrationDetailsType -> "RecordFromRegistrationDetailsType":title [
2310
+ id = 366
2311
+ ]
2312
+ "RecordTransferType":RecordTransferKindType -> "RecordTransferKindType":title [
2313
+ id = 367
2314
+ ]
2315
+ "RecordTransferType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2316
+ id = 368
2317
+ ]
2318
+ "RecordTransferType":TradeMarkKeyDetailsType35 -> "TradeMarkKeyDetailsType35":title [
2319
+ id = 369
2320
+ ]
2321
+ "RecordTransferType":RecordPublicationDetailsType36 -> "RecordPublicationDetailsType36":title [
2322
+ id = 370
2323
+ ]
2324
+ "RecordTransferType":ClaimantDetailsType37 -> "ClaimantDetailsType37":title [
2325
+ id = 371
2326
+ ]
2327
+ "RecordTransferType":RepresentativeDetailsType38 -> "RepresentativeDetailsType38":title [
2328
+ id = 372
2329
+ ]
2330
+ "RecordTransferType":RecordEventDetailsType39 -> "RecordEventDetailsType39":title [
2331
+ id = 373
2332
+ ]
2333
+ "RecordTransferType":RecordDocumentDetailsType40 -> "RecordDocumentDetailsType40":title [
2334
+ id = 374
2335
+ ]
2336
+ "RecordTransferType":RecordCurrentStatusCodeType -> "RecordCurrentStatusCodeType":title [
2337
+ id = 375
2338
+ ]
2339
+ "RecordTransferType":CorrespondenceAddressType -> "CorrespondenceAddressType":title [
2340
+ id = 376
2341
+ ]
2342
+ "RecordTransferType":HolderDetailsType41 -> "HolderDetailsType41":title [
2343
+ id = 377
2344
+ ]
2345
+ "RecordTransferType":GoodsServicesLimitationDetailsType42 -> "GoodsServicesLimitationDetailsType42":title [
2346
+ id = 378
2347
+ ]
2348
+ "RegistrationShortNotationType":TextType -> "TextType":title [
2349
+ id = 379
2350
+ ]
2351
+ "RegistrationShortNotationType":DesignatedCountryDetailsType -> "DesignatedCountryDetailsType":title [
2352
+ id = 380
2353
+ ]
2354
+ "RegistrationShortNotationType":GoodsServicesLimitationType -> "GoodsServicesLimitationType":title [
2355
+ id = 381
2356
+ ]
2357
+ "RegistrationShortNotationType":ApplicantDetailsType43 -> "ApplicantDetailsType43":title [
2358
+ id = 382
2359
+ ]
2360
+ "ReimbursementDetailsType":ReimbursementType -> "ReimbursementType":title [
2361
+ id = 383
2362
+ ]
2363
+ "ReimbursementFeeDetailsType":ReimbursementFeeType -> "ReimbursementFeeType":title [
2364
+ id = 384
2365
+ ]
2366
+ "ReimbursementFeeType":AmountType -> "AmountType":title [
2367
+ id = 385
2368
+ ]
2369
+ "ReimbursementFeeType":TextType -> "TextType":title [
2370
+ id = 386
2371
+ ]
2372
+ "ReimbursementType":NameType -> "NameType":title [
2373
+ id = 387
2374
+ ]
2375
+ "ReimbursementType":TextType -> "TextType":title [
2376
+ id = 388
2377
+ ]
2378
+ "ReimbursementType":PaymentMethodType -> "PaymentMethodType":title [
2379
+ id = 389
2380
+ ]
2381
+ "ReimbursementType":ReimbursementFeeDetailsType -> "ReimbursementFeeDetailsType":title [
2382
+ id = 390
2383
+ ]
2384
+ "RepresentationSizeType":UnitType -> "UnitType":title [
2385
+ id = 391
2386
+ ]
2387
+ "RepresentativeDetailsType":RepresentativeType -> "RepresentativeType":title [
2388
+ id = 392
2389
+ ]
2390
+ "RepresentativeDetailsType11":KeyType -> "KeyType":title [
2391
+ id = 393
2392
+ ]
2393
+ "RepresentativeDetailsType11":RepresentativeType -> "RepresentativeType":title [
2394
+ id = 394
2395
+ ]
2396
+ "RepresentativeDetailsType17":KeyType -> "KeyType":title [
2397
+ id = 395
2398
+ ]
2399
+ "RepresentativeDetailsType17":RepresentativeType -> "RepresentativeType":title [
2400
+ id = 396
2401
+ ]
2402
+ "RepresentativeDetailsType2":KeyType -> "KeyType":title [
2403
+ id = 397
2404
+ ]
2405
+ "RepresentativeDetailsType2":RepresentativeType -> "RepresentativeType":title [
2406
+ id = 398
2407
+ ]
2408
+ "RepresentativeDetailsType24":KeyType -> "KeyType":title [
2409
+ id = 399
2410
+ ]
2411
+ "RepresentativeDetailsType24":RepresentativeType -> "RepresentativeType":title [
2412
+ id = 400
2413
+ ]
2414
+ "RepresentativeDetailsType3":KeyType -> "KeyType":title [
2415
+ id = 401
2416
+ ]
2417
+ "RepresentativeDetailsType3":RepresentativeType -> "RepresentativeType":title [
2418
+ id = 402
2419
+ ]
2420
+ "RepresentativeDetailsType32":KeyType -> "KeyType":title [
2421
+ id = 403
2422
+ ]
2423
+ "RepresentativeDetailsType32":RepresentativeType -> "RepresentativeType":title [
2424
+ id = 404
2425
+ ]
2426
+ "RepresentativeDetailsType38":KeyType -> "KeyType":title [
2427
+ id = 405
2428
+ ]
2429
+ "RepresentativeDetailsType38":RepresentativeType -> "RepresentativeType":title [
2430
+ id = 406
2431
+ ]
2432
+ "RepresentativeDetailsType47":KeyType -> "KeyType":title [
2433
+ id = 407
2434
+ ]
2435
+ "RepresentativeDetailsType47":RepresentativeType -> "RepresentativeType":title [
2436
+ id = 408
2437
+ ]
2438
+ "RepresentativeDetailsType6":RepresentativeType -> "RepresentativeType":title [
2439
+ id = 409
2440
+ ]
2441
+ "RepresentativeDetailsType7":RepresentativeType -> "RepresentativeType":title [
2442
+ id = 410
2443
+ ]
2444
+ "RepresentativeType":OperationCodeType -> "OperationCodeType":title [
2445
+ id = 411
2446
+ ]
2447
+ "RepresentativeType":IdentifierType -> "IdentifierType":title [
2448
+ id = 412
2449
+ ]
2450
+ "RepresentativeType":RepresentativeKindCodeType -> "RepresentativeKindCodeType":title [
2451
+ id = 413
2452
+ ]
2453
+ "RepresentativeType":NationalityCodeType -> "NationalityCodeType":title [
2454
+ id = 414
2455
+ ]
2456
+ "RepresentativeType":ISOCountryCodeType -> "ISOCountryCodeType":title [
2457
+ id = 415
2458
+ ]
2459
+ "RepresentativeType":TextType -> "TextType":title [
2460
+ id = 416
2461
+ ]
2462
+ "RepresentativeType":AddressBookType -> "AddressBookType":title [
2463
+ id = 417
2464
+ ]
2465
+ "RepresentativeType":VersionType -> "VersionType":title [
2466
+ id = 418
2467
+ ]
2468
+ "RequestExaminationType":RequestExaminationKindCodeType -> "RequestExaminationKindCodeType":title [
2469
+ id = 419
2470
+ ]
2471
+ "RequestSearchType":RequestSearchKindCodeType -> "RequestSearchKindCodeType":title [
2472
+ id = 420
2473
+ ]
2474
+ "RespondentDetailsType":KeyType -> "KeyType":title [
2475
+ id = 421
2476
+ ]
2477
+ "RespondentDetailsType":RespondentType -> "RespondentType":title [
2478
+ id = 422
2479
+ ]
2480
+ "RespondentType":OperationCodeType -> "OperationCodeType":title [
2481
+ id = 423
2482
+ ]
2483
+ "RespondentType":IdentifierType -> "IdentifierType":title [
2484
+ id = 424
2485
+ ]
2486
+ "RespondentType":NationalityCodeType -> "NationalityCodeType":title [
2487
+ id = 425
2488
+ ]
2489
+ "RespondentType":ISOCountryCodeType -> "ISOCountryCodeType":title [
2490
+ id = 426
2491
+ ]
2492
+ "RespondentType":AddressBookType -> "AddressBookType":title [
2493
+ id = 427
2494
+ ]
2495
+ "RespondentType":EntitlementType -> "EntitlementType":title [
2496
+ id = 428
2497
+ ]
2498
+ "RespondentType":VersionType -> "VersionType":title [
2499
+ id = 429
2500
+ ]
2501
+ "SenderDetailsType":ISOLanguageCodeType -> "ISOLanguageCodeType":title [
2502
+ id = 430
2503
+ ]
2504
+ "SenderDetailsType":WIPOST3CodeType -> "WIPOST3CodeType":title [
2505
+ id = 431
2506
+ ]
2507
+ "SenderDetailsType":LoginInformationType -> "LoginInformationType":title [
2508
+ id = 432
2509
+ ]
2510
+ "SeniorityDetailsType":SeniorityType -> "SeniorityType":title [
2511
+ id = 433
2512
+ ]
2513
+ "SeniorityType":WIPOST3CodeType -> "WIPOST3CodeType":title [
2514
+ id = 434
2515
+ ]
2516
+ "SeniorityType":InternationalTradeMarkCodeType -> "InternationalTradeMarkCodeType":title [
2517
+ id = 435
2518
+ ]
2519
+ "SeniorityType":GoodsServicesType -> "GoodsServicesType":title [
2520
+ id = 436
2521
+ ]
2522
+ "SeniorityType":SeniorityStatusCodeType -> "SeniorityStatusCodeType":title [
2523
+ id = 437
2524
+ ]
2525
+ "SeniorityType":TextType -> "TextType":title [
2526
+ id = 438
2527
+ ]
2528
+ "SeniorityType":DocumentType -> "DocumentType":title [
2529
+ id = 439
2530
+ ]
2531
+ "SignatoryDetailsType":SignatoryType -> "SignatoryType":title [
2532
+ id = 440
2533
+ ]
2534
+ "SignatoryType":NameType -> "NameType":title [
2535
+ id = 441
2536
+ ]
2537
+ "SignatoryType":AddressType -> "AddressType":title [
2538
+ id = 442
2539
+ ]
2540
+ "SignatoryType":SignatureMannerType -> "SignatureMannerType":title [
2541
+ id = 443
2542
+ ]
2543
+ "SignatoryType":RoleType -> "RoleType":title [
2544
+ id = 444
2545
+ ]
2546
+ "StaffDetailsType":StaffType -> "StaffType":title [
2547
+ id = 445
2548
+ ]
2549
+ "TermSynonymRelationDetailsType":TermSynonymRelationType -> "TermSynonymRelationType":title [
2550
+ id = 446
2551
+ ]
2552
+ "TermSynonymRelationType":OperationCodeType -> "OperationCodeType":title [
2553
+ id = 447
2554
+ ]
2555
+ "TermTranslationRelationDetailsType":TermTranslationRelationType -> "TermTranslationRelationType":title [
2556
+ id = 448
2557
+ ]
2558
+ "TermTranslationRelationType":OperationCodeType -> "OperationCodeType":title [
2559
+ id = 449
2560
+ ]
2561
+ "TradeMarkApplicationType":RequestSoftwareType -> "RequestSoftwareType":title [
2562
+ id = 450
2563
+ ]
2564
+ "TradeMarkApplicationType":RequestSearchType -> "RequestSearchType":title [
2565
+ id = 451
2566
+ ]
2567
+ "TradeMarkApplicationType":RequestExaminationType -> "RequestExaminationType":title [
2568
+ id = 452
2569
+ ]
2570
+ "TradeMarkApplicationType":DocumentIncludedDetailsType -> "DocumentIncludedDetailsType":title [
2571
+ id = 453
2572
+ ]
2573
+ "TradeMarkApplicationType":TradeMarkDetailsType -> "TradeMarkDetailsType":title [
2574
+ id = 454
2575
+ ]
2576
+ "TradeMarkApplicationType":PaymentDetailsType -> "PaymentDetailsType":title [
2577
+ id = 455
2578
+ ]
2579
+ "TradeMarkApplicationType":ReimbursementDetailsType -> "ReimbursementDetailsType":title [
2580
+ id = 456
2581
+ ]
2582
+ "TradeMarkApplicationType":SignatoryDetailsType -> "SignatoryDetailsType":title [
2583
+ id = 457
2584
+ ]
2585
+ "TradeMarkDetailsType":TradeMarkType -> "TradeMarkType":title [
2586
+ id = 458
2587
+ ]
2588
+ "TradeMarkDetailsType1":TradeMarkType -> "TradeMarkType":title [
2589
+ id = 459
2590
+ ]
2591
+ "TradeMarkDocumentDetailsType":DocumentType -> "DocumentType":title [
2592
+ id = 460
2593
+ ]
2594
+ "TradeMarkKeyDetailsType":KeyType -> "KeyType":title [
2595
+ id = 461
2596
+ ]
2597
+ "TradeMarkKeyDetailsType14":KeyType -> "KeyType":title [
2598
+ id = 462
2599
+ ]
2600
+ "TradeMarkKeyDetailsType21":KeyType -> "KeyType":title [
2601
+ id = 463
2602
+ ]
2603
+ "TradeMarkKeyDetailsType28":KeyType -> "KeyType":title [
2604
+ id = 464
2605
+ ]
2606
+ "TradeMarkKeyDetailsType35":KeyType -> "KeyType":title [
2607
+ id = 465
2608
+ ]
2609
+ "TradeMarkKeyDetailsType8":KeyType -> "KeyType":title [
2610
+ id = 466
2611
+ ]
2612
+ "TradeMarkType":OperationCodeType -> "OperationCodeType":title [
2613
+ id = 467
2614
+ ]
2615
+ "TradeMarkType":WIPOST3CodeType -> "WIPOST3CodeType":title [
2616
+ id = 468
2617
+ ]
2618
+ "TradeMarkType":WIPOST3CodeType -> "WIPOST3CodeType":title [
2619
+ id = 469
2620
+ ]
2621
+ "TradeMarkType":OtherDateType -> "OtherDateType":title [
2622
+ id = 470
2623
+ ]
2624
+ "TradeMarkType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2625
+ id = 471
2626
+ ]
2627
+ "TradeMarkType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2628
+ id = 472
2629
+ ]
2630
+ "TradeMarkType":ExtendedISOLanguageCodeType -> "ExtendedISOLanguageCodeType":title [
2631
+ id = 473
2632
+ ]
2633
+ "TradeMarkType":MarkCurrentStatusCodeType -> "MarkCurrentStatusCodeType":title [
2634
+ id = 474
2635
+ ]
2636
+ "TradeMarkType":DesignatedCountryDetailsType44 -> "DesignatedCountryDetailsType44":title [
2637
+ id = 475
2638
+ ]
2639
+ "TradeMarkType":PreviousRegistrationDetailsType -> "PreviousRegistrationDetailsType":title [
2640
+ id = 476
2641
+ ]
2642
+ "TradeMarkType":AssociatedMarkDetailsType -> "AssociatedMarkDetailsType":title [
2643
+ id = 477
2644
+ ]
2645
+ "TradeMarkType":DivisionalApplicationDetailsType -> "DivisionalApplicationDetailsType":title [
2646
+ id = 478
2647
+ ]
2648
+ "TradeMarkType":BasicRegistrationApplicationDetailsType -> "BasicRegistrationApplicationDetailsType":title [
2649
+ id = 479
2650
+ ]
2651
+ "TradeMarkType":KeyType -> "KeyType":title [
2652
+ id = 480
2653
+ ]
2654
+ "TradeMarkType":KindMarkType -> "KindMarkType":title [
2655
+ id = 481
2656
+ ]
2657
+ "TradeMarkType":MarkFeatureType -> "MarkFeatureType":title [
2658
+ id = 482
2659
+ ]
2660
+ "TradeMarkType":MarkDescriptionDetailsType -> "MarkDescriptionDetailsType":title [
2661
+ id = 483
2662
+ ]
2663
+ "TradeMarkType":MarkDisclaimerDetailsType -> "MarkDisclaimerDetailsType":title [
2664
+ id = 484
2665
+ ]
2666
+ "TradeMarkType":TextType -> "TextType":title [
2667
+ id = 485
2668
+ ]
2669
+ "TradeMarkType":UseRightType -> "UseRightType":title [
2670
+ id = 486
2671
+ ]
2672
+ "TradeMarkType":TextType -> "TextType":title [
2673
+ id = 487
2674
+ ]
2675
+ "TradeMarkType":TextType -> "TextType":title [
2676
+ id = 488
2677
+ ]
2678
+ "TradeMarkType":WordMarkSpecificationType -> "WordMarkSpecificationType":title [
2679
+ id = 489
2680
+ ]
2681
+ "TradeMarkType":MarkImageDetailsType45 -> "MarkImageDetailsType45":title [
2682
+ id = 490
2683
+ ]
2684
+ "TradeMarkType":MarkSoundDetailsType -> "MarkSoundDetailsType":title [
2685
+ id = 491
2686
+ ]
2687
+ "TradeMarkType":GoodsServicesDetailsType -> "GoodsServicesDetailsType":title [
2688
+ id = 492
2689
+ ]
2690
+ "TradeMarkType":PriorityDetailsType -> "PriorityDetailsType":title [
2691
+ id = 493
2692
+ ]
2693
+ "TradeMarkType":ExhibitionPriorityDetailsType -> "ExhibitionPriorityDetailsType":title [
2694
+ id = 494
2695
+ ]
2696
+ "TradeMarkType":SeniorityDetailsType -> "SeniorityDetailsType":title [
2697
+ id = 495
2698
+ ]
2699
+ "TradeMarkType":PublicationDetailsType -> "PublicationDetailsType":title [
2700
+ id = 496
2701
+ ]
2702
+ "TradeMarkType":ApplicantDetailsType46 -> "ApplicantDetailsType46":title [
2703
+ id = 497
2704
+ ]
2705
+ "TradeMarkType":RepresentativeDetailsType47 -> "RepresentativeDetailsType47":title [
2706
+ id = 498
2707
+ ]
2708
+ "TradeMarkType":StaffDetailsType -> "StaffDetailsType":title [
2709
+ id = 499
2710
+ ]
2711
+ "TradeMarkType":AuthorizationType -> "AuthorizationType":title [
2712
+ id = 500
2713
+ ]
2714
+ "TradeMarkType":CorrespondenceAddressKeyType -> "CorrespondenceAddressKeyType":title [
2715
+ id = 501
2716
+ ]
2717
+ "TradeMarkType":CorrespondenceAddressType -> "CorrespondenceAddressType":title [
2718
+ id = 502
2719
+ ]
2720
+ "TradeMarkType":OppositionDetailsType -> "OppositionDetailsType":title [
2721
+ id = 503
2722
+ ]
2723
+ "TradeMarkType":MarkRecordDetailsType48 -> "MarkRecordDetailsType48":title [
2724
+ id = 504
2725
+ ]
2726
+ "TradeMarkType":MarkEventDetailsType -> "MarkEventDetailsType":title [
2727
+ id = 505
2728
+ ]
2729
+ "TradeMarkType":TradeMarkDocumentDetailsType -> "TradeMarkDocumentDetailsType":title [
2730
+ id = 506
2731
+ ]
2732
+ "TradeMarkType":VersionType -> "VersionType":title [
2733
+ id = 507
2734
+ ]
2735
+ "TransactionBodyType":TransactionErrorDetailsType -> "TransactionErrorDetailsType":title [
2736
+ id = 508
2737
+ ]
2738
+ "TransactionBodyType":TransactionContentDetailsType -> "TransactionContentDetailsType":title [
2739
+ id = 509
2740
+ ]
2741
+ "TransactionContentDetailsType":TransactionCodeType -> "TransactionCodeType":title [
2742
+ id = 510
2743
+ ]
2744
+ "TransactionContentDetailsType":TransactionSubCodeType -> "TransactionSubCodeType":title [
2745
+ id = 511
2746
+ ]
2747
+ "TransactionContentDetailsType":TransactionDataType -> "TransactionDataType":title [
2748
+ id = 512
2749
+ ]
2750
+ "TransactionDataType":TradeMarkApplicationType -> "TradeMarkApplicationType":title [
2751
+ id = 513
2752
+ ]
2753
+ "TransactionDataType":TradeMarkDetailsType1 -> "TradeMarkDetailsType1":title [
2754
+ id = 514
2755
+ ]
2756
+ "TransactionDataType":ApplicantDetailsType -> "ApplicantDetailsType":title [
2757
+ id = 515
2758
+ ]
2759
+ "TransactionDataType":RepresentativeDetailsType -> "RepresentativeDetailsType":title [
2760
+ id = 516
2761
+ ]
2762
+ "TransactionDataType":MarkRecordDetailsType -> "MarkRecordDetailsType":title [
2763
+ id = 517
2764
+ ]
2765
+ "TransactionDataType":MarkRecordRelationDetailsType -> "MarkRecordRelationDetailsType":title [
2766
+ id = 518
2767
+ ]
2768
+ "TransactionDataType":ClassificationTermDetailsType -> "ClassificationTermDetailsType":title [
2769
+ id = 519
2770
+ ]
2771
+ "TransactionDataType":TermSynonymRelationDetailsType -> "TermSynonymRelationDetailsType":title [
2772
+ id = 520
2773
+ ]
2774
+ "TransactionDataType":TermTranslationRelationDetailsType -> "TermTranslationRelationDetailsType":title [
2775
+ id = 521
2776
+ ]
2777
+ "TransactionDataType":AppealDetailsType -> "AppealDetailsType":title [
2778
+ id = 522
2779
+ ]
2780
+ "TransactionDataType":DecisionDetailsType -> "DecisionDetailsType":title [
2781
+ id = 523
2782
+ ]
2783
+ "TransactionDataType":DecisionCaseRelationDetailsType -> "DecisionCaseRelationDetailsType":title [
2784
+ id = 524
2785
+ ]
2786
+ "TransactionErrorDetailsType":TransactionErrorType -> "TransactionErrorType":title [
2787
+ id = 525
2788
+ ]
2789
+ "TransactionErrorType":TextType -> "TextType":title [
2790
+ id = 526
2791
+ ]
2792
+ "TransactionHeaderType":SenderDetailsType -> "SenderDetailsType":title [
2793
+ id = 527
2794
+ ]
2795
+ "TransactionHeaderType":ReceiverDetailsType -> "ReceiverDetailsType":title [
2796
+ id = 528
2797
+ ]
2798
+ "TransactionType":TransactionHeaderType -> "TransactionHeaderType":title [
2799
+ id = 529
2800
+ ]
2801
+ "TransactionType":TransactionBodyType -> "TransactionBodyType":title [
2802
+ id = 530
2803
+ ]
2804
+ "UseRightType":TextType -> "TextType":title [
2805
+ id = 531
2806
+ ]
2807
+ "UseRightType":GoodsServicesType -> "GoodsServicesType":title [
2808
+ id = 532
2809
+ ]
2810
+ "VersionType":TextType -> "TextType":title [
2811
+ id = 533
2812
+ ]
2813
+ "WordMarkSpecificationType":TextType -> "TextType":title [
2814
+ id = 534
2815
+ ]
2816
+ "WordMarkSpecificationType":TextType -> "TextType":title [
2817
+ id = 535
2818
+ ]
2819
+ "WordMarkSpecificationType":TextType -> "TextType":title [
2820
+ id = 536
2821
+ ]
2822
+ "WordMarkSpecificationType":MarkTransliterationType -> "MarkTransliterationType":title [
2823
+ id = 537
2824
+ ]
2825
+ "WordMarkSpecificationType":MarkTranscriptionType -> "MarkTranscriptionType":title [
2826
+ id = 538
2827
+ ]
2828
+ }