blob: 6dd8175745e24ae127e803e832d6a86b445fb7d3 [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-->
kprice647b7352006-05-17 21:27:16 +00003<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
4 "task.dtd">
5<?Pub Inc?>
kprice159fa582006-05-08 21:30:45 +00006<task id="taddrdfn" xml:lang="en-us">
7<title>Adding redefine elements</title>
8<titlealts>
9<searchtitle>Adding redefine elements</searchtitle>
10</titlealts>
11<shortdesc>You can use the <codeph>redefine</codeph> mechanism to redefine
12simple and complex types, groups, and attribute groups obtained from external
13schema files. When you redefine a component, you are modifying its contents.</shortdesc>
14<prolog><metadata>
kprice9623e9d2007-05-03 03:43:05 +000015<keywords><indexterm>XML schema editor<indexterm>adding redefine elements</indexterm></indexterm>
16<indexterm>XML schema files<indexterm>adding redefine elements</indexterm></indexterm>
kprice159fa582006-05-08 21:30:45 +000017</keywords>
18</metadata></prolog>
19<taskbody>
20<context><p>Like the <codeph>include</codeph> mechanism, <codeph>redefine</codeph> requires
21the external components to be in the same target namespace as the redefining
22schema, although external components from schemas that have no namespace can
23also be redefined.</p><p>The following instructions were written for the Resource
24perspective, but they will also work in many other perspectives.</p><p>To
kpricede20a692008-04-24 00:27:47 +000025add a redefine element, complete the following steps:</p></context>
kprice159fa582006-05-08 21:30:45 +000026<steps>
kpricede20a692008-04-24 00:27:47 +000027<step><cmd>Open your XML schema in the XML schema editor. In the Outline view,
28select your schema.</cmd><info>The entire schema and its contents are displayed
29in the Design view.</info></step>
kprice647b7352006-05-17 21:27:16 +000030<step><cmd>In the Design view, right-click in the <b>Directives</b> section
kprice159fa582006-05-08 21:30:45 +000031and click <uicontrol>Add Redefine</uicontrol>.</cmd></step>
kpricede20a692008-04-24 00:27:47 +000032<step><cmd>In the Properties view, click the <b>General</b> tab and click
33the <uicontrol>Browse</uicontrol> <image href="../images/Browse.gif"><alt>This
34graphic is the Browse button</alt></image> button to the right of the <uicontrol>Schema
35location</uicontrol> field.</cmd><info>The XML schema file you select must
36have the same namespace as the current schema.</info></step>
37<step><cmd>If you want to import an XML schema located in the workbench:</cmd>
38<substeps>
39<substep><cmd>Select <uicontrol>Workbench projects</uicontrol> and click <uicontrol>Next</uicontrol>. </cmd>
40</substep>
41<substep><cmd>Select the schema you want to import and click <uicontrol>Finish</uicontrol>.</cmd>
42</substep>
43</substeps>
kprice159fa582006-05-08 21:30:45 +000044</step>
kpricede20a692008-04-24 00:27:47 +000045<step><cmd>If you want to import an XML schema located on the Web:</cmd>
46<substeps>
47<substep><cmd>Select <uicontrol>HTTP</uicontrol> and click <uicontrol>Next</uicontrol>.</cmd>
48</substep>
49<substep><cmd>Type the URL of the XML schema and click <uicontrol>Finish</uicontrol>.</cmd>
50<info><note>A local copy of the schema will not be stored in the workbench.
kprice159fa582006-05-08 21:30:45 +000051Every time you validate your schema, the schema's contents will be checked
kpricede20a692008-04-24 00:27:47 +000052from the URL you specify.</note></info></substep>
53</substeps>
54</step><?Pub Caret?>
kprice159fa582006-05-08 21:30:45 +000055<step><cmd>The XML schema editor will retrieve the location of the included
56XML schema file, and display it in the <uicontrol>Schema location</uicontrol> field.
57This field can be edited at any time to reflect the location of the XML schema
58file.</cmd></step>
59<step><cmd>Click the <uicontrol>Documentation</uicontrol> tab if you want
60to provide any information about this redefine element.</cmd><info>The <uicontrol>Documentation</uicontrol> page
kprice647b7352006-05-17 21:27:16 +000061is used for human readable material, such as a description.</info></step>
62<step><cmd>Click the <uicontrol>Extensions</uicontrol> tab if you want to
63add application information elements to your annotations of schema components.</cmd>
64<info>The <uicontrol>Extensions</uicontrol> page allows you to specify the
65schema and add XML content to your annotations.</info></step>
kprice159fa582006-05-08 21:30:45 +000066</steps>
67<result><p>Once you have added the redefine element to your XML schema, you
68can redefine any of the simple and complex types, groups, and attribute groups
69in the XML schema you selected in the redefine element. </p></result>
70</taskbody>
71</task>
kpricede20a692008-04-24 00:27:47 +000072<?Pub *0000003931?>