Package: cxml-types
Function find-type
Lambda List
find-type (library name params)
Arguments
Return Valuean instance of data-type, or nil
Details Look up the type named name in datatype library library.
Additional parameters (knows as restricting facets in XSD) can be passed to specify or restrict the type for the purposes of validp. Return a type instance for this type and the additional parameters, nil if the type does not exist, or :error if the type exists, but the specified parameters are not valid for that type. |
See also |