@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
15 lines (14 loc) • 433 B
text/typescript
// https://ns.editeur.org/onix/en/90
export enum ReligiousTextFeature {
_01 = '01', // Academic year
_02 = '02', // Catechistic year
_03 = '03', // Liturgical year
_04 = '04', // Advent and Christmas
_05 = '05', // Blessings
_06 = '06', // Scholastic cycles
_07 = '07', // Confirmation and Holy Communion
_08 = '08', // Summer activites
_09 = '09', // Easter
_10 = '10', // Lent
_11 = '11', // Marian themes
}