<internat> (International) Description .email comment.
Description
This element contains the address of the author or of an arganisation that this author is affiliated to, if the address concerned is not in the USA. It is distinguished from USA addresses ((see <usa>)) by the option to include a postal code (an lack of requirement for a state name, and option to include a ZIP code).
<internat>
  <addline>House of Commons</addline>
  <city>London</city>
  <country>United Kingdom</country>
  <postalcode>SW1A 0AA</postalcode>
  <phone>0207 219 4272</phone>
</internat>
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.
Parent elements: <address>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
  |--+(repeatable choice)
  |  |  
  |  |-- addline  -- TEXT
  |  |  
  |  |-- city  -- TEXT
  |  |  
  |  |-- state  -- TEXT
  |  |  
  |  |-- province  -- TEXT
  |  |  
  |  |-- postalcode  -- TEXT
  |  |  
  |  |-- country  -- 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 internat                       ((addline | city | state | province | postalcode | country
                                              )+, phone*, fax*, email*, webaddress*, addnote*, query*)>
<!ATTLIST internat
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Metadata : Article Metadata : Author Details : Address
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)