Skip to content

SpineML/spineml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

SpineML Schemas and example models

This repository contains the main SpineML schemas which govern the SpineML modelling syntax.

A number of example models are provided. Some of these have SpineCreator project files, meaning that they can be loaded and viewed in SpineCreator.

You can validate a (LowLevel) model like this:

xmllint --schema schemas/SpineMLLowLevelNetworkLayer.xsd --valid /path/to/your/model.xml

Or an experiment like this:

xmllint --schema schemas/SpineMLExperimentLayer.xsd --valid /path/to/your/experiment0.xml

Finally validate a component like this:

xmllint --schema schemas/SpineMLComponentLayer.xsd --valid /path/to/your/component.xml

About

SpineML schemas and example models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published