diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-11 00:36:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-11 01:03:42 +0200 |
| commit | 1639534db734d3165726282d7530b13d6a763ebb (patch) | |
| tree | 4730c280afac1001f9080040493c589d1237ea91 /xsd | |
| parent | c433039121e361d4466ac626d879edaa18050ffb (diff) | |
Add Interop closed caption XSD for verification.
Diffstat (limited to 'xsd')
| -rw-r--r-- | xsd/PROTO-ASDCP-CC-CPL-20070926.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xsd/PROTO-ASDCP-CC-CPL-20070926.xsd b/xsd/PROTO-ASDCP-CC-CPL-20070926.xsd new file mode 100644 index 00000000..36ba4d8f --- /dev/null +++ b/xsd/PROTO-ASDCP-CC-CPL-20070926.xsd @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.digicine.com/PROTO-ASDCP-CC-CPL-20070926#" xmlns:cpl="http://www.digicine.com/PROTO-ASDCP-CPL-20040511#" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <xs:import namespace="http://www.digicine.com/PROTO-ASDCP-CPL-20040511#" schemaLocation="http://www.digicine.com/PROTO-ASDCP-CPL-20040511.xsd"/> + <!--MainClosedCaption--> + <xs:element name="MainClosedCaption" type="cpl:SubtitleTrackFileAssetType"/> +</xs:schema> |
