Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 14

Download versions of the CLAIMS Direct DTDs and Schemas here.

Current Patent XML Schema Version 2.7

DescriptionLink
Current Extract DTD (v2.7)patent-document-2.7.tar.gz
Current Extract DTD (v2.7) packaged with XSD conversionspatent-document-2.7-w3c.tar.gz

Current Litigation XML Schema

DescriptionLink
Current Litigation XSD Schemalitigation-1.0-w3c.tar.gz

Changes between v2.6 and v2.7

Changes to patent-document.dtd:

1. Added attribute ep-up-requested  to element ifi-patent-status 

Code Block
<!ATTLIST ifi-patent-status
  %ifidfltattrs;
  anticipated-expiration CDATA #IMPLIED
  adjusted-expiration CDATA #IMPLIED
  regulatory-extension (yes) #IMPLIED
  terminal-disclaimer (yes) #IMPLIED
  ep-up-requested (yes|no) #IMPLIED
>

Changes between v2.5 and v2.6

Changes to patent-document.dtd:

1. Added created-load-id and modified-load-id to the default attributes entity dfltattrs 

Code Block
<!ENTITY % dfltattrs "
  id ID #IMPLIED
  mxw-id CDATA #IMPLIED
  created-load-id CDATA #IMPLIED
  modified-load-id CDATA #IMPLIED
  status (n|new|c|corrected|d|deleted) 'new'
  load-source CDATA #IMPLIED
  ref-ucid CDATA #IMPLIED
  copyright-ref CDATA #IMPLIED
">

2. Added support for unitary patent with two new designated-states elements

Code Block
<!ELEMENT ep-validation-states (country+) >
<!ELEMENT ep-up-participating-states (country+) >


Older Versions

Version 2.5

DescriptionLink
Current Extract DTD (v2.5)patent-document-v2.5.tar.gz
Current Extract DTD (v2.5) packaged with XSD conversionspatent-document-v2.5-w3c.tar.gz

Changes between v2.4 and v2.5

Changes to patent-document.dtd:

1. Added CPCI to the list of allowed values for attribute scheme of element classification-cpc

old:

Code Block
<!ATTLIST classification-cpc
  %dfltattrs;
  scheme (CPC|CPCNO) #REQUIRED
  rank CDATA #IMPLIED
>

new:

Code Block
<!ATTLIST classification-cpc
  %dfltattrs;
  scheme (CPC|CPCNO|CPCI) #REQUIRED
  rank CDATA #IMPLIED
>

2. Changed the definition of element classifications-cpc so that child element classification-cpc is no longer required

old:

Code Block
<!ELEMENT classifications-cpc (classification-cpc+, combination-sets?)>

new:

Code Block
<!ELEMENT classifications-cpc (classification-cpc*, combination-sets?)>

Changes to citations.dtd:

1. Changed the definition of elements author and subname to allow complete name and addressbook information

old:

Code Block
<!ELEMENT cit:author (%nam;) >
<!ELEMENT cit:subname (#PCDATA) >

new:

Code Block
<!ELEMENT cit:author (%nam; | addressbook) >
<!ELEMENT cit:subname (%nam; | addressbook) >

2. Added attribute subname-type to element subname

new:

Code Block
<!ATTLIST cit:subname 
  subname-type (editor | translator | other-subname-type ) 'editor'
>

3. Fixed date reference in element conference

old:

Code Block
<!ELEMENT cit:conference (text | (cit:conftitle, cit:date?, cit:confdate?, cit:confno?, cit:confplace?, cit:confsponsor*)) >

new:

Code Block
<!ELEMENT cit:conference (text | (cit:conftitle, date?, cit:confdate?, cit:confno?, cit:confplace?, cit:confsponsor*)) >

Version 2.4

DescriptionLink
Current Extract DTD (v2.4)patent-document-v2.4.tar.gz
Current Extract DTD (v2.4) packaged with XSD conversionspatent-document-v2.4-w3c.tar.gz

Changes between v2.3 and v2.4

Changes to patent-document.dtd:

1. Added new element combination-sets as an optional child of classifications-cpc and added optional attribute rank to classification-cpc

...

This new file contains all of the definitions for elements related to citations including a new namespace that has been added to support rich citations.

Older Versions

Version 2.3

Description

Link

Current Extract DTD (v2.3)patent-document-v2.3.tar.gz
Current Extract DTD (v2.3) packaged with XSD conversionspatent-document-v2.3-w3c.tar.gz

Changes between v2.2 and v2.3

Changes to patent-document.dtd:

1. Added optional child element effective-date to application-reference

...

Code Block
<!ELEMENT ifi-annotated-data ( pharmaceuticals )> 
<!ELEMENT pharmaceuticals ( pharmaceutical+ )> 
<!ELEMENT pharmaceutical ( strengths? )> 
<!ATTLIST pharmaceutical
  %dfltattrs;
  ingredient CDATA #REQUIRED 
  brand CDATA #IMPLIED
  form CDATA #IMPLIED 
  route CDATA #IMPLIED 
> 
<!ELEMENT strengths ( strength+ )> 
<!ELEMENT strength (#PCDATA)>

...


Changes to ifi-integrated-content.dtd:

...

Code Block
<!ELEMENT sequence-cwu  (publication-reference?, number?, (sequence-list-old-rules | sequence-list-new-rules | table )) >

...


Version 2.2

Description

Link

Current Extract DTD (v2.2)patent-document-v2.2.tar.gz
Current Extract DTD (v2.2) packaged with XSD conversionspatent-document-v2.2-w3c.tar.gz

Changes between v2.1 and v2.2

Changes to patent-document.dtd:

1. Added citation source name TPO (Third Party Observation)

...

Changes between v2.0 and v2.1

Changes to patent-document.dtd:

1. Added USPTO Official Gazette data

...

Code Block
<!ELEMENT child-doc (document-id+, child-pct-document?) >

...


4. Changed attribute fvid of publication-reference from REQUIRED to IMPLIED

...

Code Block
<!ELEMENT ifi-indexing-codes (
    ifi-uniterm-fragment-indexing-codes |
    ifi-general-term-indexing           |
    ifi-cdb-fragment-term-links         |
    ifi-compound-term-indexing          |
    ifi-category-terms                  |
    ifi-collection-terms                |
    ifi-business-method-terms
  )*
>

...


3. Changed ifi-patent-status and ifi-patent-status-description to allow multiple country-specific status values

...

Code Block
<!ELEMENT ifi-patent-status (ifi-patent-status-description+, ifi-term-extension?)>

<!ATTLIST ifi-patent-status-description
  %ifidfltattrs;
  country CDATA #IMPLIED
>

 

...