views:

2

answers:

0

Trying to get the following XSD output from RelaxNG, using Trang for conversion:

<xs:annotation>
<xs:documentation>Basic documentation text here.</xs:documentation>
<xs:appinfo>
<jxb:class name="VmlLocation">
<jxb:javadoc>
Javadoc text here.
</jxb:javadoc>
</jxb:class>
</xs:appinfo>
</xs:annotation>

.. but none of the methods for declaring annotations seem to work except the RNC '##', which generates one set of annotation/documentation tags. Methods using brackets seem to be ignored by Trang. Any clues?