USPTO Patent Application V1.5 2001-01-31: DTD Element View [User Element View]
[Home] [Elements] [Entities] [Notations] [Prev] [Next]

address

Element Title: Address Information

Element Description: This is a group element containing address information for an assignee, correspondence, depository, inventor, or other party.

It contains:
    - an optional military address
    - an optional address line 1
    - an optional address line 2
    - an optional city name
    - an optional state code
    - an optional postalcode
    - an optional country code
    - optional multiple email addresses
    - optional multiple telephone numbers
    - optional multiple fax numbers

Element Content:

(military-address?,address-1?,address-2?,city?,state?,postalcode?,
 country?,email*,telephone*,fax*)

Element is Located in:

assignee, correspondence-address, depository, first-named-inventor, inventor, party

Element Attributes:

NameTypeDefault ValueExampleDescription
st32-name CDATA "ADR" (fixed)

In DTD for reference only

Data mapping to Grant Red Book/ST32

Element Markup Instructions: none

Element Example:

<address>
    <address-1>6300 SEARS TOWER</address-1>
    <address-2>233 SOUTH WACKER DRIVE</address-2>
    <city>CHICAGO</city>
    <state>IL</state>
    <postalcode>60606-6402</postalcode>
    <country>
        <country-code>US</country-code>
    </country>
</address>


HTML Presentation of USPTO Patent Application V1.5 2001-01-31