Versions Compared

Key

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

...

Element

INID

Description

Example(s)

name

73

Name of assignee(s). As received from publishing authority where format=original. Names may be parsed into last-name, first-name or orgname within the addressbook element.

LITE-ON TECHNOLOGY CORP.

address

-

The address is found within addressbook and if possible, is parsed into 3 elements: street, city, and country. 

Taipei

country

-

Where possible. 
Country is represented by a standard 2-character code based on WIPO ST.3.

TW

parties/assignee-history/reassignments/reassignment (AU and US)

Code Block
languagexml
<assignee-history>
   <reassignments>
      <reassignment mxw-id="RID14895693" load-source="us-assign" reel-frame="030807-0936" recorded-date="20130716">
         <assignees>
            <assignee mxw-id="RPAR66819416" format="original">
               <addressbook>
                  <last-name>BROSE FAHRZEUGTEILE GMBH & CO. KG, HALLSTADT</last-name>
                  <address>
                     <address-1>MAX-BROSE-STRASSE 2</address-1>
                     <city>HALLSTADT</city>
                     <postcode>D-96103</postcode>
                     <country>DE</country>
                  </address>
               </addressbook>
            </assignee>
         </assignees>
         <assignors>
            <assignor mxw-id="RPAR66822104" load-source="us-assign" format="original" execution-date="20130627">
               <addressbook>
                  <last-name>BAUERSACHS, STEFFEN</last-name>
               </addressbook>
            </assignor>
            <assignor mxw-id="RPAR66823442" load-source="us-assign" format="original" execution-date="20130507">
               <addressbook>
                  <last-name>STRAUB, CHRISTOPH</last-name>
               </addressbook>
            </assignor>
         </assignors>
      </reassignment>
   </reassignments>
</assignee-history>

...

Element

INID

Description

Example(s)

name

74

Name of agent(s). May be firm or individual name; parsed when possible. Names may be parsed into last-name, first-name or orgname within the addressbook element.

Thomas, Kayden, Horstemeyer & Risley

address

-

May be present within the addressbook element.

-

 

parties/correspondence-address (US Apps)

Code Block
languagexml
<correspondence-address mxw-id="PPAR575461970" load-source="patent-office" sequence="1" format="original">
   <addressbook>
      <last-name>St. Onge Steward Johnston & Reens, LLC</last-name>
      <address>
         <address-1>986 BEDFORD STREET</address-1>
         <city>STAMFORD</city>
         <state>CT</state>
         <postcode>06905-5619</postcode>
         <country>US</country>
      </address>
   </addressbook>
</correspondence-address>

...