<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Primary_Genre__c</fullName>
    <description>For tracking genre statistics over time</description>
    <inlineHelpText>For the subject artist(s), please select the primary genre(s) from the list</inlineHelpText>
    <label>Primary Genre(s)</label>
    <required>false</required>
    <trackFeedHistory>false</trackFeedHistory>
    <trackHistory>false</trackHistory>
    <type>MultiselectPicklist</type>
    <valueSet>
        <restricted>true</restricted>
        <valueSetDefinition>
            <sorted>false</sorted>
            <value>
                <fullName>Country</fullName>
                <default>false</default>
                <label>Country/Folk</label>
            </value>
            <value>
                <fullName>Electronic</fullName>
                <default>false</default>
                <label>Electronic</label>
            </value>
            <value>
                <fullName>Hip-Hop_Rap</fullName>
                <default>false</default>
                <label>Hip-Hop/Rap</label>
            </value>
            <value>
                <fullName>Indie/Alt</fullName>
                <default>false</default>
                <label>Indie/Alt/Rock</label>
            </value>
            <value>
                <fullName>Latin</fullName>
                <default>false</default>
                <label>Latin</label>
            </value>
            <value>
                <fullName>Pop</fullName>
                <default>false</default>
                <label>Pop</label>
            </value>
            <value>
                <fullName>R&amp;B_Soul</fullName>
                <default>false</default>
                <label>R&amp;B/Soul/Jazz</label>
            </value>
            <value>
                <fullName>Other</fullName>
                <default>false</default>
                <label>Other</label>
            </value>
        </valueSetDefinition>
    </valueSet>
    <visibleLines>9</visibleLines>
</CustomField>
