-
Notifications
You must be signed in to change notification settings - Fork 5
/
cafr-types-2020-05-01.xsd
127 lines (124 loc) · 5.57 KB
/
cafr-types-2020-05-01.xsd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2019 XBRL US Inc.
-->
<!-- Schema for numeric types -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:cafr-types="http://xbrl-us/cafr-types/2020-01-01" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:xlink="http://www.w3.org/1999/xlink" attributeFormDefault="unqualified" blockDefault="" elementFormDefault="qualified" finalDefault="" targetNamespace="http://xbrl.us/cafr-types/2020-01-01">
<xs:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="fundTypeItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Special Revenue"/>
<xs:enumeration value="Capital Project"/>
<xs:enumeration value="Debt Service"/>
<xs:enumeration value="Permanent"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="General Revenue"/>
<xs:enumeration value="Aggregate Nonmajor"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="typeOfGovernmentItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="State"/>
<xs:enumeration value="County"/>
<xs:enumeration value="City"/>
<xs:enumeration value="Town"/>
<xs:enumeration value="Village"/>
<xs:enumeration value="Borough"/>
<xs:enumeration value="School district"/>
<xs:enumeration value="Special district"/>
<xs:enumeration value="Other general purpose government"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="auditStatusItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Audited"/>
<xs:enumeration value="Unaudited"/>
<xs:enumeration value="Reviewed"/>
<xs:enumeration value="Unreviewed"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="auditOpinionItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Qualified"/>
<xs:enumeration value="Adverse"/>
<xs:enumeration value="Unmodified"/>
<xs:enumeration value="Disclaimed"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="pensionPlanStatusItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Open"/>
<xs:enumeration value="Closed"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="oPEBPlanStatusItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Open"/>
<xs:enumeration value="Closed"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="oPEBPlanItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="single"/>
<xs:enumeration value="multi-employer agency"/>
<xs:enumeration value="multi-employer cost sharing"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="planTypeItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="single"/>
<xs:enumeration value="agency multi-employer"/>
<xs:enumeration value="cost sharing multi-employer"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="pensionPlanCategoryItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="defined benefit"/>
<xs:enumeration value="defined contribution"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="participatingEmployeeItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Fire"/>
<xs:enumeration value="Public Safety"/>
<xs:enumeration value="Police"/>
<xs:enumeration value="Teachers"/>
<xs:enumeration value="Elected Official"/>
<xs:enumeration value="Judges"/>
<xs:enumeration value="Mixed"/>
<xs:enumeration value="Other"/>
</restriction>
</simpleContent>
</complexType>
<complexType xmlns="http://www.w3.org/2001/XMLSchema" abstract="false" mixed="false" name="oPEBParticipantItemType">
<simpleContent>
<restriction base="xbrli:stringItemType">
<xs:enumeration value="Fire"/>
<xs:enumeration value="Public Safety"/>
<xs:enumeration value="Police"/>
<xs:enumeration value="Teachers"/>
<xs:enumeration value="Elected Official"/>
<xs:enumeration value="Other"/>
</restriction>
</simpleContent>
</complexType>
</xs:schema>