Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
There are three styles for code. Code words in text are shown as follows: "Each schema can reference definitions in other schema's by making use of the xsd:import
directive."
A block of code will be set as follows:
<types> <schema xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://xmlns.oracle.com/Echo" schemaLocation="Echo.xsd"/> </schema> </types>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
<types> <schema xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://xmlns.oracle.com/Echo" schemaLocation="Echo.xsd"/> </schema> </types>
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "The deployed test suites will appear in the EM console in the composite Unit Tests tab, as shown in the following screenshot".
Note
Warnings or important notes appear in a box like this.