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:
- In the IDE, open the schema file where you want to add the local element component.
- In the Schema view, navigate to and select the schema component where you want to add the local element component.
- Right-click your selection and choose Add > Element from the pop-up menu.
The Element dialog box opens.
- In the Name field, type the name of the local element.
- Use the radio buttons under Type to define the type of the local element component.
- 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