Skip to content

Commit e4f68e7

Browse files
authored
[ODS-6783] ParticipationStatusDescriptor Descriptor Added (#355)
1 parent a50372a commit e4f68e7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<InterchangeDescriptors xmlns="http://ed-fi.org/5.2.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.2.0 ../Schemas/Bulk/Interchange-Descriptors.xsd">
3+
<ParticipationStatusDescriptor>
4+
<CodeValue>Referred</CodeValue>
5+
<ShortDescription>Referred</ShortDescription>
6+
<Description>Referred</Description>
7+
<Namespace>uri://ed-fi.org/ParticipationStatusDescriptor</Namespace>
8+
</ParticipationStatusDescriptor>
9+
<ParticipationStatusDescriptor>
10+
<CodeValue>Eligible</CodeValue>
11+
<ShortDescription>Eligible</ShortDescription>
12+
<Description>Eligible</Description>
13+
<Namespace>uri://ed-fi.org/ParticipationStatusDescriptor</Namespace>
14+
</ParticipationStatusDescriptor>
15+
<ParticipationStatusDescriptor>
16+
<CodeValue>Not Eligible</CodeValue>
17+
<ShortDescription>Not Eligible</ShortDescription>
18+
<Description>Not Eligible</Description>
19+
<Namespace>uri://ed-fi.org/ParticipationStatusDescriptor</Namespace>
20+
</ParticipationStatusDescriptor>
21+
<ParticipationStatusDescriptor>
22+
<CodeValue>Active in Program</CodeValue>
23+
<ShortDescription>Active in Program</ShortDescription>
24+
<Description>Active in Program</Description>
25+
<Namespace>uri://ed-fi.org/ParticipationStatusDescriptor</Namespace>
26+
</ParticipationStatusDescriptor>
27+
<ParticipationStatusDescriptor>
28+
<CodeValue>Refused</CodeValue>
29+
<ShortDescription>Refused</ShortDescription>
30+
<Description>Refused</Description>
31+
<Namespace>uri://ed-fi.org/ParticipationStatusDescriptor</Namespace>
32+
</ParticipationStatusDescriptor>
33+
</InterchangeDescriptors>

0 commit comments

Comments
 (0)