addrLine may be repeated as many times as necessary to enter all lines of an address.
The model of this element is based on the addrLine element of the Text Encoding Initiative (TEI) and the addressline element of the Encoded Archival Description (EAD).
<elementSpec ident="addrLine" module="MEI.shared">
<gloss versionDate="2022-05-18" xml:lang="en">address line</gloss>
<desc xml:lang="en">Single line of a postal address.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textPhraseLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p> <gi scheme="MEI">addrLine</gi> may be repeated as many times as necessary to enter all
lines of an address.</p>
</remarks>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-addrLine.html">addrLine</ref> element of the Text Encoding Initiative (TEI) and the <ref target="https://www.loc.gov/ead/EAD3taglib/EAD3-TL-eng.html#elem-addressline">addressline</ref> element of the Encoded
Archival Description (EAD).</p>
</remarks>
</elementSpec>