<?xml version="1.0" encoding="UTF-8"?>

<xs:schema
  targetNamespace="http://www.smpte-ra.org/schemas/429-14/2014/Aux-Data"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:cpl="http://www.smpte-ra.org/schemas/429-7/2006/CPL"
  xmlns:axd="http://www.smpte-ra.org/schemas/429-14/2014/Aux-Data"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified">
  <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
            name="DataEssenceCoding"
            type="xs:anyURI"/>
          <xs:any namespace="##other"
            minOccurs="0" maxOccurs="unbounded"
            processContents="lax"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>

</xs:schema>