diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 20:42:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | 445f2495fbb0885132d3a6c8e7a1e135cbac3cce (patch) | |
| tree | 45fc71d92ed425751207acb345f8fdef817f5a11 /xsd | |
| parent | 931ede74d952e77a5bbd58e23d4977bc3081587a (diff) | |
Add another .xsd.
Diffstat (limited to 'xsd')
| -rw-r--r-- | xsd/SMPTE-429-10-2008.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xsd/SMPTE-429-10-2008.xsd b/xsd/SMPTE-429-10-2008.xsd new file mode 100644 index 00000000..36234982 --- /dev/null +++ b/xsd/SMPTE-429-10-2008.xsd @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.smpte-ra.org/schemas/429-10/2008/Main-Stereo-Picture-CPL" xmlns:cpl="http://www.smpte-ra.org/schemas/429-7/2006/CPL" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <xs:import namespace="http://www.smpte-ra.org/schemas/429-7/2006/CPL"/> + <!--MainStereoscopicPicture--> + <xs:element name="MainStereoscopicPicture" type="cpl:PictureTrackFileAssetType"/> +</xs:schema> |
