code:
XML
<!ELEMENT mylink (#PCDATA)>
<!ATTLIST mylink
xml:link CDATA #FIXED "simple"
href CDATA #REQUIRED
content-role CDATA #IMPLIED>
code:
XML
<mylink title="Citation"
href="http://www.xyz.com/xml/foo.xml"
show="new">as discussed in Smith(1997)</mylink>