~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/schema/javahelp/org/netbeans/modules/xml/schema/designview/about.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 
4
* Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
<head>
 
8
<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
9
<title>XML Schema Editor: About the Design View</title>
 
10
</head>
 
11
<body>
 
12
<h2><a name="about"></a>XML Schema Editor: About the Design View</h2>
 
13
<p><small><a href="#seealso">See Also</a></small></p>
 
14
<p>You can use the Design view to create a new XML schema from scratch by specifying an abstract instance document that the XML tool then uses to generate a valid XML schema to represent XML instance documents. You specify the abstract instance using a structured view that helps you visualize the XML schema. You can also use this view to modify an existing XML schema.</p>
 
15
<p>The Design view has the following parts:</p>
 
16
<ul>
 
17
<li><b>Editor toolbar.</b> The Editor toolbar is located at the top of the view, just below the tab for the XML schema file. In the Design view, this toolbar has three navigation buttons: the Source, Schema, and Design buttons let you switch to those views of the XML schema.</li>
 
18
<li><b>Schema design area.</b> The top of this area shows the namespace of the XML schema. The area below the namespace contains the structured view of the schema. There are two top-level nodes: <tt>Elements</tt> and <tt>Complex&nbsp;Types</tt>.</li>
 
19
</ul>
 
20
<h3>Schema Design Area</h3>
 
21
<p>In the schema design area, you can use the following actions:</p>
 
22
<ul>
 
23
<li>Select a schema component by clicking its node. If you select an expanded schema component that has child components, the IDE draws a box around the selected component and its child components.</li>
 
24
<li>You can expand and collapse nodes by clicking the arrow to the left of the node label.</li>
 
25
<li>For schema components with attributes, you can show and hide those attributes by clicking the Show Attributes icon, <img src="../images/arrowshowattributes.png" alt="Show Attributes icon">, or the Hide Attributes icon, <img src="../images/arrowhideattributes.png" alt="Hide Attributes icon">, to the right of the component name in the node.</li>
 
26
<li>Select a node, right-click and choose an action from the right-click pop-up menu.</li>
 
27
</ul>
 
28
<h3>Palette</h3>
 
29
<p>When the Design view is active, the Palette contains two sections that let you add components to the schema: XML Components and XML Schema Components. See <a href="palette.html" title="XML Schema Editor: Design View Palette">Design View Palette</a> for details.</p>
 
30
 
 
31
<h3>Design View Tasks</h3>
 
32
<ul>
 
33
<li><a href="addingcomponents.html">Adding XML Schema Components Using the Design View</a></li>
 
34
<li><a href="editingcomponents.html">Editing XML Schema Components Using the Design View</a></li>
 
35
</ul>
 
36
 
 
37
<dl>
 
38
<dt><a name="seealso">See Also</a></dt>
 
39
<dd><a href="palette.html" title="XML Schema Editor: Design View Palette">Design View Palette</a></dd>
 
40
<dd><a href="../about.html" title="About XML Schema Tools">About XML Schema Tools</a></dd>
 
41
<dd><a href="../windows/window_navigator.html" title="Navigator Window (XML Schema Tools)">Navigator Window (XML Schema Tools)</a></dd>
 
42
<dd><a href="../tasks/views_navigation.html" title="XML Schema Editor: Navigating Between Views">Navigating Between Views</a></dd>
 
43
</dl>
 
44
<hr>
 
45
<small><a href="../credits.html">Legal Notices</a></small>
 
46
<table cellpadding="150" border="0"> 
 
47
<tr><td>&nbsp;</td></tr> 
 
48
<tr><td>&nbsp;</td></tr> 
 
49
<tr><td>&nbsp;</td></tr> 
 
50
</table> 
 
51
</body>
 
52
</html>