Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:06
Size: 1260
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:13:45
Size: 1264
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Extensions to [:DataModel/Type_DOMS_object: Type DOMS] Extensions to [[DataModel/Type DOMS object| Type DOMS]]
Line 8: Line 8:
    .'''Relations''' [:DataModel/Datastream_Relations: RDF relations] to other objects (''RELS-EXT'')     .'''Relations''' [[DataModel/Datastream Relations| RDF relations]] to other objects (''RELS-EXT'')
Line 19: Line 19:
The FoxML object can be found [http://merkur/viewvc/trunk/data/doms_base_collection/domsBaseTypeText.xml?root=doms&view=markup here] The FoxML object can be found [[http://merkur/viewvc/trunk/data/doms_base_collection/domsBaseTypeText.xml?root=doms&view=markup|here]]

Type_text

Type_text is a subtype of Type_DOMS. Type_text defines that a logical text object must have a reference to a file object with file format UTF8 and may have a reference to file objects with file format OfficeOpenXML and PDF.

Extensions to Type DOMS


  • Datastreams

    • Relations RDF relations to other objects (RELS-EXT)

      • hasFile -> (File Object) isFileFormat (UTF8 Fileformat Object) relation to file object with relation to fileformat UTF8

      • ?hasFile -> (File Object) isFileFormat (PDF Fileformat Object) relation to file object with relation to fileformat PDF

      • ?hasFile -> (File Object) isFileFormat (OfficeOpenXML Fileformat Object) relation to file object with relation to fileformat OfficeOpenXML


Note: the hasOfficeOpenXMLFile and hasPDFFile relations are recommended; however when the original is a simple text file, translating to OfficeOpenXML and PDF makes little sense; they hold no extra original information compared to the UTF8 version.

The FoxML object can be found here

DataModel/Type text (last edited 2010-03-17 13:13:45 by localhost)