I don't think this is in any way useful, but it was a bit of a pain to create, so I thought someone should see it besides me. In P4, the <tagsDecl> was supposed to contain "a sequence of <tagUsage> elements, one for each distinct element occurring within the outermost <text> element of a TEI document." In earlier releases of P5 this was updated to be namespace-aware: the <tagsDecl> should contain "at least one <namespace> element, containing a series <tagUsage> elements, one for each distinct element from that namespace occurring within the outermost <text> element of a TEI document." Someplace between P5 v. 2.0.0 and v. 3.0.0 we relaxed that restriction so that a <namespace> element contains "up to one for each element type from that namespace". But here is what a complete <tagsDecl> for TEI P5 (current version in GitHub) would look like if we had a <tagUsage> for each element type and included the @occurs and @withId attriubtes. --------- <!-- Calculated from p5.xml of 2018-11-21, revision ad7572a --> <tagsDecl xmlns="http://www.tei-c.org/ns/1.0"> <namespace name=""> <tagUsage gi="anthology" occurs="05" withId="0"/> <tagUsage gi="heading" occurs="01" withId="0"/> <tagUsage gi="line" occurs="83" withId="4"/> <tagUsage gi="poem" occurs="06" withId="3"/> <tagUsage gi="poemRef" occurs="01" withId="0"/> <tagUsage gi="stanza" occurs="02" withId="0"/> </namespace> <namespace name="http://purl.oclc.org/dsdl/schematron"> <tagUsage gi="assert" occurs="44" withId="0"/> <tagUsage gi="let" occurs="13" withId="0"/> <tagUsage gi="ns" occurs="10" withId="0"/> <tagUsage gi="pattern" occurs="02" withId="0"/> <tagUsage gi="report" occurs="46" withId="0"/> <tagUsage gi="rule" occurs="31" withId="0"/> <tagUsage gi="value-of" occurs="22" withId="0"/> </namespace> <namespace name="http://purl.org/dc/elements/1.1/"> <tagUsage gi="creator" occurs="03" withId="0"/> <tagUsage gi="description" occurs="01" withId="0"/> <tagUsage gi="format" occurs="01" withId="0"/> <tagUsage gi="identifier" occurs="02" withId="0"/> <tagUsage gi="license" occurs="02" withId="0"/> <tagUsage gi="rights" occurs="01" withId="0"/> <tagUsage gi="source" occurs="20" withId="0"/> <tagUsage gi="subject" occurs="10" withId="0"/> <tagUsage gi="type" occurs="04" withId="0"/> </namespace> <namespace name="http://relaxng.org/ns/compatibility/annotations/1.0"> <tagUsage gi="documentation" occurs="4" withId="0"/> </namespace> <namespace name="http://relaxng.org/ns/structure/1.0"> <tagUsage gi="attribute" occurs="02" withId="0"/> <tagUsage gi="define" occurs="10" withId="0"/> <tagUsage gi="oneOrMore" occurs="09" withId="0"/> <tagUsage gi="optional" occurs="09" withId="0"/> <tagUsage gi="zeroOrMore" occurs="05" withId="0"/> </namespace> <namespace name="http://web.resource.org/cc/"> <tagUsage gi="License" occurs="2" withId="0"/> <tagUsage gi="Work" occurs="2" withId="0"/> <tagUsage gi="permits" occurs="6" withId="0"/> <tagUsage gi="requires" occurs="6" withId="0"/> </namespace> <namespace name="http://www.example.org/ns/nonTEI"> <tagUsage gi="amEntry" occurs="2" withId="0"/> <tagUsage gi="diaryEntry" occurs="8" withId="0"/> <tagUsage gi="paraphasia" occurs="1" withId="0"/> <tagUsage gi="pmEntry" occurs="2" withId="0"/> <tagUsage gi="sentenceBoundaryEnd" occurs="4" withId="0"/> <tagUsage gi="sentenceBoundaryStart" occurs="4" withId="0"/> </namespace> <namespace name="http://www.gram.org"> <tagUsage gi="adj" occurs="01" withId="0"/> <tagUsage gi="aux" occurs="01" withId="0"/> <tagUsage gi="itj" occurs="01" withId="0"/> <tagUsage gi="nom" occurs="01" withId="0"/> <tagUsage gi="pron" occurs="82" withId="7"/> </namespace> <namespace name="http://www.loc.gov/mods/v3"> <tagUsage gi="affiliation" occurs="008" withId="0"/> <tagUsage gi="copyrightDate" occurs="001" withId="0"/> <tagUsage gi="digitalOrigin" occurs="001" withId="0"/> <tagUsage gi="form" occurs="258" withId="0"/> <tagUsage gi="genre" occurs="001" withId="0"/> <tagUsage gi="languageTerm" occurs="001" withId="0"/> <tagUsage gi="mods" occurs="001" withId="0"/> <tagUsage gi="namePart" occurs="006" withId="0"/> <tagUsage gi="originInfo" occurs="001" withId="0"/> <tagUsage gi="physicalDescription" occurs="001" withId="0"/> <tagUsage gi="place" occurs="045" withId="30"/> <tagUsage gi="placeTerm" occurs="001" withId="0"/> <tagUsage gi="roleTerm" occurs="002" withId="0"/> <tagUsage gi="subTitle" occurs="001" withId="0"/> <tagUsage gi="titleInfo" occurs="001" withId="0"/> <tagUsage gi="typeOfResource" occurs="001" withId="0"/> </namespace> <namespace name="http://www.openarchives.org/OAI/2.0/oai_dc/"> <tagUsage gi="dc" occurs="1" withId="0"/> </namespace> <namespace name="http://www.opengis.net/gml"> <tagUsage gi="LinearRing" occurs="1" withId="0"/> <tagUsage gi="Polygon" occurs="1" withId="0"/> <tagUsage gi="exterior" occurs="1" withId="0"/> </namespace> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="abbr" occurs="00050" withId="0"/> <tagUsage gi="altIdent" occurs="00032" withId="0"/> <tagUsage gi="alternate" occurs="00358" withId="0"/> <tagUsage gi="anyElement" occurs="00008" withId="0"/> <tagUsage gi="att" occurs="02696" withId="0"/> <tagUsage gi="attDef" occurs="00532" withId="0"/> <tagUsage gi="attList" occurs="00293" withId="0"/> <tagUsage gi="attRef" occurs="00003" withId="0"/> <tagUsage gi="body" occurs="00079" withId="3"/> <tagUsage gi="byline" occurs="00026" withId="0"/> <tagUsage gi="cell" occurs="00552" withId="0"/> <tagUsage gi="cit" occurs="00063" withId="0"/> <tagUsage gi="classRef" occurs="00771" withId="0"/> <tagUsage gi="classSpec" occurs="00200" withId="77"/> <tagUsage gi="classes" occurs="00685" withId="0"/> <tagUsage gi="code" occurs="00619" withId="0"/> <tagUsage gi="constraint" occurs="00089" withId="0"/> <tagUsage gi="constraintSpec" occurs="00089" withId="0"/> <tagUsage gi="content" occurs="00651" withId="0"/> <tagUsage gi="dataFacet" occurs="00008" withId="0"/> <tagUsage gi="dataRef" occurs="00578" withId="0"/> <tagUsage gi="dataSpec" occurs="00035" withId="0"/> <tagUsage gi="datatype" occurs="00523" withId="0"/> <tagUsage gi="defaultVal" occurs="00057" withId="0"/> <tagUsage gi="desc" occurs="10586" withId="56"/> <tagUsage gi="div" occurs="00891" withId="658"/> <tagUsage gi="divGen" occurs="00021" withId="0"/> <tagUsage gi="docAuthor" occurs="00016" withId="0"/> <tagUsage gi="docDate" occurs="00012" withId="0"/> <tagUsage gi="docImprint" occurs="00023" withId="0"/> <tagUsage gi="docTitle" occurs="00032" withId="0"/> <tagUsage gi="eg" occurs="00082" withId="0"/> <tagUsage gi="elementSpec" occurs="00648" withId="93"/> <tagUsage gi="emph" occurs="00108" withId="2"/> <tagUsage gi="empty" occurs="00050" withId="0"/> <tagUsage gi="equiv" occurs="00037" withId="0"/> <tagUsage gi="exemplum" occurs="01897" withId="0"/> <tagUsage gi="expan" occurs="00028" withId="2"/> <tagUsage gi="figDesc" occurs="00019" withId="0"/> <tagUsage gi="figure" occurs="00069" withId="10"/> <tagUsage gi="foreign" occurs="00035" withId="1"/> <tagUsage gi="formula" occurs="00014" withId="1"/> <tagUsage gi="front" occurs="00050" withId="2"/> <tagUsage gi="gi" occurs="06315" withId="0"/> <tagUsage gi="gloss" occurs="03230" withId="1"/> <tagUsage gi="graphic" occurs="00133" withId="0"/> <tagUsage gi="head" occurs="01027" withId="2"/> <tagUsage gi="hi" occurs="00254" withId="1"/> <tagUsage gi="ident" occurs="00740" withId="0"/> <tagUsage gi="item" occurs="01632" withId="33"/> <tagUsage gi="label" occurs="00931" withId="0"/> <tagUsage gi="lb" occurs="00224" withId="1"/> <tagUsage gi="list" occurs="00374" withId="9"/> <tagUsage gi="listRef" occurs="00697" withId="0"/> <tagUsage gi="macroRef" occurs="00216" withId="0"/> <tagUsage gi="macroSpec" occurs="00008" withId="0"/> <tagUsage gi="memberOf" occurs="02046" withId="0"/> <tagUsage gi="mentioned" occurs="00668" withId="5"/> <tagUsage gi="moduleSpec" occurs="00023" withId="21"/> <tagUsage gi="note" occurs="00261" withId="5"/> <tagUsage gi="num" occurs="00049" withId="0"/> <tagUsage gi="p" occurs="06318" withId="27"/> <tagUsage gi="ptr" occurs="02686" withId="14"/> <tagUsage gi="publisher" occurs="00268" withId="0"/> <tagUsage gi="q" occurs="00710" withId="7"/> <tagUsage gi="ref" occurs="00445" withId="1"/> <tagUsage gi="remarks" occurs="01382" withId="0"/> <tagUsage gi="row" occurs="00195" withId="0"/> <tagUsage gi="seg" occurs="00268" withId="80"/> <tagUsage gi="sequence" occurs="00268" withId="0"/> <tagUsage gi="soCalled" occurs="00441" withId="0"/> <tagUsage gi="specDesc" occurs="01028" withId="0"/> <tagUsage gi="specGrp" occurs="00165" withId="152"/> <tagUsage gi="specGrpRef" occurs="00132" withId="0"/> <tagUsage gi="specList" occurs="00373" withId="0"/> <tagUsage gi="table" occurs="00021" withId="3"/> <tagUsage gi="tag" occurs="00128" withId="0"/> <tagUsage gi="term" occurs="00907" withId="6"/> <tagUsage gi="textNode" occurs="00077" withId="0"/> <tagUsage gi="title" occurs="01309" withId="2"/> <tagUsage gi="titlePage" occurs="00014" withId="1"/> <tagUsage gi="titlePart" occurs="00057" withId="0"/> <tagUsage gi="val" occurs="00819" withId="0"/> <tagUsage gi="valDesc" occurs="00009" withId="0"/> <tagUsage gi="valItem" occurs="00702" withId="0"/> <tagUsage gi="valList" occurs="00155" withId="0"/> </namespace> <namespace name="http://www.tei-c.org/ns/Examples"> <tagUsage gi="TEI" occurs="0030" withId="0"/> <tagUsage gi="ab" occurs="0033" withId="2"/> <tagUsage gi="abstract" occurs="0005" withId="0"/> <tagUsage gi="accMat" occurs="0004" withId="0"/> <tagUsage gi="acquisition" occurs="0014" withId="0"/> <tagUsage gi="activity" occurs="0009" withId="0"/> <tagUsage gi="actor" occurs="0127" withId="0"/> <tagUsage gi="add" occurs="0049" withId="5"/> <tagUsage gi="addName" occurs="0011" withId="0"/> <tagUsage gi="addSpan" occurs="0003" withId="0"/> <tagUsage gi="additional" occurs="0007" withId="0"/> <tagUsage gi="additions" occurs="0006" withId="0"/> <tagUsage gi="addrLine" occurs="0048" withId="0"/> <tagUsage gi="address" occurs="0027" withId="0"/> <tagUsage gi="adminInfo" occurs="0010" withId="0"/> <tagUsage gi="age" occurs="0003" withId="0"/> <tagUsage gi="alt" occurs="0035" withId="0"/> <tagUsage gi="altGrp" occurs="0007" withId="0"/> <tagUsage gi="altIdentifier" occurs="0015" withId="0"/> <tagUsage gi="am" occurs="0012" withId="0"/> <tagUsage gi="analytic" occurs="0117" withId="0"/> <tagUsage gi="anchor" occurs="0098" withId="82"/> <tagUsage gi="annotationBlock" occurs="0002" withId="2"/> <tagUsage gi="app" occurs="0069" withId="7"/> <tagUsage gi="appInfo" occurs="0005" withId="0"/> <tagUsage gi="application" occurs="0005" withId="0"/> <tagUsage gi="arc" occurs="0066" withId="9"/> <tagUsage gi="argument" occurs="0005" withId="0"/> <tagUsage gi="author" occurs="0771" withId="1"/> <tagUsage gi="authority" occurs="0006" withId="0"/> <tagUsage gi="availability" occurs="0024" withId="0"/> <tagUsage gi="back" occurs="0027" withId="0"/> <tagUsage gi="bibl" occurs="0637" withId="487"/> <tagUsage gi="biblFull" occurs="0004" withId="0"/> <tagUsage gi="biblScope" occurs="0377" withId="0"/> <tagUsage gi="biblStruct" occurs="0234" withId="199"/> <tagUsage gi="bicond" occurs="0004" withId="0"/> <tagUsage gi="binary" occurs="0069" withId="0"/> <tagUsage gi="binaryObject" occurs="0001" withId="0"/> <tagUsage gi="binding" occurs="0013" withId="0"/> <tagUsage gi="bindingDesc" occurs="0009" withId="0"/> <tagUsage gi="birth" occurs="0013" withId="0"/> <tagUsage gi="bloc" occurs="0008" withId="0"/> <tagUsage gi="broadcast" occurs="0008" withId="0"/> <tagUsage gi="c" occurs="0021" withId="6"/> <tagUsage gi="cRefPattern" occurs="0019" withId="0"/> <tagUsage gi="caesura" occurs="0016" withId="0"/> <tagUsage gi="calendar" occurs="0043" withId="43"/> <tagUsage gi="calendarDesc" occurs="0007" withId="0"/> <tagUsage gi="camera" occurs="0021" withId="0"/> <tagUsage gi="caption" occurs="0009" withId="0"/> <tagUsage gi="case" occurs="0002" withId="0"/> <tagUsage gi="castGroup" occurs="0019" withId="0"/> <tagUsage gi="castItem" occurs="0148" withId="0"/> <tagUsage gi="castList" occurs="0026" withId="0"/> <tagUsage gi="catDesc" occurs="0118" withId="0"/> <tagUsage gi="catRef" occurs="0010" withId="0"/> <tagUsage gi="catchwords" occurs="0005" withId="0"/> <tagUsage gi="category" occurs="0105" withId="101"/> <tagUsage gi="cb" occurs="0005" withId="0"/> <tagUsage gi="certainty" occurs="0054" withId="12"/> <tagUsage gi="change" occurs="0061" withId="21"/> <tagUsage gi="channel" occurs="0013" withId="0"/> <tagUsage gi="char" occurs="0017" withId="17"/> <tagUsage gi="charDecl" occurs="0008" withId="0"/> <tagUsage gi="charName" occurs="0008" withId="0"/> <tagUsage gi="charProp" occurs="0016" withId="0"/> <tagUsage gi="choice" occurs="0107" withId="4"/> <tagUsage gi="citedRange" occurs="0006" withId="0"/> <tagUsage gi="cl" occurs="0043" withId="4"/> <tagUsage gi="classCode" occurs="0009" withId="0"/> <tagUsage gi="classDecl" occurs="0004" withId="0"/> <tagUsage gi="climate" occurs="0005" withId="0"/> <tagUsage gi="closer" occurs="0018" withId="0"/> <tagUsage gi="collation" occurs="0010" withId="0"/> <tagUsage gi="collection" occurs="0013" withId="0"/> <tagUsage gi="colloc" occurs="0004" withId="0"/> <tagUsage gi="colophon" occurs="0008" withId="0"/> <tagUsage gi="cond" occurs="0007" withId="0"/> <tagUsage gi="condition" occurs="0011" withId="0"/> <tagUsage gi="constitution" occurs="0013" withId="0"/> <tagUsage gi="corr" occurs="0051" withId="1"/> <tagUsage gi="correction" occurs="0013" withId="6"/> <tagUsage gi="correspAction" occurs="0015" withId="0"/> <tagUsage gi="correspContext" occurs="0004" withId="0"/> <tagUsage gi="correspDesc" occurs="0003" withId="2"/> <tagUsage gi="country" occurs="0043" withId="0"/> <tagUsage gi="creation" occurs="0015" withId="0"/> <tagUsage gi="custEvent" occurs="0021" withId="0"/> <tagUsage gi="custodialHist" occurs="0011" withId="0"/> <tagUsage gi="damage" occurs="0008" withId="0"/> <tagUsage gi="damageSpan" occurs="0005" withId="0"/> <tagUsage gi="date" occurs="0870" withId="4"/> <tagUsage gi="dateline" occurs="0026" withId="0"/> <tagUsage gi="death" occurs="0009" withId="0"/> <tagUsage gi="decoDesc" occurs="0011" withId="0"/> <tagUsage gi="decoNote" occurs="0071" withId="0"/> <tagUsage gi="def" occurs="0112" withId="3"/> <tagUsage gi="default" occurs="0004" withId="0"/> <tagUsage gi="del" occurs="0065" withId="2"/> <tagUsage gi="delSpan" occurs="0007" withId="0"/> <tagUsage gi="depth" occurs="0011" withId="0"/> <tagUsage gi="derivation" occurs="0013" withId="0"/> <tagUsage gi="dictScrap" occurs="0004" withId="0"/> <tagUsage gi="dim" occurs="0004" withId="1"/> <tagUsage gi="dimensions" occurs="0019" withId="0"/> <tagUsage gi="distinct" occurs="0011" withId="0"/> <tagUsage gi="distributor" occurs="0013" withId="0"/> <tagUsage gi="district" occurs="0017" withId="0"/> <tagUsage gi="div1" occurs="0068" withId="11"/> <tagUsage gi="div2" occurs="0057" withId="10"/> <tagUsage gi="div3" occurs="0031" withId="2"/> <tagUsage gi="div4" occurs="0014" withId="0"/> <tagUsage gi="div5" occurs="0012" withId="0"/> <tagUsage gi="div6" occurs="0006" withId="0"/> <tagUsage gi="div7" occurs="0004" withId="0"/> <tagUsage gi="docEdition" occurs="0005" withId="0"/> <tagUsage gi="domain" occurs="0016" withId="0"/> <tagUsage gi="eLeaf" occurs="0043" withId="2"/> <tagUsage gi="eTree" occurs="0081" withId="38"/> <tagUsage gi="edition" occurs="0036" withId="0"/> <tagUsage gi="editionStmt" occurs="0013" withId="0"/> <tagUsage gi="editor" occurs="0235" withId="3"/> <tagUsage gi="editorialDecl" occurs="0014" withId="2"/> <tagUsage gi="education" occurs="0008" withId="0"/> <tagUsage gi="egXML" occurs="3329" withId="0"/> <tagUsage gi="elementRef" occurs="0594" withId="0"/> <tagUsage gi="email" occurs="0003" withId="0"/> <tagUsage gi="encodingDesc" occurs="0014" withId="0"/> <tagUsage gi="entry" occurs="0136" withId="7"/> <tagUsage gi="entryFree" occurs="0009" withId="0"/> <tagUsage gi="epigraph" occurs="0013" withId="0"/> <tagUsage gi="epilogue" occurs="0005" withId="0"/> <tagUsage gi="equipment" occurs="0013" withId="0"/> <tagUsage gi="etym" occurs="0032" withId="0"/> <tagUsage gi="event" occurs="0021" withId="5"/> <tagUsage gi="ex" occurs="0075" withId="1"/> <tagUsage gi="explicit" occurs="0017" withId="0"/> <tagUsage gi="extent" occurs="0040" withId="0"/> <tagUsage gi="f" occurs="0211" withId="39"/> <tagUsage gi="fDecl" occurs="0024" withId="2"/> <tagUsage gi="fDescr" occurs="0018" withId="0"/> <tagUsage gi="fLib" occurs="0005" withId="0"/> <tagUsage gi="facsimile" occurs="0019" withId="0"/> <tagUsage gi="factuality" occurs="0016" withId="0"/> <tagUsage gi="faith" occurs="0004" withId="0"/> <tagUsage gi="fileDesc" occurs="0020" withId="0"/> <tagUsage gi="filiation" occurs="0009" withId="0"/> <tagUsage gi="finalRubric" occurs="0008" withId="0"/> <tagUsage gi="floatingText" occurs="0007" withId="0"/> <tagUsage gi="floruit" occurs="0003" withId="0"/> <tagUsage gi="foliation" occurs="0007" withId="2"/> <tagUsage gi="forename" occurs="0572" withId="0"/> <tagUsage gi="forest" occurs="0004" withId="0"/> <tagUsage gi="fs" occurs="0101" withId="15"/> <tagUsage gi="fsConstraints" occurs="0004" withId="0"/> <tagUsage gi="fsDecl" occurs="0011" withId="2"/> <tagUsage gi="fsDescr" occurs="0005" withId="0"/> <tagUsage gi="fsdDecl" occurs="0006" withId="0"/> <tagUsage gi="fsdLink" occurs="0006" withId="0"/> <tagUsage gi="funder" occurs="0012" withId="0"/> <tagUsage gi="fvLib" occurs="0006" withId="3"/> <tagUsage gi="fw" occurs="0009" withId="0"/> <tagUsage gi="g" occurs="0056" withId="0"/> <tagUsage gi="gap" occurs="0042" withId="0"/> <tagUsage gi="gb" occurs="0001" withId="0"/> <tagUsage gi="gen" occurs="0020" withId="0"/> <tagUsage gi="genName" occurs="0014" withId="0"/> <tagUsage gi="geo" occurs="0013" withId="0"/> <tagUsage gi="geoDecl" occurs="0003" withId="2"/> <tagUsage gi="geogFeat" occurs="0013" withId="0"/> <tagUsage gi="geogName" occurs="0017" withId="0"/> <tagUsage gi="glyph" occurs="0013" withId="13"/> <tagUsage gi="glyphName" occurs="0009" withId="0"/> <tagUsage gi="gram" occurs="0010" withId="0"/> <tagUsage gi="gramGrp" occurs="0102" withId="0"/> <tagUsage gi="graph" occurs="0020" withId="10"/> <tagUsage gi="group" occurs="0024" withId="0"/> <tagUsage gi="handDesc" occurs="0013" withId="0"/> <tagUsage gi="handNote" occurs="0023" withId="19"/> <tagUsage gi="handNotes" occurs="0002" withId="0"/> <tagUsage gi="handShift" occurs="0009" withId="0"/> <tagUsage gi="headItem" occurs="0010" withId="0"/> <tagUsage gi="headLabel" occurs="0010" withId="0"/> <tagUsage gi="height" occurs="0033" withId="0"/> <tagUsage gi="heraldry" occurs="0004" withId="0"/> <tagUsage gi="history" occurs="0013" withId="0"/> <tagUsage gi="hom" occurs="0012" withId="0"/> <tagUsage gi="hyph" occurs="0016" withId="0"/> <tagUsage gi="hyphenation" occurs="0004" withId="0"/> <tagUsage gi="iNode" occurs="0030" withId="30"/> <tagUsage gi="iType" occurs="0003" withId="0"/> <tagUsage gi="idno" occurs="0148" withId="0"/> <tagUsage gi="if" occurs="0003" withId="0"/> <tagUsage gi="iff" occurs="0004" withId="0"/> <tagUsage gi="imprimatur" occurs="0004" withId="0"/> <tagUsage gi="imprint" occurs="0244" withId="0"/> <tagUsage gi="incident" occurs="0006" withId="0"/> <tagUsage gi="incipit" occurs="0024" withId="0"/> <tagUsage gi="index" occurs="0060" withId="0"/> <tagUsage gi="institution" occurs="0010" withId="0"/> <tagUsage gi="interaction" occurs="0014" withId="0"/> <tagUsage gi="interp" occurs="0045" withId="43"/> <tagUsage gi="interpGrp" occurs="0006" withId="0"/> <tagUsage gi="interpretation" occurs="0005" withId="0"/> <tagUsage gi="join" occurs="0026" withId="4"/> <tagUsage gi="joinGrp" occurs="0005" withId="0"/> <tagUsage gi="keywords" occurs="0013" withId="0"/> <tagUsage gi="kinesic" occurs="0005" withId="1"/> <tagUsage gi="l" occurs="0792" withId="47"/> <tagUsage gi="lacunaEnd" occurs="0005" withId="0"/> <tagUsage gi="lacunaStart" occurs="0001" withId="0"/> <tagUsage gi="lang" occurs="0036" withId="0"/> <tagUsage gi="langKnowledge" occurs="0009" withId="0"/> <tagUsage gi="langKnown" occurs="0018" withId="0"/> <tagUsage gi="langUsage" occurs="0011" withId="0"/> <tagUsage gi="language" occurs="0027" withId="0"/> <tagUsage gi="layout" occurs="0025" withId="0"/> <tagUsage gi="layoutDesc" occurs="0011" withId="0"/> <tagUsage gi="lbl" occurs="0011" withId="0"/> <tagUsage gi="leaf" occurs="0040" withId="40"/> <tagUsage gi="lem" occurs="0042" withId="8"/> <tagUsage gi="lg" occurs="0101" withId="5"/> <tagUsage gi="licence" occurs="0006" withId="0"/> <tagUsage gi="link" occurs="0100" withId="6"/> <tagUsage gi="linkGrp" occurs="0024" withId="2"/> <tagUsage gi="listApp" occurs="0002" withId="2"/> <tagUsage gi="listBibl" occurs="0018" withId="0"/> <tagUsage gi="listChange" occurs="0010" withId="1"/> <tagUsage gi="listEvent" occurs="0002" withId="0"/> <tagUsage gi="listForest" occurs="0001" withId="0"/> <tagUsage gi="listNym" occurs="0004" withId="0"/> <tagUsage gi="listObject" occurs="0005" withId="0"/> <tagUsage gi="listOrg" occurs="0002" withId="0"/> <tagUsage gi="listPerson" occurs="0018" withId="0"/> <tagUsage gi="listPlace" occurs="0006" withId="0"/> <tagUsage gi="listPrefixDef" occurs="0002" withId="0"/> <tagUsage gi="listRelation" occurs="0014" withId="0"/> <tagUsage gi="listTranspose" occurs="0003" withId="0"/> <tagUsage gi="listWit" occurs="0007" withId="1"/> <tagUsage gi="localName" occurs="0015" withId="0"/> <tagUsage gi="locale" occurs="0009" withId="0"/> <tagUsage gi="location" occurs="0018" withId="0"/> <tagUsage gi="locus" occurs="0101" withId="0"/> <tagUsage gi="locusGrp" occurs="0005" withId="0"/> <tagUsage gi="m" occurs="0020" withId="0"/> <tagUsage gi="mapping" occurs="0017" withId="0"/> <tagUsage gi="material" occurs="0033" withId="0"/> <tagUsage gi="measure" occurs="0050" withId="0"/> <tagUsage gi="measureGrp" occurs="0010" withId="0"/> <tagUsage gi="media" occurs="0004" withId="0"/> <tagUsage gi="meeting" occurs="0008" withId="0"/> <tagUsage gi="metDecl" occurs="0009" withId="5"/> <tagUsage gi="metSym" occurs="0041" withId="0"/> <tagUsage gi="metamark" occurs="0014" withId="0"/> <tagUsage gi="milestone" occurs="0040" withId="0"/> <tagUsage gi="mod" occurs="0007" withId="1"/> <tagUsage gi="model" occurs="0051" withId="0"/> <tagUsage gi="modelGrp" occurs="0008" withId="0"/> <tagUsage gi="modelSequence" occurs="0003" withId="0"/> <tagUsage gi="moduleRef" occurs="0062" withId="0"/> <tagUsage gi="monogr" occurs="0238" withId="0"/> <tagUsage gi="mood" occurs="0006" withId="0"/> <tagUsage gi="move" occurs="0005" withId="0"/> <tagUsage gi="msContents" occurs="0031" withId="0"/> <tagUsage gi="msDesc" occurs="0013" withId="3"/> <tagUsage gi="msFrag" occurs="0008" withId="0"/> <tagUsage gi="msIdentifier" occurs="0041" withId="0"/> <tagUsage gi="msItem" occurs="0052" withId="0"/> <tagUsage gi="msItemStruct" occurs="0003" withId="0"/> <tagUsage gi="msName" occurs="0016" withId="0"/> <tagUsage gi="msPart" occurs="0005" withId="0"/> <tagUsage gi="musicNotation" occurs="0008" withId="0"/> <tagUsage gi="name" occurs="0385" withId="9"/> <tagUsage gi="nameLink" occurs="0006" withId="0"/> <tagUsage gi="namespace" occurs="0007" withId="0"/> <tagUsage gi="nationality" occurs="0005" withId="0"/> <tagUsage gi="node" occurs="0100" withId="100"/> <tagUsage gi="normalization" occurs="0019" withId="4"/> <tagUsage gi="notatedMusic" occurs="0008" withId="0"/> <tagUsage gi="notesStmt" occurs="0006" withId="0"/> <tagUsage gi="number" occurs="0018" withId="0"/> <tagUsage gi="numeric" occurs="0021" withId="0"/> <tagUsage gi="nym" occurs="0026" withId="26"/> <tagUsage gi="oRef" occurs="0027" withId="2"/> <tagUsage gi="objIdentifier" occurs="0010" withId="0"/> <tagUsage gi="object" occurs="0008" withId="8"/> <tagUsage gi="objectDesc" occurs="0017" withId="0"/> <tagUsage gi="objectName" occurs="0028" withId="0"/> <tagUsage gi="objectType" occurs="0005" withId="0"/> <tagUsage gi="occupation" occurs="0013" withId="0"/> <tagUsage gi="offset" occurs="0020" withId="0"/> <tagUsage gi="opener" occurs="0013" withId="0"/> <tagUsage gi="org" occurs="0017" withId="13"/> <tagUsage gi="orgName" occurs="0067" withId="0"/> <tagUsage gi="orig" occurs="0051" withId="0"/> <tagUsage gi="origDate" occurs="0012" withId="0"/> <tagUsage gi="origPlace" occurs="0012" withId="0"/> <tagUsage gi="origin" occurs="0014" withId="0"/> <tagUsage gi="orth" occurs="0258" withId="12"/> <tagUsage gi="outputRendition" occurs="0014" withId="0"/> <tagUsage gi="pRef" occurs="0005" withId="0"/> <tagUsage gi="param" occurs="0036" withId="0"/> <tagUsage gi="paramList" occurs="0029" withId="0"/> <tagUsage gi="paramSpec" occurs="0045" withId="0"/> <tagUsage gi="particDesc" occurs="0006" withId="1"/> <tagUsage gi="path" occurs="0004" withId="2"/> <tagUsage gi="pause" occurs="0022" withId="0"/> <tagUsage gi="pb" occurs="0045" withId="24"/> <tagUsage gi="pc" occurs="0025" withId="5"/> <tagUsage gi="per" occurs="0006" withId="0"/> <tagUsage gi="performance" occurs="0013" withId="3"/> <tagUsage gi="persName" occurs="0187" withId="11"/> <tagUsage gi="person" occurs="0065" withId="55"/> <tagUsage gi="personGrp" occurs="0004" withId="4"/> <tagUsage gi="persona" occurs="0002" withId="0"/> <tagUsage gi="phr" occurs="0059" withId="0"/> <tagUsage gi="physDesc" occurs="0022" withId="0"/> <tagUsage gi="placeName" occurs="0160" withId="6"/> <tagUsage gi="population" occurs="0014" withId="0"/> <tagUsage gi="pos" occurs="0073" withId="0"/> <tagUsage gi="postBox" occurs="0005" withId="0"/> <tagUsage gi="postCode" occurs="0013" withId="0"/> <tagUsage gi="postscript" occurs="0003" withId="0"/> <tagUsage gi="precision" occurs="0009" withId="0"/> <tagUsage gi="prefixDef" occurs="0005" withId="0"/> <tagUsage gi="preparedness" occurs="0013" withId="0"/> <tagUsage gi="principal" occurs="0005" withId="1"/> <tagUsage gi="profileDesc" occurs="0016" withId="0"/> <tagUsage gi="projectDesc" occurs="0007" withId="0"/> <tagUsage gi="prologue" occurs="0004" withId="0"/> <tagUsage gi="provenance" occurs="0024" withId="0"/> <tagUsage gi="pubPlace" occurs="0239" withId="0"/> <tagUsage gi="publicationStmt" occurs="0030" withId="0"/> <tagUsage gi="punctuation" occurs="0001" withId="0"/> <tagUsage gi="purpose" occurs="0024" withId="0"/> <tagUsage gi="quotation" occurs="0014" withId="0"/> <tagUsage gi="quote" occurs="0136" withId="0"/> <tagUsage gi="rdg" occurs="0134" withId="11"/> <tagUsage gi="rdgGrp" occurs="0016" withId="0"/> <tagUsage gi="re" occurs="0025" withId="0"/> <tagUsage gi="recordHist" occurs="0012" withId="0"/> <tagUsage gi="recording" occurs="0015" withId="3"/> <tagUsage gi="recordingStmt" occurs="0005" withId="0"/> <tagUsage gi="redo" occurs="0001" withId="0"/> <tagUsage gi="refState" occurs="0010" withId="0"/> <tagUsage gi="refsDecl" occurs="0016" withId="4"/> <tagUsage gi="reg" occurs="0052" withId="0"/> <tagUsage gi="region" occurs="0029" withId="0"/> <tagUsage gi="relatedItem" occurs="0005" withId="0"/> <tagUsage gi="relation" occurs="0026" withId="0"/> <tagUsage gi="rendition" occurs="0035" withId="29"/> <tagUsage gi="repository" occurs="0039" withId="0"/> <tagUsage gi="residence" occurs="0018" withId="0"/> <tagUsage gi="resp" occurs="0081" withId="0"/> <tagUsage gi="respStmt" occurs="0079" withId="16"/> <tagUsage gi="respons" occurs="0013" withId="0"/> <tagUsage gi="restore" occurs="0002" withId="0"/> <tagUsage gi="retrace" occurs="0008" withId="2"/> <tagUsage gi="revisionDesc" occurs="0012" withId="0"/> <tagUsage gi="rhyme" occurs="0056" withId="8"/> <tagUsage gi="role" occurs="0126" withId="22"/> <tagUsage gi="roleDesc" occurs="0027" withId="0"/> <tagUsage gi="roleName" occurs="0019" withId="0"/> <tagUsage gi="root" occurs="0010" withId="8"/> <tagUsage gi="rs" occurs="0061" withId="5"/> <tagUsage gi="rubric" occurs="0022" withId="0"/> <tagUsage gi="s" occurs="0121" withId="53"/> <tagUsage gi="said" occurs="0051" withId="3"/> <tagUsage gi="salute" occurs="0022" withId="0"/> <tagUsage gi="samplingDecl" occurs="0006" withId="0"/> <tagUsage gi="schemaRef" occurs="0006" withId="0"/> <tagUsage gi="schemaSpec" occurs="0024" withId="0"/> <tagUsage gi="scriptDesc" occurs="0002" withId="0"/> <tagUsage gi="scriptNote" occurs="0003" withId="2"/> <tagUsage gi="scriptStmt" occurs="0002" withId="1"/> <tagUsage gi="seal" occurs="0006" withId="0"/> <tagUsage gi="sealDesc" occurs="0003" withId="0"/> <tagUsage gi="secFol" occurs="0004" withId="0"/> <tagUsage gi="secl" occurs="0002" withId="0"/> <tagUsage gi="segmentation" occurs="0002" withId="0"/> <tagUsage gi="sense" occurs="0125" withId="0"/> <tagUsage gi="series" occurs="0030" withId="0"/> <tagUsage gi="seriesStmt" occurs="0005" withId="0"/> <tagUsage gi="set" occurs="0013" withId="0"/> <tagUsage gi="setting" occurs="0009" withId="0"/> <tagUsage gi="settingDesc" occurs="0008" withId="0"/> <tagUsage gi="settlement" occurs="0089" withId="0"/> <tagUsage gi="sex" occurs="0008" withId="0"/> <tagUsage gi="shift" occurs="0014" withId="0"/> <tagUsage gi="sic" occurs="0049" withId="0"/> <tagUsage gi="signatures" occurs="0005" withId="0"/> <tagUsage gi="signed" occurs="0019" withId="0"/> <tagUsage gi="socecStatus" occurs="0007" withId="0"/> <tagUsage gi="sound" occurs="0011" withId="0"/> <tagUsage gi="sourceDesc" occurs="0026" withId="0"/> <tagUsage gi="sourceDoc" occurs="0005" withId="0"/> <tagUsage gi="sp" occurs="0162" withId="0"/> <tagUsage gi="spGrp" occurs="0006" withId="1"/> <tagUsage gi="space" occurs="0005" withId="0"/> <tagUsage gi="span" occurs="0024" withId="0"/> <tagUsage gi="spanGrp" occurs="0004" withId="0"/> <tagUsage gi="speaker" occurs="0138" withId="0"/> <tagUsage gi="sponsor" occurs="0007" withId="0"/> <tagUsage gi="stage" occurs="0102" withId="1"/> <tagUsage gi="stamp" occurs="0005" withId="0"/> <tagUsage gi="state" occurs="0012" withId="0"/> <tagUsage gi="stdVals" occurs="0004" withId="0"/> <tagUsage gi="street" occurs="0019" withId="0"/> <tagUsage gi="stress" occurs="0001" withId="0"/> <tagUsage gi="string" occurs="0033" withId="0"/> <tagUsage gi="styleDefDecl" occurs="0002" withId="0"/> <tagUsage gi="subc" occurs="0019" withId="0"/> <tagUsage gi="subst" occurs="0014" withId="2"/> <tagUsage gi="substJoin" occurs="0002" withId="0"/> <tagUsage gi="summary" occurs="0015" withId="0"/> <tagUsage gi="superEntry" occurs="0006" withId="0"/> <tagUsage gi="supplied" occurs="0015" withId="0"/> <tagUsage gi="support" occurs="0011" withId="0"/> <tagUsage gi="supportDesc" occurs="0014" withId="0"/> <tagUsage gi="surface" occurs="0045" withId="1"/> <tagUsage gi="surfaceGrp" occurs="0007" withId="0"/> <tagUsage gi="surname" occurs="0462" withId="0"/> <tagUsage gi="surplus" occurs="0004" withId="0"/> <tagUsage gi="surrogates" occurs="0007" withId="0"/> <tagUsage gi="syll" occurs="0003" withId="0"/> <tagUsage gi="symbol" occurs="0171" withId="8"/> <tagUsage gi="tagUsage" occurs="0017" withId="0"/> <tagUsage gi="tagsDecl" occurs="0008" withId="0"/> <tagUsage gi="taxonomy" occurs="0019" withId="13"/> <tagUsage gi="tech" occurs="0003" withId="0"/> <tagUsage gi="teiCorpus" occurs="0006" withId="0"/> <tagUsage gi="teiHeader" occurs="0044" withId="0"/> <tagUsage gi="terrain" occurs="0002" withId="0"/> <tagUsage gi="text" occurs="0095" withId="4"/> <tagUsage gi="textClass" occurs="0007" withId="0"/> <tagUsage gi="textDesc" occurs="0010" withId="0"/> <tagUsage gi="textLang" occurs="0022" withId="0"/> <tagUsage gi="then" occurs="0010" withId="0"/> <tagUsage gi="time" occurs="0040" withId="0"/> <tagUsage gi="timeline" occurs="0010" withId="3"/> <tagUsage gi="titleStmt" occurs="0029" withId="0"/> <tagUsage gi="tns" occurs="0011" withId="0"/> <tagUsage gi="trailer" occurs="0018" withId="0"/> <tagUsage gi="trait" occurs="0006" withId="0"/> <tagUsage gi="transcriptionDesc" occurs="0002" withId="0"/> <tagUsage gi="transpose" occurs="0004" withId="0"/> <tagUsage gi="tree" occurs="0008" withId="0"/> <tagUsage gi="triangle" occurs="0003" withId="0"/> <tagUsage gi="typeDesc" occurs="0006" withId="0"/> <tagUsage gi="typeNote" occurs="0008" withId="3"/> <tagUsage gi="u" occurs="0121" withId="52"/> <tagUsage gi="unclear" occurs="0026" withId="0"/> <tagUsage gi="undo" occurs="0004" withId="0"/> <tagUsage gi="unicodeName" occurs="0009" withId="0"/> <tagUsage gi="unit" occurs="0011" withId="0"/> <tagUsage gi="usg" occurs="0041" withId="0"/> <tagUsage gi="vAlt" occurs="0029" withId="0"/> <tagUsage gi="vColl" occurs="0018" withId="0"/> <tagUsage gi="vDefault" occurs="0011" withId="0"/> <tagUsage gi="vLabel" occurs="0006" withId="0"/> <tagUsage gi="vMerge" occurs="0004" withId="0"/> <tagUsage gi="vNot" occurs="0009" withId="0"/> <tagUsage gi="vRange" occurs="0022" withId="0"/> <tagUsage gi="value" occurs="0022" withId="0"/> <tagUsage gi="variantEncoding" occurs="0007" withId="0"/> <tagUsage gi="view" occurs="0022" withId="0"/> <tagUsage gi="vocal" occurs="0012" withId="0"/> <tagUsage gi="w" occurs="0299" withId="122"/> <tagUsage gi="watermark" occurs="0011" withId="0"/> <tagUsage gi="when" occurs="0044" withId="44"/> <tagUsage gi="width" occurs="0034" withId="1"/> <tagUsage gi="wit" occurs="0008" withId="0"/> <tagUsage gi="witDetail" occurs="0003" withId="0"/> <tagUsage gi="witEnd" occurs="0001" withId="0"/> <tagUsage gi="witStart" occurs="0002" withId="0"/> <tagUsage gi="witness" occurs="0030" withId="30"/> <tagUsage gi="writing" occurs="0007" withId="0"/> <tagUsage gi="xenoData" occurs="0006" withId="0"/> <tagUsage gi="xr" occurs="0024" withId="0"/> <tagUsage gi="zone" occurs="0048" withId="11"/> </namespace> <namespace name="http://www.w3.org/1998/Math/MathML"> <tagUsage gi="math" occurs="03" withId="0"/> <tagUsage gi="mfrac" occurs="05" withId="0"/> <tagUsage gi="mi" occurs="06" withId="0"/> <tagUsage gi="mn" occurs="12" withId="0"/> <tagUsage gi="mo" occurs="07" withId="0"/> <tagUsage gi="mrow" occurs="14" withId="0"/> <tagUsage gi="msup" occurs="02" withId="0"/> </namespace> <namespace name="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <tagUsage gi="Description" occurs="2" withId="0"/> <tagUsage gi="RDF" occurs="4" withId="0"/> </namespace> <namespace name="http://www.w3.org/1999/xhtml"> <tagUsage gi="a" occurs="4" withId="0"/> <tagUsage gi="html" occurs="1" withId="0"/> </namespace> <namespace name="http://www.w3.org/2000/svg"> <tagUsage gi="ellipse" occurs="1" withId="0"/> <tagUsage gi="image" occurs="1" withId="0"/> <tagUsage gi="rect" occurs="3" withId="0"/> <tagUsage gi="svg" occurs="5" withId="0"/> </namespace> <namespace name="http://www.w3.org/2001/SMIL20/Language"> <tagUsage gi="audio" occurs="6" withId="6"/> </namespace> </tagsDecl> ---------