diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 12:10:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | 549011d53fa302fde3dcb6df4d946dc569a8b03e (patch) | |
| tree | f85b0731b5acf20c2c560fd9f287380d5e1578c3 /xsd/Dolby-2012-AD.xsd | |
| parent | fc205951d1fec50d59bfbed9cb03c07cc95205d9 (diff) | |
Add namespaces and tweak CPL namespace so Xerces checks CompositionMetadataAsset.
Diffstat (limited to 'xsd/Dolby-2012-AD.xsd')
| -rw-r--r-- | xsd/Dolby-2012-AD.xsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xsd/Dolby-2012-AD.xsd b/xsd/Dolby-2012-AD.xsd new file mode 100644 index 00000000..f1c22199 --- /dev/null +++ b/xsd/Dolby-2012-AD.xsd @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.dolby.com/schemas/2012/AD" xmlns:axd="http://www.dolby.com/schemas/2012/AD" 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"/> + <xs:element name="AuxData" type="axd:DataTrackFileAssetType"/> + <xs:complexType name="DataTrackFileAssetType"> + <xs:complexContent> + <xs:extension base="cpl:TrackFileAssetType"> + <xs:sequence> + <xs:element minOccurs="0" name="DataType" type="xs:string"/> + </xs:sequence> + </xs:extension> + </xs:complexContent> + </xs:complexType> +</xs:schema> |
