<addr-line>
Address Line
One physical or logical line of an address.
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Other Inline Elements
- Baseline Change Elements
- <city> City (in an address)
- <country> Country (in an address)
- <fax> Fax Number (in address)
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- <phone> Phone Number: in an Address
- <postal-code> Postal Code: in an Address
- <state> State or Province (in an address)
This element may be contained in:
Example
...
<std-meta>
<title-wrap>...</title-wrap>
<std-ident>...</std-ident>
<std-org-group>
...
<std-org std-org-type="sdo" std-org-role="lead">
<std-org-name>American Petroleum Institute</std-org-name>
<std-org-abbrev>API</std-org-abbrev>
<std-org-loc
><addr-line>1220 L Street, N.W.</addr-line>
<city>Washington</city>
<state>D.C.</state>
<postal-code>20005</postal-code>
<uri>http://www.api.org/</uri></std-org-loc>
</std-org>
</std-org-group>
...
</std-meta>
...