Versions Compared

Key

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

...

Column

Type

Modifiers

Comment

<tbl>_id

serial

primary key

Table primary key

publication_id

integer

not null

Interger representation of the publication

modified_load_id

integer

not null

Internal load id used to manage data updates

status

char(1)

 

Validity of the XML fragment (v=valid, i=invalid)*

content

XML

 

The XML fragment

Info

Occasionally All XML stored in content columns is without exception well-formed but occasionally during processing, invalid XML is created. This is due to a variety of reasons, most predominantly, corrupt or invalid patent office data. In an effort to maintain the completeness of the publication, even invalid fragments are stored. If you wish to validate a complete document, simply filter out invalid fragments. 

...