Package: cxml-types

Class xsd-idrefs-type

Superclasses

cxml-types::enumeration-type, xsd-type, data-type, cxml-types::length-mixin, common-lisp:standard-object, sb-pcl::slot-object, common-lisp:t

Documented Subclasses

None

Details

The IDREFS data type, an enumeration.

Syntax. A whitespace-separated sequence of xsd-idref-type values, with at least one element.

C.f. the specification.

Implementation. This type returns a list of the values as returned by xsd-idref-type.

ID type. This type has the ID-type 'IDREFS'for the purposes of DTD compatibility. See Guidelines for using W3C XML Schema Datatypes with RELAX NG.

Parameters. This type allows restrictions on the number of values through the parameters exact-length, min-length, and max-length.

 

Slot Access Functions

Inherited Slot Access Functions

See also