<stdVals>

<stdVals> (standard values) specifies the format used when standardized date or number values are supplied. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Moduleheader — 2 The TEI Header
Attributes att.declarable (@default)
Used by
May contain
core: p
linking: ab
Declaration

<rng:element name="stdVals">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element stdVals
{
   att.global.attributes,
   att.declarable.attributes,
   model.pLike+
}
Example
<stdVals>
 <p>All integer numbers are left-filled with zeroes to 8 digits.</p>
</stdVals>