diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-21 11:53:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-21 11:53:59 +0100 |
| commit | e54f8f17a89ea51b039ed03710683931d5cf6051 (patch) | |
| tree | d3477d72cae2ed3b4f5f261fd9c1fad11a7ab088 /schema/check_kdm.sh | |
| parent | 65013fcc46474df4c11f69b674e79af465688531 (diff) | |
Add some schema for KDM checking.
Diffstat (limited to 'schema/check_kdm.sh')
| -rw-r--r-- | schema/check_kdm.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/check_kdm.sh b/schema/check_kdm.sh new file mode 100644 index 00000000..4046856f --- /dev/null +++ b/schema/check_kdm.sh @@ -0,0 +1,2 @@ +#!/bin/bash +xmllint --path . --nonet --noout --schema SMPTE-430-1-2006-Amd-1-2009-KDM.xsd $1 |
