<element name="meta:hyperlink-behaviour">
<optional>
<attribute name="office:target-frame-name">
<ref name="targetFrameName"/>
</attribute>
</optional>
...
then
<define name="targetFrameName">
<choice>
<value>_self</value>
<value>_blank</value>
<value>_parent</value>
<value>_top</value>
<ref name="string"/>
</choice>
</define>
which would point to an instance of
<meta:hyperlink-behaviour
office:target-frame-name="frameName"/>
being invalid to the schema?.
Jing shows this as valid?
<meta:hyperlink-behaviour
office:target-frame-name="_self" />
Also shows as valid?
Source odf 1.1 schema.
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk