Adding a Local element Component to an XML Schema File

See Also

You use an element to define a schema element. The following schema components can be the parent of a local element: choice, all, sequence, or group.

To add a local element component:

  1. In the IDE, open the schema file where you want to add the local element component.
  2. In the Schema view, navigate to and select the schema component where you want to add the local element component.
  3. Right-click your selection and choose Add > Element from the pop-up menu.
    The Element dialog box opens.
  4. In the Name field, type the name of the local element.
  5. Use the radio buttons under Type to define the type of the local element component.
  6. Click OK.
    The IDE adds a node for the new component. The label of the node is the name you entered in the Name field.
See Also
Element Dialog Box
Adding a Global element Component to an XML Schema File
About XML Schema Tools

Legal Notices