<tagUsage> (tagUsage) supplies information about the usage of a specific element within a <text> .
Attributes:
gi the name (generic identifier) of the element indicated by the tag.
Datatype: NAME
Values: the name of an element from the current dtd
Default: #REQUIRED
occurs specifies the number of occurrences of this element within the text.
Datatype: NUMBER
Values: an integer number greater than zero
Default: #IMPLIED
ident specifies the number of occurrences of this element within the text which bear a distinct value for the global id attribute.
Datatype: NUMBER
Values: an integer number greater than zero
Default: #IMPLIED
render specifies the identifier of a <rendition> element which defines how this element is to be rendered.
Datatype: IDREF
Values: an SGML identifier specified as the value of the id attribute on some <rendition> element in the current document.
Default: #IMPLIED
Example
  <tagUsage gi=hi occurs=28 ident=2 render=IT>
      Used only to mark English words italicised in the copy text
  </tagUsage>
Note
Tagsetauxiliary tag set for TEI headers
Class
Filenameteihdr2
ParentstagsDecl
Children#PCDATA abbr add address app att bibl biblFull biblStruct c caesura camera caption castList cit cl corr damage date dateRange dateStruct del distinct emph expan figure foreign formula fw geogName gi gloss handShift hi label lang link list listBibl m measure mentioned move name note num oRef oVar orgName orig pRef pVar persName phr placeName ptr q quote ref reg restore rs s seg sic soCalled sound space stage supplied table tag tech term text time timeRange timeStruct title unclear val view w witDetail xptr xref
Declaration
<!ELEMENT tagUsage      - O  (%paraContent)                     >
<!ATTLIST tagUsage           %a.global
          gi                 NAME                #REQUIRED
          occurs             NUMBER              #IMPLIED
          ident              NUMBER              #IMPLIED
          render             IDREF               #IMPLIED       >
See 5.3.4

Back to index