blob: 60386d148232c9baddb87a201ba2e2e5a603f134 [file] [log] [blame]
kprice159fa582006-05-08 21:30:45 +00001<?xml version="1.0" encoding="utf-8"?>
kpricede20a692008-04-24 00:27:47 +00002<!--Arbortext, Inc., 1988-2006, v.4002-->
3<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
4 "task.dtd">
kprice159fa582006-05-08 21:30:45 +00005<task id="tnavsrc" xml:lang="en-us">
6<title>Navigating XML schemas</title>
7<titlealts>
8<searchtitle>Navigating XML schemas</searchtitle>
9</titlealts>
10<shortdesc>When you are working in the Source view, you can use F3 to navigate
kpricede20a692008-04-24 00:27:47 +000011through the file by placing your cursor in the appropriate item and pressing
kprice159fa582006-05-08 21:30:45 +000012F3 to jump to the item it refers to. </shortdesc>
13<prolog><metadata>
14<keywords><indexterm>XML schema files<indexterm>navigating</indexterm></indexterm>
15</keywords>
16</metadata></prolog>
17<taskbody>
18<context><p>You can jump to any of the following items:</p><ul>
19<li>Element or attribute declaration's type</li>
20<li>Element references</li>
21<li>Group references</li>
22<li>Attribute references</li>
23<li>Attribute group references</li>
24<li>Import, include, and redefine element (the external schema will open in
25the XML schema editor. This only works with schemas in the workspace).</li>
kpricede20a692008-04-24 00:27:47 +000026<li></li>
27</ul><p>You<?Pub Caret?> must place your cursor exactly in the location of
28the reference (for example between the double quotes for <systemoutput>type
29= " "</systemoutput> or <systemoutput>base = " "</systemoutput>).</p><p>For
30example, if you place your cursor anywhere in the following text and press
31F3:</p><p> <systemoutput>&lt;element name="shipTo" type="po:USAddress">&lt;/element></systemoutput> </p><p>the
kprice159fa582006-05-08 21:30:45 +000032cursor will automatically jump to the location in the file where the type
33USAddress is defined.</p><p>Or, if you place your cursor anywhere in the following
34text and click F3:</p><p> <systemoutput>&lt;element ref="po:ContactElement">&lt;/element></systemoutput> </p><p>the
35cursor will automatically jump to the location in the file where the global
36element ContactElement is defined.</p><p>This works across files. For example,
37if the type you have selected is defined in another XML schema and you click
38F3, you will automatically be taken to that file.</p></context>
39</taskbody>
40</task>
kpricede20a692008-04-24 00:27:47 +000041<?Pub *0000002066?>