Binding type is taken from a controlled list of bindings for paper books. Provisionally it is expressed as a string in Norwegian Bokmål, but additional languages will be added later.

interface BindingType {
    code: string;
    name: LanguageMap;
}

Hierarchy

  • CordataEntity
    • BindingType

Properties

Properties

code: string

Code to use in MARC.

Human-readable name of the binding type.