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

subdoc-drawings

Element Title: Drawings

Element Description: Structure for the drawings associated with the patent. it is a group element containing a heading, representative figure, and one or more figures.

Element Content:

(heading,representative-figure,figure+)

Element is Located in:

patent-application-publication

Element Attributes:

NameTypeDefault ValueExampleDescription
st32-name CDATA "SDODR"

In DTD for reference only

Data mapping to Grant Red Book/ST32

id ID Required

id="DRAWINGS"

Fixed to id="DRAWINGS" (only one in document)

Element Markup Instructions: none

Element Example:

<subdoc-drawings id="DRAWINGS">
    <heading lvl="0" align="CENTER">Drawings</heading>
    <representative-figure>1</representative-figure>
    <figure id="figure-D00001">
        <image id="EMI-D00001" file="US20010000002A1-20010315-D00001.TIF" imf="TIFF" ti="DR"/>
    </figure>
        <figure id="figure-D00002">
    <image id="EMI-D00002" file="US20010000002A1-20010315-D00002.TIF" imf="TIFF" ti="DR"/>
    </figure>
    .
    .
    .
</subdoc-drawings>


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