Use a schema
- Last UpdatedJul 29, 2024
- 1 minute read
You can validate the XML file against the schema file. Validating your XML file with the schema file detects most XML formatting errors.
The schema is more restrictive than the XML input parser.
-
The schema requires the order of elements to match the order listed in the tables.
-
Element names and values are case sensitive.
-
In some cases, the schema requires an element to be explicitly defined.
You invoke schema validation in the window element. For information about how to specify a schema, see Window definition.