Make sound asset language optional.
[libdcp.git] / xsd / isdcf-mca.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3
4 <xs:import namespace="http://www.smpte-ra.org/reg/395/2014/13/1/aaf"/>
5 <xs:import namespace="http://www.smpte-ra.org/reg/335/2012"/>
6
7   <xs:element name="MCASubDescriptors">
8     <xs:complexType>
9       <xs:choice maxOccurs="unbounded" minOccurs="0">
10         <xs:element ref="r0:SoundfieldGroupLabelSubDescriptor"/>
11         <xs:element ref="r0:AudioChannelLabelSubDescriptor"/>
12       </xs:choice>
13     </xs:complexType>
14   </xs:element>
15
16 </xs:schema>