<addr-line> Address Line
Usage/Remarks
Common Practice
Models and Context
May be contained in
Description
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
- <city> City
- <country> Country: in an Address
- <fax> Fax Number: in an Address
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- <phone> Phone Number: in an Address
- <postal-code> Postal Code
- <state> State or Province
Content Model
<!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | city | country | fax | institution | institution-wrap | phone | postal-code | state)*
Tagged Sample
Inside affiliation and address
... <contrib contrib-type="author"> <name><surname>Taylor</surname> <given-names>James C.</given-names></name> <degrees>PhD</degrees> <aff id="IIDR"> <institution>Institute of Infectious Disease Research</institution><break/> <addr-line>Oberlin, MD 20869</addr-line> </aff> <address> <institution>Kalakukko Corporation</institution> <addr-line>17 West Jefferson St.</addr-line> <addr-line>Suite 207</addr-line> <addr-line>New South Finland, MD 20856</addr-line> <country>USA</country> <phone>(301) 754-5766</phone> <fax>(301) 754-5765</fax> <email>jct@kalakukko.com</email> <uri>http://www.kalakukko.com</uri> </address> </contrib> ...