Skip to content
toxn edited this page Sep 14, 2010 · 5 revisions

p<>.In oeGen, a source record represents any source of data. it can be a textual document, an interview or a document repository, even a repository of repositories. That’s why Sources are hierarchically organized.

Source
* IID Internal identifier integer Unique, Primary Key
* GUID Global Unique IDentifier text Unique accross db
* DisplayName Display Name text
* Source The source of the source (hierarchical link) integer key to Source.IID
* Type Source type (document, entry, repository…) integer key to SourceType.IID

Clone this wiki locally