<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Preferred_Format__c</fullName>
    <description>PreferredFormat</description>
    <externalId>false</externalId>
    <inlineHelpText>PreferredFormat</inlineHelpText>
    <label>Preferred Format</label>
    <required>false</required>
    <trackHistory>true</trackHistory>
    <trackTrending>false</trackTrending>
    <type>MultiselectPicklist</type>
    <valueSet>
        <restricted>true</restricted>
        <valueSetDefinition>
            <sorted>false</sorted>
            <value>
                <fullName>STREAMING</fullName>
                <default>false</default>
                <label>STREAMING</label>
            </value>
            <value>
                <fullName>DOWNLOAD</fullName>
                <default>false</default>
                <label>DOWNLOAD</label>
            </value>
            <value>
                <fullName>VIDEO</fullName>
                <default>false</default>
                <label>VIDEO</label>
            </value>
            <value>
                <fullName>CD</fullName>
                <default>false</default>
                <label>CD</label>
            </value>
            <value>
                <fullName>VINYL</fullName>
                <default>false</default>
                <label>VINYL</label>
            </value>
            <value>
                <fullName>LIVE / TICKETS</fullName>
                <default>false</default>
                <label>LIVE / TICKETS</label>
            </value>
            <value>
                <fullName>TICKETS</fullName>
                <default>false</default>
                <label>TICKETS</label>
            </value>
            <value>
                <fullName>MC</fullName>
                <default>false</default>
                <label>MC</label>
            </value>
            <value>
                <fullName>DVD</fullName>
                <default>false</default>
                <label>DVD</label>
            </value>
            <value>
                <fullName>TV</fullName>
                <default>false</default>
                <label>TV</label>
            </value>
            <value>
                <fullName>ADDITIONAL DEVICES, E.G. TONIEBOX, TIGERBOX, ETC.</fullName>
                <default>false</default>
                <label>ADDITIONAL DEVICES, E.G. TONIEBOX, TIGERBOX, ETC.</label>
            </value>
            <value>
                <fullName>LIVE EVENT</fullName>
                <default>false</default>
                <label>LIVE EVENT</label>
            </value>
        </valueSetDefinition>
    </valueSet>
    <visibleLines>4</visibleLines>
</CustomField>
