Changes between Version 1 and Version 2 of ebXMLObjectModel


Ignore:
Timestamp:
Jul 21, 2008, 7:40:01 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLObjectModel

    v1 v2  
    33This page describes GeoNetwork's implementation of the ebXML Object Model.
    44
     5The ebXML Object Model is specified in "ebXML Registry Information Model Version 3.0" wich can be found [http://www.oasis-open.org/committees/download.php/13591/docs.oasis-open.orgregrepv3.0specsregrep-rim-3.0-os.pdf here]. It defines the types of metadata and content that can be stored in an ebXML Registry.
     6
     7This document is the basis for an XML Schema for this model, which you can find inside [http://docs.oasis-open.org/regrep/v3.0/regrep-3.0-os.zip this zip file].
     8
     9GeoNetwork has implemented this information model in Java. The implementation is capable of marshalling, unmarshalling and validating XML documents that conform to the XSD mentioned above. The implementation will be loosely coupled to the [wiki:ebXMLDataLayer Data Layer] for storage and retrieval.
     10
     11
     12