Changes between Version 31 and Version 32 of ebXMLObjectModel


Ignore:
Timestamp:
Mar 16, 2009, 3:32:29 PM (15 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLObjectModel

    v31 v32  
    33author: Heikki Doeleman
    44
    5 This page describes GeoNetwork's implementation of the ebXML Object Model.
     5This page describes !GeoNetwork's implementation of the ebXML Object Model.
    66[[BR]]
    77
     
    1212The 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]. I have put a copy on this Wiki [wiki:ebXMLRIMXSD here].
    1313
    14 GeoNetwork has implemented the 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:ebXMLPersistenceLayer Persistence Layer] for storage and retrieval.
     14!GeoNetwork has implemented the 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:ebXMLPersistenceLayer Persistence Layer] for storage and retrieval.
    1515
    1616