patcit

*******************************
PATCIT
*******************************
PATENT CITATIONS:
(ST.32:see B561 for B documents only)

Patent Citation within paragraph and SR 

Notes:
    Tags arranged according to WIPO ST.14 order.
    This can be free text data without any structure (text).

Attributes (recommended):
    id - pcit0001, pcit0002, etc. for the SR: sr-pcit0001
    num - 0001, 0002, etc.
    dnum - use full number as one string, eg, "US5401234A";
    file - file name eg. if actual file is stored on local systems
    dnum-type - type of document number
    (e.g., application number, publication number)
    url - where possible give full web link to patent eg to espacenet
    family-id - only used for extended ccd

EPO and PatXML usage:
    id - pcit0001, pcit0002, etc. for the SR: sr-pcit0001
    num - 0001, 0002, etc.
    dnum - use full number as one string, eg, "US5401234A";
    dnum-type - type of document number; only used if NOT publication 
    number; otherwise values are (in PatXML): appno and pctno
    url - for the SR generate link to espacenet

Examples:

<patcit id='pcit0001' num="0001" dnum='US4793675A' dnum-type='appno'>
    <document-id>
        <country>US</country>
        <doc-number>4793675</doc-number>
        <kind>A</kind>
        <name>Handa</name>
        <date>19881227</date>
    </document-id>
</patcit>

For the SR:
<srep-citations>
    <citation>
        <patcit id='sr-pcit0001' num="0001" dnum='US6089831A'  url="http://v3.espacenet.com/textdoc?DB=EPODOC&IDX=US6089831&CY=ep">
            <document-id>
                <country>US</country>
                <doc-number>6089831</doc-number>
                <kind>A</kind>
                <name>ALT MATHIAS ET AL</name>
                <date>20000718</date>
            </document-id>
        </patcit>
        <rel-passage>
            <passage>
            column 3, line 66 - column 6, line 35; figure 2
            </passage>
        </rel-passage>
        <category>A</category>
        <rel-claims>1,4,8,15,16,20,29, 30</rel-claims>
    </citation>
<srep-citations>

EPO style:      
    - <country>, <doc-number>: bold
    - <name>: uppercase, brackets eg. (SMITH)
    - reformat date to: dd.mm.yyyy eg. 27.12.1988

Notes:
    - It is NOT expected that the applicant will create the tagged data
      unless using PatXML.
    - Contractor should capture as specified here

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dnum xs:string optional
dnum-type xs:string optional
family-id xs:string optional
file xs:string optional
id xs:ID optional
num xs:string optional
url xs:string optional

Source

<xs:element name="patcit" type="patcitType">
  <xs:annotation>
    <xs:documentation>******************************* PATCIT ******************************* PATENT CITATIONS: (ST.32:see B561 for B documents only) Patent Citation within paragraph and SR Notes: Tags arranged according to WIPO ST.14 order. This can be free text data without any structure (text). Attributes (recommended): id - pcit0001, pcit0002, etc. for the SR: sr-pcit0001 num - 0001, 0002, etc. dnum - use full number as one string, eg, "US5401234A"; file - file name eg. if actual file is stored on local systems dnum-type - type of document number (e.g., application number, publication number) url - where possible give full web link to patent eg to espacenet family-id - only used for extended ccd EPO and PatXML usage: id - pcit0001, pcit0002, etc. for the SR: sr-pcit0001 num - 0001, 0002, etc. dnum - use full number as one string, eg, "US5401234A"; dnum-type - type of document number; only used if NOT publication number; otherwise values are (in PatXML): appno and pctno url - for the SR generate link to espacenet Examples: <patcit id='pcit0001' num="0001" dnum='US4793675A' dnum-type='appno'> <document-id> <country>US</country> <doc-number>4793675</doc-number> <kind>A</kind> <name>Handa</name> <date>19881227</date> </document-id> </patcit> For the SR: <srep-citations> <citation> <patcit id='sr-pcit0001' num="0001" dnum='US6089831A' url="http://v3.espacenet.com/textdoc?DB=EPODOC&IDX=US6089831&CY=ep"> <document-id> <country>US</country> <doc-number>6089831</doc-number> <kind>A</kind> <name>ALT MATHIAS ET AL</name> <date>20000718</date> </document-id> </patcit> <rel-passage> <passage> column 3, line 66 - column 6, line 35; figure 2 </passage> </rel-passage> <category>A</category> <rel-claims>1,4,8,15,16,20,29, 30</rel-claims> </citation> <srep-citations> EPO style: - <country>, <doc-number>: bold - <name>: uppercase, brackets eg. (SMITH) - reformat date to: dd.mm.yyyy eg. 27.12.1988 Notes: - It is NOT expected that the applicant will create the tagged data unless using PatXML. - Contractor should capture as specified here</xs:documentation>
  </xs:annotation>
</xs:element>

Sample