forked from HistoryAtState/pocom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer-appointee-codes.xml
29 lines (29 loc) · 1.15 KB
/
career-appointee-codes.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<code-table>
<name>career-appointee-code</name>
<description>A list of codes to indicate if a person is non-career appointee or a Foreign
Service officer.</description>
<items>
<item>
<label>Served before the passage of the Foreign Service Act of February 5, 1915</label>
<value>pre-1915</value>
<definition>Appointees are not categorized as “career” or “non-career” before the
passage of the Foreign Service Act of February 5, 1915</definition>
</item>
<item>
<label>Non-career appointee</label>
<value>non-career</value>
<definition>Put definition here.</definition>
</item>
<item>
<label>Career Foreign Service Officer</label>
<value>career</value>
<definition>Put definition here.</definition>
</item>
<item>
<label>Career Foreign Service Officer and Non-career appointee</label>
<value>both</value>
<definition>Put definition here.</definition>
</item>
</items>
</code-table>