Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created January 15, 2012 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tingletech/1614098 to your computer and use it in GitHub Desktop.
Save tingletech/1614098 to your computer and use it in GitHub Desktop.
EAD tag use analysis script

ead_tag_use.py sample output

created with https://github.com/tingletech/ead_tag_use.py using EAD test files in https://github.com/tingletech/ead-test-col

Data Structure

    # get stats counter for the current element name, or set the default
    element_stats = stats.setdefault(key,  # <-- element name is dict key
             [0,               # <-- count for this element [0]    corpus
                [Counter(),    # <-- parent elements        [1][0] corpus
                 Counter(),    # <-- child elements         [1][1] dtd
                 Counter(),    # <-- child attributes       [1][2] dtd
                 Counter()]]   # <-- PCDATA                 [1][3] corpus
    )                          #               array address-^--^
             # some counters look for everything possible based on dtd
                            # some counters only observe the input corpus

Counter() is a python built in collection type.

Acknowledgements

inspired by the tag analysis work of Katherine M. Wisser from Simmons.

{ 'abbr': [ 27,
[ Counter({'item': 27}),
Counter(),
Counter({'expan': 0, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 27})]],
'abstract': [ 184,
[ Counter({'did': 184}),
Counter({'title': 6, 'emph': 5, 'lb': 1, 'archref': 0, 'extptr': 0, 'bibref': 0, 'linkgrp': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'label': 82, 'encodinganalog': 39, 'id': 26, 'audience': 6, 'langcode': 0, 'altrender': 0, 'type': 0}),
Counter({'PCDATA': 184})]],
'accessrestrict': [ 155,
[ Counter({'archdesc': 62, 'descgrp': 43, 'c03': 27, 'c02': 9, 'c04': 8, 'c': 5, 'c01': 1}),
Counter({'p': 173, 'head': 85, 'legalstatus': 6, 'accessrestrict': 0, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'encodinganalog': 65, 'id': 36, 'type': 0, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 145, 'no text()': 10})]],
'accruals': [ 17,
[ Counter({'descgrp': 9, 'archdesc': 8}),
Counter({'p': 17, 'head': 9, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0, 'accruals': 0}),
Counter({'encodinganalog': 8, 'id': 1, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 17})]],
'acqinfo': [ 83,
[ Counter({'archdesc': 54, 'descgrp': 19, 'custodhist': 6, 'c': 3, 'c01': 1}),
Counter({'p': 90, 'head': 63, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0, 'acqinfo': 0}),
Counter({'encodinganalog': 42, 'id': 20, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 81, 'no text()': 2})]],
'address': [ 134,
[ Counter({'publicationstmt': 74, 'repository': 43, 'titlepage': 17}),
Counter({'addressline': 563}),
Counter({'altrender': 9, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 130, 'no text()': 4})]],
'addressline': [ 563,
[ Counter({'address': 563}),
Counter({'lb': 96, 'ptr': 32, 'emph': 27, 'extptr': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 527, 'no text()': 36})]],
'altformavail': [ 572,
[ Counter({'c03': 452, 'c02': 87, 'c04': 17, 'descgrp': 9, 'archdesc': 3, 'c01': 3, 'c05': 1}),
Counter({'p': 575, 'head': 10, 'list': 1, 'blockquote': 0, 'chronlist': 0, 'altformavail': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'id': 10, 'type': 7, 'encodinganalog': 5, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 571, 'no text()': 1})]],
'appraisal': [ 11,
[ Counter({'archdesc': 10, 'descgrp': 1}),
Counter({'p': 12, 'head': 1, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0, 'appraisal': 0}),
Counter({'id': 6, 'audience': 0, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 11})]],
'arc': [ 1644,
[ Counter({'daogrp': 1644}),
Counter(),
Counter({'from': 1644, 'actuate': 1644, 'show': 1644, 'to': 1644, 'linktype': 0, 'arcrole': 0, 'altrender': 0, 'audience': 0, 'title': 0, 'id': 0}),
Counter({'no text()': 1644})]],
'archdesc': [ 110,
[ Counter({'ead': 110}),
Counter({'did': 110, 'dsc': 100, 'bioghist': 94, 'scopecontent': 93, 'controlaccess': 91, 'descgrp': 76, 'arrangement': 74, 'accessrestrict': 62, 'userestrict': 62, 'prefercite': 57, 'acqinfo': 54, 'processinfo': 35, 'relatedmaterial': 25, 'otherfindaid': 17, 'custodhist': 16, 'bibliography': 12, 'appraisal': 10, 'accruals': 8, 'separatedmaterial': 5, 'phystech': 5, 'originalsloc': 4, 'note': 3, 'altformavail': 3, 'runner': 0, 'daogrp': 0, 'odd': 0, 'index': 0, 'fileplan': 0, 'dao': 0}),
Counter({'level': 110, 'relatedencoding': 52, 'type': 48, 'encodinganalog': 1, 'altrender': 0, 'id': 0, 'audience': 0, 'otherlevel': 0}),
Counter({'PCDATA': 108, 'no text()': 2})]],
'archref': [ 179,
[ Counter({'p': 152, 'relatedmaterial': 11, 'label': 9, 'item': 5, 'unitdate': 1, 'unitid': 1}),
Counter({'ref': 61, 'unittitle': 13, 'lb': 3, 'emph': 2, 'title': 1, 'abstract': 0, 'expan': 0, 'materialspec': 0, 'physdesc': 0, 'unitdate': 0, 'daogrp': 0, 'ptr': 0, 'note': 0, 'langmaterial': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'dao': 0, 'abbr': 0, 'unitid': 0, 'container': 0, 'extptr': 0, 'physloc': 0, 'extref': 0}),
Counter({'altrender': 112, 'href': 31, 'xpointer': 17, 'show': 14, 'actuate': 14, 'role': 9, 'audience': 2, 'linktype': 0, 'arcrole': 0, 'entityref': 0, 'title': 0, 'id': 0}),
Counter({'PCDATA': 167, 'no text()': 12})]],
'arrangement': [ 332,
[ Counter({'c01': 109, 'c03': 76, 'archdesc': 74, 'c02': 60, 'c04': 7, 'c': 3, 'c05': 2, 'descgrp': 1}),
Counter({'p': 372, 'head': 62, 'list': 17, 'blockquote': 0, 'chronlist': 0, 'arrangement': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'encodinganalog': 112, 'id': 88, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 321, 'no text()': 11})]],
'author': [ 106,
[ Counter({'titlestmt': 90, 'titlepage': 16}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'encodinganalog': 50, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 105, 'no text()': 1})]],
'bibliography': [ 21,
[ Counter({'archdesc': 12, 'bibliography': 6, 'c03': 1, 'c02': 1, 'descgrp': 1}),
Counter({'bibref': 57, 'head': 14, 'p': 9, 'bibliography': 6, 'note': 3, 'archref': 0, 'blockquote': 0, 'chronlist': 0, 'title': 0, 'list': 0, 'linkgrp': 0, 'extref': 0, 'address': 0, 'table': 0, 'ref': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 21})]],
'bibref': [ 151,
[ Counter({'item': 74, 'bibliography': 57, 'relatedmaterial': 11, 'descrules': 8, 'p': 1}),
Counter({'title': 160, 'emph': 9, 'imprint': 5, 'persname': 5, 'archref': 0, 'bibseries': 0, 'extptr': 0, 'lb': 0, 'name': 0, 'edition': 0, 'expan': 0, 'extref': 0, 'num': 0, 'abbr': 0, 'corpname': 0, 'famname': 0, 'ref': 0, 'ptr': 0}),
Counter({'linktype': 9, 'show': 0, 'actuate': 0, 'arcrole': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'href': 0, 'role': 0, 'entityref': 0, 'title': 0, 'xpointer': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 151})]],
'bioghist': [ 200,
[ Counter({'archdesc': 94, 'c02': 35, 'c01': 24, 'bioghist': 24, 'c03': 12, 'descgrp': 10, 'c04': 1}),
Counter({'p': 678, 'head': 161, 'bioghist': 24, 'list': 10, 'chronlist': 5, 'blockquote': 2, 'dao': 0, 'note': 0, 'address': 0, 'table': 0, 'daogrp': 0}),
Counter({'encodinganalog': 113, 'id': 78, 'altrender': 1, 'audience': 0}),
Counter({'PCDATA': 192, 'no text()': 8})]],
'blockquote': [ 3,
[ Counter({'bioghist': 2, 'p': 1}),
Counter({'list': 2, 'p': 2, 'chronlist': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 2, 'no text()': 1})]],
'c': [ 5708,
[ Counter({'c': 4781, 'dsc': 927}),
Counter({'did': 5708, 'c': 4781, 'scopecontent': 234, 'note': 32, 'otherfindaid': 6, 'accessrestrict': 5, 'daogrp': 3, 'arrangement': 3, 'acqinfo': 3, 'custodhist': 1, 'descgrp': 0, 'controlaccess': 0, 'separatedmaterial': 0, 'odd': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'bioghist': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'dao': 0, 'processinfo': 0, 'originalsloc': 0, 'dsc': 0, 'altformavail': 0, 'appraisal': 0}),
Counter({'level': 4854, 'id': 192, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'otherlevel': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 5643, 'no text()': 65})]],
'c01': [ 1418,
[ Counter({'dsc': 1418}),
Counter({'c02': 7248, 'did': 1418, 'scopecontent': 300, 'arrangement': 109, 'odd': 92, 'controlaccess': 62, 'custodhist': 32, 'bioghist': 24, 'relatedmaterial': 3, 'altformavail': 3, 'note': 1, 'daogrp': 1, 'accessrestrict': 1, 'thead': 1, 'dao': 1, 'acqinfo': 1, 'descgrp': 0, 'separatedmaterial': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'head': 0, 'otherfindaid': 0, 'processinfo': 0, 'originalsloc': 0, 'dsc': 0, 'appraisal': 0}),
Counter({'level': 1403, 'id': 151, 'tpattern': 9, 'otherlevel': 4, 'altrender': 0, 'audience': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 1418})]],
'c02': [ 7248,
[ Counter({'c01': 7248}),
Counter({'c03': 7295, 'did': 7248, 'scopecontent': 1941, 'note': 1099, 'dao': 420, 'odd': 339, 'controlaccess': 312, 'daogrp': 199, 'originalsloc': 110, 'altformavail': 87, 'arrangement': 60, 'bioghist': 35, 'accessrestrict': 9, 'relatedmaterial': 9, 'otherfindaid': 6, 'custodhist': 4, 'separatedmaterial': 1, 'bibliography': 1, 'descgrp': 0, 'accruals': 0, 'index': 0, 'prefercite': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'thead': 0, 'head': 0, 'processinfo': 0, 'acqinfo': 0, 'dsc': 0, 'appraisal': 0}),
Counter({'level': 5378, 'id': 837, 'otherlevel': 17, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 6472, 'no text()': 776})]],
'c03': [ 7295,
[ Counter({'c02': 7295}),
Counter({'did': 7295, 'c04': 3581, 'scopecontent': 2238, 'controlaccess': 948, 'note': 612, 'altformavail': 452, 'daogrp': 171, 'arrangement': 76, 'dao': 71, 'custodhist': 42, 'relatedmaterial': 31, 'accessrestrict': 27, 'odd': 19, 'bioghist': 12, 'originalsloc': 7, 'separatedmaterial': 1, 'bibliography': 1, 'phystech': 1, 'processinfo': 1, 'descgrp': 0, 'accruals': 0, 'index': 0, 'prefercite': 0, 'fileplan': 0, 'userestrict': 0, 'thead': 0, 'head': 0, 'otherfindaid': 0, 'acqinfo': 0, 'dsc': 0, 'appraisal': 0}),
Counter({'level': 5083, 'id': 1509, 'otherlevel': 37, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 6808, 'no text()': 487})]],
'c04': [ 3581,
[ Counter({'c03': 3581}),
Counter({'did': 3581, 'scopecontent': 2158, 'c05': 1200, 'controlaccess': 232, 'note': 197, 'daogrp': 28, 'odd': 17, 'altformavail': 17, 'accessrestrict': 8, 'arrangement': 7, 'originalsloc': 5, 'phystech': 2, 'bioghist': 1, 'dao': 1, 'descgrp': 0, 'separatedmaterial': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'fileplan': 0, 'userestrict': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'otherfindaid': 0, 'processinfo': 0, 'acqinfo': 0, 'custodhist': 0, 'dsc': 0, 'appraisal': 0}),
Counter({'level': 3160, 'id': 480, 'otherlevel': 21, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 3424, 'no text()': 157})]],
'c05': [ 1200,
[ Counter({'c04': 1200}),
Counter({'did': 1200, 'scopecontent': 442, 'c06': 412, 'controlaccess': 35, 'custodhist': 35, 'note': 14, 'odd': 2, 'arrangement': 2, 'originalsloc': 1, 'altformavail': 1, 'descgrp': 0, 'separatedmaterial': 0, 'daogrp': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'accessrestrict': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'bioghist': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'dao': 0, 'otherfindaid': 0, 'processinfo': 0, 'acqinfo': 0, 'dsc': 0, 'appraisal': 0}),
Counter({'level': 1019, 'id': 139, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'otherlevel': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 1187, 'no text()': 13})]],
'c06': [ 412,
[ Counter({'c05': 412}),
Counter({'did': 412, 'scopecontent': 296, 'c07': 246, 'custodhist': 71, 'note': 8, 'dao': 1, 'descgrp': 0, 'controlaccess': 0, 'separatedmaterial': 0, 'daogrp': 0, 'odd': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'arrangement': 0, 'accessrestrict': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'bioghist': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'otherfindaid': 0, 'processinfo': 0, 'acqinfo': 0, 'originalsloc': 0, 'dsc': 0, 'altformavail': 0, 'appraisal': 0}),
Counter({'level': 332, 'id': 11, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'otherlevel': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 371, 'no text()': 41})]],
'c07': [ 246,
[ Counter({'c06': 246}),
Counter({'did': 246, 'scopecontent': 223, 'custodhist': 44, 'c08': 33, 'note': 0, 'descgrp': 0, 'controlaccess': 0, 'separatedmaterial': 0, 'daogrp': 0, 'odd': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'arrangement': 0, 'accessrestrict': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'bioghist': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'dao': 0, 'otherfindaid': 0, 'processinfo': 0, 'acqinfo': 0, 'originalsloc': 0, 'dsc': 0, 'altformavail': 0, 'appraisal': 0}),
Counter({'level': 223, 'tpattern': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'otherlevel': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 241, 'no text()': 5})]],
'c08': [ 33,
[ Counter({'c07': 33}),
Counter({'did': 33, 'scopecontent': 31, 'custodhist': 12, 'note': 0, 'descgrp': 0, 'controlaccess': 0, 'separatedmaterial': 0, 'daogrp': 0, 'odd': 0, 'accruals': 0, 'index': 0, 'bibliography': 0, 'prefercite': 0, 'c09': 0, 'arrangement': 0, 'accessrestrict': 0, 'fileplan': 0, 'phystech': 0, 'userestrict': 0, 'bioghist': 0, 'thead': 0, 'head': 0, 'relatedmaterial': 0, 'dao': 0, 'otherfindaid': 0, 'processinfo': 0, 'acqinfo': 0, 'originalsloc': 0, 'dsc': 0, 'altformavail': 0, 'appraisal': 0}),
Counter({'level': 31, 'tpattern': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'otherlevel': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 31, 'no text()': 2})]],
'change': [ 66,
[ Counter({'revisiondesc': 66}),
Counter({'date': 66, 'item': 66}),
Counter({'encodinganalog': 1, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 65, 'no text()': 1})]],
'chronitem': [ 135,
[ Counter({'chronlist': 135}),
Counter({'date': 135, 'event': 135, 'eventgrp': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 131, 'no text()': 4})]],
'chronlist': [ 6,
[ Counter({'bioghist': 5, 'p': 1}),
Counter({'chronitem': 135, 'head': 4, 'listhead': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 6})]],
'colspec': [ 32,
[ Counter({'tgroup': 32}),
Counter(),
Counter({'colwidth': 32, 'colname': 8, 'char': 0, 'rowsep': 0, 'colsep': 0, 'align': 0, 'colnum': 0, 'charoff': 0}),
Counter({'no text()': 32})]],
'container': [ 30793,
[ Counter({'did': 30793}),
Counter({'archref': 0, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'type': 30786, 'label': 6457, 'id': 3118, 'parent': 2729, 'altrender': 0, 'audience': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 30728, 'no text()': 65})]],
'controlaccess': [ 1785,
[ Counter({'c03': 948, 'c02': 312, 'c04': 232, 'controlaccess': 92, 'archdesc': 91, 'c01': 62, 'c05': 35, 'descgrp': 13}),
Counter({'genreform': 2401, 'subject': 749, 'persname': 477, 'corpname': 249, 'head': 158, 'geogname': 119, 'controlaccess': 92, 'title': 56, 'occupation': 36, 'famname': 25, 'p': 10, 'note': 8, 'function': 1, 'blockquote': 0, 'name': 0, 'chronlist': 0, 'list': 0, 'address': 0, 'table': 0}),
Counter({'id': 8, 'audience': 6, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 1783, 'no text()': 2})]],
'corpname': [ 398,
[ Counter({'controlaccess': 249, 'repository': 60, 'origination': 35, 'unittitle': 30, 'p': 24}),
Counter({'emph': 31, 'subarea': 21, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'source': 228, 'encodinganalog': 201, 'role': 75, 'rules': 66, 'authfilenumber': 34, 'normal': 31, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 394, 'no text()': 4})]],
'creation': [ 109,
[ Counter({'profiledesc': 109}),
Counter({'date': 88, 'title': 6, 'emph': 1, 'archref': 0, 'extptr': 0, 'lb': 0, 'bibref': 0, 'linkgrp': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'audience': 6, 'encodinganalog': 6, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 109})]],
'custodhist': [ 273,
[ Counter({'c06': 71, 'c07': 44, 'c03': 42, 'c05': 35, 'c01': 32, 'archdesc': 16, 'descgrp': 12, 'c08': 12, 'custodhist': 4, 'c02': 4, 'c': 1}),
Counter({'p': 296, 'head': 16, 'acqinfo': 6, 'custodhist': 4, 'note': 1, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'address': 0, 'table': 0}),
Counter({'id': 13, 'encodinganalog': 10, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 273})]],
'dao': [ 598,
[ Counter({'c02': 420, 'did': 104, 'c03': 71, 'c01': 1, 'c04': 1, 'c06': 1}),
Counter({'daodesc': 47}),
Counter({'href': 558, 'show': 549, 'actuate': 547, 'linktype': 467, 'role': 44, 'title': 7, 'altrender': 6, 'arcrole': 0, 'audience': 0, 'entityref': 0, 'xpointer': 0, 'id': 0}),
Counter({'no text()': 550, 'PCDATA': 48})]],
'daodesc': [ 1310,
[ Counter({'daoloc': 860, 'daogrp': 403, 'dao': 47}),
Counter({'p': 1309, 'head': 0, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'no text()': 902, 'PCDATA': 408})]],
'daogrp': [ 1249,
[ Counter({'did': 847, 'c02': 199, 'c03': 171, 'c04': 28, 'c': 3, 'c01': 1}),
Counter({'daoloc': 1672, 'arc': 1644, 'resource': 1245, 'daodesc': 403, 'ptrloc': 0, 'refloc': 0, 'extrefloc': 0, 'extptrloc': 0}),
Counter({'linktype': 0, 'title': 0, 'altrender': 0, 'audience': 0, 'role': 0, 'id': 0}),
Counter({'PCDATA': 1247, 'no text()': 2})]],
'daoloc': [ 1672,
[ Counter({'daogrp': 1672}),
Counter({'daodesc': 860}),
Counter({'href': 1672, 'label': 1668, 'role': 1662, 'title': 798, 'linktype': 0, 'altrender': 0, 'audience': 0, 'entityref': 0, 'xpointer': 0, 'id': 0}),
Counter({'PCDATA': 860, 'no text()': 812})]],
'date': [ 782,
[ Counter({'p': 313, 'chronitem': 135, 'creation': 88, 'titleproper': 72, 'change': 66, 'publicationstmt': 64, 'item': 18, 'titlepage': 9, 'ref': 9, 'imprint': 5, 'unittitle': 3}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'normal': 485, 'era': 175, 'calendar': 175, 'type': 68, 'encodinganalog': 63, 'certainty': 1, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 754, 'no text()': 28})]],
'defitem': [ 77,
[ Counter({'list': 77}),
Counter({'item': 77, 'label': 77}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 69, 'no text()': 8})]],
'descgrp': [ 76,
[ Counter({'archdesc': 76}),
Counter({'head': 54, 'accessrestrict': 43, 'prefercite': 41, 'userestrict': 36, 'relatedmaterial': 24, 'acqinfo': 19, 'processinfo': 15, 'odd': 14, 'controlaccess': 13, 'custodhist': 12, 'separatedmaterial': 10, 'bioghist': 10, 'scopecontent': 10, 'accruals': 9, 'altformavail': 9, 'phystech': 6, 'otherfindaid': 3, 'index': 1, 'bibliography': 1, 'arrangement': 1, 'appraisal': 1, 'note': 0, 'descgrp': 0, 'table': 0, 'fileplan': 0, 'blockquote': 0, 'address': 0, 'chronlist': 0, 'originalsloc': 0, 'list': 0, 'p': 0}),
Counter({'type': 58, 'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 75, 'no text()': 1})]],
'descrules': [ 25,
[ Counter({'profiledesc': 25}),
Counter({'bibref': 8, 'title': 3, 'archref': 0, 'extptr': 0, 'lb': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'audience': 6, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 23, 'no text()': 2})]],
'did': [ 27251,
[ Counter({'c03': 7295, 'c02': 7248, 'c': 5708, 'c04': 3581, 'c01': 1418, 'c05': 1200, 'c06': 412, 'c07': 246, 'archdesc': 110, 'c08': 33}),
Counter({'container': 30793, 'unittitle': 21902, 'unitdate': 11459, 'unitid': 9075, 'physdesc': 4827, 'daogrp': 847, 'langmaterial': 511, 'note': 375, 'origination': 260, 'abstract': 184, 'repository': 110, 'materialspec': 109, 'dao': 104, 'head': 59, 'physloc': 24}),
Counter({'id': 11, 'audience': 0, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 25002, 'no text()': 2249})]],
'dimensions': [ 675,
[ Counter({'physdesc': 675}),
Counter({'archref': 0, 'extptr': 0, 'lb': 0, 'dimensions': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'altrender': 0, 'label': 0, 'audience': 0, 'id': 0, 'type': 0, 'encodinganalog': 0, 'unit': 0}),
Counter({'PCDATA': 675})]],
'div': [ 1,
[ Counter({'frontmatter': 1}),
Counter({'head': 1, 'p': 1, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0, 'div': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 1})]],
'dsc': [ 100,
[ Counter({'archdesc': 100}),
Counter({'c01': 1418, 'c': 927, 'head': 65, 'p': 5, 'note': 2, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'address': 0, 'table': 0, 'dsc': 0, 'thead': 0}),
Counter({'type': 70, 'id': 11, 'tpattern': 0, 'altrender': 0, 'audience': 0, 'othertype': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 99, 'no text()': 1})]],
'ead': [ 110,
[ Counter({'': 110}),
Counter({'eadheader': 110, 'archdesc': 110, 'frontmatter': 24}),
Counter({'relatedencoding': 27, 'audience': 20, 'altrender': 8, 'id': 2}),
Counter({'PCDATA': 108, 'no text()': 2})]],
'eadheader': [ 110,
[ Counter({'ead': 110}),
Counter({'eadid': 110, 'filedesc': 110, 'profiledesc': 109, 'revisiondesc': 54}),
Counter({'countryencoding': 89, 'langencoding': 89, 'repositoryencoding': 84, 'dateencoding': 81, 'scriptencoding': 66, 'findaidstatus': 57, 'audience': 51, 'relatedencoding': 44, 'id': 11, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 108, 'no text()': 2})]],
'eadid': [ 110,
[ Counter({'eadheader': 110}),
Counter(),
Counter({'mainagencycode': 89, 'countrycode': 88, 'publicid': 52, 'encodinganalog': 37, 'identifier': 25, 'url': 17, 'urn': 14}),
Counter({'PCDATA': 110})]],
'edition': [ 18,
[ Counter({'titlepage': 9, 'editionstmt': 9}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 18})]],
'editionstmt': [ 15,
[ Counter({'filedesc': 15}),
Counter({'edition': 9, 'p': 6}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 15})]],
'emph': [ 1867,
[ Counter({'p': 899, 'unittitle': 308, 'title': 292, 'subject': 71, 'item': 67, 'persname': 63, 'geogname': 43, 'corpname': 31, 'addressline': 27, 'emph': 16, 'unitid': 11, 'bibref': 9, 'label': 7, 'abstract': 5, 'genreform': 4, 'physfacet': 3, 'ref': 3, 'archref': 2, 'unitdate': 2, 'head': 2, 'creation': 1, 'sponsor': 1}),
Counter({'ref': 120, 'extref': 28, 'emph': 16, 'lb': 14, 'title': 3, 'archref': 0, 'extptr': 0, 'bibref': 0, 'linkgrp': 0, 'expan': 0, 'abbr': 0, 'ptr': 0}),
Counter({'render': 1640, 'altrender': 297, 'id': 0}),
Counter({'PCDATA': 1862, 'no text()': 5})]],
'entry': [ 2452,
[ Counter({'row': 2452}),
Counter({'list': 3, 'archref': 0, 'unittitle': 0, 'geogname': 0, 'emph': 0, 'expan': 0, 'num': 0, 'unitdate': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'title': 0, 'note': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'ref': 0, 'function': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'linkgrp': 0, 'abbr': 0, 'address': 0, 'date': 0, 'extptr': 0, 'name': 0, 'extref': 0, 'persname': 0}),
Counter({'namest': 62, 'nameend': 62, 'colname': 3, 'colsep': 0, 'rowsep': 0, 'align': 0, 'altrender': 0, 'char': 0, 'audience': 0, 'morerows': 0, 'valign': 0, 'charoff': 0, 'id': 0}),
Counter({'PCDATA': 2433, 'no text()': 19})]],
'event': [ 135,
[ Counter({'chronitem': 135}),
Counter({'title': 4, 'archref': 0, 'unittitle': 0, 'geogname': 0, 'emph': 0, 'expan': 0, 'num': 0, 'unitdate': 0, 'table': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'note': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'ref': 0, 'function': 0, 'blockquote': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'linkgrp': 0, 'abbr': 0, 'address': 0, 'date': 0, 'extptr': 0, 'name': 0, 'chronlist': 0, 'list': 0, 'extref': 0, 'persname': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 135})]],
'extent': [ 3700,
[ Counter({'physdesc': 3700}),
Counter({'archref': 0, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'encodinganalog': 2448, 'unit': 50, 'altrender': 0, 'label': 0, 'audience': 0, 'id': 0, 'type': 0}),
Counter({'PCDATA': 3700})]],
'extptr': [ 2,
[ Counter({'p': 1, 'head': 1}),
Counter(),
Counter({'show': 2, 'actuate': 2, 'href': 2, 'linktype': 1, 'altrender': 1, 'title': 1, 'arcrole': 0, 'audience': 0, 'role': 0, 'entityref': 0, 'xpointer': 0, 'id': 0}),
Counter({'no text()': 2})]],
'extref': [ 226,
[ Counter({'p': 105, 'item': 41, 'unittitle': 39, 'emph': 28, 'physloc': 7, 'label': 5, 'daodesc': 1}),
Counter({'archref': 0, 'unittitle': 0, 'geogname': 0, 'emph': 0, 'expan': 0, 'num': 0, 'unitdate': 0, 'table': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'title': 0, 'note': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'ref': 0, 'function': 0, 'blockquote': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'abbr': 0, 'address': 0, 'date': 0, 'extptr': 0, 'name': 0, 'chronlist': 0, 'list': 0, 'persname': 0}),
Counter({'href': 226, 'show': 136, 'actuate': 132, 'role': 59, 'title': 9, 'audience': 7, 'linktype': 5, 'arcrole': 0, 'altrender': 0, 'entityref': 0, 'xpointer': 0, 'id': 0}),
Counter({'PCDATA': 225, 'no text()': 1})]],
'famname': [ 32,
[ Counter({'controlaccess': 25, 'origination': 7}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'source': 31, 'encodinganalog': 27, 'role': 6, 'rules': 4, 'normal': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'authfilenumber': 0}),
Counter({'PCDATA': 32})]],
'filedesc': [ 110,
[ Counter({'eadheader': 110}),
Counter({'titlestmt': 110, 'publicationstmt': 98, 'notestmt': 17, 'editionstmt': 15, 'seriesstmt': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 107, 'no text()': 3})]],
'frontmatter': [ 24,
[ Counter({'ead': 24}),
Counter({'titlepage': 24, 'div': 1}),
Counter({'audience': 7, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 21, 'no text()': 3})]],
'function': [ 1,
[ Counter({'controlaccess': 1}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'source': 1, 'encodinganalog': 1, 'normal': 0, 'rules': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'authfilenumber': 0}),
Counter({'PCDATA': 1})]],
'genreform': [ 2659,
[ Counter({'controlaccess': 2401, 'p': 185, 'physdesc': 73}),
Counter({'emph': 4, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'source': 2394, 'encodinganalog': 2360, 'authfilenumber': 84, 'normal': 48, 'rules': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'type': 0}),
Counter({'PCDATA': 2659})]],
'geogname': [ 828,
[ Counter({'p': 703, 'controlaccess': 119, 'imprint': 6}),
Counter({'emph': 43, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'role': 215, 'source': 79, 'encodinganalog': 71, 'authfilenumber': 27, 'normal': 25, 'rules': 17, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 827, 'no text()': 1})]],
'head': [ 1469,
[ Counter({'list': 249, 'bioghist': 161, 'controlaccess': 158, 'scopecontent': 124, 'prefercite': 91, 'accessrestrict': 85, 'userestrict': 81, 'dsc': 65, 'acqinfo': 63, 'arrangement': 62, 'did': 59, 'descgrp': 54, 'relatedmaterial': 50, 'processinfo': 37, 'odd': 30, 'separatedmaterial': 27, 'custodhist': 16, 'bibliography': 14, 'altformavail': 10, 'accruals': 9, 'table': 7, 'phystech': 6, 'otherfindaid': 4, 'chronlist': 4, 'index': 1, 'div': 1, 'appraisal': 1}),
Counter({'lb': 8, 'emph': 2, 'extptr': 1, 'ptr': 0}),
Counter({'id': 207, 'althead': 0, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 1468, 'no text()': 1})]],
'imprint': [ 8,
[ Counter({'bibref': 5, 'unittitle': 3}),
Counter({'geogname': 6, 'date': 5, 'publisher': 4, 'extptr': 0, 'lb': 0, 'emph': 0, 'ptr': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 5, 'no text()': 3})]],
'index': [ 1,
[ Counter({'descgrp': 1}),
Counter({'indexentry': 68, 'head': 1, 'p': 1, 'index': 0, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'listhead': 0, 'address': 0, 'table': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 1})]],
'indexentry': [ 68,
[ Counter({'index': 68}),
Counter({'persname': 68, 'ref': 38, 'ptrgrp': 30, 'function': 0, 'name': 0, 'geogname': 0, 'indexentry': 0, 'title': 0, 'namegrp': 0, 'genreform': 0, 'corpname': 0, 'famname': 0, 'subject': 0, 'ptr': 0, 'occupation': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 68})]],
'item': [ 3237,
[ Counter({'list': 3094, 'defitem': 77, 'change': 66}),
Counter({'title': 253, 'persname': 208, 'ref': 184, 'bibref': 74, 'emph': 67, 'list': 57, 'extref': 41, 'abbr': 27, 'date': 18, 'unittitle': 15, 'note': 6, 'archref': 5, 'num': 5, 'name': 5, 'lb': 4, 'geogname': 0, 'expan': 0, 'unitdate': 0, 'table': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'function': 0, 'blockquote': 0, 'repository': 0, 'origination': 0, 'linkgrp': 0, 'address': 0, 'extptr': 0, 'chronlist': 0}),
Counter({'id': 31, 'audience': 1, 'altrender': 0}),
Counter({'PCDATA': 3139, 'no text()': 98})]],
'label': [ 77,
[ Counter({'defitem': 77}),
Counter({'archref': 9, 'emph': 7, 'extref': 5, 'unittitle': 0, 'geogname': 0, 'expan': 0, 'num': 0, 'unitdate': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'title': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'ref': 0, 'function': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'linkgrp': 0, 'abbr': 0, 'date': 0, 'extptr': 0, 'name': 0, 'persname': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 70, 'no text()': 7})]],
'langmaterial': [ 511,
[ Counter({'did': 511}),
Counter({'language': 413, 'archref': 0, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'label': 52, 'encodinganalog': 46, 'id': 33, 'audience': 7, 'altrender': 0}),
Counter({'PCDATA': 509, 'no text()': 2})]],
'language': [ 502,
[ Counter({'langmaterial': 413, 'langusage': 89}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'langcode': 465, 'encodinganalog': 106, 'scriptcode': 34, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 490, 'no text()': 12})]],
'langusage': [ 98,
[ Counter({'profiledesc': 98}),
Counter({'language': 89, 'archref': 0, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'encodinganalog': 1, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 97, 'no text()': 1})]],
'lb': [ 4745,
[ Counter({'unittitle': 2927, 'p': 1573, 'addressline': 96, 'publisher': 47, 'repository': 32, 'titleproper': 29, 'emph': 14, 'head': 8, 'unitdate': 6, 'title': 5, 'item': 4, 'archref': 3, 'abstract': 1}),
Counter(),
Counter(),
Counter({'no text()': 4745})]],
'legalstatus': [ 6,
[ Counter({'accessrestrict': 6}),
Counter({'date': 0, 'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'type': 0, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 5, 'no text()': 1})]],
'list': [ 642,
[ Counter({'p': 346, 'note': 130, 'item': 57, 'titlepage': 18, 'revisiondesc': 18, 'arrangement': 17, 'relatedmaterial': 13, 'scopecontent': 13, 'bioghist': 10, 'separatedmaterial': 9, 'odd': 5, 'entry': 3, 'blockquote': 2, 'altformavail': 1}),
Counter({'item': 3094, 'head': 249, 'defitem': 77, 'listhead': 0}),
Counter({'type': 124, 'mark': 22, 'numeration': 15, 'altrender': 3, 'continuation': 0, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 598, 'no text()': 44})]],
'materialspec': [ 109,
[ Counter({'did': 109}),
Counter({'archref': 0, 'extptr': 0, 'lb': 0, 'materialspec': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'num': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'type': 101, 'label': 7, 'encodinganalog': 1, 'altrender': 0, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 109})]],
'name': [ 5,
[ Counter({'item': 5}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'normal': 0, 'rules': 0, 'altrender': 0, 'id': 0, 'source': 0, 'audience': 0, 'role': 0, 'authfilenumber': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 5})]],
'note': [ 2531,
[ Counter({'c02': 1099, 'c03': 612, 'did': 375, 'c04': 197, 'p': 150, 'c': 32, 'notestmt': 20, 'c05': 14, 'controlaccess': 8, 'c06': 8, 'item': 6, 'bibliography': 3, 'archdesc': 3, 'dsc': 2, 'custodhist': 1, 'c01': 1}),
Counter({'p': 2465, 'list': 130, 'blockquote': 0, 'chronlist': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'encodinganalog': 1242, 'id': 1152, 'label': 1, 'audience': 1, 'show': 0, 'actuate': 0, 'altrender': 0, 'type': 0}),
Counter({'PCDATA': 2402, 'no text()': 129})]],
'notestmt': [ 17,
[ Counter({'filedesc': 17}),
Counter({'note': 20}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 16, 'no text()': 1})]],
'num': [ 277,
[ Counter({'unittitle': 217, 'p': 32, 'titleproper': 14, 'titlepage': 9, 'item': 5}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'type': 249, 'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 276, 'no text()': 1})]],
'occupation': [ 36,
[ Counter({'controlaccess': 36}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'source': 35, 'encodinganalog': 33, 'normal': 0, 'rules': 0, 'altrender': 0, 'id': 0, 'audience': 0, 'authfilenumber': 0}),
Counter({'PCDATA': 36})]],
'odd': [ 483,
[ Counter({'c02': 339, 'c01': 92, 'c03': 19, 'c04': 17, 'descgrp': 14, 'c05': 2}),
Counter({'p': 829, 'head': 30, 'table': 10, 'list': 5, 'blockquote': 0, 'chronlist': 0, 'dao': 0, 'note': 0, 'address': 0, 'daogrp': 0, 'odd': 0}),
Counter({'type': 323, 'id': 16, 'audience': 0, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 483})]],
'originalsloc': [ 127,
[ Counter({'c02': 110, 'c03': 7, 'c04': 5, 'archdesc': 4, 'c05': 1}),
Counter({'p': 127, 'head': 0, 'blockquote': 0, 'chronlist': 0, 'originalsloc': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'id': 10, 'type': 0, 'audience': 0, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 127})]],
'origination': [ 260,
[ Counter({'did': 260}),
Counter({'persname': 122, 'corpname': 35, 'famname': 7, 'archref': 0, 'extptr': 0, 'lb': 0, 'name': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'label': 108, 'encodinganalog': 13, 'audience': 5, 'id': 0, 'altrender': 0}),
Counter({'PCDATA': 221, 'no text()': 39})]],
'otherfindaid': [ 32,
[ Counter({'archdesc': 17, 'c': 6, 'c02': 6, 'descgrp': 3}),
Counter({'p': 32, 'head': 4, 'archref': 0, 'blockquote': 0, 'chronlist': 0, 'bibref': 0, 'otherfindaid': 0, 'title': 0, 'list': 0, 'linkgrp': 0, 'note': 0, 'extref': 0, 'address': 0, 'table': 0, 'ref': 0}),
Counter({'encodinganalog': 10, 'id': 2, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 32})]],
'p': [ 16475,
[ Counter({'scopecontent': 8972, 'note': 2465, 'daodesc': 1309, 'odd': 829, 'bioghist': 678, 'altformavail': 575, 'arrangement': 372, 'custodhist': 296, 'accessrestrict': 173, 'prefercite': 143, 'originalsloc': 127, 'userestrict': 120, 'relatedmaterial': 93, 'acqinfo': 90, 'processinfo': 74, 'otherfindaid': 32, 'separatedmaterial': 25, 'publicationstmt': 18, 'accruals': 17, 'phystech': 14, 'appraisal': 12, 'controlaccess': 10, 'bibliography': 9, 'titlepage': 7, 'editionstmt': 6, 'dsc': 5, 'blockquote': 2, 'index': 1, 'div': 1}),
Counter({'title': 2412, 'lb': 1573, 'persname': 1425, 'emph': 899, 'geogname': 703, 'list': 346, 'date': 313, 'ref': 282, 'genreform': 185, 'archref': 152, 'note': 150, 'extref': 105, 'num': 32, 'corpname': 24, 'subject': 8, 'table': 3, 'blockquote': 1, 'bibref': 1, 'extptr': 1, 'chronlist': 1, 'unittitle': 0, 'expan': 0, 'unitdate': 0, 'famname': 0, 'ptr': 0, 'occupation': 0, 'function': 0, 'repository': 0, 'origination': 0, 'linkgrp': 0, 'abbr': 0, 'address': 0, 'name': 0}),
Counter({'altrender': 233, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 16280, 'no text()': 195})]],
'persname': [ 2885,
[ Counter({'p': 1425, 'unittitle': 580, 'controlaccess': 477, 'item': 208, 'origination': 122, 'indexentry': 68, 'bibref': 5}),
Counter({'emph': 63, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'source': 1115, 'role': 794, 'encodinganalog': 476, 'normal': 63, 'rules': 44, 'authfilenumber': 40, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 2884, 'no text()': 1})]],
'physdesc': [ 4827,
[ Counter({'did': 4827}),
Counter({'extent': 3700, 'dimensions': 675, 'physfacet': 552, 'genreform': 73, 'archref': 0, 'geogname': 0, 'emph': 0, 'expan': 0, 'famname': 0, 'ptr': 0, 'occupation': 0, 'lb': 0, 'title': 0, 'corpname': 0, 'subject': 0, 'function': 0, 'bibref': 0, 'linkgrp': 0, 'abbr': 0, 'date': 0, 'extptr': 0, 'name': 0, 'ref': 0, 'extref': 0, 'persname': 0}),
Counter({'label': 86, 'encodinganalog': 47, 'id': 31, 'audience': 6, 'rules': 0, 'altrender': 0, 'source': 0}),
Counter({'PCDATA': 4342, 'no text()': 485})]],
'physfacet': [ 552,
[ Counter({'physdesc': 552}),
Counter({'emph': 3, 'title': 1, 'ref': 1, 'archref': 0, 'geogname': 0, 'expan': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'function': 0, 'bibref': 0, 'linkgrp': 0, 'abbr': 0, 'date': 0, 'extptr': 0, 'name': 0, 'extref': 0, 'persname': 0}),
Counter({'type': 346, 'rules': 0, 'altrender': 0, 'id': 0, 'source': 0, 'audience': 0, 'label': 0, 'encodinganalog': 0, 'unit': 0}),
Counter({'PCDATA': 552})]],
'physloc': [ 24,
[ Counter({'did': 24}),
Counter({'extref': 7, 'archref': 0, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'label': 13, 'id': 10, 'audience': 3, 'encodinganalog': 3, 'parent': 0, 'altrender': 0, 'type': 0}),
Counter({'PCDATA': 15, 'no text()': 9})]],
'phystech': [ 14,
[ Counter({'descgrp': 6, 'archdesc': 5, 'c04': 2, 'c03': 1}),
Counter({'p': 14, 'head': 6, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'phystech': 0, 'table': 0}),
Counter({'type': 6, 'id': 4, 'audience': 0, 'altrender': 0, 'encodinganalog': 0}),
Counter({'PCDATA': 14})]],
'prefercite': [ 98,
[ Counter({'archdesc': 57, 'descgrp': 41}),
Counter({'p': 143, 'head': 91, 'blockquote': 0, 'prefercite': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'encodinganalog': 57, 'id': 29, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 87, 'no text()': 11})]],
'processinfo': [ 52,
[ Counter({'archdesc': 35, 'descgrp': 15, 'c03': 1, 'processinfo': 1}),
Counter({'p': 74, 'head': 37, 'processinfo': 1, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0}),
Counter({'encodinganalog': 23, 'id': 19, 'audience': 2, 'type': 0, 'altrender': 0}),
Counter({'PCDATA': 51, 'no text()': 1})]],
'profiledesc': [ 109,
[ Counter({'eadheader': 109}),
Counter({'creation': 109, 'langusage': 98, 'descrules': 25}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 107, 'no text()': 2})]],
'ptr': [ 32,
[ Counter({'addressline': 32}),
Counter(),
Counter({'href': 32, 'linktype': 0, 'target': 0, 'show': 0, 'actuate': 0, 'arcrole': 0, 'altrender': 0, 'audience': 0, 'role': 0, 'title': 0, 'xpointer': 0, 'id': 0}),
Counter({'no text()': 32})]],
'ptrgrp': [ 30,
[ Counter({'indexentry': 30}),
Counter({'ref': 169, 'ptr': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 30})]],
'publicationstmt': [ 98,
[ Counter({'filedesc': 98}),
Counter({'publisher': 97, 'address': 74, 'date': 64, 'p': 18, 'num': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 89, 'no text()': 9})]],
'publisher': [ 124,
[ Counter({'publicationstmt': 97, 'titlepage': 23, 'imprint': 4}),
Counter({'lb': 47, 'extptr': 0, 'ptr': 0, 'emph': 0}),
Counter({'encodinganalog': 50, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 124})]],
'ref': [ 894,
[ Counter({'p': 282, 'item': 184, 'ptrgrp': 169, 'emph': 120, 'archref': 61, 'unittitle': 38, 'indexentry': 38, 'unitid': 1, 'physfacet': 1}),
Counter({'date': 9, 'emph': 3, 'archref': 0, 'unittitle': 0, 'geogname': 0, 'expan': 0, 'num': 0, 'unitdate': 0, 'table': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'lb': 0, 'title': 0, 'note': 0, 'genreform': 0, 'corpname': 0, 'occupation': 0, 'function': 0, 'blockquote': 0, 'repository': 0, 'bibref': 0, 'origination': 0, 'abbr': 0, 'address': 0, 'extptr': 0, 'name': 0, 'chronlist': 0, 'list': 0, 'extref': 0, 'persname': 0}),
Counter({'target': 861, 'show': 653, 'actuate': 650, 'linktype': 238, 'role': 37, 'xpointer': 1, 'arcrole': 0, 'altrender': 0, 'audience': 0, 'href': 0, 'title': 0, 'id': 0}),
Counter({'PCDATA': 893, 'no text()': 1})]],
'relatedmaterial': [ 100,
[ Counter({'c03': 31, 'archdesc': 25, 'descgrp': 24, 'c02': 9, 'relatedmaterial': 8, 'c01': 3}),
Counter({'p': 93, 'head': 50, 'list': 13, 'archref': 11, 'bibref': 11, 'relatedmaterial': 8, 'blockquote': 0, 'chronlist': 0, 'title': 0, 'linkgrp': 0, 'note': 0, 'extref': 0, 'address': 0, 'table': 0, 'ref': 0}),
Counter({'encodinganalog': 27, 'id': 12, 'type': 0, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 100})]],
'repository': [ 110,
[ Counter({'did': 110}),
Counter({'corpname': 60, 'address': 43, 'lb': 32, 'subarea': 7, 'archref': 0, 'extptr': 0, 'name': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'emph': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'encodinganalog': 64, 'label': 57, 'audience': 9, 'id': 0, 'altrender': 0}),
Counter({'PCDATA': 103, 'no text()': 7})]],
'resource': [ 1245,
[ Counter({'daogrp': 1245}),
Counter({'lb': 0, 'emph': 0}),
Counter({'label': 1245, 'linktype': 0, 'title': 0, 'altrender': 0, 'audience': 0, 'role': 0, 'id': 0}),
Counter({'no text()': 1245})]],
'revisiondesc': [ 54,
[ Counter({'eadheader': 54}),
Counter({'change': 66, 'list': 18}),
Counter({'audience': 6, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 53, 'no text()': 1})]],
'row': [ 571,
[ Counter({'tbody': 558, 'thead': 13}),
Counter({'entry': 2452}),
Counter({'audience': 0, 'altrender': 0, 'id': 0, 'rowsep': 0, 'valign': 0}),
Counter({'PCDATA': 571})]],
'scopecontent': [ 7967,
[ Counter({'c03': 2238, 'c04': 2158, 'c02': 1941, 'c05': 442, 'c01': 300, 'c06': 296, 'c': 234, 'c07': 223, 'archdesc': 93, 'c08': 31, 'descgrp': 10, 'scopecontent': 1}),
Counter({'p': 8972, 'head': 124, 'list': 13, 'table': 2, 'scopecontent': 1, 'dao': 0, 'blockquote': 0, 'chronlist': 0, 'arrangement': 0, 'note': 0, 'address': 0, 'daogrp': 0}),
Counter({'id': 1050, 'encodinganalog': 1047, 'altrender': 32, 'audience': 0}),
Counter({'PCDATA': 7587, 'no text()': 380})]],
'separatedmaterial': [ 30,
[ Counter({'separatedmaterial': 13, 'descgrp': 10, 'archdesc': 5, 'c03': 1, 'c02': 1}),
Counter({'head': 27, 'p': 25, 'separatedmaterial': 13, 'list': 9, 'archref': 0, 'blockquote': 0, 'chronlist': 0, 'bibref': 0, 'title': 0, 'linkgrp': 0, 'note': 0, 'extref': 0, 'address': 0, 'table': 0, 'ref': 0}),
Counter({'encodinganalog': 16, 'id': 6, 'type': 0, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 29, 'no text()': 1})]],
'sponsor': [ 12,
[ Counter({'titlestmt': 12}),
Counter({'emph': 1, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'encodinganalog': 4, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 11, 'no text()': 1})]],
'subarea': [ 28,
[ Counter({'corpname': 21, 'repository': 7}),
Counter({'extptr': 0, 'lb': 0, 'ptr': 0, 'emph': 0}),
Counter({'encodinganalog': 7, 'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 28})]],
'subject': [ 757,
[ Counter({'controlaccess': 749, 'p': 8}),
Counter({'emph': 71, 'extptr': 0, 'lb': 0, 'ptr': 0}),
Counter({'source': 660, 'encodinganalog': 599, 'authfilenumber': 87, 'normal': 81, 'rules': 5, 'altrender': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 751, 'no text()': 6})]],
'subtitle': [ 16,
[ Counter({'titlestmt': 16}),
Counter({'extptr': 0, 'lb': 0, 'emph': 0, 'expan': 0, 'num': 0, 'abbr': 0, 'date': 0, 'ptr': 0}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 16})]],
'table': [ 15,
[ Counter({'odd': 10, 'p': 3, 'scopecontent': 2}),
Counter({'tgroup': 15, 'head': 7}),
Counter({'rowsep': 15, 'colsep': 15, 'frame': 15, 'pgwide': 0, 'altrender': 0, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 15})]],
'tbody': [ 15,
[ Counter({'tgroup': 15}),
Counter({'row': 558}),
Counter({'audience': 0, 'altrender': 0, 'id': 0, 'valign': 0}),
Counter({'PCDATA': 15})]],
'tgroup': [ 15,
[ Counter({'table': 15}),
Counter({'colspec': 32, 'tbody': 15, 'thead': 12}),
Counter({'cols': 15, 'rowsep': 0, 'altrender': 0, 'align': 0, 'colsep': 0, 'audience': 0, 'id': 0}),
Counter({'PCDATA': 15})]],
'thead': [ 13,
[ Counter({'tgroup': 12, 'c01': 1}),
Counter({'row': 13}),
Counter({'audience': 0, 'altrender': 0, 'id': 0, 'valign': 0}),
Counter({'PCDATA': 13})]],
'title': [ 4447,
[ Counter({'p': 2412, 'unittitle': 1536, 'item': 253, 'bibref': 160, 'controlaccess': 56, 'abstract': 6, 'creation': 6, 'unitdate': 6, 'event': 4, 'emph': 3, 'descrules': 3, 'archref': 1, 'physfacet': 1}),
Counter({'emph': 292, 'lb': 5, 'extptr': 0, 'num': 0, 'date': 0, 'ptr': 0}),
Counter({'render': 3037, 'type': 682, 'href': 74, 'source': 54, 'linktype': 17, 'encodinganalog': 3, 'rules': 2, 'role': 1, 'arcrole': 0, 'altrender': 0, 'normal': 0, 'actuate': 0, 'id': 0, 'audience': 0, 'entityref': 0, 'authfilenumber': 0, 'show': 0, 'title': 0, 'xpointer': 0}),
Counter({'PCDATA': 4446, 'no text()': 1})]],
'titlepage': [ 24,
[ Counter({'frontmatter': 24}),
Counter({'titleproper': 24, 'publisher': 23, 'list': 18, 'address': 17, 'author': 16, 'edition': 9, 'num': 9, 'date': 9, 'p': 7, 'blockquote': 0, 'subtitle': 0, 'chronlist': 0, 'note': 0, 'sponsor': 0, 'table': 0, 'bibseries': 0}),
Counter({'audience': 0, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 24})]],
'titleproper': [ 150,
[ Counter({'titlestmt': 126, 'titlepage': 24}),
Counter({'date': 72, 'lb': 29, 'num': 14, 'extptr': 0, 'emph': 0, 'expan': 0, 'abbr': 0, 'ptr': 0}),
Counter({'encodinganalog': 51, 'type': 15, 'altrender': 8, 'render': 0, 'id': 0, 'audience': 0}),
Counter({'PCDATA': 150})]],
'titlestmt': [ 110,
[ Counter({'filedesc': 110}),
Counter({'titleproper': 126, 'author': 90, 'subtitle': 16, 'sponsor': 12}),
Counter({'audience': 0, 'altrender': 0, 'encodinganalog': 0, 'id': 0}),
Counter({'PCDATA': 105, 'no text()': 5})]],
'unitdate': [ 17154,
[ Counter({'did': 11459, 'unittitle': 5695}),
Counter({'lb': 6, 'title': 6, 'emph': 2, 'archref': 1, 'extptr': 0, 'bibref': 0, 'linkgrp': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ref': 0, 'ptr': 0}),
Counter({'normal': 8837, 'type': 4625, 'era': 4139, 'calendar': 4139, 'encodinganalog': 2503, 'datechar': 478, 'certainty': 313, 'label': 38, 'audience': 9, 'altrender': 0, 'id': 0}),
Counter({'PCDATA': 17103, 'no text()': 51})]],
'unitid': [ 9075,
[ Counter({'did': 9075}),
Counter({'emph': 11, 'archref': 1, 'ref': 1, 'extptr': 0, 'lb': 0, 'title': 0, 'bibref': 0, 'linkgrp': 0, 'expan': 0, 'extref': 0, 'abbr': 0, 'ptr': 0}),
Counter({'id': 5510, 'repositorycode': 3798, 'countrycode': 3793, 'type': 2435, 'audience': 1194, 'identifier': 1185, 'encodinganalog': 882, 'label': 49, 'altrender': 1}),
Counter({'PCDATA': 9053, 'no text()': 22})]],
'unittitle': [ 21930,
[ Counter({'did': 21902, 'item': 15, 'archref': 13}),
Counter({'unitdate': 5695, 'lb': 2927, 'title': 1536, 'persname': 580, 'emph': 308, 'num': 217, 'extref': 39, 'ref': 38, 'corpname': 30, 'imprint': 3, 'date': 3, 'archref': 0, 'geogname': 0, 'expan': 0, 'famname': 0, 'ptr': 0, 'subject': 0, 'genreform': 0, 'occupation': 0, 'function': 0, 'bibseries': 0, 'bibref': 0, 'linkgrp': 0, 'abbr': 0, 'extptr': 0, 'name': 0, 'edition': 0}),
Counter({'encodinganalog': 2558, 'id': 1017, 'type': 818, 'label': 57, 'altrender': 13, 'audience': 6}),
Counter({'PCDATA': 21806, 'no text()': 124})]],
'userestrict': [ 98,
[ Counter({'archdesc': 62, 'descgrp': 36}),
Counter({'p': 120, 'head': 81, 'blockquote': 0, 'chronlist': 0, 'list': 0, 'note': 0, 'address': 0, 'table': 0, 'userestrict': 0}),
Counter({'encodinganalog': 61, 'id': 30, 'type': 0, 'audience': 0, 'altrender': 0}),
Counter({'PCDATA': 91, 'no text()': 7})]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment