Changes between Version 2 and Version 3 of ebXMLObjectModel


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLObjectModel

    v2 v3  
    22
    33This page describes GeoNetwork's implementation of the ebXML Object Model.
     4[[BR]]
    45
    5 The 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----
    67
    7 This 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=== Introduction ===
     9
     10The 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. The specification 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].
    811
    912GeoNetwork 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.
    1013
    1114
     15----
    1216
     17=== Implementation ===
     18
     19
     20----
     21
     22=== XML binding ===
     23
     24----