<usa> (
United States of America))
Description
Description
This element contains the address of the author or of an arganisation that this author is affiliated to, if the address concerned is in the USA. It is distinguished from international addresses (see
<internat>) by the requirement for a state name, and option to include a ZIP code (and lack of ability to include a postal code):
<usa>
<addline>The White House</addline>
<addline>1600 Pennsylvania Avenue</addline>
<city>Washington</city>
<state>Washington DC</state>
<zip>2500</zip>
<phone>202-456-1414</phone>
<fax>2202-456-4561</fax>
<email>[email protected]</email>
<webaddress>www.whitehouse.gov</webaddress>
</usa>
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(sequence)
|
addline (optional and repeatable) -- TEXT
|
city -- TEXT
|
state -- TEXT
|
zip (optional) -- TEXT
|
country (optional) -- TEXT
|
phone (optional and repeatable) -- TEXT
|
fax (optional and repeatable) -- TEXT
|
email (optional and repeatable) -- (TEXT and elements)
|
webaddress (optional and repeatable) -- (TEXT and elements)
|
addnote (optional and repeatable) -- TEXT
|
query (optional and repeatable) -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT usa (addline*, city, state, zip?, country?,
phone*, fax*, email*, webaddress*, addnote*, query*)>
<!ATTLIST usa
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Metadata : Article Metadata : Author Details : Address
General Attributes (shared with other elements)