1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| <?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>
| </standardValue>
| <standardValue>
| <fullName>高</fullName>
| <default>false</default>
| <label>高</label>
| </standardValue>
| <standardValue>
| <fullName>中</fullName>
| <default>true</default>
| <label>中</label>
| </standardValue>
| <standardValue>
| <fullName>低</fullName>
| <default>false</default>
| <label>低</label>
| </standardValue>
| <standardValue>
| <fullName>時間があれば</fullName>
| <default>false</default>
| <label>時間があれば</label>
| </standardValue>
| <standardValue>
| <fullName>延期</fullName>
| <default>false</default>
| <label>延期</label>
| </standardValue>
| </StandardValueSet>
|
|