@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines (15 loc) • 477 B
text/typescript
// https://ns.editeur.org/onix/en/151
export enum ContributorPlaceRelator {
_00 = '00', // Associated with
_01 = '01', // Born in
_02 = '02', // Died in
_03 = '03', // Formerly resided in
_04 = '04', // Currently resides in
_05 = '05', // Educated in
_06 = '06', // Worked in
_07 = '07', // Flourished in
_08 = '08', // Citizen of
_09 = '09', // Registered in
_10 = '10', // Operating from
_11 = '11', // Eligible for geographical marketing programs
}