This repository contains a copy of the official XML Schemas for local use.
The files have been adjusted to use relative references to included schema files, so no HTTP requests are needed to get the full schema. This considerably speeds up validation, unless schemas are cached anyway.
Validate lido-file.xml
against XML Schema with xmllint:
xmllint --schema lido-v1.1.xsd lido-file.xml --noout
The script lido-valid
, included in this repository, can be used to call xmllint with reference to LIDO 1.1 XML Schema:
./lido-valid lido-file.xml