summaryrefslogtreecommitdiff
path: root/xsd/Main-Stereo-Picture-CPL.xsd
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-03 22:02:03 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-03 22:02:03 +0100
commitfea967ca635b04ca70f3f44d2e02f551fc9d6684 (patch)
tree20e8964296fc71be81bf71b6901bf2027dec439a /xsd/Main-Stereo-Picture-CPL.xsd
parent43c859fa095987d3c367c2426f698d7477e81305 (diff)
Fix interop verification and add some tests for it.
Diffstat (limited to 'xsd/Main-Stereo-Picture-CPL.xsd')
-rw-r--r--xsd/Main-Stereo-Picture-CPL.xsd11
1 files changed, 11 insertions, 0 deletions
diff --git a/xsd/Main-Stereo-Picture-CPL.xsd b/xsd/Main-Stereo-Picture-CPL.xsd
new file mode 100644
index 00000000..bec275e8
--- /dev/null
+++ b/xsd/Main-Stereo-Picture-CPL.xsd
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="http://www.digicine.com/schemas/437-Y/2007/Main-Stereo-Picture-CPL"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:cpl="http://www.digicine.com/PROTO-ASDCP-CPL-20040511#"
+ elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
+ <xs:import namespace="http://www.digicine.com/PROTO-ASDCP-CPL-20040511#" schemaLocation="http://www.digicine.com/PROTO-ASDCP-CPL-20040511.xsd"/>
+ <!--MainStereoscopicPicture-->
+ <xs:element name="MainStereoscopicPicture" type="cpl:PictureTrackFileAssetType"/>
+</xs:schema>
+