diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-03 22:02:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-03 22:02:03 +0100 |
| commit | fea967ca635b04ca70f3f44d2e02f551fc9d6684 (patch) | |
| tree | 20e8964296fc71be81bf71b6901bf2027dec439a /xsd/Main-Stereo-Picture-CPL.xsd | |
| parent | 43c859fa095987d3c367c2426f698d7477e81305 (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.xsd | 11 |
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> + |
