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

« back to all changes in this revision

Viewing changes to xml/schema/javahelp/org/netbeans/modules/xml/schema/schemaview/addingcomponents.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: Adding XML Schema Components Using the Schema View</title>
 
10
</head>
 
11
<body>
 
12
<h2>XML Schema Editor: Adding XML Schema Components Using the Schema View</h2>
 
13
<p><small><a href="#seealso">See Also</a></small></p>
 
14
<p>When you add XML schema components in the Schema view, a dialog box that lets you customize the new component may open automatically. The following table lists the main components that you can add in the Schema view.</p>
 
15
<ul class="note">
 
16
<li>For those schema components not listed in the following table, use this step as a starting point: In the Schema view, right-click the node of the schema component where you want to add the new component and choose Add&nbsp;&gt;&nbsp;<i>component</i> from the pop-up menu.</li>
 
17
</ul>
 
18
<table border="1" cellpadding="5" cellspacing="0">
 
19
<tr valign="top">
 
20
<th scope="col" align="left" nowrap>To add this schema component&nbsp;...</th>
 
21
<th scope="col" align="left">Follow these instructions&nbsp;...</th>
 
22
</tr>
 
23
<tr valign="top">
 
24
<td>Annotation</td>
 
25
<td><a href="../tasks/addingannotation.html">Adding an <tt>annotation</tt> Component to an XML Schema File</a></td>
 
26
</tr>
 
27
<tr valign="top">
 
28
<td>Attribute</td>
 
29
<td><a href="../tasks/addingglobalattribute.html">Adding a Global <tt>attribute</tt> Component to an XML Schema File</a><br>
 
30
-or-<br>
 
31
<a href="../tasks/addinglocalattribute.html">Adding a Local <tt>attribute</tt> Component to an XML Schema File</a></td>
 
32
</tr>
 
33
<tr valign="top">
 
34
<td>Attribute reference</td>
 
35
<td><a href="../tasks/addingreference.html" title="Adding a Reference Component to an XML Schema File">Adding a Reference Component to an XML Schema File</a></td>
 
36
</tr>
 
37
<tr valign="top">
 
38
<td>Attribute Group</td>
 
39
<td><a href="../tasks/addingattributegroup.html">Adding an <tt>attributeGroup</tt> Component to an XML Schema File</a></td>
 
40
</tr>
 
41
<tr valign="top">
 
42
<td>Attribute Group reference</td>
 
43
<td><a href="../tasks/addingreference.html" title="Adding a Reference Component to an XML Schema File">Adding a Reference Component to an XML Schema File</a></td>
 
44
</tr>
 
45
<tr valign="top">
 
46
<td>Complex Type</td>
 
47
<td><a href="../tasks/addingglobalcomplextype.html" title="Adding a Global complexType Component to an XML Schema File">Adding a Global <tt>complexType</tt> Component to an XML Schema File</a><br>
 
48
-or-<br>
 
49
<a href="../tasks/addinglocalcomplextype.html" title="Adding a Local complexType Component to an XML Schema File">Adding a Local <tt>complexType</tt> Component to an XML Schema File</a></td>
 
50
</tr>
 
51
<tr valign="top">
 
52
<td>Compositor</td>
 
53
<td><a href="../tasks/addingcompositors.html" title="Adding a Compositor to an XML Schema File">Adding a Compositor to an XML Schema File</a></td>
 
54
</tr>
 
55
<tr valign="top">
 
56
<td>Documentation</td>
 
57
<td><a href="../tasks/addingdocumentation.html">Adding a <tt>documentation</tt> Component to an XML Schema File</a></td>
 
58
</tr>
 
59
<tr valign="top">
 
60
<td>Element</td>
 
61
<td><a href="../tasks/addingglobalelement.html">Adding a Global <tt>element</tt> Component to an XML Schema File</a><br>
 
62
-or-<br>
 
63
<a href="../tasks/addinglocalelement.html">Adding a Local <tt>element</tt> Component to an XML Schema File</a></td>
 
64
</tr>
 
65
<tr valign="top">
 
66
<td>Element reference</td>
 
67
<td><a href="../tasks/addingreference.html" title="Adding a Reference Component to an XML Schema File">Adding a Reference Component to an XML Schema File</a></td>
 
68
</tr>
 
69
<tr valign="top">
 
70
<td>Enumeration</td>
 
71
<td><a href="../tasks/addingenumeration.html" title="Adding an enumeration Constraint for a simpleType Component in an XML Schema File">Adding an <tt>enumeration</tt> Constraint for a <tt>simpleType</tt> Component in an XML Schema File</a></td>
 
72
</tr>
 
73
<tr valign="top">
 
74
<td>External reference</td>
 
75
<td><a href="../tasks/addingimport.html">Adding an <tt>import</tt> Component to an XML Schema File</a><br>
 
76
-or-<br>
 
77
<a href="../tasks/addinginclude.html">Adding an <tt>include</tt> Component to an XML Schema File</a><br>
 
78
-or-<br>
 
79
<a href="../tasks/addingredefine.html">Adding a <tt>redefine</tt> Component to an XML Schema File</a></td>
 
80
</tr>
 
81
<tr valign="top">
 
82
<td>Group</td>
 
83
<td><a href="../tasks/addinggroup.html">Adding a <tt>group</tt> Component to an XML Schema File</a></td>
 
84
</tr>
 
85
<tr valign="top">
 
86
<td>Group reference</td>
 
87
<td><a href="../tasks/addingreference.html" title="Adding a Reference Component to an XML Schema File">Adding a Reference Component to an XML Schema File</a></td>
 
88
</tr>
 
89
<tr valign="top">
 
90
<td>Simple Type</td>
 
91
<td><a href="../tasks/addingglobalsimpletype.html" title="Adding a Global simpleType Component to an XML Schema File">Adding a Global <tt>simpleType</tt> Component to an XML Schema File</a><br>
 
92
-or-<br>
 
93
<a href="../tasks/addinglocalsimpletype.html" title="Adding a Local simpleType Component to an XML Schema File">Adding a Local <tt>simpleType</tt> Component to an XML Schema File</a></td>
 
94
</tr>
 
95
</table>
 
96
 
 
97
<dl>
 
98
<dt><a name="seealso">See Also</a></dt>
 
99
<dd><a href="editingcomponents.html">Editing XML Schema Components Using the Schema View</a></dd>
 
100
<dd><a href="about.html" title="XML Schema Editor: About the Schema View">About the Schema View</a></dd>
 
101
</dl>
 
102
<hr>
 
103
<small><a href="../credits.html">Legal Notices</a></small>
 
104
<table cellpadding="150" border="0"> 
 
105
<tr><td>&nbsp;</td></tr> 
 
106
<tr><td>&nbsp;</td></tr> 
 
107
<tr><td>&nbsp;</td></tr> 
 
108
</table> 
 
109
</body>
 
110
</html>