libvirt/docs/schemas/Makefile.am
Stefan Berger 8cf0ed02be nwfilter: Add filter schema for nwfilter XML, extend domain XML schema
This patch adds a relaxng nwfilter schema along with a test that
verifies all the test output XML against the schema. The input XMLs
contain a lot of intentional out-of-range values that make them fail the
schema verification, so I am not verifying against those.
2010-04-06 11:09:46 -04:00

17 lines
250 B
Makefile

schemadir = $(pkgdatadir)/schemas
schema_DATA = \
domain.rng \
interface.rng \
network.rng \
secret.rng \
storageencryption.rng \
storagepool.rng \
storagevol.rng \
nodedev.rng \
capability.rng \
nwfilter.rng
EXTRA_DIST = $(schema_DATA)