RTFX Output Format

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

Documentation
A reference to another part of the document such as a footnote.

Model
<ref
  to = xs:string
  type = xs:string>
(b | tab | line | hide | i | strike | u | super | sub | ref | font) *
</ref>


Attribute Summary
 xs:stringto
          The identifier of the object this reference is pointing to. 
 type
          The type of object this reference is pointing to. 

Attribute Detail

to

The identifier of the object this reference is pointing to.

Type:
xs:string
Use:
optional
Form:
unqualified

type

The type of object this reference is pointing to. Currently only footnotes are supported.

Type:
based on xs:string
with restriction:
'footnote'
Fixed:
footnote
Use:
optional
Form:
unqualified

Source
<xs:element name="ref">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="inline"/>
</xs:choice>
<xs:attribute name="type" fixed="footnote">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="footnote"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="to" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>

RTFX Output Format

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