Skip to main content

Annex

Structure of signatures in package-data.xml

As previously explained, the submission import functionality in the Online Filing 2.0 GUI will automatically put any imported form package into Draft status (to be digitally signed at a later stage), even if the provided package is already signed and contains signature data.

However, it is possible to import packages containing signature information directly into Signed (ready to send) status when using OLF2.0’s B2B Import API. For this reason, the present annex has been included with the intention to provide a reference on how to correctly structure the XML information for signatures so that signed packages can be imported as such via the aforementioned API.

ℹ️ Note

Please note that the structure described in this section is the same and applicable to all supported forms in OLF2.0 (EP1001, EP1200…).

Information regarding signatures is imported from the <signatories> XML element in the package-data.xml file in the signed submission package. This element may contain one or more <signatory> entries (one per signing party).

ℹ️ Note

Each signatory must correspond to a party already named in the submission, in the <parties> section in the appropriate application’s main XML data file (e.g., ep-request.xml for EP1001).

The contents and structure of each <signatory> child element under <signatories> should be as follows:

  • If the signatory is a natural person, the following set of fields may be present indicating their personal data:
<signatory> Child ElementDescription / attributes
<last-name>Signatory’s last name.
<first-name>Signatory’s first name.
<role>Acting role of the person as signatory in the submission. This must correspond to the type of party as named in the submission in the <parties> element in the main XML application data file, and must be one of the following values:
applicants
representatives
interveners
opponents
proprietors
thirdParties

ℹ️ Note

Note that the following other fields may be present along the ones shown above when exporting signed submissions: <suffix>, <iid>, <orgname>, <department>, <synonym>, <registered-number>. However, these values are not used nor shown in the generated PDF application, thus can be left empty or omitted.

  • If the signatory is a legal person, a single <name> child element must appear with an attribute name-type with value “legal”. This element should contain both the organisation/association’s name, followed by a colon “:” separator and the name of the specific person signing the submission. E.g.:
<name name-type="legal">Organisation : Person signing</name>
  • An <electronic-signature> element must follow the signatory’s personal data. This element must contain:
    • Attributes date and place-signed, indicating the date (in YYYYmmDD format) and place of signing, respectively.
    • Child element <basic-signature>, which will specify the type of signature as indicated below depending on the chosen signature type option:
      • Text string signature: indicated by a <text-string> sub-element containing a text string delimited by characters “/”. E.g.:
<electronic-signature date="20231116" place-signed="London, UK">
<basic-signature>
<text-string>/Signature/</text-string>
</basic-signature>
</electronic-signature>
  • Facsimile signature: indicated by an empty <fax-image> sub-element with a file attribute stating the name of a provided image file containing the signature. E.g.:
<electronic-signature date="20231115" place-signed="London, UK">
<basic-signature>
<fax-image file="signature.tif"/>
</basic-signature>
</electronic-signature>

ℹ️ Note

When choosing to provide a facsimile signature, the image file referred to by <fax-image> needs to be included in the ZIP file containing the submission to be imported.

  • Lastly, a <signatory-capacity> element should appear indicating the capacity in which the indicated party is signing the submission. This value will be a string composed by the signing’s party role exactly as it appears in the Parties tab of the form (e.g., “Representative”), followed by a semi-colon and the function of the person signing (which can be any free text entered by the user). E.g.:
<signatory-capacity>Representative ; Manager</signatory-capacity>

ℹ️ Note

It is possible to include multiple <signatory> entries referencing the same party, e.g., having two people with different functions signing for the same representative association.

Below is an example showing the contents of a package-data.xml file corresponding to a signed EP1001 submission which includes two signatories: a natural person (acting as applicant) providing a basic text signature, and a legal person (acting as representative) providing a facsimile signature:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE package-data
SYSTEM "package-data.dtd">
<package-data dtd-version="1.0" lang="en" produced-by="applicant">
<transmittal-info>
<new-application>
<to>
<country>EP</country>
</to>
</new-application>
</transmittal-info>
<signatories>
<signatory>
<last-name>Manzoni</last-name>
<first-name>Salvatore</first-name>
<role>applicants</role>
<electronic-signature date="20231116" place-signed="Milan - Italy">
<basic-signature>
<text-string>/SalvatoreManzoni/</text-string>
</basic-signature>
</electronic-signature>
<signatory-capacity>Applicant ; Inventor</signatory-capacity>
</signatory>
<signatory>
<name name-type="legal">IP Partners : John Smith</name>
<electronic-signature date="20231116" place-signed="UK - London">
<basic-signature>
<fax-image file="signature.tif"/>
</basic-signature>
</electronic-signature>
<signatory-capacity>Representative ; Manager</signatory-capacity>
</signatory>
</signatories>
<application-request file="ep-request.xml"/>
<application-body-doc file="application-body.xml"/>
<other-documents>
<other-doc file="ep-request.pdf" file-type="pdf">
<document-name>1001P </document-name>
<dtext/>
</other-doc>
<other-doc file="ep-request.xml" file-type="xml">
<document-name>REQXML</document-name>
<dtext/>
</other-doc>
<other-doc file="application-body.xml" file-type="xml">
<document-name>APPBODYXML</document-name>
<dtext/>
</other-doc>
<other-doc file="SPECEPO-1.pdf" file-type="pdf">
<document-name>SPECEPO</document-name>
<dtext/>
</other-doc>
</other-documents>
</package-data>

Abbreviations

EPO = European Patent Office

DPMA = Deutsches Patent- und Markenamt (German Trade Mark and Patent Office)

GUI = Graphical User Interface

BO = Business Object

FOP = Formatting Objects Processor

PMS = Patent Management System

OLF = Electronic Online Filing

International standards for PCT

XML data and structures in OLF2.0 follow the standards set by the Patent Cooperation Treaty (PCT) as of July 1, 2010.

PCT standards, rules and regulations are published by the World Intellectual Property Organization (WIPO).

The following sections of the WIPO website (http://www.wipo.int) may be of interest to developers looking for more information on PCT standards and rules for XML documents:

(http://www.wipo.int/pct/en/texts/) (including the Annex F)

(http://www.wipo.int/standards/en/part_03_standards.html), Part 3 of the WIPO Handbook on Industrial Property Information and Documentation

Annex F rules for documents and files

The European Patent Office can only accept electronic documents which are compliant with Annex F - Standard for the filing and processing in electronic form of international applications.

A full version of Annex F in English can be found on the WIPO website under http://www.wipo.int/pct/en/texts/ and is available for download in PDF format (http://www.wipo.int/pct/en/texts/pdf/ai_anf.pdf).

Rules for Annex F-compliant PDF files

The PDF file format is suitable for all documents containing text or images. For example, you can store additional descriptions and notes relating to your application in PDF format or scan original documents not available in electronic form and convert them into PDF files. See section 3.1.2 of Annex F for full details.

  • PDF files must be compatible with Adobe PDF version 1.4 or higher.
  • PDF files must not be encrypted.
  • PDF files must not contain any embedded OLE objects.
  • The text in PDF files must not be compressed.
  • With the exception of the 11 standard Windows fonts, any fonts used in the PDF file must be embedded.

Rules for Annex F-compliant images

See section 3.1.3 of Annex F for the full details.

  • TIFF (file type .tif)
    • Only black and white images are allowed
    • When saving an image as TIFF the following settings should be selected: TIFF V6.0 with Group 4 compression, single strip, Intel encoded (i.e. for IBM PC format, NOT Macintosh).
    • Image resolution must be 300 or 400 dpi.
    • The recommended maximum page size is 255 mm x 170 mm.
  • JPEG (file type .jpg)
    • Image resolution must be 300 or 400 dpi.
    • The recommended maximum page size is 255 mm x 170 mm.

Document naming conventions

The file naming convention established by the PCT lists several rules for the naming of documents, referenced files and other files. See section 4.3 of Annex F for the full details.

The basic rules are:

  • Only the following characters may be used for file names:
    • ABCDEFGHIJKLMNOPQRSTUVWXYZ
    • abcdefghijklmnopqrstuvwxyz
    • 0123456789
  • File names are case-sensitive.
  • The separator must be a period (.), followed by the file type.
  • Accepted file name extensions are: txt, xml, tif, jpg, pdf, app, zip (use lower-case characters).
  • File names must not exceed 128 positions altogether. The tables and examples in Annex F demonstrate how to assemble the different elements of the file names. These elements are separated by dashes (-).
  • The different document and package types for initial ePCT filing must follow the codes in Table 6.

ℹ️ Note

Please note that other receiving Offices may issue their own file naming rules.

XML element list

All XML elements for EP1001, EP1200, EP1038, EP2300, UP7000 and UP(7038) are listed in the element table below. Refer to the respective DTD file to see the structural rules for the elements. The attributes for each procedure are listed in the XML attribute lists section of the Annex.

1001 = ep-request.xml / ep-request-v1-16.dtd

1200 = ep-euro-pct.xml / ep-euro-pct-v1-17.dtd

1038 = ep-sfd-request.xml / ep-sfd-request-v1-8.dtd

2300 = ep-opposition-data.xml / ep-xmit-opposition-data-v1.5.dtd

3002 = ep-boa-request.xml / ep-boa-request-v1-0.dtd

7000 = up-request.xml / up-request-v1-2.dtd

7038 = up-sfd-request.xml / upsfd-request-v1-2.dtd

An x in one of the columns indicates that this element is part of the XML structure for one of the XML files used in the specific procedure.

Element1001120010382300300270007038
absnoxx
acceptedxx
addcopiesxxxxxxx
additional-feexxxxxxx
addressxxxxxxx
address-1xxxxxxx
address-2xxxxxxx
address-3xxxxxxx
addressbookxxxxxxx
address-floorxxxxxxx
agentxxx
agentsxxxxx
alttitlexx
any-other-statexxx
applicantxxxx
applicant-file-namexxxxxxx
applicant-IB-recordedx
applicantsxxxxx
Element1001120010382300300270007038
application-referencexxxxx
articlexx
article-numxx
artidxx
assigneexx
assigneesxx
atlxx
authorxxxxxxx
availxx
bxxxxxxx
basic-signaturexxxxxxx
bio-accnoxxxx
bio-authorizationxx
bio-depositxx
bio-other-deposantxx
bio-receiptxx
bio-restriction-to-expertxx
bio-waiverxx
bookxx
booknoxx
book-titlexx
brxxxxx
buildingxxxxxxx
categoryxxxx
chapterxx
check-listxxxxxx
chemxx
chemistryxx
cheque-infoxxxxx
cityxxxxxxx
cl-abstractxxx
claim-numx
classxx
cl-biological-materialxxx
cl-claimsxxx
Element1001120010382300300270007038
cl-copy-general-power-of-attorneyxxx
cl-descriptionxxx
cl-drawingsxxx
cl-fee-calculationxxx
cl-general-power-of-attorneyxxx
click-wrapxxxxx
cl-lack-of-signaturexxx
cl-other-documentxxxxxx
cl-priority-documentxxx
cl-requestxxxxxx
cl-separate-power-of-attorneyxxx
cl-sequence-listingxxx
cl-translation-of-applicationxxx
colfxx
collxx
columnxx
compensationx
confdatexx
conferencexx
confnoxx
confplacexx
confsponsorxx
conftitlexx
Element1001120010382300300270007038
correspondence-addressxxxxxxx
countryxxxxxxx
countyxxxxxxx
cpyrtxx
crossrefxx
customer-numberxxxxxxx
datexxxxxxx
datecitxx
date-search-completedx
ddxx
deceased-inventorxxxxx
declaration1xxx
declaration2xxx
declaration3xxx
declaration4xxx
declaration5xxx
declaration-application-contains-sequence-li stingx
declaration-complete-translation-of-priorityx
declaration-intention-to-file-claims-laterx
declaration-no-intention-to-file-further-priorityx
declaration-of-entity-or-natural-personxxx
declaration-of-micro-entityxxx
declarationsxxx
declaration-translation-filed-laterx
departmentxxxxxxx
depositaryxxxx
descripxx
designated-statesxxxxx
designated-states-as-inventorxxxxx
designation-of-statesxxx
designation-pctxxx
dlxx
doc-numberxxxxxxx
doc-pagexxxxxxx
Element1001120010382300300270007038
document-idxxxxxxx
doixx
dtxx
dtextxxxxxxx
eadxxxxxxx
earlier-searchx
earlier-searchesx
earlier-search-requestxxx
edatexx
editionxx
electronic-signaturexxxxxxx
emailxxxxxxx
enhanced-signaturexxxxxxx
enquiry_regarding_expected_issue_of_search_reportx
entire-patentx
ep-agentxxxxx
ep-agentsxx
ep-art61-applx
ep-authorisation-numberxx
ep-authorisationsxx
ep-biological-materialxx
ep-biological-material-referencexx
ep-bio-references-linesxx
ep-bio-references-pagexx
ep-boa-requestx
ep-declaration-and-request-on-sequence-listing-of-earlier-applicationx
ep-declarationsxxx
ep-designated-statesxx
ep-divisional-applx
ep-divisional-generationx
ep-earliest-docx
ep-electronic-filesxxxxx
ep-euro-pctx
ep-external-party-participantx
ep-external-party-participantsx
ep-faxx
ep-file-namex
Element1001120010382300300270007038
ep-financial-dataxxxxx
ep-first-communicationx
ep-first-communication-raising-lack-of-unityx
ep-inventorxx
ep-language-of-filingxx
ep-no-communicationx
ep-notes-to-EPOxxxxx
ep-office-specific-dataxx
epo-file-namexxxx
ep-opposition-evidencex
ep-opposition-evidence-titlex
ep-opposition-external-partyx
ep-opposition-noticex
ep-opposition-proprietorx
ep-opposition-submissionx
ep-partiesx
ep-previously-filed-applicationx
ep-priority-claimxx
ep-requestx
ep-request-for-exam-art94xxx
ep-submission-requestxx
ep-submission-request-commentxx
ep-submission-requestsxx
ep-xmit-opposition-datax
exclusion-from-designationxxx
extension-statesxx
fax-imagexxxxxxx
feexxxxxxx
fee-calc-infoxxxxxxx
fee-factorxxxxxxx
fee-reduction-amountxxxxxxx
fee-reduction-factorxxxxxxx
feesxxxxxxx
fee-schedulexxxxxxx
fee-sub-amountxxxxxxx
Element1001120010382300300270007038
fee-total-amountxxxxxxx
fig-numberxxx
figrefxx
figure-to-publishxxx
file-reference-idxxxxxxx
first-namexxxxxxx
formula-textxx
gazette-numxx
gazette-referencexx
grounds-for-oppositionx
headingxx
historyxx
hostnoxx
hosttitlexx
ixxxxxxx
iidxxxxxxx
imgxx
imprintxx
inoxx
interpretation-oral-proceedingsxx
invention-titlexxxxx
inventive-step-not-validx
inventorxxx
inventorsxxxxx
IPEAxxxxxxx
IPERxxxxxxx
isaxxx
isbnxx
issnxx
issuexx
keywordxx
kindxxxxxxx
kind-of-protectionxxx
language-for-examination
language-of-filingxxx
language-of-translationx
last-namexxxxxxx
Element1001120010382300300270007038
lixx
linexx
linefxx
linelxx
locationxx
mailcodexxxxxxx
mathsxx
middle-namexxxxxxx
mode-of-paymentxxxxxxx
namexxxxxxx
nationalxxx
nationalityxxxxxxx
new-designation-countryxxx
nonexx
notesxx
not-valid-other-groundsx
novelty-not-validx
nplcitxx
oxx
office-of-filingxxx
office-specific-dataxxxx
olxx
onlinexx
online-titlexx
opposition-clarityx
opposition-evidence-other-filex
opposition-expert-witnessx
opposition-filed-againstx
opposition-subject-matterx
opposition-subject-matter-extensionx
orgnamexxxxxxx
othercitxx
other-feexxxxxxx
pxx
Element1001120010382300300270007038
paraxx
parafxx
paralxx
parent-docx
partiesxxxxxx
passagexx
patcitxx
patent-granted-with-same-claims-set-rule-5-2-uprx
phonexxxxxxx
pkcs7xxxxxxx
poboxxxxxxxx
postcodexxxxxxx
ppxx
ppfxx
pplxx
prexx
precautionary-designation-statementxxx
priority-claimx
priority-claimsxxx
priority-doc-attachedxxx
priority-doc-requestedxxx
procedural-languagex
proprietorsxx
proprietorxx
protection-requestxxx
pubdatexx
pubidxx
publication-referencexxxx
receivedxx
refnoxx
ref-numberxxx
regionxxxxxxx
regionalxxx
registered-numberxxxxxxx
reimbursementxxxxxxx
rel-claimsxx
rel-passagexx
Element1001120010382300300270007038
request_for_accelerated_searchx
request_for_accelerated_examinationx
request-petitionxxxxx
request-re-establishmentx
residencexxxxxxx
revisedxx
rolexxxxxxx
roomxxxxxxx
sdatexx
search-authorityxxx
search-regionxxxxx
sequence-numberxxx
serialxx
seriesxx
serpartxx
sersectxx
sertitlexx
signatoriesxxxxxxx
signatoryxxxxxxx
signatory-capacityxxxxxxx
smallcapsxxxxxxx
srchdatexx
srchtearmxx
sr-refundxxxxxxx
standard-feexxxxxxx
statexxxxxxx
streetxxxxxxx
subxxxxxxx
sub2xx
subjectxxxxxxx
subnamexx
subtitlexx
Element1001120010382300300270007038
supxxxxxxx
sup2xx
synonymxxxxxxx
table-external-docxx
tables (see DTD for more child elements)xx
termxx
textxxxxxxx
text-stringxxxxxxx
timexx
time-limitxx
titlexx
total-time-limitx
translationsx
translation-infox
tr-amended-claimsx
tr-annexesx
tr-inter-applx
tr-originally-filedx
tr-prio-applx
type-of-feexxxxxxx
uxxxxxxx
ulxx
up-declarationsxx
up-electronic-filesxx
up-file-namexx
up-financial-dataxx
up-notes-to-EPOxx
up-requestx
upsfd-requestx
urlxxxxxxx
us-rightsxxxxx
validation-statesxx
vidxx
waiver-communication-and-processing-of- non-designated-statesxx
waiver-for-communicationx
waiver-to-indicate-further-processingxx
written_request_for_accelerated_processing _EP_applicationx

See the ep-xmit-opposition-data-v1.5.dtd for more child elements to the maths element.

XML attribute lists

Attributes in ep-request.xml file – EP1001

The list relates to ep-request-v1-16.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page
app-type(applicant | applicant-inventor |
employee) #REQUIRED
applicant
appl-typeCDATA #IMPLIEDapplication-reference
bio-info(1) #IMPLIEDep-biological-material
certified-copy(attached | later | available)
#IMPLIED
ep-previously-filed-application
color(color | bw) #IMPLIEDdoc-page
contains-sequence-listing(yes | no) #REQUIREDep-previously-filed-application
currCDATA #REQUIREDep-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDep-request
deceased(yes | no) #IMPLIEDep-inventor
declaration-of-no-search(yes | no | not-determined)
#REQUIRED
earlier-search
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
designation(all | all-except-us | us-only | as-indicated) #REQUIREDapplicant
designation(all | all-except-us | us-only | as-indicated) #IMPLIEDep-inventor
dnumCDATA #IMPLIEDep-biological-material
doc-typeCDATA #REQUIREDep-electronic-files
dtd-versionCDATA #IMPLIEDep-request
ep-association-numberCDATA #IMPLIEDep-agent
ep-authorisation(filed-not-yet-registered | registered | attached) #IMPLIEDep-agent
ep-document-type(patent | provisional | utility | PCT)
#REQUIRED
ep-previously-filed-application, ep-priority-claim
fee-amounts-unlocked-by-us er(yes | no) #IMPLIEDep-financial-data
fig-countCDATA #IMPLIEDcl-drawings
fileCDATA #IMPLIEDep-request,
ep-office-specific-data
ATTRIBUTEVALUESApplicable to ELEMENTS
fileCDATA #REQUIREDfax-image, doc-page
filing-dateCDATA #REQUIREDep-previously-filed-application
general_authorisation_numb erCDATA #IMPLIEDep-agent
generation(1 | 2 | 3 | 4 | 5) #REQUIREDep-divisional-generation
heNMTOKEN #REQUIREDdoc-page
idID #IMPLIEDinvention-title, ep-biological-material, ep-notes-to-EPO, doc-page, earlier-search, application-reference
idCDATA #IMPLIEDep-office-specific-data
indexCDATA #REQUIREDfee
inv-rights(employee | successor | under-agreement) #IMPLIEDep-inventor
inv-rights-dateCDATA #IMPLIEDep-inventor
is-also-priority(yes | no) #REQUIREDep-previously-filed-application
kind(national | regional | international)
#REQUIRED
ep-priority-claim
langCDATA #REQUIREDep-request, invention-title, addressbook, document-id, ep-office-specific-data, ep-request-for-exam-art94
lang-codeCDATA #IMPLIEDep-language-of-filing
mode-type(auto | deposit | bank ) #REQUIREDmode-of-payment
name-type(legal | natural) #IMPLIEDname
numCDATA #IMPLIEDep-biological-material
number-of-claimsCDATA #IMPLIEDep-previously-filed-application, cl-claims
number-claims-fee-calculatio nCDATA #IMPLIEDcl-claims
officeCDATA #REQUIREDep-office-specific-data, earlier-search
office-dtdCDATA #IMPLIEDep-office-specific-data
orientation(portrait | landscape) "portrait"doc-page
pageCDATA #REQUIREDep-notes-to-EPO
page-countCDATA #IMPLIEDcl-request, cl-description, cl-claims, cl-abstract, cl-drawings, cl-sequence-listing, cl-other-document
place-signedCDATA #IMPLIEDelectronic-signature
ATTRIBUTEVALUESApplicable to ELEMENTS
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
pplCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
produced-by(applicant | RO | ISA | IPEA | IB | DO |
EO) #REQUIRED
ep-request
quantityCDATA #REQUIREDcl-sequence-listing
renunciationCDATA #IMPLIEDep-inventor
replaces-claims(yes | no) #REQUIREDep-previously-filed-application
rep-type(agent | attorney | common-representative)
#REQUIRED
ep-agent
roCDATA #REQUIREDep-request
search-type(international-type | isr | sisr | national
| national-supplementary)
#REQUIRED
earlier-search
sequenceCDATA #REQUIREDapplicant, ep-inventor, ep-agent, ep-priority-claim
statusCDATA #IMPLIEDep-request,
ep-office-specific-data
topay(yes | no) #REQUIREDfee
total-page-countCDATA #IMPLIEDcheck-list
translationCDATA #IMPLIEDep-priority-claim
type(jpg | pdf | tif) #REQUIREDdoc-page
urlCDATA #IMPLIEDep-biological-material
user-inputCDATA #IMPLIEDfee-factor, fee-reduction-factor, fee-reduction-amount
waiverCDATA #IMPLIEDep-inventor
waiver-communication-and-pr ocessing-of-non-designated-s tates(yes | no) #REQUIREDep-designated-states
wiNMTOKEN #REQUIREDdoc-page
will-be-filed-later(yes | no) "no"bio-receipt, bio-authorization

Attributes in ep-euro-pct.xml file – EP1200

The list relates to ep-euro-pct-v1-17.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page
amendments-enclosed(yes | no) #REQUIREDep-euro-pct
app-type(applicant | applicant-inventor | employee)
#REQUIRED
applicant
application-pagesCDATA #IMPLIEDcl-description, cl-claims, cl-drawings
bio-info(1) #IMPLIEDep-biological-material
color(color | bw) #IMPLIEDdoc-page
currCDATA #REQUIREDep-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDep-euro-pct
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
designation(all | all-except-us | us-only | as-indicated)
#REQUIRED
applicant
designation(all | all-except-us | us-only | as-indicated)
#IMPLIED
ep-inventor
dnumCDATA #IMPLIEDep-biological-material
doc-typeCDATA #REQUIREDep-electronic-files
dtd-versionCDATA #IMPLIEDep-euro-pct
ep-association-numberCDATA #IMPLIEDep-agent
ep-authorisation( includes-ep-phase | filed-not-yet-registered | registered |
attached) #IMPLIED
ep-agent
fee-amounts-unlocked-b y-user(yes | no) #IMPLIEDep-financial-data
fig-countCDATA #IMPLIEDcl-drawings
fileCDATA #IMPLIEDep-euro-pct, ep-office-specific-data
fileCDATA #REQUIREDfax-image, doc-page
furnishment-of-sequenc
e-listing
(already | attached) #REQUIREDdeclaration-application-contai ns-sequence-listing
general_authorisation_n umberCDATA #IMPLIEDep-agent
heNMTOKEN #REQUIREDdoc-page
ATTRIBUTEVALUESApplicable to ELEMENTS
idID #IMPLIEDep-biological-material, ep-notes-to-EPO, doc-page
idCDATA #IMPLIEDep-office-specific-data
indexCDATA #REQUIREDfee
ipea(EP | other) #REQUIREDIPEA
iper-type(rational | detailed) #REQUIREDIPER
kind(national | regional | international)
#REQUIRED
ep-priority-claim
langCDATA #REQUIREDep-euro-pct, addressbook, document-id, ep-office-specific-data, ep-request-for-exam-art94
lang-codeCDATA #IMPLIEDep-language-of-filing
mode-type(auto | deposit | bank ) #REQUIREDmode-of-payment
name-type(legal | natural) #IMPLIEDname
not-including-matter-bey ond-original-application(yes|no) #IMPLIEDdeclaration-application-contai ns-sequence-listing
numCDATA #IMPLIEDep-biological-material
number-of-claimsCDATA #IMPLIEDcl-claims
number-claims-fee-calcu lationCDATA #IMPLIEDcl-claims
officeCDATA #REQUIREDep-office-specific-data
office-dtdCDATA #IMPLIEDep-office-specific-data
orientation(portrait | landscape) "portrait"doc-page
other-typeCDATA #IMPLIEDcl-other-document
pageCDATA #REQUIREDep-notes-to-EPO
page-countCDATA #IMPLIEDcl-request, cl-description, cl-claims, cl-abstract, cl-drawings, cl-sequence-listing, cl-other-document
phaseinternational-application-as-filed | translation-of-international-application | amendments-after-international-srep | translation-of-amendments-after-internatio nal-srep | amendments-during-international-exam | translation-of-amendments-during-internati onal-exam | entry-into-regional-phasecl-claims
ATTRIBUTEVALUESApplicable to ELEMENTS
phaseinternational-application-as-filed | translation-of-international-application | amendments-during-international-exam | translation-of-amendments-during-internati onal-exam | entry-into-regional-phasecl-description
phaseinternational-application-as-filed | translation-of-international-application | amendments-during-international-exam | translation-of-amendments-during-internati onal-exam | entry-into-regional-phasecl-drawings
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
pplCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
produced-by(applicant | RO | ISA | IPEA | IB | DO | EO)
#REQUIRED
ep-euro-pct
quantityCDATA #REQUIREDcl-sequence-listing
region(Other | EP) "EP"search-region
regional-phase-office(designated | elected) #REQUIREDep-euro-pct
renunciationCDATA #IMPLIEDep-inventor
rep-type(agent | attorney | common-representative)
#REQUIRED
ep-agent
replace-in-full(yes|no) #IMPLIEDcl-claims
roCDATA #REQUIREDep-euro-pct
sequenceCDATA #REQUIREDapplicant, ep-inventor, ep-agent, ep-priority-claim
sequence-listing-in-st25identical-to-pdf(yes|no) #IMPLIEDdeclaration-application-contai ns-sequence-listing
seq-type(pdf | tif | jpg | app | txt | xml | zip) #IMPLIEDcl-sequence-listing
st25(yes | no) #IMPLIEDcl-sequence-listing
statusCDATA #IMPLIEDep-euro-pct, ep-office-specific-data
topay(yes | no) #REQUIREDfee
total-page-countCDATA #IMPLIEDcheck-list
translationCDATA #IMPLIEDep-priority-claim
type(jpg | pdf | tif) #REQUIREDdoc-page
urlCDATA #IMPLIEDep-biological-material
ATTRIBUTEVALUESApplicable to ELEMENTS
user-inputCDATA #IMPLIEDfee-factor, fee-reduction-factor, fee-reduction-amount
waiverCDATA #IMPLIEDep-inventor
waiver-communication-a nd-processing-of-non-de signated-states(yes | no) #REQUIREDep-designated-states
wiNMTOKEN #REQUIREDdoc-page
will-be-filed-later(yes | no) "no"bio-receipt, bio-authorization

Attributes in ep-sfd-request.xml file – EP1038

The list relates to ep-sfd-request-v2-6.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page
app-type(applicant | applicant-inventor |
employee) #REQUIRED
applicant
color(color | bw) #IMPLIEDdoc-page
currCDATA #REQUIREDep-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
designation(all | all-except-us | us-only | as-indicated) #REQUIREDapplicant
doc-typeCDATA #REQUIREDep-electronic-files
ep-association-numberCDATA #IMPLIEDagent
fee-amounts-unlocked-by-us er(yes | no) #IMPLIEDep-financial-data
fig-countCDATA #IMPLIEDcl-drawings
fileCDATA #REQUIREDfax-image, doc-page
heNMTOKEN #REQUIREDdoc-page
idID #IMPLIEDep-notes-to-EPO, doc-page
indexCDATA #REQUIREDfee
langCDATA #REQUIREDaddressbook, document-id
mode-type(auto | deposit | bank ) #REQUIREDmode-of-payment
name-type(legal | natural) #IMPLIEDname
number-of-claimsCDATA #IMPLIEDcl-claims
orientation(portrait | landscape) "portrait"doc-page
ATTRIBUTEVALUESApplicable to ELEMENTS
other-typeCDATA #IMPLIEDcl-other-document
pageCDATA #REQUIREDep-notes-to-EPO
page-countCDATA #IMPLIEDcl-request, cl-description, cl-claims, cl-abstract, cl-drawings, cl-other-document
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
pplCDATA #IMPLIEDcl-description, cl-claims, cl-abstract, cl-drawings, doc-page
rep-type(agent | attorney | common-representative)
#REQUIRED
agent
sequenceCDATA #REQUIREDapplicant
topay(yes | no) #REQUIREDfee
total-page-countCDATA #IMPLIEDcheck-list
type(jpg | pdf | tif) #REQUIREDdoc-page
user-inputCDATA #IMPLIEDfee-factor, fee-reduction-factor, fee-reduction-amount
wiNMTOKEN #REQUIREDdoc-page

Attributes in ep-opposition-data.xml file – EP2300

The list relates to ep-xmit-opposition-data-v1.5.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
after-summons-to-op( yes | no ) #IMPLIEDep-opposition-submission
altCDATA #IMPLIEDdoc-page, img
align(left | right | center | justify | char)
#IMPLIED
tgroup, colspec, entry
app-type(applicant | applicant-inventor)
#REQUIRED
applicant
appeal-typeCDATA #IMPLIEDep-xmit-opposition-data
appl-typeCDATA #IMPLIEDapplication-reference
auxiliary-request(yes | no) #IMPLIEDep-submission-request
carriers(internal-electronic | external-electronic
| paper) #IMPLIED
table-external-doc
charCDATA #IMPLIEDcolspec, entry
ATTRIBUTEVALUESApplicable to ELEMENTS
charoffNMTOKEN #IMPLIEDcolspec, entry
chem-typeCDATA #IMPLIEDchem
class-typeCDATA #IMPLIEDclass
colnameNMTOKEN #IMPLIEDcolspec, entry
colnumNMTOKEN #IMPLIEDcolspec
color(color | bw) #IMPLIEDdoc-page
colsNMTOKEN #REQUIREDtgroup
colsepNMTOKEN #IMPLIEDtable, tgroup, colspec, entry
colwidthCDATA #IMPLIEDcolspec
conventionCDATA #IMPLIEDnot-valid-other-grounds
currCDATA #REQUIREDep-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDep-xmit-opposition-data
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
designation(all | all-except-us | us-only | as-indicated) #REQUIREDapplicant
designation(all | all-except-us | us-only | as-indicated) #IMPLIEDinventor
division-referenceCDATA #IMPLIEDep-opposition-evidence
dnumCDATA #IMPLIEDbio-deposit, patcit
dnum-typeCDATA #IMPLIEDpatcit
doc-typeCDATA #REQUIREDep-electronic-files
doc-versionCDATA #IMPLIEDep-xmit-opposition-data
dtd-versionCDATA #IMPLIEDep-xmit-opposition-data
ep-association-numberCDATA #IMPLIEDep-agent
external-party-role( opponent | intervener | third-party )
#REQUIRED
ep-opposition-external-party
external-type(math | chemistry | program-listing | other) #IMPLIEDtable-external-doc
fileCDATA #IMPLIEDpatcit, nplcit
fileCDATA #REQUIREDfax-image, doc-page, img, chem, table-external-doc
frame(top | bottom | topbot | all | sides | none)
#IMPLIED
table
heCDATA #REQUIREDdoc-page, img
ATTRIBUTEVALUESApplicable to ELEMENTS
idID #IMPLIEDinvention-title, ep-notes-to-EPO, doc-page, ep-xmit-opposition-data, ep-opposition-proprietor, ep-opposition-external-party, opposition-evidence-other-file, p, ul, ol, dt, dl, img, bio-deposit, addressbook, chemistry, chem, tables, patcit, nplcit, author, application-reference, publication-reference, pre, table-external-doc
idrefIDREFS #IMPLIEDfigref
idrefIDREF #IMPLIEDcrossref
img-content(drawing | photograph | character | dna | undefined | chem | table | math | program-listing | graph | flowchart)
"drawing"
img
img-format(jpg | tif | st33 | st35) #REQUIREDimg
indexCDATA #REQUIREDfee
inline(yes | no) "no"img
ipea(EP | other) "EP"IPEA
iper-type(rational | detailed) #REQUIREDIPER
kind(heir | heiress | executor | executrix | estate | legal-representative | administrator | administratrix | legal-representatives | heirs | executors
| legal-heirs) #REQUIRED
us-rights
langCDATA #IMPLIEDdocument-id, invention-title, addressbook, nplcit, deceased-inventor, table-external-doc
langCDATA #REQUIREDep-xmit-opposition-data
lang-listeningNMTOKEN #REQUIREDinterpretation-oral-proceedings
lang-speakingNMTOKEN #REQUIREDinterpretation-oral-proceedings
listing-type(sequence | program-listing | other)
#REQUIRED
pre
mediumCDATA #IMPLIEDnplcit
mode-type(auto | deposit | bank) #REQUIREDmode-of-payment
morerowsNMTOKEN #IMPLIEDentry
name-type(legal | natural) #IMPLIEDname
nameendNMTOKEN #IMPLIEDentry
namestNMTOKEN #IMPLIEDentry
npl-typeCDATA #IMPLIEDnplcit
ATTRIBUTEVALUESApplicable to ELEMENTS
numCDATA #REQUIREDp, bio-deposit, chemistry, tables
numCDATA #IMPLIEDfigref, patcit, nplcit
ocrCDATA #IMPLIEDdoc-page
orientation(portrait | landscape) "portrait"img
ostyle(single | double | dash | dots | leftarrow | rightarrow | leftrightarrow )o
pageCDATA #REQUIREDep-notes-to-EPO
party-idIDREF #IMPLIEDep-opposition-notice, ep-opposition-submission, ep-opposition-evidence
party-referenceep-opposition-evidence
pgwideNMTOKEN #IMPLIEDtable
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDdoc-page
pplCDATA #IMPLIEDdoc-page
region(Other | EP) "EP"search-region
rep-address(yes | no) #IMPLIEDep-agent
rep-type(agent | attorney |
common-representative) #REQUIRED
ep-agent
request-type(oral-proceedings | oral-proceedings-withdrawn | opposition-withdrawn | revocation | acceleration-proceedings | hearing-of-witness | extension-time-limit | interpretation-oral-proceedings | other )
#REQUIRED
ep-submission-request
rowsepNMTOKEN #IMPLIEDtable, tgroup, colspec, row, entry
sequenceCDATA #REQUIREDep-external-party-participant, applicant, inventor, deceased-inventor
statusCDATA #IMPLIEDtable-external-doc
style(single | double | dash | dots) "single"u
subname-type(editor | translator |
other-subname-type) "editor"
subname
time-units(days | months | years | weeks)
#REQUIRED
time-limit, total-time-limit
to-be-summoned-via(party | agent) #IMPLIEDopposition-expert-witness
to-dead-inventorCDATA #REQUIREDus-rights
topay(yes | no) #REQUIREDfee
ATTRIBUTEVALUESApplicable to ELEMENTS
type(jpg | pdf | tif) #REQUIREDdoc-page
typeCDATA #IMPLIEDopposition-evidence-other-file
urlCDATA #IMPLIEDbio-deposit, nplcit
user-inputCDATA #IMPLIEDfee-reduction-factor, fee-reduction-amount
valign(top | middle | bottom) #IMPLIEDthead, row, entry, tbody
wiCDATA #REQUIREDimg
xml:space(preserve | default) #IMPLIEDpre

Attributes in ep-boa-request.xml file – EP(3200)

The list relates to ep-boa-request-v1-0.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page, img, mglyph
align(left | right | center | justify | char)
#IMPLIED
tgroup, colspec, entry, mstyle, mtable
app-type(applicant | employee | applicant-inventor | proprietor | opponent | intervener | third_party) #REQUIREDep-applicant
appeal-typeCDATA #IMPLIEDep-boa-request
appl-typeCDATA #IMPLIEDapplication-reference
auxiliary-request(yes | no) #IMPLIEDep-submission-request
carriers(internal-electronic | external-electronic
| paper) #IMPLIED
table-external-doc
charCDATA #IMPLIEDcolspec, entry
ATTRIBUTEVALUESApplicable to ELEMENTS
charoffNMTOKEN #IMPLIEDcolspec, entry
chem-typeCDATA #IMPLIEDchem
class-typeCDATA #IMPLIEDclass
colnameNMTOKEN #IMPLIEDcolspec, entry
colnumNMTOKEN #IMPLIEDcolspec
color(color | bw) #IMPLIEDdoc-page, mi, mn, mo, mtext ,ms, mstyle
colsNMTOKEN #REQUIREDtgroup
colsepNMTOKEN #IMPLIEDtable, tgroup, colspec, entry
colwidthCDATA #IMPLIEDcolspec
currCDATA #REQUIREDep-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDep-boa-request
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
designation(all | all-except-us | us-only | as-indicated) #REQUIREDep-applicant
designation(all | all-except-us | us-only | as-indicated) #IMPLIEDinventor
division-referenceCDATA #IMPLIEDep-boa-evidence
dnumCDATA #IMPLIEDbio-deposit, patcit
dnum-typeCDATA #IMPLIEDpatcit
doc-typeCDATA #REQUIREDep-electronic-files
doc-versionCDATA #IMPLIEDep-boa-request
dtd-versionCDATA #REQUIREDep-boa-request
ep-association-numberCDATA #IMPLIEDep-agent
external-type(math | chemistry | program-listing | other) #IMPLIEDtable-external-doc
fileCDATA #IMPLIEDpatcit, nplcit
fileCDATA #REQUIREDfax-image, doc-page, img, chem, table-external-doc
frame(top | bottom | topbot | all | sides | none)
#IMPLIED
table
frame(none | solid | dashed) #IMPLIEDmtable, mstyle
heCDATA #REQUIREDdoc-page, img
ATTRIBUTEVALUESApplicable to ELEMENTS
idID #IMPLIEDep-boa-request, boa-evidence-image-file, boa-evidence-letter-file, boa-evidence-other-file, ep-notes-to-EPO, doc-page, heading, p, ul, ol, dt, dl, img, bio-deposit, addressbook, chemistry, chem, tables, patcit, nplcit, author, refno, maths (*), application-reference, publication-reference, invention-title, gazette-reference, pre, table-external-doc
idrefIDREFS #IMPLIEDfigref
idrefIDREF #REQUIREDcrossref
img-content(drawing | photograph | character | dna | undefined | chem | table | math | program-listing | graph | flowchart)
"drawing"
img
img-format(jpg | tif | st33 | st35) #REQUIREDimg
indexCDATA #REQUIREDfee
indexCDAT #IMPLIEDmglyph
inline(yes | no) "no"img
ipea(EP | other) "EP"IPEA
iper-type(rational | detailed) #REQUIREDIPER
kind(heir | heiress | executor | executrix | estate | legal-representative | administrator | administratrix | legal-representatives | heirs | executors | legal-heirs) #REQUIREDus-rights
langCDATA #IMPLIEDdocument-id, addressbook, nplcit, deceased-inventor, invention-title, gazette-reference, table-external-doc
langCDATA #REQUIREDep-boa-request
lang-listeningNMTOKEN #REQUIREDinterpretation-oral-proceedings
lang-speakingNMTOKEN #REQUIREDinterpretation-oral-proceedings
listing-type(sequence | program-listing | other)
#REQUIRED
pre
mediumCDATA #IMPLIEDnplcit
mode-type(auto | deposit | bank | ccard) #REQUIREDmode-of-payment
morerowsNMTOKEN #IMPLIEDentry
name-type(legal | natural) #IMPLIEDname
nameendNMTOKEN #IMPLIEDentry
namestNMTOKEN #IMPLIEDentry
npl-typeCDATA #IMPLIEDnplcit
ATTRIBUTEVALUESApplicable to ELEMENTS
numCDATA #REQUIREDp, bio-deposit, chemistry, tables, maths
numCDATA #IMPLIEDli, figref, patcit, nplcit
ocrCDATA #IMPLIEDdoc-page
orientation(portrait | landscape) "portrait"doc-page, img
ostyle(single | double | dash | dots | leftarrow | rightarrow | leftrightarrow ) “single”o
pageCDATA #REQUIREDep-notes-to-EPO
party-idIDREF #IMPLIEDep-boa-evidence
party-referenceCDATA #IMPLIEDep-boa-evidence
pgwideNMTOKEN #IMPLIEDtable
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDdoc-page
pplCDATA #IMPLIEDdoc-page
region(Other | EP) "EP"search-region
rep-address(yes | no) #IMPLIEDep-agent
rep-type(agent | attorney |
common-representative | employee) #REQUIRED
ep-agent
request-type(oral-proceedings | extension-time-limit |interpretation-oral-proceedings | hearing-of-witness | further-declarations | acceleration-proceedings | other ) #REQUIREDep-submission-request
rowsepNMTOKEN #IMPLIEDtable, tgroup, colspec, row, entry
sequenceCDATA #REQUIREDep-applicant, ep-agent, inventor
sequenceCDATA #IMPLIEDdeceased-inventor
statusCDATA #IMPLIEDtable-external-doc
style(single | double | dash | dots) "single"u
styleCDATA #IMPLIED(*)
subname-type(editor | translator |
other-subname-type) "editor"
subname
time-units(days | months | years | weeks)
#REQUIRED
time-limit, total-time-limit
to-dead-inventorCDATA #REQUIREDus-rights
topay(yes | no) #REQUIREDfee
ATTRIBUTEVALUESApplicable to ELEMENTS
type(jpg | pdf | tif) #REQUIREDdoc-page
typeCDATA #IMPLIEDboa-evidence-image-file, boa-evidence-letter-file, boa-evidence-other-file, ci, csymbol, cn, declare, set, tendsto
urlCDATA #IMPLIEDbio-deposit, patcit, nplcit
user-inputCDATA #IMPLIEDfee-reduction-factor, fee-reduction-amount
valign(top | middle | bottom) #IMPLIEDthead, row, entry, tbody
wiCDATA #REQUIREDimg
xml:space(preserve | default) #IMPLIEDpre

(*) Attribute is applicable to several children of the <maths> element. Please see file ep-boa-request-v1-0.dtd for more details.

Attributes in up-request.xml file – UP7000

The list relates to up-request-v1-2.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page
ATTRIBUTEVALUESApplicable to ELEMENTS
authorisationCDATA #IMPLIEDagent
categoryCDATA #IMPLIEDup-electronic-files
color(color | bw) #IMPLIEDdoc-page
compensation-payment-methodCDATA #IMPLIEDcompensation
currCDATA #REQUIREDup-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDup-request
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
deposit-account-numberCDATA #IMPLIEDcompensation
doc-typeCDATA #REQUIREDup-electronic-files
dtd-versionCDATA #IMPLIEDup-request
fee-amounts-unlocked-by-user(yes | no) #IMPLIEDup-financial-data
fee-factor user-inputCDATA #IMPLIEDfee-factor
fee-reduction-amount user-inputCDATA #IMPLIEDfee-reduction-amount
fileCDATA #REQUIREDup-request, fax-image, doc-page, office-specific-data
heNMTOKEN #REQUIREDdoc-page
general-authorisation-numberCDATA #IMPLIEDagent
idID #IMPLIEDup-notes-to-EPO, doc-page, office-specific-data
indexCDATA #REQUIREDfee
langCDATA #REQUIREDaddressbook, document-id, office-specific-data
mode-type(auto | deposit | bank ) #REQUIREDmode-of-payment
name-type(legal | natural) #IMPLIEDname
officeCDATA #REQUIREDoffice-specific-data
office-dtdCDATA #REQUIREDoffice-specific-data
pageCDATA #REQUIREDup-notes-to-EPO
page-countCDATA #IMPLIEDcl-request, cl-other-document
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDdoc-page
pplCDATA #IMPLIEDdoc-page
produced-by(applicant | RO | ISA | IPEA | IB | DO | EO) #REQUIREDup-request
prop-type(employee | proprietor) #REQUIREDproprietor
prop-status(small-or-medium-sized-enterprise | natural-person | non-profit-or-university-or-research-org) #IMPLIEDproprietor
up-association-numberCDATA #IMPLIEDagent
rep-type(agent | attorney | common-representative)
#REQUIRED
agent
requested(true |false) #IMPLIEDcompensation
roCDATA #REQUIREDup-request
same-addressCDATA #REQUIREDagent
sequenceCDATA #REQUIREDapplicant, proprietor, place-of-business, agent
specific-authorisation-dateCDATA #IMPLIEDagent
statusCDATA #IMPLIEDup-request, office-specific-data
topay(yes | no) #REQUIREDfee
type(jpg | pdf | tif) #REQUIREDdoc-page
up-association-numberCDATA #IMPLIEDagent
user-inputCDATA #IMPLIEDfee-factor, fee-reduction-factor, fee-reduction-amount
wiNMTOKEN #REQUIREDdoc-page

Attributes in up-sfd-request.xml file – UP(7038)

The list relates to upsfd-request-v1-2.dtd.

ATTRIBUTEVALUESApplicable to ELEMENTS
accnoCDATA #REQUIREDmode-of-payment, reimbursement
altCDATA #IMPLIEDdoc-page
authorisationCDATA #IMPLIEDagent
categoryCDATA #IMPLIEDup-electronic-files
color(color | bw) #IMPLIEDdoc-page
currCDATA #REQUIREDup-financial-data
currencyCDATA #IMPLIEDmode-of-payment
dateCDATA #REQUIREDfees, electronic-signature
date-producedCDATA #IMPLIEDupsfd-request
deferred-execution-dateCDATA #IMPLIEDmode-of-payment
deposit-account-numberCDATA #IMPLIEDcompensation
doc-typeCDATA #REQUIREDup-electronic-files
dtd-versionCDATA #IMPLIEDupsfd-request
fee-amounts-unlocked-by-user(yes | no) #IMPLIEDup-financial-data
fee-factor user-inputCDATA #IMPLIEDfee-factor
fee-reduction-amount user-inputCDATA #IMPLIEDfee-reduction-amount
fileCDATA #REQUIREDupsfd-request, doc-page, office-specific-data
heNMTOKEN #REQUIREDdoc-page
general-authorisation-numberCDATA #IMPLIEDagent
idID #IMPLIEDup-notes-to-EPO, doc-page, office-specific-data
indexCDATA #REQUIREDfee
langCDATA #REQUIREDaddressbook, document-id, office-specific-data, upsfd-request
mode-type(auto | deposit | bank ) #REQUIREDmode-of-payment
name-type(legal | natural) #IMPLIEDname
officeCDATA #REQUIREDoffice-specific-data
office-dtdCDATA #REQUIREDoffice-specific-data
pageCDATA #REQUIREDup-notes-to-EPO
page-countCDATA #IMPLIEDcl-request, cl-other-document
place-signedCDATA #IMPLIEDelectronic-signature
ppCDATA #IMPLIEDdoc-page
ppfCDATA #IMPLIEDdoc-page
pplCDATA #IMPLIEDdoc-page
produced-by(applicant | RO | ISA | IPEA | IB | DO | EO) #REQUIREDupsfd-request
prop-type(employee | proprietor) #REQUIREDproprietor
prop-status(small-or-medium-sized-enterprise | natural-person | non-profit-or-university-or-research-org) #IMPLIEDproprietor
up-association-numberCDATA #IMPLIEDagent
rep-type(agent | attorney | common-representative)
#REQUIRED
agent
roCDATA #REQUIREDupsfd-request
sequenceCDATA #REQUIREDproprietor, agent
statusCDATA #IMPLIEDupsfd-request, office-specific-data
topay(yes | no) #REQUIREDfee
type(jpg | pdf | tif) #REQUIREDdoc-page
up-association-numberCDATA #IMPLIEDagent
user-inputCDATA #IMPLIEDfee-factor, fee-reduction-factor, fee-reduction-amount
wiNMTOKEN #REQUIREDdoc-page

Data length restrictions

The maximal data length for some text fields is limited. See all details for affected elements and attributes in the table below. An x in a column means that this element is applicable for the specific procedure.

ELEMENT1001120010382300UPMax. data length
addcopiesxxxx2
addressxxxxx247
bio-accnoxxx64
bio-other-deposantxx249
cityxxxxx64
departmentxxxxx63
doc-numberxxxxx10-17
depending on parent element
emailxxxxx64
faxxxxxx25
figure-to-publishxxx16
first-namexxxxx64
iidxxxxx16
invention-titlexx590
last-namexxxxx128
mode-of-paymentxxxxx64
namexxxxx128
orgnamexxxxx63
ELEMENT1001120010382300UPMax. data length
phonexxxxx25
postcodexxxxx15
reimbursementxxxxx64
sr-refundx12
suffixxxxxx64
ATTRIBUTEVALUESPROCEDURESMax. data length
accnoCDATA #REQUIRED1001, 1200, 70008
dnumCDATA #IMPLIED100164
general_authorisation_numberCDATA #IMPLIED1200, 70006
number-of-claimsCDATA #IMPLIED10014