Versions Compared

Key

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

Description

During 1.5, the structure of the OLE Instance had been changed.  The wrapper that was the OLE Instance had been removed.  Now there are several separate schemas that hold bibliographic, holdings, electronic holdings, and item data.

A Record has two levels of information: content and metadata.

Content means the actual information of the record.

Document (shown below as recordType-doc-schema) means the content and and the corresponding metadata (like dateCreated, dateUpdated, isStaffOnly etc).

Bibliographic Records:

Bib-doc-Schema.xml

Bib-doc-Schema.xsd

Holdings:

holdings-doc-schema.xml

holdings-doc-schema.xsd

holdings-Schema.xsd

Electronic Holdings:

eholdings-sample.xml

Item:

item-doc-schema.xml

item-doc-schema.xsd

item-Schema.xsd

Samples:

print holdings sample.xml

electronic holdings sample.xml

item sample.xml

Trees

HoldingsTree (earlier known as Instance) means a Holdings record and its associated items.

BibTree means a bib and its associated HoldingsTrees.

bib-doc-tree-schema.xml

bib-doc-tree-schema.xsd

holdings-doc-tree-schema.xml

holdings-doc-tree-schema.xsdOLE's Docstore stores different kinds of documents ranging from Bibliographic records to Licenses. The XML representation of Docstore documents, pass between Docstore and its clients.  External applications interact with the Docstore using REST API.

(warning) License agreements are scheduled for 2.0; see

Jira Legacy
serverKuali: Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdbe3acfec-fcc2-335b-8051-b2b053a39956
keyOLE-5666

A Docstore document has two parts:

Content: actual information of the document.

Metadata: Additional attributes of the content, such as dateCreated, dateUpdated, isStaffOnly etc.

Document Tree:

This is a term used to represent a document and its associated documents forming a hierarchical structure.

Examples:

HoldingsTree : Holdings (content only) and its Items (content only).

HoldingsDocTree: HoldingsDoc (content + metadata) and its ItemDocs (content + metadata)

BibTree: Bib (content only) and its HoldingsTrees (content only)

BibDocTree: BibDoc (content + metadata) and its HoldingsDocTrees (content + metadata)



Source Holdings

(MARC holdings, MODS holdings, etc.)

...