Settings menu

The "Settings" options allow you to change the settings of your document.

Settings menu - general information

The settings menu is located in the top right corner of the editor.

The top half of the settings pop-up allows users to modify the font and size of the text displayed in the editor panel. There are two check boxes that allow you to view the entity brackets (which is preset to be on) and the show tags option. This will allow you to view the XML brackets in the document.

We advise you to make both entities and tags visible by checking the two options listed below, especially if you intend to work a lot with tags and entities.

The lower half of the Settings pop-up allows users to select the editor mode and the schema associated with the current document (see more below).

Currently, when you select Add Schema a pop-up appears. This allows you to add your Schema Name and Schema URL. Once you have filled in those fields, click on Add Schema.

Now your schema is set in the drop-down menu.
Attention: Use this feature carefully! When you upload your XML document into CWR you must select your document schema. Any changes to your schema may impact your document.


Settings menu - changing the editor mode

You can change the editor mode in your document at any time (NOTE: If you have overlapping entities and are attempting to switch to a mode which prohibits them, your document will not be valid). This changes the flexibility of tags and entities within your document.

XML or eXtensible Markup Language is a markup language that allows both humans and computers to read the tags. RDF or Resource Description Framework is part of the World Wide Web Consortium (W3C) that allows human to tag words in phrases in a markup language.

The main difference between these two forms or markup languages are that RDF allows the user to overlap tags. For example, "Leonardo da Vinci" is both the name of a famous artist and a place, so in mark up it would look something like this: <"Name">Leonardo da<"Place">Vinci<"/Place"><"/Name">. XML does not allow the user to overlap tags so that only the "Name" tag could be used. To change between XML and RDF the user has to go to the Settings button in the top right corner.

  • If you are in the XML no overlap mode then the annotations added using editor's entity buttons will be saved as the equivalent tags within your schema, with the entity data stored in the tags attributes as far as the schema allows; the same entity annotations can also be saved in the for of RDF.

  • In the XML/RDF no overlap mode the entities will be saved in the form of RDF only, although the structural tags for your document will continue to take the form of hierarchical XML. However, you cannot overlap the tags and entities.

  • If you are in XML/RDF overlapping entities mode then your entities will be saved in the for of RDF only, although the structural tags for your document will continue to take the form of hierarchical XML. You can add tags and entities to the document that overlap within the document.
  • In the RDF only mode, you can annotate the document (adding tags such as person, place, organization, etc.) with RDF. There will be not XML structure attachted to the document.