Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<applicant mxw-id="PPAR495536593" load-source="docdb" sequence="1" format="epo">
   <addressbook>
      <last-name>IBM</last-name><address>
      <country>US</country>
      </address>
   </addressbook>
</applicant>
<applicant mxw-id="PPAR495567572" load-source="docdb" sequence="1" format="intermediate">
   <addressbook>
      <last-name>INTERNATIONAL BUSINESS MACHINES CORPORATION IBM</last-name>
   </addressbook>
</applicant>
<applicant mxw-id="PPAR495203212" load-source="patent-office" sequence="1" format="original">
   <addressbook>
      <last-name>International Business Machines Corporation IBM</last-name>
      <address>
         <street>One New Orchard Road</street>
         <city>Armonk NY 10504</city>
         <country>US</country>
      </address>
   </addressbook>
</applicant>

 

Applicant data will include the inventor-applicants for WO records when US is a designated state.

US pre-grants will list inventors as applicants when no assignee info is present.

Since the EPO Register data updates the applicant information when reassignment of an application occurs and DocDB does not update this information, the "original" refers to an entity that applies for a patent. Before September 16, 2012, only inventors could apply for patents in the US. This was changed on September 16, 2012, so that an assignee (or patent owner) may now be the applicant, as has been customary in other countries for many years.

Applicant data will include the inventor-applicants for WO records when US is a designated state.

US pre-grants will list inventors as applicants when no assignee info is present.

Since the EPO Register data updates the applicant information when reassignment of an application occurs and DocDB does not update this information, the "original" applicant may differ from the epo and intermediate formats.

...

Code Block
languagexml
<assignees>
   <assignee mxw-id="PPAR1105861888" load-source="patent-office" sequence="1" format="original" us-assignee-type="03">
      <addressbook>
         <name>BROSE FAHRZEUGTEILE GMBH & CO. KG, HALLSTADT</name>
         <address>
            <city>Hallstadt</city>
            <country>DE</country>
         </address>
      </addressbook>
   </assignee>
</assignees>

 

Assignee refers to the patent owner or buyer, i.e., the person or legal entity to which the entire right, title, and interest in the application has been assigned (sold or transferred) regardless of whether the assignee filed the application for the patent or has taken over prosecution of the application to the exclusion of the inventor.

 

Attribute

Description

formatSee Common XML Attributes
sequenceSequence number, present when there has been more than one assignee

us-assignee-type

US only. Values include:

01=Unassigned
02=US company or corporation
03=Non-US company or corporation
04=US individual
05=Non-US individual
06=US federal government
07=Non-US government
08=US county government
09=US state government

...