wipo-gbd-transformation 1.1.51__py3-none-any.whl → 1.1.53__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.

Potentially problematic release.


This version of wipo-gbd-transformation might be problematic. Click here for more details.

Files changed (48) hide show
  1. gbdtransformation/.DS_Store +0 -0
  2. gbdtransformation/brands/istm/filters.py +1 -2
  3. gbdtransformation/brands/lktm/__init__.py +5 -0
  4. gbdtransformation/brands/lktm/filters.py +83 -0
  5. gbdtransformation/brands/lktm/schema +87 -0
  6. gbdtransformation/brands/lktm/template.yml +1 -0
  7. gbdtransformation/brands/lktm/tests/__init__.py +0 -0
  8. gbdtransformation/brands/qatm/__init__.py +5 -0
  9. gbdtransformation/brands/qatm/filters.py +81 -0
  10. gbdtransformation/brands/qatm/schema +87 -0
  11. gbdtransformation/brands/qatm/template.yml +1 -0
  12. gbdtransformation/brands/qatm/tests/__init__.py +0 -0
  13. gbdtransformation/brands/vntm/filters.py +1 -3
  14. gbdtransformation/designs/alid/filters.py +13 -1
  15. gbdtransformation/designs/bgid/__init__.py +5 -0
  16. gbdtransformation/designs/bgid/filters.py +91 -0
  17. gbdtransformation/designs/bgid/schema +106 -0
  18. gbdtransformation/designs/bgid/template.yml +169 -0
  19. gbdtransformation/designs/bnid/filters.py +13 -1
  20. gbdtransformation/designs/bwid/filters.py +13 -1
  21. gbdtransformation/designs/crid/filters.py +14 -1
  22. gbdtransformation/designs/cuid/filters.py +14 -1
  23. gbdtransformation/designs/egid/filters.py +14 -1
  24. gbdtransformation/designs/filters.py +10 -3
  25. gbdtransformation/designs/idid/filters.py +14 -1
  26. gbdtransformation/designs/ipas/filters.py +83 -0
  27. gbdtransformation/designs/ipas/template.yml +15 -15
  28. gbdtransformation/designs/joid/filters.py +14 -1
  29. gbdtransformation/designs/keid/filters.py +14 -1
  30. gbdtransformation/designs/khid/filters.py +14 -1
  31. gbdtransformation/designs/laid/filters.py +13 -1
  32. gbdtransformation/designs/mnid/filters.py +14 -1
  33. gbdtransformation/designs/myid/filters.py +13 -1
  34. gbdtransformation/designs/phid/filters.py +13 -1
  35. gbdtransformation/designs/sgid/filters.py +14 -1
  36. gbdtransformation/designs/thid/filters.py +13 -1
  37. gbdtransformation/designs/tnid/filters.py +13 -1
  38. gbdtransformation/designs/vnid/filters.py +13 -1
  39. gbdtransformation/designs/woid/filters.py +21 -16
  40. gbdtransformation/designs/woid/template.yml +11 -2
  41. gbdtransformation/designs/xxid/template.yml +10 -4
  42. gbdtransformation/execs.py +36 -3
  43. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/METADATA +4 -7
  44. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/RECORD +48 -33
  45. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/WHEEL +1 -1
  46. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/entry_points.txt +1 -1
  47. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/LICENSE.md +0 -0
  48. {wipo_gbd_transformation-1.1.51.dist-info → wipo_gbd_transformation-1.1.53.dist-info}/top_level.txt +0 -0
Binary file
@@ -35,8 +35,7 @@ def translate_status(status, status_is):
35
35
  if status == 'Expired': return 'Expired'
36
36
  if status == 'Ended': return 'Ended'
37
37
  if status == 'Registered': return 'Registered'
38
- #return 'Unknown'
39
- raise Exception('Status "%s/%s" unmapped' % (status, status_is))
38
+ return 'Unknown'
40
39
 
41
40
 
42
41
 
@@ -0,0 +1,5 @@
1
+ render = 'JSON'
2
+ source = 'national'
3
+
4
+ # AE/321890
5
+ appnum_mask = 'LK/T/1/(\\d*)'
@@ -0,0 +1,83 @@
1
+ import gbdtransformation.brands.ipas.filters as ipas
2
+ import gbdtransformation.common.filters as commons
3
+
4
+ ignore_namespace = [
5
+ 'http://www.wipo.int/standards/XMLSchema/trademarks',
6
+ 'http://www.wipo.int/standards/XMLSchema/wo-trademarks']
7
+
8
+ def get_appdate(appdate, appnum):
9
+ return ipas.get_appdate(appdate, appnum)
10
+
11
+ def translate_type(header):
12
+ code = header.TransactionCode
13
+ if code == 'Trademark': return 'TRADEMARK'
14
+ if code == 'Certification Trademark': return 'TRADEMARK'
15
+ return 'TRADEMARK'
16
+
17
+ def translate_kind(trademark, header):
18
+ subcode = header.TransactionSubCode
19
+ if subcode == 'Individual Trademark': return ['Individual']
20
+ if subcode == 'Company/Partnership Trademark': return ['Individual']
21
+ if subcode == 'Collective Trademark': return ['Collective']
22
+ if subcode == 'Certification Trademark': return ['Individual']
23
+
24
+
25
+ # it is None for all
26
+ # kind = trademark.KindMark
27
+
28
+ raise Exception('Kind "%s" not mapped.' % subcode)
29
+ return ['Individual']
30
+
31
+ def translate_status(trademark):
32
+ status = trademark.MarkCurrentStatusCode
33
+
34
+ if status == 'Converted': return 'Registered'
35
+
36
+ return ipas.translate_status(status)
37
+
38
+ def translate_feature(trademark):
39
+ feature = trademark.MarkFeature
40
+
41
+ if not feature: return 'Undefined'
42
+
43
+ return ipas.translate_feature(feature)
44
+
45
+ def translate_event(event):
46
+ if not event: return 'Unknown'
47
+
48
+ return ipas.translate_event(event)
49
+
50
+ # ---------------------------------------
51
+ # # language code is not accurate for markVerbalElement
52
+ # def guess_language(text, lang, default):
53
+ # if commons.is_latin(text):
54
+ # return 'en'
55
+ # else:
56
+ # return commons.guess_language(text, lang, default)
57
+
58
+ # TODO: separate values like
59
+ # {'ar': ['BITUTAPE - بيتوتيب']}
60
+ # {'ar': ['ديمه كابيتال Dimah Capital']}
61
+ def verbal_lang_map(markVerbalElements, applang=None):
62
+ return ipas.verbal_lang_map(markVerbalElements, applang=applang)
63
+
64
+ def get_registration_nb(trademark, tmstatus):
65
+ if trademark.RegistrationNumber:
66
+ return trademark.RegistrationNumber
67
+
68
+ return None
69
+
70
+ def get_expiry_date(trademark, tmstatus):
71
+ return ipas.get_expiry_date(trademark, tmstatus)
72
+
73
+ def get_registration_date(trademark, tmstatus):
74
+ return ipas.get_registration_date(trademark, tmstatus)
75
+
76
+ def is_international(header):
77
+ return False
78
+
79
+ def get_ir_refnum(appnum):
80
+ return
81
+
82
+ def get_goods_services(goods_services):
83
+ return ipas.get_goods_services(goods_services)
@@ -0,0 +1,87 @@
1
+ /Transaction
2
+ __/TradeMarkTransactionBody
3
+ ____/TransactionContentDetails
4
+ ______/TransactionCode
5
+ ______/TransactionData
6
+ ________/TradeMarkApplication
7
+ __________/TradeMarkDetails
8
+ ____________/TradeMark
9
+ ______________/ApplicantDetails
10
+ ________________/Applicant
11
+ __________________/ApplicantAddressBook
12
+ ____________________/FormattedNameAddress
13
+ ______________________/Address
14
+ ________________________/AddressCountryCode
15
+ ________________________/FreeFormatAddress
16
+ __________________________/FreeFormatAddressLine
17
+ ______________________/Name
18
+ ________________________/FreeFormatName
19
+ __________________________/FreeFormatNameDetails
20
+ ____________________________/FreeFormatNameLine
21
+ ____________________________/FreeFormatNameLine[@languageCode=en]
22
+ ______________/ApplicationDate
23
+ ______________/ApplicationLanguageCode
24
+ ______________/ApplicationNumber
25
+ ______________/ExpiryDate
26
+ ______________/GoodsServicesDetails
27
+ ________________/GoodsServices
28
+ __________________/ClassDescriptionDetails
29
+ ____________________/ClassDescription
30
+ ______________________/ClassNumber
31
+ ______________________/GoodsServicesDescription
32
+ ______________________/GoodsServicesDescription[@languageCode=en]
33
+ ______________/KindMark
34
+ ______________/MarkCurrentStatusCode
35
+ ______________/MarkCurrentStatusDate
36
+ ______________/MarkDisclaimerDetails
37
+ ________________/MarkDisclaimer
38
+ ________________/MarkDisclaimer[@languageCode=en]
39
+ ______________/MarkEventDetails
40
+ ________________/MarkEvent
41
+ __________________/MarkEventCode
42
+ __________________/MarkEventDate
43
+ __________________/OfficeSpecificMarkEventCode
44
+ __________________/OfficeSpecificMarkEventDescription
45
+ __________________/OfficeSpecificMarkEventDescription[@languageCode=en]
46
+ ______________/MarkFeature
47
+ ______________/MarkImageDetails
48
+ ________________/MarkImage
49
+ __________________/MarkImageCategory
50
+ ____________________/CategoryCodeDetails
51
+ ______________________/CategoryCode
52
+ ____________________/CategoryKind
53
+ ____________________/CategoryVersion
54
+ __________________/MarkImageColourClaimedText
55
+ __________________/MarkImageColourClaimedText[@languageCode=en]
56
+ __________________/MarkImageFileFormat
57
+ __________________/MarkImageFilename
58
+ ______________/PriorityDetails
59
+ ________________/Priority
60
+ __________________/PriorityCountryCode
61
+ __________________/PriorityDate
62
+ __________________/PriorityNumber
63
+ ______________/PublicationDetails
64
+ ________________/Publication
65
+ __________________/PublicationDate
66
+ __________________/PublicationIdentifier
67
+ ______________/RegistrationDate
68
+ ______________/RegistrationNumber
69
+ ______________/RegistrationOfficeCode
70
+ ______________/RepresentativeDetails
71
+ ________________/Representative
72
+ __________________/RepresentativeAddressBook
73
+ ____________________/FormattedNameAddress
74
+ ______________________/Address
75
+ ________________________/AddressCountryCode
76
+ ________________________/FreeFormatAddress
77
+ __________________________/FreeFormatAddressLine
78
+ ______________________/Name
79
+ ________________________/FreeFormatName
80
+ __________________________/FreeFormatNameDetails
81
+ ____________________________/FreeFormatNameLine
82
+ ____________________________/FreeFormatNameLine[@languageCode=en]
83
+ ______________/WordMarkSpecification
84
+ ________________/MarkVerbalElementText
85
+ ________________/MarkVerbalElementText[@languageCode=en]
86
+ ______/TransactionIdentifier
87
+ ______/TransactionSubCode
@@ -0,0 +1 @@
1
+ {% include "ipas/template.yml" %}
File without changes
@@ -0,0 +1,5 @@
1
+ render = 'JSON'
2
+ source = 'national'
3
+
4
+ # AE/321890
5
+ appnum_mask = 'QA/T/1/(\\d*)'
@@ -0,0 +1,81 @@
1
+ import gbdtransformation.brands.ipas.filters as ipas
2
+ import gbdtransformation.common.filters as commons
3
+
4
+ ignore_namespace = [
5
+ 'http://www.wipo.int/standards/XMLSchema/trademarks',
6
+ 'http://www.wipo.int/standards/XMLSchema/wo-trademarks']
7
+
8
+ def get_appdate(appdate, appnum):
9
+ return ipas.get_appdate(appdate, appnum)
10
+
11
+ def translate_type(header):
12
+ code = header.TransactionCode
13
+
14
+ if code == 'علامة تجارية': return 'TRADEMARK'
15
+
16
+ return 'TRADEMARK'
17
+
18
+ def translate_kind(trademark, header):
19
+ subcode = header.TransactionSubCode
20
+
21
+ if subcode == 'طلب علامات وطني': return ['Individual']
22
+ if subcode == 'مجموعة علامات': return ['Individual']
23
+ if subcode == 'علامة جماعية': return ['Collective']
24
+ # it is None for all
25
+ # kind = trademark.KindMark
26
+
27
+ return ['Individual']
28
+
29
+ def translate_status(trademark):
30
+ status = trademark.MarkCurrentStatusCode
31
+ """
32
+ if status == 'Converted': return 'Registered'
33
+ """
34
+ return ipas.translate_status(status)
35
+
36
+ def translate_feature(trademark):
37
+ feature = trademark.MarkFeature
38
+
39
+ if not feature: return 'Undefined'
40
+
41
+ return ipas.translate_feature(feature)
42
+
43
+ def translate_event(event):
44
+ if not event: return 'Unknown'
45
+
46
+ return ipas.translate_event(event)
47
+
48
+ # ---------------------------------------
49
+ # # language code is not accurate for markVerbalElement
50
+ # def guess_language(text, lang, default):
51
+ # if commons.is_latin(text):
52
+ # return 'en'
53
+ # else:
54
+ # return commons.guess_language(text, lang, default)
55
+
56
+ # TODO: separate values like
57
+ # {'ar': ['BITUTAPE - بيتوتيب']}
58
+ # {'ar': ['ديمه كابيتال Dimah Capital']}
59
+ def verbal_lang_map(markVerbalElements, applang=None):
60
+ return ipas.verbal_lang_map(markVerbalElements, applang=applang)
61
+
62
+ def get_registration_nb(trademark, tmstatus):
63
+ if trademark.RegistrationNumber:
64
+ return trademark.RegistrationNumber
65
+
66
+ return None
67
+
68
+ def get_expiry_date(trademark, tmstatus):
69
+ return ipas.get_expiry_date(trademark, tmstatus)
70
+
71
+ def get_registration_date(trademark, tmstatus):
72
+ return ipas.get_registration_date(trademark, tmstatus)
73
+
74
+ def is_international(header):
75
+ return False
76
+
77
+ def get_ir_refnum(appnum):
78
+ return
79
+
80
+ def get_goods_services(goods_services):
81
+ return ipas.get_goods_services(goods_services)
@@ -0,0 +1,87 @@
1
+ /Transaction
2
+ __/TradeMarkTransactionBody
3
+ ____/TransactionContentDetails
4
+ ______/TransactionCode
5
+ ______/TransactionData
6
+ ________/TradeMarkApplication
7
+ __________/TradeMarkDetails
8
+ ____________/TradeMark
9
+ ______________/ApplicantDetails
10
+ ________________/Applicant
11
+ __________________/ApplicantAddressBook
12
+ ____________________/FormattedNameAddress
13
+ ______________________/Address
14
+ ________________________/AddressCountryCode
15
+ ________________________/FreeFormatAddress
16
+ __________________________/FreeFormatAddressLine
17
+ ______________________/Name
18
+ ________________________/FreeFormatName
19
+ __________________________/FreeFormatNameDetails
20
+ ____________________________/FreeFormatNameLine
21
+ ____________________________/FreeFormatNameLine[@languageCode=en]
22
+ ______________/ApplicationDate
23
+ ______________/ApplicationLanguageCode
24
+ ______________/ApplicationNumber
25
+ ______________/ExpiryDate
26
+ ______________/GoodsServicesDetails
27
+ ________________/GoodsServices
28
+ __________________/ClassDescriptionDetails
29
+ ____________________/ClassDescription
30
+ ______________________/ClassNumber
31
+ ______________________/GoodsServicesDescription
32
+ ______________________/GoodsServicesDescription[@languageCode=en]
33
+ ______________/KindMark
34
+ ______________/MarkCurrentStatusCode
35
+ ______________/MarkCurrentStatusDate
36
+ ______________/MarkDisclaimerDetails
37
+ ________________/MarkDisclaimer
38
+ ________________/MarkDisclaimer[@languageCode=en]
39
+ ______________/MarkEventDetails
40
+ ________________/MarkEvent
41
+ __________________/MarkEventCode
42
+ __________________/MarkEventDate
43
+ __________________/OfficeSpecificMarkEventCode
44
+ __________________/OfficeSpecificMarkEventDescription
45
+ __________________/OfficeSpecificMarkEventDescription[@languageCode=en]
46
+ ______________/MarkFeature
47
+ ______________/MarkImageDetails
48
+ ________________/MarkImage
49
+ __________________/MarkImageCategory
50
+ ____________________/CategoryCodeDetails
51
+ ______________________/CategoryCode
52
+ ____________________/CategoryKind
53
+ ____________________/CategoryVersion
54
+ __________________/MarkImageColourClaimedText
55
+ __________________/MarkImageColourClaimedText[@languageCode=en]
56
+ __________________/MarkImageFileFormat
57
+ __________________/MarkImageFilename
58
+ ______________/PriorityDetails
59
+ ________________/Priority
60
+ __________________/PriorityCountryCode
61
+ __________________/PriorityDate
62
+ __________________/PriorityNumber
63
+ ______________/PublicationDetails
64
+ ________________/Publication
65
+ __________________/PublicationDate
66
+ __________________/PublicationIdentifier
67
+ ______________/RegistrationDate
68
+ ______________/RegistrationNumber
69
+ ______________/RegistrationOfficeCode
70
+ ______________/RepresentativeDetails
71
+ ________________/Representative
72
+ __________________/RepresentativeAddressBook
73
+ ____________________/FormattedNameAddress
74
+ ______________________/Address
75
+ ________________________/AddressCountryCode
76
+ ________________________/FreeFormatAddress
77
+ __________________________/FreeFormatAddressLine
78
+ ______________________/Name
79
+ ________________________/FreeFormatName
80
+ __________________________/FreeFormatNameDetails
81
+ ____________________________/FreeFormatNameLine
82
+ ____________________________/FreeFormatNameLine[@languageCode=en]
83
+ ______________/WordMarkSpecification
84
+ ________________/MarkVerbalElementText
85
+ ________________/MarkVerbalElementText[@languageCode=en]
86
+ ______/TransactionIdentifier
87
+ ______/TransactionSubCode
@@ -0,0 +1 @@
1
+ {% include "ipas/template.yml" %}
File without changes
@@ -39,9 +39,7 @@ def translate_status(trademark):
39
39
  return ipas.translate_status("Expired")
40
40
  elif value in ['Từ bỏ', 'Mất hiệu lực']:
41
41
  return ipas.translate_status('Ended')
42
- elif value in ['465']:
43
- return 'Unknown'
44
- raise Exception('Status "%s" is not mapped.' % value)
42
+ return 'Unknown'
45
43
 
46
44
  def translate_feature(trademark):
47
45
  feature = trademark.MarkFeature
@@ -54,4 +54,16 @@ def is_international(header):
54
54
  return False
55
55
 
56
56
  def get_ir_refnum(appnum):
57
- return appnum
57
+ return appnum
58
+
59
+ def select_earliest_date(publications):
60
+ return ipas.select_earliest_date(publications)
61
+
62
+ def deduplicate_publication_dates(publications):
63
+ return ipas.deduplicate_publication_dates(publications)
64
+
65
+ def deduplicate_classes(classes):
66
+ return ipas.deduplicate_classes(classes)
67
+
68
+ def deduplicate_publications(publications):
69
+ return ipas.deduplicate_publications(publications)
@@ -0,0 +1,5 @@
1
+ render = 'JSON'
2
+ source = 'national'
3
+
4
+ # AID2018000076
5
+ appnum_mask = ['(\\d*)-(\\d*)']
@@ -0,0 +1,91 @@
1
+ # standard gdd definitions
2
+ from gbdtransformation.designs import kinds as std_kinds
3
+ from gbdtransformation.designs import status as std_status
4
+
5
+ # namespaces defined in XML and to be ignored in procecssing
6
+ ignore_namespace = [
7
+ "http://www.oami.europa.eu/schemas/design_Transaction",
8
+ "http://www.oami.europa.eu/schemas/design_IndicationProduct",
9
+ "http://www.oami.europa.eu/schemas/design",
10
+ ]
11
+
12
+ def get_appdate(appdate, appnum):
13
+ return appdate
14
+
15
+ def get_designs_count(design, header):
16
+ return '1'
17
+
18
+ def get_designs_pos(design, header):
19
+ return '1'
20
+
21
+ # -------------------------------------------------------------
22
+ # data translation helpers:
23
+ # translate values from office interpretation to gbd equivalent
24
+ # -------------------------------------------------------------
25
+ def translate_kind(desgin, header):
26
+ code = header.TransactionCode.lower()
27
+ if code == 'ds-search design list':
28
+ return 'Industrial Design'
29
+ raise Exception('Type "%s" is not mapped.' % (code))
30
+
31
+ def parseForSt13(appnum, des_ref):
32
+ if des_ref.get('DesignIdentifier'):
33
+ return appnum + '-' + des_ref['DesignIdentifier'].split('-')[1]
34
+ else:
35
+ return appnum + '-' + des_ref['DesignURI'].split('-')[1]
36
+
37
+ def format_address(address):
38
+ return '%s, %s %s' % (address.AddressStreet,
39
+ address.AddressPostcode,
40
+ address.AddressCity)
41
+
42
+ def format_name(name):
43
+ fname = name.FirstName
44
+ lname = name.LastName
45
+
46
+ full_name = [name.FirstName, name.LastName]
47
+ full_name = [f.strip() for f in full_name if f is not None]
48
+
49
+ return ' '.join(full_name)
50
+
51
+
52
+ def is_international(header):
53
+ return False
54
+
55
+ def get_ir_refnum(appnum):
56
+ return appnum
57
+
58
+ def translate_status(desgin):
59
+ if desgin._operationCode == 'Delete':
60
+ return 'Delete'
61
+
62
+ status = desgin.DesignCurrentStatusCode
63
+
64
+ if status in ['Application filed',
65
+ 'Application published',
66
+ 'Application under examination',
67
+ 'Registration pending',
68
+ 'Appeal pending',
69
+ 'Registration cancellation pending',
70
+ 'Filed']:
71
+ return 'Pending'
72
+
73
+ if status in ['Application refused',
74
+ 'Application withdrawn',
75
+ 'Application opposed',
76
+ 'Registration cancelled',
77
+ 'Registration surrendered',
78
+ 'Design surrendered',
79
+ 'Design declared invalid',
80
+ 'Lack of effects',
81
+ "Design lapsed",
82
+ 'Ended']:
83
+ return 'Ended'
84
+
85
+ if status in ['Registered',
86
+ 'Registered and subject to deferment',
87
+ 'Registered and fully published']:
88
+ return 'Registered'
89
+ if status in ['Registration expired', 'Expired']: return 'Expired'
90
+
91
+ raise Exception('Status "%s" not mapped.' % status)
@@ -0,0 +1,106 @@
1
+ /Transaction
2
+ __/DesignTransactionBody
3
+ ____/TransactionContentDetails
4
+ ______/TransactionCode
5
+ ______/TransactionData
6
+ ________/DesignDetails
7
+ __________/Design
8
+ ____________/ApplicantDetails
9
+ ______________/Applicant
10
+ ________________/ApplicantAddressBook
11
+ __________________/ContactInformationDetails
12
+ ____________________/Email
13
+ ____________________/Phone
14
+ ____________________/Phone[@phoneKind=Undefined]
15
+ __________________/FormattedNameAddress
16
+ ____________________/Address
17
+ ______________________/AddressCountryCode
18
+ ______________________/FormattedAddress
19
+ ________________________/AddressCity
20
+ ________________________/AddressCounty
21
+ ________________________/AddressPostcode
22
+ ________________________/AddressStreet
23
+ ____________________/Name
24
+ ______________________/FormattedName
25
+ ________________________/FirstName
26
+ ________________________/LastName
27
+ ________________________/MiddleName
28
+ ________________________/OrganizationName
29
+ ________________/ApplicantIdentifier
30
+ ________________/ApplicantNationalityCode
31
+ ____________/ApplicationDate
32
+ ____________/ApplicationNumber
33
+ ____________/ClassDescriptionDetails
34
+ ______________/ClassDescription
35
+ ________________/ClassNumber
36
+ ____________/DefermentExpirationDate
37
+ ____________/DesignCurrentStatusCode
38
+ ____________/DesignCurrentStatusDate
39
+ ____________/DesignIdentifier
40
+ ____________/DesignPreferedRepresentation
41
+ ______________/ViewURI
42
+ ____________/DesignRepresentationSheetDetails
43
+ ______________/DesignRepresentationSheet
44
+ ________________/ViewDetails
45
+ __________________/View
46
+ ____________________/ViewURI
47
+ ____________/DesignURI
48
+ ____________/DesignerDetails
49
+ ______________/Designer
50
+ ________________/DesignerAddressBook
51
+ __________________/FormattedNameAddress
52
+ ____________________/Name
53
+ ______________________/FreeFormatName
54
+ ________________________/FreeFormatNameDetails
55
+ __________________________/FreeFormatNameLine
56
+ ________________/DesignerIdentifier
57
+ ____________/EffectiveDate
58
+ ____________/ExpiryDate
59
+ ____________/IndicationProductDetails
60
+ ______________/IndicationProduct
61
+ ______________/IndicationProduct[@languageCode=BG]
62
+ ____________/PriorityDetails
63
+ ______________/Priority
64
+ ________________/PriorityCountryCode
65
+ ________________/PriorityDate
66
+ ________________/PriorityNumber
67
+ ____________/PublicationDate
68
+ ____________/RegistrationDate
69
+ ____________/RegistrationNumber
70
+ ____________/RegistrationOfficeCode
71
+ ____________/RepresentativeDetails
72
+ ______________/Representative
73
+ ________________/RepresentativeAddressBook
74
+ __________________/ContactInformationDetails
75
+ ____________________/Email
76
+ ____________________/Phone
77
+ ____________________/Phone[@phoneKind=Undefined]
78
+ __________________/FormattedNameAddress
79
+ ____________________/Address
80
+ ______________________/AddressCountryCode
81
+ ______________________/FormattedAddress
82
+ ________________________/AddressCity
83
+ ________________________/AddressCounty
84
+ ________________________/AddressPostcode
85
+ ________________________/AddressStreet
86
+ ____________________/Name
87
+ ______________________/FormattedName
88
+ ________________________/FirstName
89
+ ________________________/LastName
90
+ ________________________/MiddleName
91
+ ________________________/OrganizationName
92
+ ______________________/FreeFormatName
93
+ ________________________/FreeFormatNameDetails
94
+ __________________________/FreeFormatNameLine
95
+ ________________/RepresentativeIdentifier
96
+ ________________/RepresentativeKindCode
97
+ ________________/RepresentativeLegalEntity
98
+ ________________/RepresentativeNationalityCode
99
+ ________________/RepresentativeURI
100
+ __________/Design[@operationCode=Delete]
101
+ __________/Design[@operationCode=Insert]
102
+ ______/TransactionIdentifier
103
+ __/TransactionHeader
104
+ ____/SenderDetails
105
+ ______/RequestProducerDateTime
106
+ ________/design EM-DS-Search-DesignList-V1-0.xsd]