◇◆
<addr-line> Address Line
One physical or logical line of an address.
Models and Context
May be contained in
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)
Content Model
<!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | sub | sup | city | country | fax | institution | institution-wrap | phone | postal-code | state)*
Tagged Sample
In <std-org-loc>
...
<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>
...