1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <?xml version="1.0" encoding="UTF-8"?>
| <StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
| <sorted>false</sorted>
| <standardValue>
| <fullName>高</fullName>
| <default>false</default>
| <label>高</label>
| <highPriority>true</highPriority>
| </standardValue>
| <standardValue>
| <fullName>中</fullName>
| <default>true</default>
| <label>中</label>
| <highPriority>false</highPriority>
| </standardValue>
| <standardValue>
| <fullName>低</fullName>
| <default>false</default>
| <label>低</label>
| <highPriority>false</highPriority>
| </standardValue>
| </StandardValueSet>
|
|