This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE AudioChannelLayouts | |
[ | |
<!ELEMENT AudioChannelLayouts (LayoutCategory)*> | |
<!ELEMENT LayoutCategory (layout)*> | |
<!ATTLIST LayoutCategory ChannelValence CDATA #REQUIRED> | |
<!ELEMENT layout (name, channel_valence, item*)> | |
<!ELEMENT item (name, channel_map?, routing_map?)> | |
<!ELEMENT channel_map (channel)*> | |
<!ELEMENT routing_map (routing)*> |