Identifies a Uniform Resource Indicator (such as a URL) that may be used as a live link, typically naming a website, such as <url>http://www.mulberrytech.com</url>
This element identifies a URI, but can be used in two ways. For example, a URL may be the content of the element (as was just shown) or, alternatively, the content may name the URL, for example:
<uri>Mulberry’s Website</uri>
and the xlink:href attribute may hold the real URL as is shown here:
<uri xlink:href="http://www.mulberrytech.com">Mulberry’s Website</uri>
<!ELEMENT uri (#PCDATA %uri-elements;)* >
Any combination of:
<address> Address/Contact Information; <aff> Affiliation; <alt-title> Alternate Title; <array> Array (Simple Tabular Array); <article-title> Article Title; <attrib> Attribution; <bold> Bold; <book-meta> Book Metadata; <book-part-meta> Book Part Metadata; <book-title> Book Title; <chem-struct> Chemical Structure (Display); <chem-struct-wrapper> Chemical Structure Wrapper; <citation> Citation; <collab> Collaborative (Group) Author; <collection-name> Collection Name; <comment> Comment in a Citation; <contrib> Contributor; <contrib-group> Contributor Group; <copyright-statement> Copyright Statement; <corresp> Correspondence Information; <def-head> Definition List: Definition Head; <disp-formula> Formula, Display; <fig> Figure; <fig-group> Figure Group; <graphic> Graphic; <inline-supplementary-material> Inline Supplementary Material; <italic> Italic; <media> Media Object; <meta-name> Metadata Data Name for Custom Metadata; <meta-value> Metadata Data Name For Custom Metadata; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <overline> Overline; <p> Paragraph; <preformat> Preformatted Text; <publisher-loc> Publisher’s Location; <related-article> Related Article Information; <sc> Small Caps; <source> Source; <strike> Strike Through; <sub> Subscript; <subtitle> Subtitle; <sup> Superscript; <supplementary-material> Supplementary Material; <table-wrap> Table Wrapper; <table-wrap-group> Table Wrapper Group; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <term-head> Definition List: Term Head; <th> Table Header Cell (XHTML table model); <title> Title; <trans-source> Translated Source; <trans-title> Translated Title; <underline> Underline
...
<contrib contrib-type="author" rid="IIDR">
<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>
...
common.ent