Changes between Version 19 and Version 20 of ebXMLObjectModel
- Timestamp:
- 07/21/08 09:01:57 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ebXMLObjectModel
v19 v20 8 8 === Introduction === 9 9 10 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. 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 hav ve put a copy on this Wiki [wiki:ebXMLRIMXSD here].10 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. 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]. 11 11 12 12 GeoNetwork 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.