The OMOASISCATALOGS library provides functions for loading and using OASIS catalogs, as defined by the OASIS Entity Resolution Technical Committee Specification.
To load and compile an OASIS catalog specification, use the function oasis.compile-catalog-resource
which returns an oasis.catalog-type
instance. This data type is a specialization of
entity-resolver
, and overrides some of its behavior.
To use OMOASISCATALOGS, you must import it into your program using an import declaration such as:
import "omoasiscatalogs.xmd" prefixed by oasis.