addrLine may be repeated as many times as necessary to enter all lines of an address.
This element is modelled on an element in the Text Encoding Initiative (TEI) and Encoded Archival Description (EAD) standards.
<elementSpec ident="addrLine" module="MEI.shared">
<desc>(address line) – 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>
<p> <gi scheme="MEI">addrLine</gi> may be repeated as many times as necessary to enter all
lines of an address.</p>
</remarks>
<remarks>
<p>This element is modelled on an element in the Text Encoding Initiative (TEI) and Encoded
Archival Description (EAD) standards.</p>
</remarks>
</elementSpec>