<stdVals>

<stdVals> (Standardwerte) beschreibt das Format, das für Standard-Datumsangaben oder Zahlenwerte genutzt wird. [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements]
Modul header — The TEI Header
Attribute
Mitglied des
Enthalten in
Kann enthalten
core: p
linking: ab
Beispiel
<stdVals>
 <p>All integer numbers are left-filled with zeroes to 8 digits.</p>
</stdVals>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schema Deklaration
<rng:element name="stdVals">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
element stdVals
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   model.pLike+
}