Use the @from and @to attributes to regularize the beginning and ending values provided in the element content.
The model of this element is based on the biblScope element of the Text Encoding Initiative (TEI).
<elementSpec ident="biblScope" module="MEI.shared">
<gloss xml:lang="en">scope of citation</gloss>
<desc xml:lang="en">Defines the scope of a bibliographic reference, for example as a
list of page numbers, or a named subdivision of a larger work.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.extent"/>
<memberOf key="att.lang"/>
<memberOf key="model.biblPart"/>
</classes>
<content>
<rng:zeroOrMore>
</rng:zeroOrMore>
</content>
<attList>
<attDef ident="from" usage="opt">
<datatype>
<rng:data type="token"/>
</datatype>
</attDef>
<attDef ident="to" usage="opt">
<datatype>
<rng:data type="token"/>
</datatype>
</attDef>
</attList>
<remarks xml:lang="en">
<p>Use the <att>from</att> and <att>to</att> attributes to regularize the beginning and ending
values provided in the element content.</p>
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblScope.html">biblScope</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>