-
Notifications
You must be signed in to change notification settings - Fork 15
How to show formatted help text
Franziska Zander edited this page Apr 16, 2019
·
1 revision
Show HTML-formatted help text for each element.
Help text is shown above each attribute. In order give longer explanations the text can be formatted with HTML.
Create an annotation section for the element. Enclose your text with <![CDATA[ some text with html tags ]].
<xsd:element name="title" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[ Exploratorien für <b>funktionelle</b> Biodivforschung.]]></xsd:documentation>
</xsd:annotation>
</xsd:element>
- Create a help text in your xsd
- Upload the new metadata structure
- Open the form to create a new dataset and show help