http://memberwebs.com/ns/rtfx/
element link

Documentation
A hyperlink.

Model
<link
  href = xs:string>
(b | tab | line | hide | i | strike | u | super | sub | ref | font | span | highlight | link | bookmark) *
</link>


Attribute Summary
 xs:stringhref
          The URI that the hyperlink points to. 

Attribute Detail

href

The URI that the hyperlink points to.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="link">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="inline"/>
</xs:choice>
<xs:attribute name="href" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.