Skip to content

nfdi4objects/lido-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIDO Schema

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.

Usage

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

License

Creative Commons Attribution 4.0 International (CC BY 4.0)

About

Snapshot of the official LIDO XML Schema for local use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages