diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-08 20:42:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | cdd98db2de839a5ef14b3c9c67a58392a8e123c1 (patch) | |
| tree | 49253d02f5c808dd0f3923c5b5861ea8a7182f6b /xsd/isdcf-mca.xsd | |
| parent | 68b7ad9d59f73e26368b3a42d4d7ed1a77805237 (diff) | |
Verify MCA tags.
Diffstat (limited to 'xsd/isdcf-mca.xsd')
| -rw-r--r-- | xsd/isdcf-mca.xsd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xsd/isdcf-mca.xsd b/xsd/isdcf-mca.xsd new file mode 100644 index 00000000..1714ccae --- /dev/null +++ b/xsd/isdcf-mca.xsd @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema elementFormDefault="qualified" targetNamespace="http://isdcf.com/ns/cplmd/mca" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:r0="http://www.smpte-ra.org/reg/395/2014/13/1/aaf" xmlns:r1="http://www.smpte-ra.org/reg/335/2012"> + +<xs:import namespace="http://www.smpte-ra.org/reg/395/2014/13/1/aaf"/> +<xs:import namespace="http://www.smpte-ra.org/reg/335/2012"/> + + <xs:element name="MCASubDescriptors"> + <xs:complexType> + <xs:choice maxOccurs="unbounded" minOccurs="0"> + <xs:element ref="r0:SoundfieldGroupLabelSubDescriptor"/> + <xs:element ref="r0:AudioChannelLabelSubDescriptor"/> + </xs:choice> + </xs:complexType> + </xs:element> + +</xs:schema> |
