Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Besides the text of the annotation itself it is possible to define extra properties which belong to the annotation for this see Annotation Metadata Schema

There a 2 different ways of enabling the Annotation Display


Code Block
languagexml
titleAnnotation Display
<?xml version="1.0" encoding="UTF-8"?>
<annotationDisplay xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/annotationDisplay.xsd">
	<createPermission>AllowDataEditor</createPermission>
	<editPermission>AllowValueEditor</editPermission>
	<deletePermission>AllowValueEditor</deletePermission>	
</annotationDisplay>