<addressline> Address Line

<addressline> is a generic element used to encode a single line of an address (postal, email, telephone, etc.). It occurs within <address> and may be repeated as many times as necessary to enter all the pertinent information.

Attributes

  • ALTRENDER – not required. Use if the content of the element should be displayed or printed differently than the rendering established in a style sheet for other occurrences of the element.
  • AUDIENCE – not required. Use to set whether the element’s contents will be visible to external users or to internal ones. Possible values are: “internal” and “external.”
  • ID – not required. Creates an ID for element. Can be used for linking.

Subelements

<addressline> most commonly contains PCDATA and may also contain <emph>, <extptr>, <lb />, and <ptr>.

Examples

<publicationstmt>
	<date>2012</date>
	<publisher>EADiva.com</publisher>
	<address>
		<addressline>1600 Pennsylvania Ave</addressline>
		<addressline>Washington, DC, 20001</addressline>
		<addressline>Phone: 202-555-1234</addressline>
		<addressline>Website: https://eadiva.com/2</addressline>
	</address>
</publicationstmt>

EAD tag library entry for <addressline>.