Text Encoding Initiative

The XML Version of the TEI Guidelines

<second>


<second> (second) the second component of a structured time-expression.
Attributes Global attributes and those inherited from temporalExpr
Example
At the third stroke the time sponsored by Accurist
  will be 
  <timeStruct value="1821:30">    
      <hour>six</hour>
      <minute>twenty-one</minute> and 
    <second>thirty</second> seconds
  </timeStruct>
Module Declared in file teind2; Additional tag set for Names and Dates: enabled by TEI.names.dates
Class temporalExpr
May contain #PCDATA
May occur within dateStruct timeStruct
Declaration
<!ELEMENT second %om.RR; (#PCDATA)> 
<!ATTLIST second  
      %a.global;
      %a.temporalExpr;>
See further 20.4 Dates and Time

Up: 35 Elements