<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>This_Month</fullName> 
 | 
    <columns>NAME</columns> 
 | 
    <filterScope>Everything</filterScope> 
 | 
    <filters> 
 | 
        <field>CREATED_DATE</field> 
 | 
        <operation>equals</operation> 
 | 
        <value>LAST_N_DAYS:30</value> 
 | 
    </filters> 
 | 
    <filters> 
 | 
        <field>Status__c</field> 
 | 
        <operation>equals</operation> 
 | 
        <value>草案中</value> 
 | 
    </filters> 
 | 
    <label>过去30天</label> 
 | 
    <language>zh_CN</language> 
 | 
</ListView> 
 |