Automatic hover/help texts based on Schema annotations?

mmo

Joined
Oct 2, 2017
Messages
1
Reaction score
0
I have created several from from a schema. In that schema each attribute is annotated with a comment explaining the purpose and expected/allowed content, like so:

...
<simpleType name="D_Location">
<annotation><documentation>location relatively to the beginning of the SP [cm]</documentation></annotation>
<restriction base="unsignedInt"/>
</simpleType>

...

I would like that text to appear, when the user hovers over the input field. However, right now, the displayed text seems based on the input type (e.g.: "Only positive integers allowed or zero").

Is there *any* possibility to get InfoPath to automatically display the mentioned schema annotation when hovering over the field?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top