| <?xml version="1.0" encoding="utf-8"?> | |
| <!--Arbortext, Inc., 1988-2005, v.4002--> | |
| <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd"> | |
| <task id="tcxmlsch" xml:lang="en-us"> | |
| <title>Creating XML schemas</title> | |
| <titlealts> | |
| <searchtitle>Creating XML schemas</searchtitle> | |
| </titlealts> | |
| <shortdesc>You can create an XML schema and then edit it using the XML schema | |
| editor. Using the XML schema editor, you can specify element names that indicates | |
| which elements are allowed in an XML file, and in which combinations.</shortdesc> | |
| <prolog><metadata> | |
| <keywords><indexterm>XML schema files<indexterm>creating</indexterm></indexterm> | |
| </keywords> | |
| </metadata></prolog> | |
| <taskbody> | |
| <context>To create an XML schema, follow these steps:</context> | |
| <steps> | |
| <step><cmd>Create a project to contain the XML schema.</cmd></step> | |
| <step><cmd>In the workbench, select <menucascade><uicontrol>File > New > | |
| Other > XML > XML Schema</uicontrol></menucascade> and click <uicontrol>Next</uicontrol>.</cmd> | |
| </step> | |
| <step><cmd>Select the project or folder that will contain the XML schema. | |
| In the </cmd><info><uicontrol>File name</uicontrol> field, type the name of | |
| the XML schema, for example <userinput>MyXMLSchema.xsd</userinput>. The name | |
| of your XML schema must end in <systemoutput>.xsd</systemoutput>.</info></step> | |
| <step><cmd>Click <uicontrol>Finish</uicontrol>.</cmd></step> | |
| </steps> | |
| <result>The XML schema opens in the XML schema editor. </result> | |
| </taskbody> | |
| </task> |