NatLibFi/marc-record-validators-melinda

View on GitHub
src/melindaCustomMergeFields.js

Summary

Maintainability
F
5 mos
Test Coverage
export const melindaCustomMergeFields = {'fields':
  [
    {
      'tag': 'leader',
      'repeatable': false,
      'fieldType': 'controlField'
    },
    {
      'tag': '001',
      'repeatable': false,
      'fieldType': 'controlField'
    },
    {
      'tag': '003',
      'repeatable': false,
      'fieldType': 'controlField'
    },
    {
      'tag': '005',
      'repeatable': false,
      'fieldType': 'controlField'
    },
    {
      'tag': '006',
      'repeatable': true,
      'fieldType': 'controlField'
    },
    {
      'tag': '007',
      'repeatable': true,
      'fieldType': 'controlField'
    },
    {
      'tag': '008',
      'repeatable': false,
      'fieldType': 'controlField'
    },
    {
      'tag': '010',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '013',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '015',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'q', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '016',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '7'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '017',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '018',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {'tag': '019',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {
      'tag': '020',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '022',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '024',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '7', '8'], 'ind2': ['0', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '025',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '026',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '5', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '027',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '028',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '6'], 'ind2': ['0', '1', '2', '3']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '030',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '031',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '032',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '033',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': [' ', '0', '1', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '034',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '3'], 'ind2': [' ', '0', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': true},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '035',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '036',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '037',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '2', '3'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '038',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '039',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '040',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '041',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2'], 'ind2': [' ', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {'tag': '042',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': true}]},
    {
      'tag': '043',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '044',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '045',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '046',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '047',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '048',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '049',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '050',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ['0', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '051',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '052',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '7'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '055',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '060',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2'], 'ind2': ['0', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '061',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '066',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true}
      ]
    },
    {
      'tag': '070',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '071',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '072',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '074',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '080',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '082',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '7'], 'ind2': [' ', '0', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '083',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '7'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '084',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '9'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '085',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '086',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '088',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {'tag': '090',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '091',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '092',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '093',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '094',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '095',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '096',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '097',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '098',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '099',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {
      'tag': '100',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '3'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '110',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '111',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '130',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], 'ind2': [' ', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '210',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '0']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '2', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '222',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '240',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '242',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'y', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '243',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '245',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '246',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3'], 'ind2': [' ', '0', '1', '2', '3', '4', '5', '6', '7', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '247',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '250',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '251',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '254',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '255',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '256',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '257',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '258',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '260',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '2', '3'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '263',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '264',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '2', '3'], 'ind2': ['0', '1', '2', '3', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '270',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2'], 'ind2': [' ', '0', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '300',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '306',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '307',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '310',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '321',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '334',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '335',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '336',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '337',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '338',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '340',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '341',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '342',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': false},
        {'code': 'w', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '343',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '344',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '345',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '346',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '347',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '348',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '351',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '352',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '355',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '357',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '361',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'o', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '362',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '363',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': [' ', '0', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '365',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '366',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '370',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'c', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '377',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '380',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '381',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '382',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': [' ', '0', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '383',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '384',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '385',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '386',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '387',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '388',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '490',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '500',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '501',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '502',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '504',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '505',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '8'], 'ind2': [' ', '0']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '506',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '507',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '508',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '509',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '510',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '511',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '513',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '514',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '515',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '516',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '518',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '520',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2', '3', '4', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '521',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2', '3', '4', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '522',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '524',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '525',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '526',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '530',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '532',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '533',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '534',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '535',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'g', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '536',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '538',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '540',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '541',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '542',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '544',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '545',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '546',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '547',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '550',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '552',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '555',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '556',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '561',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '562',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '563',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '565',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '567',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '579',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false}
      ]
    },
    {
      'tag': '580',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '581',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '583',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '584',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '585',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '586',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '8'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '588',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '600',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '3'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '610',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '611',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '630',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '647',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '648',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '650',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '651',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '653',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ['0', '1', '2', '3', '4', '5', '6']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '654',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '655',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '656',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': '7'},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '657',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': '7'},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '658',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '662',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '668',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '700',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '3'], 'ind2': [' ', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '710',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': [' ', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '711',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': [' ', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '720',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '730',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], 'ind2': [' ', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '740',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], 'ind2': [' ', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '751',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '752',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '753',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '754',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '758',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '760',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '762',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '765',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '767',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '770',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '772',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '773',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '774',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '775',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '776',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '777',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '778',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '780',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['1', '2', '3', '4', '5', '6', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '785',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': ['1', '2', '3', '4', '5', '6', '7', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '786',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': false},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '787',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1'], 'ind2': [' ', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': false},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': 'z', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '790',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'x', 'repeatable': false}
      ]
    },
    {
      'tag': '800',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2', '3'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '810',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '811',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {
      'tag': '830',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'd', 'repeatable': true},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': false},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '841',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'e', 'repeatable': false}
      ]
    },
    {
      'tag': '842',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '843',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '844',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '845',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'q', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '850',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '852',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1', '2', '3', '4', '5', '6', '7', '8'], 'ind2': [' ', '0', '1', '2']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '853',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'e', 'repeatable': false}
      ]
    },
    {
      'tag': '854',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'e', 'repeatable': false}
      ]
    },
    {
      'tag': '855',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'e', 'repeatable': false}
      ]
    },
    // The new specs
    {
      'tag': '856',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2', '3', '4', '7'], 'ind2': ['0', '1', '2', '3', '4', '8']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        // {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        //{'code': 'i', 'repeatable': true},
        //{'code': 'j', 'repeatable': false},
        //{'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '7', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '863',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '3', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '863',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '3', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '863',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '3', '4']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 'o', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '866',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '867',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '868',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '3', '4', '5'], 'ind2': [' ', '0', '1', '2', '7']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '876',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '877',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '878',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 't', 'repeatable': false},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '880',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], 'ind2': [' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '3', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': true},
        {'code': '6', 'repeatable': true},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': true}
      ]
    },
    {
      'tag': '881',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': '3', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '882',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '883',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '884',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'q', 'repeatable': false},
        {'code': 'u', 'repeatable': true}
      ]
    },
    {
      'tag': '885',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': false},
        {'code': '5', 'repeatable': false}
      ]
    },
    {
      'tag': '886',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ['0', '1', '2'], 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '2', 'repeatable': false},
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': true},
        {'code': 'd', 'repeatable': true},
        {'code': 'e', 'repeatable': true},
        {'code': 'f', 'repeatable': true},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': true},
        {'code': 'i', 'repeatable': true},
        {'code': 'j', 'repeatable': true},
        {'code': 'k', 'repeatable': true},
        {'code': 'l', 'repeatable': true},
        {'code': 'm', 'repeatable': true},
        {'code': 'n', 'repeatable': true},
        {'code': 'o', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': 'q', 'repeatable': true},
        {'code': 'r', 'repeatable': true},
        {'code': 's', 'repeatable': true},
        {'code': 't', 'repeatable': true},
        {'code': 'u', 'repeatable': true},
        {'code': 'v', 'repeatable': true},
        {'code': 'w', 'repeatable': true},
        {'code': 'x', 'repeatable': true},
        {'code': 'y', 'repeatable': true},
        {'code': 'z', 'repeatable': true},
        {'code': '0', 'repeatable': true},
        {'code': '1', 'repeatable': true},
        {'code': '2', 'repeatable': true},
        {'code': '3', 'repeatable': true},
        {'code': '4', 'repeatable': true},
        {'code': '5', 'repeatable': true},
        {'code': '6', 'repeatable': true},
        {'code': '7', 'repeatable': true},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': true}
      ]
    },
    {
      'tag': '887',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '2', 'repeatable': false}
      ]
    },
    {
      'tag': '900',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '3'], 'ind2': [' ', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '901',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '902',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '903',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '904',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '905',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '906',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '907',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '908',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '909',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '910',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '0', '1', '2'], 'ind2': [' ', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': true},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '911',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': [' ', '1']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'n', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '920',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true},
        {'code': '9', 'repeatable': false}
      ]
    },
    {'tag': '921',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {
      'tag': '923',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': 'b', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '924',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {'tag': '929',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '930',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '931',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': '932',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false}
      ]},
    {
      'tag': '933',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'c', 'repeatable': false}
      ]
    },
    {'tag': '935',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': true}]},
    {
      'tag': '940',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' ', '1'], 'ind2': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'y', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '946',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': [' '], 'ind2': [' ']},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': true},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'n', 'repeatable': true},
        {'code': 'p', 'repeatable': true},
        {'code': '5', 'repeatable': false},
        {'code': '6', 'repeatable': false},
        {'code': '8', 'repeatable': true}
      ]
    },
    {
      'tag': '960',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '961',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': '8'},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': 'z', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '971',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'k', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'm', 'repeatable': false},
        {'code': 'p', 'repeatable': false},
        {'code': 's', 'repeatable': false},
        {'code': 't', 'repeatable': false},
        {'code': 'u', 'repeatable': false},
        {'code': 'x', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '972',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '974',
      'repeatable': false,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': '5', 'repeatable': true}
      ]
    },
    {
      'tag': '976',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false}
      ]
    },
    {'tag': '977',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {
      'tag': '979',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'd', 'repeatable': false},
        {'code': 'e', 'repeatable': false},
        {'code': 'f', 'repeatable': false},
        {'code': 'g', 'repeatable': false},
        {'code': 'h', 'repeatable': false},
        {'code': 'i', 'repeatable': false},
        {'code': 'j', 'repeatable': false}
      ]
    },
    {
      'tag': '995',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': true},
        {'code': '5', 'repeatable': true}
      ]
    },
    {'tag': 'CAT',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'a', 'repeatable': false},
        {'code': 'b', 'repeatable': false},
        {'code': 'c', 'repeatable': false},
        {'code': 'l', 'repeatable': false},
        {'code': 'h', 'repeatable': false}
      ]},
    {'tag': 'LOW',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [{'code': 'a', 'repeatable': false}]},
    {'tag': 'SID',
      'repeatable': true,
      'fieldType': 'dataField',
      'indicators': {'ind1': ' ', 'ind2': ' '},
      'subfields': [
        {'code': 'c', 'repeatable': false},
        {'code': 'b', 'repeatable': false}
      ]}
  ]};