The Server SCIM extension is bundled with an XML Schema document, resources.xsd, which describes the structure of a scim-resources.xml resource configuration file. After updating the resource configuration file, you should confirm that its contents are well-formed and valid using a tool such as xmllint.

For example, you could validate your updated file as follows:

$ xmllint --noout --schema resources.xsd scim-resources.xml
scim-resources.xml validates