openagent 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (221) hide show
  1. data/README.md +64 -0
  2. data/lib/openagent.rb +4 -0
  3. data/lib/openagent/agent.rb +24 -0
  4. data/lib/openagent/client.rb +170 -0
  5. data/lib/openagent/errors.rb +30 -0
  6. data/lib/openagent/message_builder.rb +171 -0
  7. data/lib/openagent/ssl_config.rb +26 -0
  8. data/lib/openagent/version.rb +3 -0
  9. data/lib/openagent/xml_helpers.rb +24 -0
  10. data/lib/openagent/zone.rb +58 -0
  11. data/lib/sif/infra/common/application.rb +13 -0
  12. data/lib/sif/infra/common/condition.rb +13 -0
  13. data/lib/sif/infra/common/condition_group.rb +14 -0
  14. data/lib/sif/infra/common/data.rb +11 -0
  15. data/lib/sif/infra/common/error.rb +14 -0
  16. data/lib/sif/infra/common/event.rb +0 -0
  17. data/lib/sif/infra/common/event_object.rb +12 -0
  18. data/lib/sif/infra/common/extended_query.rb +15 -0
  19. data/lib/sif/infra/common/extended_query_results.rb +12 -0
  20. data/lib/sif/infra/common/header.rb +27 -0
  21. data/lib/sif/infra/common/message.rb +49 -0
  22. data/lib/sif/infra/common/object.rb +11 -0
  23. data/lib/sif/infra/common/object_data.rb +46 -0
  24. data/lib/sif/infra/common/other_id.rb +12 -0
  25. data/lib/sif/infra/common/property.rb +12 -0
  26. data/lib/sif/infra/common/protocol.rb +16 -0
  27. data/lib/sif/infra/common/provision.rb +17 -0
  28. data/lib/sif/infra/common/query.rb +16 -0
  29. data/lib/sif/infra/common/query_object.rb +12 -0
  30. data/lib/sif/infra/common/secure_channel.rb +12 -0
  31. data/lib/sif/infra/common/security.rb +13 -0
  32. data/lib/sif/infra/common/status.rb +16 -0
  33. data/lib/sif/infra/common/unprovision.rb +9 -0
  34. data/lib/sif/infra/common/vendor.rb +13 -0
  35. data/lib/sif/infra/messages/ack.rb +16 -0
  36. data/lib/sif/infra/messages/event.rb +12 -0
  37. data/lib/sif/infra/messages/get_agent_acl.rb +11 -0
  38. data/lib/sif/infra/messages/get_message.rb +11 -0
  39. data/lib/sif/infra/messages/get_zone_status.rb +10 -0
  40. data/lib/sif/infra/messages/ping.rb +10 -0
  41. data/lib/sif/infra/messages/provide.rb +16 -0
  42. data/lib/sif/infra/messages/provision.rb +18 -0
  43. data/lib/sif/infra/messages/register.rb +21 -0
  44. data/lib/sif/infra/messages/request.rb +16 -0
  45. data/lib/sif/infra/messages/responder.rb +9 -0
  46. data/lib/sif/infra/messages/response.rb +18 -0
  47. data/lib/sif/infra/messages/sleep.rb +11 -0
  48. data/lib/sif/infra/messages/subscribe.rb +12 -0
  49. data/lib/sif/infra/messages/system_control.rb +15 -0
  50. data/lib/sif/infra/messages/system_control_data.rb +39 -0
  51. data/lib/sif/infra/messages/unprovide.rb +12 -0
  52. data/lib/sif/infra/messages/unregister.rb +11 -0
  53. data/lib/sif/infra/messages/unsubscribe.rb +12 -0
  54. data/lib/sif/infra/messages/wakeup.rb +11 -0
  55. data/lib/sif/infra/messages/zone_status_role.rb +12 -0
  56. data/lib/sif/infra/objects/agent_acl.rb +19 -0
  57. data/lib/sif/infra/objects/zone_status.rb +30 -0
  58. data/lib/sif/models/common/address.rb +21 -0
  59. data/lib/sif/models/common/alert_message.rb +12 -0
  60. data/lib/sif/models/common/base_name.rb +12 -0
  61. data/lib/sif/models/common/calendar_summary.rb +28 -0
  62. data/lib/sif/models/common/code.rb +12 -0
  63. data/lib/sif/models/common/contact_info.rb +21 -0
  64. data/lib/sif/models/common/credits_attempted.rb +12 -0
  65. data/lib/sif/models/common/demographics.rb +31 -0
  66. data/lib/sif/models/common/dwelling_arrangement.rb +14 -0
  67. data/lib/sif/models/common/earned_status.rb +15 -0
  68. data/lib/sif/models/common/electronic_id.rb +12 -0
  69. data/lib/sif/models/common/email.rb +13 -0
  70. data/lib/sif/models/common/english_proficiency.rb +14 -0
  71. data/lib/sif/models/common/exceptionality_category.rb +13 -0
  72. data/lib/sif/models/common/grade_level.rb +12 -0
  73. data/lib/sif/models/common/grid_location.rb +12 -0
  74. data/lib/sif/models/common/identification_info.rb +12 -0
  75. data/lib/sif/models/common/language.rb +14 -0
  76. data/lib/sif/models/common/meal_status.rb +16 -0
  77. data/lib/sif/models/common/medical_alert_message.rb +12 -0
  78. data/lib/sif/models/common/meeting_time.rb +12 -0
  79. data/lib/sif/models/common/name.rb +19 -0
  80. data/lib/sif/models/common/other_code.rb +12 -0
  81. data/lib/sif/models/common/other_id.rb +12 -0
  82. data/lib/sif/models/common/phone_number.rb +15 -0
  83. data/lib/sif/models/common/principal_info.rb +12 -0
  84. data/lib/sif/models/common/race.rb +15 -0
  85. data/lib/sif/models/common/sced_code.rb +15 -0
  86. data/lib/sif/models/common/schedule_info.rb +14 -0
  87. data/lib/sif/models/common/schedule_info_override.rb +13 -0
  88. data/lib/sif/models/common/school_contact.rb +13 -0
  89. data/lib/sif/models/common/school_course_info_override.rb +18 -0
  90. data/lib/sif/models/common/street.rb +22 -0
  91. data/lib/sif/models/common/subject_area.rb +13 -0
  92. data/lib/sif/models/groups/data_model/term_span.rb +14 -0
  93. data/lib/sif/models/groups/sis/attendance_code_info.rb +23 -0
  94. data/lib/sif/models/groups/sis/calendar_date.rb +25 -0
  95. data/lib/sif/models/groups/sis/discipline_incident.rb +31 -0
  96. data/lib/sif/models/groups/sis/lea_info.rb +28 -0
  97. data/lib/sif/models/groups/sis/personal_representer.rb +22 -0
  98. data/lib/sif/models/groups/sis/school_course_info.rb +30 -0
  99. data/lib/sif/models/groups/sis/school_info.rb +32 -0
  100. data/lib/sif/models/groups/sis/section_info.rb +26 -0
  101. data/lib/sif/models/groups/sis/sis_representer.rb +15 -0
  102. data/lib/sif/models/groups/sis/staff_personal.rb +20 -0
  103. data/lib/sif/models/groups/sis/student_personal.rb +37 -0
  104. data/lib/sif/models/groups/sis/student_section_enrollment.rb +21 -0
  105. data/lib/sif/models/groups/sis/term_info.rb +29 -0
  106. data/lib/sif/representations/infra/common/application.rb +16 -0
  107. data/lib/sif/representations/infra/common/condition.rb +16 -0
  108. data/lib/sif/representations/infra/common/condition_group.rb +18 -0
  109. data/lib/sif/representations/infra/common/data.rb +17 -0
  110. data/lib/sif/representations/infra/common/error.rb +17 -0
  111. data/lib/sif/representations/infra/common/event.rb +0 -0
  112. data/lib/sif/representations/infra/common/event_object.rb +15 -0
  113. data/lib/sif/representations/infra/common/extended_query.rb +18 -0
  114. data/lib/sif/representations/infra/common/extended_query_results.rb +15 -0
  115. data/lib/sif/representations/infra/common/header.rb +23 -0
  116. data/lib/sif/representations/infra/common/message.rb +54 -0
  117. data/lib/sif/representations/infra/common/object.rb +14 -0
  118. data/lib/sif/representations/infra/common/object_data.rb +43 -0
  119. data/lib/sif/representations/infra/common/other_id.rb +15 -0
  120. data/lib/sif/representations/infra/common/property.rb +15 -0
  121. data/lib/sif/representations/infra/common/protocol.rb +22 -0
  122. data/lib/sif/representations/infra/common/provision.rb +38 -0
  123. data/lib/sif/representations/infra/common/query.rb +24 -0
  124. data/lib/sif/representations/infra/common/query_object.rb +15 -0
  125. data/lib/sif/representations/infra/common/secure_channel.rb +15 -0
  126. data/lib/sif/representations/infra/common/security.rb +18 -0
  127. data/lib/sif/representations/infra/common/status.rb +18 -0
  128. data/lib/sif/representations/infra/messages/ack.rb +25 -0
  129. data/lib/sif/representations/infra/messages/event.rb +19 -0
  130. data/lib/sif/representations/infra/messages/get_message.rb +12 -0
  131. data/lib/sif/representations/infra/messages/ping.rb +13 -0
  132. data/lib/sif/representations/infra/messages/provide.rb +19 -0
  133. data/lib/sif/representations/infra/messages/provision.rb +37 -0
  134. data/lib/sif/representations/infra/messages/register.rb +30 -0
  135. data/lib/sif/representations/infra/messages/request.rb +24 -0
  136. data/lib/sif/representations/infra/messages/response.rb +29 -0
  137. data/lib/sif/representations/infra/messages/sleep.rb +14 -0
  138. data/lib/sif/representations/infra/messages/subscribe.rb +19 -0
  139. data/lib/sif/representations/infra/messages/system_control.rb +23 -0
  140. data/lib/sif/representations/infra/messages/system_control_data.rb +31 -0
  141. data/lib/sif/representations/infra/messages/wakeup.rb +14 -0
  142. data/lib/sif/representations/models/common/address.rb +24 -0
  143. data/lib/sif/representations/models/common/alert_message.rb +16 -0
  144. data/lib/sif/representations/models/common/contact_info.rb +28 -0
  145. data/lib/sif/representations/models/common/credits_attempted.rb +15 -0
  146. data/lib/sif/representations/models/common/demographics.rb +43 -0
  147. data/lib/sif/representations/models/common/dwelling_arrangement.rb +18 -0
  148. data/lib/sif/representations/models/common/electronic_id.rb +16 -0
  149. data/lib/sif/representations/models/common/email.rb +16 -0
  150. data/lib/sif/representations/models/common/english_proficiency.rb +17 -0
  151. data/lib/sif/representations/models/common/identification_info.rb +16 -0
  152. data/lib/sif/representations/models/common/language.rb +19 -0
  153. data/lib/sif/representations/models/common/medical_alert_message.rb +15 -0
  154. data/lib/sif/representations/models/common/meeting_time.rb +16 -0
  155. data/lib/sif/representations/models/common/name.rb +22 -0
  156. data/lib/sif/representations/models/common/other_code.rb +15 -0
  157. data/lib/sif/representations/models/common/other_id.rb +15 -0
  158. data/lib/sif/representations/models/common/phone_number.rb +18 -0
  159. data/lib/sif/representations/models/common/principal_info.rb +15 -0
  160. data/lib/sif/representations/models/common/race.rb +18 -0
  161. data/lib/sif/representations/models/common/sced_code.rb +18 -0
  162. data/lib/sif/representations/models/common/schedule_info.rb +19 -0
  163. data/lib/sif/representations/models/common/schedule_info_override.rb +18 -0
  164. data/lib/sif/representations/models/common/school_contact.rb +17 -0
  165. data/lib/sif/representations/models/common/school_course_info_override.rb +21 -0
  166. data/lib/sif/representations/models/common/street.rb +26 -0
  167. data/lib/sif/representations/models/common/subject_area.rb +17 -0
  168. data/lib/sif/representations/models/groups/data_model/term_span.rb +20 -0
  169. data/lib/sif/representations/models/groups/sis/personal_representer.rb +38 -0
  170. data/lib/sif/representations/models/groups/sis/school_course_info.rb +36 -0
  171. data/lib/sif/representations/models/groups/sis/school_info.rb +47 -0
  172. data/lib/sif/representations/models/groups/sis/section_info.rb +29 -0
  173. data/lib/sif/representations/models/groups/sis/sis_representer.rb +17 -0
  174. data/lib/sif/representations/models/groups/sis/staff_personal.rb +19 -0
  175. data/lib/sif/representations/models/groups/sis/student_personal.rb +37 -0
  176. data/lib/sif/representations/models/groups/sis/student_section_enrollment.rb +26 -0
  177. data/lib/sif/representations/models/groups/sis/term_info.rb +30 -0
  178. data/lib/sif/sif.rb +249 -0
  179. data/openagent.gemspec +33 -0
  180. data/spec/agent_spec.rb +32 -0
  181. data/spec/client_spec.rb +96 -0
  182. data/spec/fixtures/agent.yaml +31 -0
  183. data/spec/fixtures/messages/event.xml +72 -0
  184. data/spec/fixtures/messages/response.xml +107 -0
  185. data/spec/fixtures/sif/attendance_code_info.xml +9 -0
  186. data/spec/fixtures/sif/calendar_date.xml +22 -0
  187. data/spec/fixtures/sif/calendar_summary.xml +21 -0
  188. data/spec/fixtures/sif/demographics.xml +33 -0
  189. data/spec/fixtures/sif/discipline_incident.xml +70 -0
  190. data/spec/fixtures/sif/lea_info.xml +55 -0
  191. data/spec/fixtures/sif/section_info.xml +1536 -0
  192. data/spec/fixtures/sif/sif_header.xml +12 -0
  193. data/spec/fixtures/sif/sif_message__response.xml +107 -0
  194. data/spec/fixtures/sif/sif_object_data.xml +5 -0
  195. data/spec/fixtures/sif/sif_protocol.xml +3 -0
  196. data/spec/fixtures/sif/sif_protocol__properties.xml +10 -0
  197. data/spec/fixtures/sif/sif_provide.xml +9 -0
  198. data/spec/fixtures/sif/sif_provision.xml +33 -0
  199. data/spec/fixtures/sif/sif_register.xml +20 -0
  200. data/spec/fixtures/sif/sif_request.xml +21 -0
  201. data/spec/fixtures/sif/sif_response.xml +19 -0
  202. data/spec/fixtures/sif/sif_system_control.xml +10 -0
  203. data/spec/fixtures/sif/stu_pers_resp.xml +2 -0
  204. data/spec/fixtures/sif/student_personal.xml +42 -0
  205. data/spec/fixtures/zone.yaml +6 -0
  206. data/spec/message_builder_spec.rb +81 -0
  207. data/spec/response_spec.rb +35 -0
  208. data/spec/sif/representations/xml/header_spec.rb +30 -0
  209. data/spec/sif/representations/xml/message_spec.rb +20 -0
  210. data/spec/sif/representations/xml/object_data_spec.rb +19 -0
  211. data/spec/sif/representations/xml/protocol_spec.rb +34 -0
  212. data/spec/sif/representations/xml/provide_spec.rb +19 -0
  213. data/spec/sif/representations/xml/provision_spec.rb +56 -0
  214. data/spec/sif/representations/xml/register_spec.rb +17 -0
  215. data/spec/sif/representations/xml/request_spec.rb +17 -0
  216. data/spec/sif/representations/xml/response_spec.rb +16 -0
  217. data/spec/sif/representations/xml/spec_helper.rb +7 -0
  218. data/spec/sif/representations/xml/student_personal_spec.rb +69 -0
  219. data/spec/spec_helper.rb +7 -0
  220. data/spec/zone_spec.rb +26 -0
  221. metadata +455 -0
@@ -0,0 +1,70 @@
1
+ <DisciplineIncident RefId="A1544ED564995254A4568EFFC5100BD1" SchoolYear="2007">
2
+ <AgencyReporting SIF_RefObject="SchoolInfo">0847987235489729AAA73011BB365EC3</AgencyReporting>
3
+ <IncidentNumber>56501</IncidentNumber>
4
+ <IncidentDate>2007-04-14</IncidentDate>
5
+ <IncidentTime Type="100">13:20:30</IncidentTime>
6
+ <IncidentLocation Type="3014">232</IncidentLocation>
7
+ <IncidentLocationRefId SIF_RefObject="SchoolInfo">0847987235489729AAA73011BB365EC3</IncidentLocationRefId>
8
+ <IncidentCost>500.00</IncidentCost>
9
+ <IncidentReporter Type="3422">
10
+ <Name Type="04">
11
+ <LastName>Jones</LastName>
12
+ <FirstName>Sam</FirstName>
13
+ </Name>
14
+ <SIF_RefId SIF_RefObject="StaffPersonal">AC47B8703DD89729A55730177B300574</SIF_RefId>
15
+ </IncidentReporter>
16
+ <RelatedToList>
17
+ <RelatedTo>3066</RelatedTo>
18
+ <RelatedTo>3068</RelatedTo>
19
+ </RelatedToList>
20
+ <WeaponTypeList>
21
+ <WeaponType>0099</WeaponType>
22
+ </WeaponTypeList>
23
+ <IncidentCategory>
24
+ <Code>1500</Code>
25
+ <OtherCodeList>
26
+ <OtherCode Codeset="StateProvince">DSRD</OtherCode>
27
+ </OtherCodeList>
28
+ </IncidentCategory>
29
+ <OffenderList>
30
+ <Offender Type="0126">
31
+ <Name Type="04">
32
+ <LastName>Fernall</LastName>
33
+ <FirstName>William</FirstName>
34
+ </Name>
35
+ <SIF_RefId SIF_RefObject="StudentPersonal">0847987235489729AAA73011BB365EC3</SIF_RefId>
36
+ <Injury>3065</Injury>
37
+ <ManifestationDetermination>
38
+ <MeetingHeld>Yes</MeetingHeld>
39
+ <MeetingDate>2007-04-16</MeetingDate>
40
+ <DueToDisability>No</DueToDisability>
41
+ </ManifestationDetermination>
42
+ <ActionList>
43
+ <Action>
44
+ <Code>3080</Code>
45
+ <OtherCodeList>
46
+ <OtherCode Codeset="StateProvince">ANMG</OtherCode>
47
+ </OtherCodeList>
48
+ <StartDate>2004-04-15</StartDate>
49
+ <EndDate>2004-04-15</EndDate>
50
+ <Duration>1</Duration>
51
+ <ZeroTolerance>No</ZeroTolerance>
52
+ <FullYearExpulsion>No</FullYearExpulsion>
53
+ <ShortenedExpulsion>No</ShortenedExpulsion>
54
+ <PoliceNotification>No</PoliceNotification>
55
+ <Arrest>No</Arrest>
56
+ <AlternativeEducation>No</AlternativeEducation>
57
+ </Action>
58
+ </ActionList>
59
+ </Offender>
60
+ </OffenderList>
61
+ <VictimList>
62
+ <Victim Type="3061">
63
+ <Name Type="04">
64
+ <LastName>Woolman</LastName>
65
+ <FirstName>John</FirstName>
66
+ </Name>
67
+ <Injury>3065</Injury>
68
+ </Victim>
69
+ </VictimList>
70
+ </DisciplineIncident>
@@ -0,0 +1,55 @@
1
+ <LEAInfo RefId="D3E34B359D75101A8C3D00AA001A1652">
2
+ <LocalId>946379881</LocalId>
3
+ <StateProvinceId>C2345681</StateProvinceId>
4
+ <NCESId>4215750</NCESId>
5
+ <LEAName>Happy Meadow School District</LEAName>
6
+ <LEAURL>http://www.happymeadowsd.edu</LEAURL>
7
+ <EducationAgencyType>
8
+ <Code>3486</Code>
9
+ </EducationAgencyType>
10
+ <LEAContactList>
11
+ <LEAContact>
12
+ <PublishInDirectory>Yes</PublishInDirectory>
13
+ <ContactInfo>
14
+ <Name Type="04">
15
+ <LastName>Geisel</LastName>
16
+ <FirstName>Theodore</FirstName>
17
+ <FullName>Theodore Geisel</FullName>
18
+ </Name>
19
+ <PositionTitle>Superintendent</PositionTitle>
20
+ <EmailList>
21
+ <Email Type="Primary">drseuss@happymeadowsd.edu</Email>
22
+ </EmailList>
23
+ <PhoneNumberList>
24
+ <PhoneNumber Type="0096">
25
+ <Number>(555) 555-0103</Number>
26
+ </PhoneNumber>
27
+ </PhoneNumberList>
28
+ </ContactInfo>
29
+ </LEAContact>
30
+ </LEAContactList>
31
+ <PhoneNumberList>
32
+ <PhoneNumber Type="0096">
33
+ <Number>(312) 555-1234</Number>
34
+ </PhoneNumber>
35
+ </PhoneNumberList>
36
+ <IdentificationInfoList>
37
+ <IdentificationInfo Code="9999">2134A</IdentificationInfo>
38
+ </IdentificationInfoList>
39
+ <GradeLevels>
40
+ <GradeLevel>
41
+ <Code>09</Code>
42
+ </GradeLevel>
43
+ <GradeLevel>
44
+ <Code>10</Code>
45
+ </GradeLevel>
46
+ <GradeLevel>
47
+ <Code>11</Code>
48
+ </GradeLevel>
49
+ <GradeLevel>
50
+ <Code>12</Code>
51
+ </GradeLevel>
52
+ </GradeLevels>
53
+ <OperationalStatus>0820</OperationalStatus>
54
+ <CongressionalDistrict>3</CongressionalDistrict>
55
+ </LEAInfo>
@@ -0,0 +1,1536 @@
1
+ <?xml version="1.0" encoding="ISO-8859-1"?>
2
+
3
+ <SIF_Message xmlns="http://www.sifinfo.org/infrastructure/2.x" Version="2.0r1">
4
+ <SIF_Ack>
5
+ <SIF_Header>
6
+ <SIF_MsgId>D72C57D4EE0D4E0AB68BD2393B12E51D</SIF_MsgId>
7
+ <SIF_Timestamp>2013-10-09T10:42:16-06:00</SIF_Timestamp>
8
+ <SIF_SourceId>canvas</SIF_SourceId>
9
+ </SIF_Header>
10
+ <SIF_OriginalSourceId>canvas</SIF_OriginalSourceId>
11
+ <SIF_OriginalMsgId>088E6810133001313D9314109FD501C1</SIF_OriginalMsgId>
12
+ <SIF_Status>
13
+ <SIF_Code>0</SIF_Code>
14
+ <SIF_Data>
15
+ <SIF_Message xmlns="http://www.sifinfo.org/infrastructure/2.x" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.0r1">
16
+ <SIF_Response>
17
+ <SIF_Header>
18
+ <SIF_MsgId>BB2FFFBB196E4430A1870C134B4A3242</SIF_MsgId>
19
+ <SIF_Timestamp>2013-10-14T09:19:54-06:00</SIF_Timestamp>
20
+ <SIF_Security>
21
+ <SIF_SecureChannel>
22
+ <SIF_AuthenticationLevel>0</SIF_AuthenticationLevel>
23
+ <SIF_EncryptionLevel>0</SIF_EncryptionLevel>
24
+ </SIF_SecureChannel>
25
+ </SIF_Security>
26
+ <SIF_SourceId>PowerSchool</SIF_SourceId>
27
+ <SIF_DestinationId>canvas</SIF_DestinationId>
28
+ </SIF_Header>
29
+ <SIF_RequestMsgId>A03D8B86F4F9450D978515129373C56E</SIF_RequestMsgId>
30
+ <SIF_PacketNumber>1</SIF_PacketNumber>
31
+ <SIF_MorePackets>Yes</SIF_MorePackets>
32
+ <SIF_ObjectData><SectionInfo RefId="70AD38FCC6CD40C7958A7546FA688043" SchoolCourseInfoRefId="2F83E938103A4C4E99DF83BAAE71F296" SchoolYear="2013">
33
+ <LocalId>1366-1</LocalId>
34
+ <ScheduleInfoList>
35
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
36
+ <TeacherList>
37
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
38
+ </TeacherList>
39
+ <SectionRoomList>
40
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
41
+ </SectionRoomList>
42
+ <MeetingTimeList>
43
+ <MeetingTime>
44
+ <TimetableDay>A</TimetableDay>
45
+ <TimetablePeriod>3</TimetablePeriod>
46
+ </MeetingTime>
47
+ </MeetingTimeList>
48
+ </ScheduleInfo>
49
+ </ScheduleInfoList>
50
+ <SummerSchool>No</SummerSchool>
51
+ <SIF_ExtendedElements>
52
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
53
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
54
+ </SIF_ExtendedElements>
55
+ </SectionInfo>
56
+ <SectionInfo RefId="62A173D17C4247A79F20F733CA134C80" SchoolCourseInfoRefId="2F83E938103A4C4E99DF83BAAE71F296" SchoolYear="2013">
57
+ <LocalId>1366-2</LocalId>
58
+ <ScheduleInfoList>
59
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
60
+ <TeacherList>
61
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
62
+ </TeacherList>
63
+ <SectionRoomList>
64
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
65
+ </SectionRoomList>
66
+ <MeetingTimeList>
67
+ <MeetingTime>
68
+ <TimetableDay>A</TimetableDay>
69
+ <TimetablePeriod>4</TimetablePeriod>
70
+ </MeetingTime>
71
+ </MeetingTimeList>
72
+ </ScheduleInfo>
73
+ </ScheduleInfoList>
74
+ <SummerSchool>No</SummerSchool>
75
+ <SIF_ExtendedElements>
76
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
77
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
78
+ </SIF_ExtendedElements>
79
+ </SectionInfo>
80
+ <SectionInfo RefId="8E88F71D19BC490795C80050C65E785B" SchoolCourseInfoRefId="2F83E938103A4C4E99DF83BAAE71F296" SchoolYear="2013">
81
+ <LocalId>1366-3</LocalId>
82
+ <ScheduleInfoList>
83
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
84
+ <TeacherList>
85
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
86
+ </TeacherList>
87
+ <SectionRoomList>
88
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
89
+ </SectionRoomList>
90
+ <MeetingTimeList>
91
+ <MeetingTime>
92
+ <TimetableDay>B</TimetableDay>
93
+ <TimetablePeriod>2</TimetablePeriod>
94
+ </MeetingTime>
95
+ </MeetingTimeList>
96
+ </ScheduleInfo>
97
+ </ScheduleInfoList>
98
+ <SummerSchool>No</SummerSchool>
99
+ <SIF_ExtendedElements>
100
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
101
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
102
+ </SIF_ExtendedElements>
103
+ </SectionInfo>
104
+ <SectionInfo RefId="A15E8D51675E4E1FA4ECD1A6D4EB7565" SchoolCourseInfoRefId="2F83E938103A4C4E99DF83BAAE71F296" SchoolYear="2013">
105
+ <LocalId>1366-4</LocalId>
106
+ <ScheduleInfoList>
107
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
108
+ <TeacherList>
109
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
110
+ </TeacherList>
111
+ <SectionRoomList>
112
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
113
+ </SectionRoomList>
114
+ <MeetingTimeList>
115
+ <MeetingTime>
116
+ <TimetableDay>B</TimetableDay>
117
+ <TimetablePeriod>3</TimetablePeriod>
118
+ </MeetingTime>
119
+ </MeetingTimeList>
120
+ </ScheduleInfo>
121
+ </ScheduleInfoList>
122
+ <SummerSchool>No</SummerSchool>
123
+ <SIF_ExtendedElements>
124
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
125
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
126
+ </SIF_ExtendedElements>
127
+ </SectionInfo>
128
+ <SectionInfo RefId="D4A0A6DDD99344C19AD1A5720E3CEB1E" SchoolCourseInfoRefId="2F83E938103A4C4E99DF83BAAE71F296" SchoolYear="2013">
129
+ <LocalId>1366-5</LocalId>
130
+ <ScheduleInfoList>
131
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
132
+ <TeacherList>
133
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
134
+ </TeacherList>
135
+ <SectionRoomList>
136
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
137
+ </SectionRoomList>
138
+ <MeetingTimeList>
139
+ <MeetingTime>
140
+ <TimetableDay>B</TimetableDay>
141
+ <TimetablePeriod>4</TimetablePeriod>
142
+ </MeetingTime>
143
+ </MeetingTimeList>
144
+ </ScheduleInfo>
145
+ </ScheduleInfoList>
146
+ <SummerSchool>No</SummerSchool>
147
+ <SIF_ExtendedElements>
148
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
149
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
150
+ </SIF_ExtendedElements>
151
+ </SectionInfo>
152
+ <SectionInfo RefId="F3E2E59E12964B678AF3603F83208BD9" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
153
+ <LocalId>1390-12</LocalId>
154
+ <ScheduleInfoList>
155
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
156
+ <TeacherList>
157
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
158
+ </TeacherList>
159
+ <SectionRoomList>
160
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
161
+ </SectionRoomList>
162
+ <MeetingTimeList>
163
+ <MeetingTime>
164
+ <TimetableDay>A</TimetableDay>
165
+ <TimetablePeriod>5</TimetablePeriod>
166
+ </MeetingTime>
167
+ <MeetingTime>
168
+ <TimetableDay>B</TimetableDay>
169
+ <TimetablePeriod>5</TimetablePeriod>
170
+ </MeetingTime>
171
+ </MeetingTimeList>
172
+ </ScheduleInfo>
173
+ </ScheduleInfoList>
174
+ <SummerSchool>No</SummerSchool>
175
+ <SIF_ExtendedElements>
176
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
177
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
178
+ </SIF_ExtendedElements>
179
+ </SectionInfo>
180
+ <SectionInfo RefId="82110BB26CAF4DDDA720F0C6DF910883" SchoolCourseInfoRefId="97C4D68E6F374C979F55DE601D8A7CE2" SchoolYear="2013">
181
+ <LocalId>E251015-1</LocalId>
182
+ <ScheduleInfoList>
183
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
184
+ <TeacherList>
185
+ <StaffPersonalRefId>140409030C2F035846E29FB917955793</StaffPersonalRefId>
186
+ </TeacherList>
187
+ <SectionRoomList>
188
+ <RoomInfoRefId>E6B7DD48D9154F83818C8637D2EA95E6</RoomInfoRefId>
189
+ </SectionRoomList>
190
+ <MeetingTimeList>
191
+ <MeetingTime>
192
+ <TimetableDay>A</TimetableDay>
193
+ <TimetablePeriod>1</TimetablePeriod>
194
+ </MeetingTime>
195
+ </MeetingTimeList>
196
+ </ScheduleInfo>
197
+ </ScheduleInfoList>
198
+ <SummerSchool>No</SummerSchool>
199
+ <SIF_ExtendedElements>
200
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
201
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
202
+ </SIF_ExtendedElements>
203
+ </SectionInfo>
204
+ <SectionInfo RefId="5F054F60EE1A49C8B2D93B76AFD3281A" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
205
+ <LocalId>1023-7</LocalId>
206
+ <ScheduleInfoList>
207
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
208
+ <TeacherList>
209
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
210
+ </TeacherList>
211
+ <SectionRoomList>
212
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
213
+ </SectionRoomList>
214
+ <MeetingTimeList>
215
+ <MeetingTime>
216
+ <TimetableDay>A</TimetableDay>
217
+ <TimetablePeriod>1</TimetablePeriod>
218
+ </MeetingTime>
219
+ </MeetingTimeList>
220
+ </ScheduleInfo>
221
+ </ScheduleInfoList>
222
+ <SummerSchool>No</SummerSchool>
223
+ <SIF_ExtendedElements>
224
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
225
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
226
+ </SIF_ExtendedElements>
227
+ </SectionInfo>
228
+ <SectionInfo RefId="8BBAE1CE12454EB9A90E8C458D7A14D6" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
229
+ <LocalId>1023-8</LocalId>
230
+ <ScheduleInfoList>
231
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
232
+ <TeacherList>
233
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
234
+ </TeacherList>
235
+ <SectionRoomList>
236
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
237
+ </SectionRoomList>
238
+ <MeetingTimeList>
239
+ <MeetingTime>
240
+ <TimetableDay>A</TimetableDay>
241
+ <TimetablePeriod>2</TimetablePeriod>
242
+ </MeetingTime>
243
+ </MeetingTimeList>
244
+ </ScheduleInfo>
245
+ </ScheduleInfoList>
246
+ <SummerSchool>No</SummerSchool>
247
+ <SIF_ExtendedElements>
248
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
249
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
250
+ </SIF_ExtendedElements>
251
+ </SectionInfo>
252
+ <SectionInfo RefId="4DEE1502BA0D4849BE8E16725940354F" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
253
+ <LocalId>1023-9</LocalId>
254
+ <ScheduleInfoList>
255
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
256
+ <TeacherList>
257
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
258
+ </TeacherList>
259
+ <SectionRoomList>
260
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
261
+ </SectionRoomList>
262
+ <MeetingTimeList>
263
+ <MeetingTime>
264
+ <TimetableDay>A</TimetableDay>
265
+ <TimetablePeriod>4</TimetablePeriod>
266
+ </MeetingTime>
267
+ </MeetingTimeList>
268
+ </ScheduleInfo>
269
+ </ScheduleInfoList>
270
+ <SummerSchool>No</SummerSchool>
271
+ <SIF_ExtendedElements>
272
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
273
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
274
+ </SIF_ExtendedElements>
275
+ </SectionInfo>
276
+ <SectionInfo RefId="857FD3A13A894B789769320D6511326A" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
277
+ <LocalId>1023-10</LocalId>
278
+ <ScheduleInfoList>
279
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
280
+ <TeacherList>
281
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
282
+ </TeacherList>
283
+ <SectionRoomList>
284
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
285
+ </SectionRoomList>
286
+ <MeetingTimeList>
287
+ <MeetingTime>
288
+ <TimetableDay>B</TimetableDay>
289
+ <TimetablePeriod>1</TimetablePeriod>
290
+ </MeetingTime>
291
+ </MeetingTimeList>
292
+ </ScheduleInfo>
293
+ </ScheduleInfoList>
294
+ <SummerSchool>No</SummerSchool>
295
+ <SIF_ExtendedElements>
296
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
297
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
298
+ </SIF_ExtendedElements>
299
+ </SectionInfo>
300
+ <SectionInfo RefId="4703F007B0704E5D9EA9AAB10F7673E7" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
301
+ <LocalId>1023-11</LocalId>
302
+ <ScheduleInfoList>
303
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
304
+ <TeacherList>
305
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
306
+ </TeacherList>
307
+ <SectionRoomList>
308
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
309
+ </SectionRoomList>
310
+ <MeetingTimeList>
311
+ <MeetingTime>
312
+ <TimetableDay>B</TimetableDay>
313
+ <TimetablePeriod>2</TimetablePeriod>
314
+ </MeetingTime>
315
+ </MeetingTimeList>
316
+ </ScheduleInfo>
317
+ </ScheduleInfoList>
318
+ <SummerSchool>No</SummerSchool>
319
+ <SIF_ExtendedElements>
320
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
321
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
322
+ </SIF_ExtendedElements>
323
+ </SectionInfo>
324
+ <SectionInfo RefId="3C49A2E5C55E47EBA2811E384826C3A7" SchoolCourseInfoRefId="37985799A1D9467A975EE272513D2273" SchoolYear="2013">
325
+ <LocalId>1023-12</LocalId>
326
+ <ScheduleInfoList>
327
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
328
+ <TeacherList>
329
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
330
+ </TeacherList>
331
+ <SectionRoomList>
332
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
333
+ </SectionRoomList>
334
+ <MeetingTimeList>
335
+ <MeetingTime>
336
+ <TimetableDay>B</TimetableDay>
337
+ <TimetablePeriod>3</TimetablePeriod>
338
+ </MeetingTime>
339
+ </MeetingTimeList>
340
+ </ScheduleInfo>
341
+ </ScheduleInfoList>
342
+ <SummerSchool>No</SummerSchool>
343
+ <SIF_ExtendedElements>
344
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
345
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
346
+ </SIF_ExtendedElements>
347
+ </SectionInfo>
348
+ <SectionInfo RefId="AC11B257D66C4C6BBD225FCE9A0D4D4D" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
349
+ <LocalId>1390-10</LocalId>
350
+ <ScheduleInfoList>
351
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
352
+ <TeacherList>
353
+ <StaffPersonalRefId>140409030C3300113C3169C75F8638A3</StaffPersonalRefId>
354
+ </TeacherList>
355
+ <SectionRoomList>
356
+ <RoomInfoRefId>140501120A0D0F32461DBFFA5343C17C</RoomInfoRefId>
357
+ </SectionRoomList>
358
+ <MeetingTimeList>
359
+ <MeetingTime>
360
+ <TimetableDay>A</TimetableDay>
361
+ <TimetablePeriod>5</TimetablePeriod>
362
+ </MeetingTime>
363
+ <MeetingTime>
364
+ <TimetableDay>B</TimetableDay>
365
+ <TimetablePeriod>5</TimetablePeriod>
366
+ </MeetingTime>
367
+ </MeetingTimeList>
368
+ </ScheduleInfo>
369
+ </ScheduleInfoList>
370
+ <SummerSchool>No</SummerSchool>
371
+ <SIF_ExtendedElements>
372
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
373
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
374
+ </SIF_ExtendedElements>
375
+ </SectionInfo>
376
+ <SectionInfo RefId="F43FFB91A69C473CA96EA7D40518D28F" SchoolCourseInfoRefId="41449B3B56424858A4BCD266A5EEAB15" SchoolYear="2013">
377
+ <LocalId>13302-2</LocalId>
378
+ <ScheduleInfoList>
379
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
380
+ <TeacherList>
381
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
382
+ </TeacherList>
383
+ <SectionRoomList>
384
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
385
+ </SectionRoomList>
386
+ <MeetingTimeList>
387
+ <MeetingTime>
388
+ <TimetableDay>A</TimetableDay>
389
+ <TimetablePeriod>4</TimetablePeriod>
390
+ </MeetingTime>
391
+ </MeetingTimeList>
392
+ </ScheduleInfo>
393
+ </ScheduleInfoList>
394
+ <SummerSchool>No</SummerSchool>
395
+ <SIF_ExtendedElements>
396
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
397
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
398
+ </SIF_ExtendedElements>
399
+ </SectionInfo>
400
+ <SectionInfo RefId="92EDA037528348E28D883367361620CD" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
401
+ <LocalId>1390-9</LocalId>
402
+ <ScheduleInfoList>
403
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
404
+ <TeacherList>
405
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
406
+ </TeacherList>
407
+ <SectionRoomList>
408
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
409
+ </SectionRoomList>
410
+ <MeetingTimeList>
411
+ <MeetingTime>
412
+ <TimetableDay>A</TimetableDay>
413
+ <TimetablePeriod>5</TimetablePeriod>
414
+ </MeetingTime>
415
+ <MeetingTime>
416
+ <TimetableDay>B</TimetableDay>
417
+ <TimetablePeriod>5</TimetablePeriod>
418
+ </MeetingTime>
419
+ </MeetingTimeList>
420
+ </ScheduleInfo>
421
+ </ScheduleInfoList>
422
+ <SummerSchool>No</SummerSchool>
423
+ <SIF_ExtendedElements>
424
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
425
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
426
+ </SIF_ExtendedElements>
427
+ </SectionInfo>
428
+ <SectionInfo RefId="32947B6A2EB74D6BA685D7EAAEC600C3" SchoolCourseInfoRefId="98102EC4162D4FF3814338DDB6E7BAEC" SchoolYear="2013">
429
+ <LocalId>M070870-1</LocalId>
430
+ <ScheduleInfoList>
431
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
432
+ <TeacherList>
433
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
434
+ </TeacherList>
435
+ <SectionRoomList>
436
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
437
+ </SectionRoomList>
438
+ <MeetingTimeList>
439
+ <MeetingTime>
440
+ <TimetableDay>A</TimetableDay>
441
+ <TimetablePeriod>2</TimetablePeriod>
442
+ </MeetingTime>
443
+ </MeetingTimeList>
444
+ </ScheduleInfo>
445
+ </ScheduleInfoList>
446
+ <SummerSchool>No</SummerSchool>
447
+ <SIF_ExtendedElements>
448
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
449
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
450
+ </SIF_ExtendedElements>
451
+ </SectionInfo>
452
+ <SectionInfo RefId="3BEC03FA86204E65932C8EA874E51326" SchoolCourseInfoRefId="98102EC4162D4FF3814338DDB6E7BAEC" SchoolYear="2013">
453
+ <LocalId>M070870-2</LocalId>
454
+ <ScheduleInfoList>
455
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
456
+ <TeacherList>
457
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
458
+ </TeacherList>
459
+ <SectionRoomList>
460
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
461
+ </SectionRoomList>
462
+ <MeetingTimeList>
463
+ <MeetingTime>
464
+ <TimetableDay>A</TimetableDay>
465
+ <TimetablePeriod>3</TimetablePeriod>
466
+ </MeetingTime>
467
+ </MeetingTimeList>
468
+ </ScheduleInfo>
469
+ </ScheduleInfoList>
470
+ <SummerSchool>No</SummerSchool>
471
+ <SIF_ExtendedElements>
472
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
473
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
474
+ </SIF_ExtendedElements>
475
+ </SectionInfo>
476
+ <SectionInfo RefId="914A4B607DFC4352B38188CB4D2B24CA" SchoolCourseInfoRefId="98102EC4162D4FF3814338DDB6E7BAEC" SchoolYear="2013">
477
+ <LocalId>M070870-3</LocalId>
478
+ <ScheduleInfoList>
479
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
480
+ <TeacherList>
481
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
482
+ </TeacherList>
483
+ <SectionRoomList>
484
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
485
+ </SectionRoomList>
486
+ <MeetingTimeList>
487
+ <MeetingTime>
488
+ <TimetableDay>B</TimetableDay>
489
+ <TimetablePeriod>1</TimetablePeriod>
490
+ </MeetingTime>
491
+ </MeetingTimeList>
492
+ </ScheduleInfo>
493
+ </ScheduleInfoList>
494
+ <SummerSchool>No</SummerSchool>
495
+ <SIF_ExtendedElements>
496
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
497
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
498
+ </SIF_ExtendedElements>
499
+ </SectionInfo>
500
+ <SectionInfo RefId="10BC2A402BE7404A80EEBE6D70F664FC" SchoolCourseInfoRefId="98102EC4162D4FF3814338DDB6E7BAEC" SchoolYear="2013">
501
+ <LocalId>M070870-4</LocalId>
502
+ <ScheduleInfoList>
503
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
504
+ <TeacherList>
505
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
506
+ </TeacherList>
507
+ <SectionRoomList>
508
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
509
+ </SectionRoomList>
510
+ <MeetingTimeList>
511
+ <MeetingTime>
512
+ <TimetableDay>B</TimetableDay>
513
+ <TimetablePeriod>2</TimetablePeriod>
514
+ </MeetingTime>
515
+ </MeetingTimeList>
516
+ </ScheduleInfo>
517
+ </ScheduleInfoList>
518
+ <SummerSchool>No</SummerSchool>
519
+ <SIF_ExtendedElements>
520
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
521
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
522
+ </SIF_ExtendedElements>
523
+ </SectionInfo>
524
+ <SectionInfo RefId="AD2155ACFEDD47E38955A4E3365E1F26" SchoolCourseInfoRefId="B9D72B5D813640CEA87BD95BAB166EC7" SchoolYear="2013">
525
+ <LocalId>M070875-2</LocalId>
526
+ <ScheduleInfoList>
527
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
528
+ <TeacherList>
529
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
530
+ </TeacherList>
531
+ <SectionRoomList>
532
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
533
+ </SectionRoomList>
534
+ <MeetingTimeList>
535
+ <MeetingTime>
536
+ <TimetableDay>A</TimetableDay>
537
+ <TimetablePeriod>1</TimetablePeriod>
538
+ </MeetingTime>
539
+ </MeetingTimeList>
540
+ </ScheduleInfo>
541
+ </ScheduleInfoList>
542
+ <SummerSchool>No</SummerSchool>
543
+ <SIF_ExtendedElements>
544
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
545
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
546
+ </SIF_ExtendedElements>
547
+ </SectionInfo>
548
+ <SectionInfo RefId="941DF950014D4614B39EDF19C93F89DD" SchoolCourseInfoRefId="B9D72B5D813640CEA87BD95BAB166EC7" SchoolYear="2013">
549
+ <LocalId>M070875-3</LocalId>
550
+ <ScheduleInfoList>
551
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
552
+ <TeacherList>
553
+ <StaffPersonalRefId>140409030C2D0A5A28F900C222E5FFFB</StaffPersonalRefId>
554
+ </TeacherList>
555
+ <SectionRoomList>
556
+ <RoomInfoRefId>140501120A0E131E5A5BC1A9CB705753</RoomInfoRefId>
557
+ </SectionRoomList>
558
+ <MeetingTimeList>
559
+ <MeetingTime>
560
+ <TimetableDay>B</TimetableDay>
561
+ <TimetablePeriod>3</TimetablePeriod>
562
+ </MeetingTime>
563
+ </MeetingTimeList>
564
+ </ScheduleInfo>
565
+ </ScheduleInfoList>
566
+ <SummerSchool>No</SummerSchool>
567
+ <SIF_ExtendedElements>
568
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
569
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
570
+ </SIF_ExtendedElements>
571
+ </SectionInfo>
572
+ <SectionInfo RefId="9C99D8D2C31846459B8D06FE6AD35E42" SchoolCourseInfoRefId="91AFAED4283E42529B39B4851C269C72" SchoolYear="2013">
573
+ <LocalId>1005-4</LocalId>
574
+ <ScheduleInfoList>
575
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
576
+ <TeacherList>
577
+ <StaffPersonalRefId>140409030C2D1F4D32AFE67E5A46AA3A</StaffPersonalRefId>
578
+ </TeacherList>
579
+ <SectionRoomList>
580
+ <RoomInfoRefId>140501120A0D1E451ECDE6F7504B3AF9</RoomInfoRefId>
581
+ </SectionRoomList>
582
+ <MeetingTimeList>
583
+ <MeetingTime>
584
+ <TimetableDay>A</TimetableDay>
585
+ <TimetablePeriod>2</TimetablePeriod>
586
+ </MeetingTime>
587
+ </MeetingTimeList>
588
+ </ScheduleInfo>
589
+ </ScheduleInfoList>
590
+ <SummerSchool>No</SummerSchool>
591
+ <SIF_ExtendedElements>
592
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
593
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
594
+ </SIF_ExtendedElements>
595
+ </SectionInfo>
596
+ <SectionInfo RefId="8057A4EA11EB427D83DBDA838E450EE3" SchoolCourseInfoRefId="91AFAED4283E42529B39B4851C269C72" SchoolYear="2013">
597
+ <LocalId>1005-5</LocalId>
598
+ <ScheduleInfoList>
599
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
600
+ <TeacherList>
601
+ <StaffPersonalRefId>140409030C2D1F4D32AFE67E5A46AA3A</StaffPersonalRefId>
602
+ </TeacherList>
603
+ <SectionRoomList>
604
+ <RoomInfoRefId>140501120A0D1E451ECDE6F7504B3AF9</RoomInfoRefId>
605
+ </SectionRoomList>
606
+ <MeetingTimeList>
607
+ <MeetingTime>
608
+ <TimetableDay>A</TimetableDay>
609
+ <TimetablePeriod>3</TimetablePeriod>
610
+ </MeetingTime>
611
+ </MeetingTimeList>
612
+ </ScheduleInfo>
613
+ </ScheduleInfoList>
614
+ <SummerSchool>No</SummerSchool>
615
+ <SIF_ExtendedElements>
616
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
617
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
618
+ </SIF_ExtendedElements>
619
+ </SectionInfo>
620
+ <SectionInfo RefId="DE9BD669D1A14E98AC9754F1BF44372E" SchoolCourseInfoRefId="91AFAED4283E42529B39B4851C269C72" SchoolYear="2013">
621
+ <LocalId>1005-6</LocalId>
622
+ <ScheduleInfoList>
623
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
624
+ <TeacherList>
625
+ <StaffPersonalRefId>140409030C2D1F4D32AFE67E5A46AA3A</StaffPersonalRefId>
626
+ </TeacherList>
627
+ <SectionRoomList>
628
+ <RoomInfoRefId>140501120A0D1E451ECDE6F7504B3AF9</RoomInfoRefId>
629
+ </SectionRoomList>
630
+ <MeetingTimeList>
631
+ <MeetingTime>
632
+ <TimetableDay>A</TimetableDay>
633
+ <TimetablePeriod>4</TimetablePeriod>
634
+ </MeetingTime>
635
+ </MeetingTimeList>
636
+ </ScheduleInfo>
637
+ </ScheduleInfoList>
638
+ <SummerSchool>No</SummerSchool>
639
+ <SIF_ExtendedElements>
640
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
641
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
642
+ </SIF_ExtendedElements>
643
+ </SectionInfo>
644
+ <SectionInfo RefId="B1020904387C455FB67303B36910621C" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
645
+ <LocalId>1008-6</LocalId>
646
+ <ScheduleInfoList>
647
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
648
+ <TeacherList>
649
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
650
+ </TeacherList>
651
+ <MeetingTimeList>
652
+ <MeetingTime>
653
+ <TimetableDay>A</TimetableDay>
654
+ <TimetablePeriod>1</TimetablePeriod>
655
+ </MeetingTime>
656
+ </MeetingTimeList>
657
+ </ScheduleInfo>
658
+ </ScheduleInfoList>
659
+ <SummerSchool>No</SummerSchool>
660
+ <SIF_ExtendedElements>
661
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
662
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
663
+ </SIF_ExtendedElements>
664
+ </SectionInfo>
665
+ <SectionInfo RefId="3674F48936BC40E0ACCEA848E6D6AFEA" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
666
+ <LocalId>1008-7</LocalId>
667
+ <ScheduleInfoList>
668
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
669
+ <TeacherList>
670
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
671
+ </TeacherList>
672
+ <MeetingTimeList>
673
+ <MeetingTime>
674
+ <TimetableDay>A</TimetableDay>
675
+ <TimetablePeriod>2</TimetablePeriod>
676
+ </MeetingTime>
677
+ </MeetingTimeList>
678
+ </ScheduleInfo>
679
+ </ScheduleInfoList>
680
+ <SummerSchool>No</SummerSchool>
681
+ <SIF_ExtendedElements>
682
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
683
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
684
+ </SIF_ExtendedElements>
685
+ </SectionInfo>
686
+ <SectionInfo RefId="544529DD015B45579C9642E6E3497AFF" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
687
+ <LocalId>1008-8</LocalId>
688
+ <ScheduleInfoList>
689
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
690
+ <TeacherList>
691
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
692
+ </TeacherList>
693
+ <MeetingTimeList>
694
+ <MeetingTime>
695
+ <TimetableDay>A</TimetableDay>
696
+ <TimetablePeriod>3</TimetablePeriod>
697
+ </MeetingTime>
698
+ </MeetingTimeList>
699
+ </ScheduleInfo>
700
+ </ScheduleInfoList>
701
+ <SummerSchool>No</SummerSchool>
702
+ <SIF_ExtendedElements>
703
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
704
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
705
+ </SIF_ExtendedElements>
706
+ </SectionInfo>
707
+ <SectionInfo RefId="7E5E7447779447EDAF2E1CF780BE0F28" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
708
+ <LocalId>1008-9</LocalId>
709
+ <ScheduleInfoList>
710
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
711
+ <TeacherList>
712
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
713
+ </TeacherList>
714
+ <MeetingTimeList>
715
+ <MeetingTime>
716
+ <TimetableDay>B</TimetableDay>
717
+ <TimetablePeriod>1</TimetablePeriod>
718
+ </MeetingTime>
719
+ </MeetingTimeList>
720
+ </ScheduleInfo>
721
+ </ScheduleInfoList>
722
+ <SummerSchool>No</SummerSchool>
723
+ <SIF_ExtendedElements>
724
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
725
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
726
+ </SIF_ExtendedElements>
727
+ </SectionInfo>
728
+ <SectionInfo RefId="A9C07519DC194D0D93B1F2F1A4F27A21" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
729
+ <LocalId>1008-10</LocalId>
730
+ <ScheduleInfoList>
731
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
732
+ <TeacherList>
733
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
734
+ </TeacherList>
735
+ <MeetingTimeList>
736
+ <MeetingTime>
737
+ <TimetableDay>B</TimetableDay>
738
+ <TimetablePeriod>2</TimetablePeriod>
739
+ </MeetingTime>
740
+ </MeetingTimeList>
741
+ </ScheduleInfo>
742
+ </ScheduleInfoList>
743
+ <SummerSchool>No</SummerSchool>
744
+ <SIF_ExtendedElements>
745
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
746
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
747
+ </SIF_ExtendedElements>
748
+ </SectionInfo>
749
+ <SectionInfo RefId="F4062FB10056487390A033439D178E9A" SchoolCourseInfoRefId="363C823411ED458FA34E0800BEAA9000" SchoolYear="2013">
750
+ <LocalId>1008-11</LocalId>
751
+ <ScheduleInfoList>
752
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
753
+ <TeacherList>
754
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
755
+ </TeacherList>
756
+ <MeetingTimeList>
757
+ <MeetingTime>
758
+ <TimetableDay>B</TimetableDay>
759
+ <TimetablePeriod>4</TimetablePeriod>
760
+ </MeetingTime>
761
+ </MeetingTimeList>
762
+ </ScheduleInfo>
763
+ </ScheduleInfoList>
764
+ <SummerSchool>No</SummerSchool>
765
+ <SIF_ExtendedElements>
766
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
767
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
768
+ </SIF_ExtendedElements>
769
+ </SectionInfo>
770
+ <SectionInfo RefId="4D92F81EA84A49FEBFFD38160E1F510B" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
771
+ <LocalId>1390-8</LocalId>
772
+ <ScheduleInfoList>
773
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
774
+ <TeacherList>
775
+ <StaffPersonalRefId>140409030C310E0C0A5ED5E55CFC32C7</StaffPersonalRefId>
776
+ </TeacherList>
777
+ <MeetingTimeList>
778
+ <MeetingTime>
779
+ <TimetableDay>A</TimetableDay>
780
+ <TimetablePeriod>5</TimetablePeriod>
781
+ </MeetingTime>
782
+ <MeetingTime>
783
+ <TimetableDay>B</TimetableDay>
784
+ <TimetablePeriod>5</TimetablePeriod>
785
+ </MeetingTime>
786
+ </MeetingTimeList>
787
+ </ScheduleInfo>
788
+ </ScheduleInfoList>
789
+ <SummerSchool>No</SummerSchool>
790
+ <SIF_ExtendedElements>
791
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
792
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
793
+ </SIF_ExtendedElements>
794
+ </SectionInfo>
795
+ <SectionInfo RefId="04934AB351044CB3BFD97B20920A2E60" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
796
+ <LocalId>1390-7</LocalId>
797
+ <ScheduleInfoList>
798
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
799
+ <TeacherList>
800
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
801
+ </TeacherList>
802
+ <SectionRoomList>
803
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
804
+ </SectionRoomList>
805
+ <MeetingTimeList>
806
+ <MeetingTime>
807
+ <TimetableDay>A</TimetableDay>
808
+ <TimetablePeriod>5</TimetablePeriod>
809
+ </MeetingTime>
810
+ <MeetingTime>
811
+ <TimetableDay>B</TimetableDay>
812
+ <TimetablePeriod>5</TimetablePeriod>
813
+ </MeetingTime>
814
+ </MeetingTimeList>
815
+ </ScheduleInfo>
816
+ </ScheduleInfoList>
817
+ <SummerSchool>No</SummerSchool>
818
+ <SIF_ExtendedElements>
819
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
820
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
821
+ </SIF_ExtendedElements>
822
+ </SectionInfo>
823
+ <SectionInfo RefId="19B27DF84A764F10ACD7D75BAEF11EBA" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
824
+ <LocalId>1004-7</LocalId>
825
+ <ScheduleInfoList>
826
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
827
+ <TeacherList>
828
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
829
+ </TeacherList>
830
+ <SectionRoomList>
831
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
832
+ </SectionRoomList>
833
+ <MeetingTimeList>
834
+ <MeetingTime>
835
+ <TimetableDay>A</TimetableDay>
836
+ <TimetablePeriod>1</TimetablePeriod>
837
+ </MeetingTime>
838
+ </MeetingTimeList>
839
+ </ScheduleInfo>
840
+ </ScheduleInfoList>
841
+ <SummerSchool>No</SummerSchool>
842
+ <SIF_ExtendedElements>
843
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
844
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
845
+ </SIF_ExtendedElements>
846
+ </SectionInfo>
847
+ <SectionInfo RefId="8F162055904940B0A0ADA03F41D3814A" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
848
+ <LocalId>1004-8</LocalId>
849
+ <ScheduleInfoList>
850
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
851
+ <TeacherList>
852
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
853
+ </TeacherList>
854
+ <SectionRoomList>
855
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
856
+ </SectionRoomList>
857
+ <MeetingTimeList>
858
+ <MeetingTime>
859
+ <TimetableDay>A</TimetableDay>
860
+ <TimetablePeriod>2</TimetablePeriod>
861
+ </MeetingTime>
862
+ </MeetingTimeList>
863
+ </ScheduleInfo>
864
+ </ScheduleInfoList>
865
+ <SummerSchool>No</SummerSchool>
866
+ <SIF_ExtendedElements>
867
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
868
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
869
+ </SIF_ExtendedElements>
870
+ </SectionInfo>
871
+ <SectionInfo RefId="28B295FD80E6407CA2CE52013EF5A2EC" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
872
+ <LocalId>1004-9</LocalId>
873
+ <ScheduleInfoList>
874
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
875
+ <TeacherList>
876
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
877
+ </TeacherList>
878
+ <SectionRoomList>
879
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
880
+ </SectionRoomList>
881
+ <MeetingTimeList>
882
+ <MeetingTime>
883
+ <TimetableDay>A</TimetableDay>
884
+ <TimetablePeriod>4</TimetablePeriod>
885
+ </MeetingTime>
886
+ </MeetingTimeList>
887
+ </ScheduleInfo>
888
+ </ScheduleInfoList>
889
+ <SummerSchool>No</SummerSchool>
890
+ <SIF_ExtendedElements>
891
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
892
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
893
+ </SIF_ExtendedElements>
894
+ </SectionInfo>
895
+ <SectionInfo RefId="EF3FC9A5FB5948F697D99573ECCA126A" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
896
+ <LocalId>1004-10</LocalId>
897
+ <ScheduleInfoList>
898
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
899
+ <TeacherList>
900
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
901
+ </TeacherList>
902
+ <SectionRoomList>
903
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
904
+ </SectionRoomList>
905
+ <MeetingTimeList>
906
+ <MeetingTime>
907
+ <TimetableDay>B</TimetableDay>
908
+ <TimetablePeriod>2</TimetablePeriod>
909
+ </MeetingTime>
910
+ </MeetingTimeList>
911
+ </ScheduleInfo>
912
+ </ScheduleInfoList>
913
+ <SummerSchool>No</SummerSchool>
914
+ <SIF_ExtendedElements>
915
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
916
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
917
+ </SIF_ExtendedElements>
918
+ </SectionInfo>
919
+ <SectionInfo RefId="48A2FA77E3704509A58914CE6179DD71" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
920
+ <LocalId>1004-11</LocalId>
921
+ <ScheduleInfoList>
922
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
923
+ <TeacherList>
924
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
925
+ </TeacherList>
926
+ <SectionRoomList>
927
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
928
+ </SectionRoomList>
929
+ <MeetingTimeList>
930
+ <MeetingTime>
931
+ <TimetableDay>B</TimetableDay>
932
+ <TimetablePeriod>3</TimetablePeriod>
933
+ </MeetingTime>
934
+ </MeetingTimeList>
935
+ </ScheduleInfo>
936
+ </ScheduleInfoList>
937
+ <SummerSchool>No</SummerSchool>
938
+ <SIF_ExtendedElements>
939
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
940
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
941
+ </SIF_ExtendedElements>
942
+ </SectionInfo>
943
+ <SectionInfo RefId="F830FE47C97848A58557FD09D14FAE34" SchoolCourseInfoRefId="151068E28C8D4FFB86AF3116456DD77E" SchoolYear="2013">
944
+ <LocalId>1004-12</LocalId>
945
+ <ScheduleInfoList>
946
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
947
+ <TeacherList>
948
+ <StaffPersonalRefId>140409030C312A591E8DC4D2DC0B8F7E</StaffPersonalRefId>
949
+ </TeacherList>
950
+ <SectionRoomList>
951
+ <RoomInfoRefId>140501120A0E0D4A280FEAA003480743</RoomInfoRefId>
952
+ </SectionRoomList>
953
+ <MeetingTimeList>
954
+ <MeetingTime>
955
+ <TimetableDay>B</TimetableDay>
956
+ <TimetablePeriod>4</TimetablePeriod>
957
+ </MeetingTime>
958
+ </MeetingTimeList>
959
+ </ScheduleInfo>
960
+ </ScheduleInfoList>
961
+ <SummerSchool>No</SummerSchool>
962
+ <SIF_ExtendedElements>
963
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
964
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
965
+ </SIF_ExtendedElements>
966
+ </SectionInfo>
967
+ <SectionInfo RefId="8B247544E2B447519045FF46E674EA41" SchoolCourseInfoRefId="0D802874243A4C6D9C52F4FC6E38EAC2" SchoolYear="2013">
968
+ <LocalId>1362-1</LocalId>
969
+ <ScheduleInfoList>
970
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
971
+ <TeacherList>
972
+ <StaffPersonalRefId>140409030C2A313F32028DD1BA8887E0</StaffPersonalRefId>
973
+ </TeacherList>
974
+ <SectionRoomList>
975
+ <RoomInfoRefId>140501120A0E195B5048F2E6917A7643</RoomInfoRefId>
976
+ </SectionRoomList>
977
+ <MeetingTimeList>
978
+ <MeetingTime>
979
+ <TimetableDay>B</TimetableDay>
980
+ <TimetablePeriod>3</TimetablePeriod>
981
+ </MeetingTime>
982
+ </MeetingTimeList>
983
+ </ScheduleInfo>
984
+ </ScheduleInfoList>
985
+ <SummerSchool>No</SummerSchool>
986
+ <SIF_ExtendedElements>
987
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
988
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
989
+ </SIF_ExtendedElements>
990
+ </SectionInfo>
991
+ <SectionInfo RefId="D711FEE348054C41913A7C9A35AD7794" SchoolCourseInfoRefId="0D802874243A4C6D9C52F4FC6E38EAC2" SchoolYear="2013">
992
+ <LocalId>1362-2</LocalId>
993
+ <ScheduleInfoList>
994
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
995
+ <TeacherList>
996
+ <StaffPersonalRefId>140409030C2A313F32028DD1BA8887E0</StaffPersonalRefId>
997
+ </TeacherList>
998
+ <SectionRoomList>
999
+ <RoomInfoRefId>140501120A0E195B5048F2E6917A7643</RoomInfoRefId>
1000
+ </SectionRoomList>
1001
+ <MeetingTimeList>
1002
+ <MeetingTime>
1003
+ <TimetableDay>B</TimetableDay>
1004
+ <TimetablePeriod>4</TimetablePeriod>
1005
+ </MeetingTime>
1006
+ </MeetingTimeList>
1007
+ </ScheduleInfo>
1008
+ </ScheduleInfoList>
1009
+ <SummerSchool>No</SummerSchool>
1010
+ <SIF_ExtendedElements>
1011
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1012
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1013
+ </SIF_ExtendedElements>
1014
+ </SectionInfo>
1015
+ <SectionInfo RefId="0C9B5667EB7B49158221F95C65274809" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
1016
+ <LocalId>1390-6</LocalId>
1017
+ <ScheduleInfoList>
1018
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1019
+ <TeacherList>
1020
+ <StaffPersonalRefId>140409030C2A313F32028DD1BA8887E0</StaffPersonalRefId>
1021
+ </TeacherList>
1022
+ <SectionRoomList>
1023
+ <RoomInfoRefId>140501120A0E195B5048F2E6917A7643</RoomInfoRefId>
1024
+ </SectionRoomList>
1025
+ <MeetingTimeList>
1026
+ <MeetingTime>
1027
+ <TimetableDay>A</TimetableDay>
1028
+ <TimetablePeriod>5</TimetablePeriod>
1029
+ </MeetingTime>
1030
+ <MeetingTime>
1031
+ <TimetableDay>B</TimetableDay>
1032
+ <TimetablePeriod>5</TimetablePeriod>
1033
+ </MeetingTime>
1034
+ </MeetingTimeList>
1035
+ </ScheduleInfo>
1036
+ </ScheduleInfoList>
1037
+ <SummerSchool>No</SummerSchool>
1038
+ <SIF_ExtendedElements>
1039
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1040
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1041
+ </SIF_ExtendedElements>
1042
+ </SectionInfo>
1043
+ <SectionInfo RefId="E10281107DEB403BB22C58339C61D8F3" SchoolCourseInfoRefId="136038782CAB4B248CE0549442822C0B" SchoolYear="2013">
1044
+ <LocalId>E250626-1</LocalId>
1045
+ <ScheduleInfoList>
1046
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1047
+ <TeacherList>
1048
+ <StaffPersonalRefId>140409030C2A313F32028DD1BA8887E0</StaffPersonalRefId>
1049
+ </TeacherList>
1050
+ <SectionRoomList>
1051
+ <RoomInfoRefId>140501120A0E195B5048F2E6917A7643</RoomInfoRefId>
1052
+ </SectionRoomList>
1053
+ <MeetingTimeList>
1054
+ <MeetingTime>
1055
+ <TimetableDay>B</TimetableDay>
1056
+ <TimetablePeriod>1</TimetablePeriod>
1057
+ </MeetingTime>
1058
+ </MeetingTimeList>
1059
+ </ScheduleInfo>
1060
+ </ScheduleInfoList>
1061
+ <SummerSchool>No</SummerSchool>
1062
+ <SIF_ExtendedElements>
1063
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1064
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1065
+ </SIF_ExtendedElements>
1066
+ </SectionInfo>
1067
+ <SectionInfo RefId="8BD2DE3CE9C74EEF83FA6E45BFA26839" SchoolCourseInfoRefId="3A8725459E2F45C1ACB489C9BBAA2D5D" SchoolYear="2013">
1068
+ <LocalId>92910-10</LocalId>
1069
+ <ScheduleInfoList>
1070
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1071
+ <TeacherList>
1072
+ <StaffPersonalRefId>140A050B0E3A3157462B4AA26800C0C0</StaffPersonalRefId>
1073
+ </TeacherList>
1074
+ <SectionRoomList>
1075
+ <RoomInfoRefId>140409070B0C2C2114290FEE7EE55788</RoomInfoRefId>
1076
+ </SectionRoomList>
1077
+ <MeetingTimeList>
1078
+ <MeetingTime>
1079
+ <TimetableDay>A</TimetableDay>
1080
+ <TimetablePeriod>2</TimetablePeriod>
1081
+ </MeetingTime>
1082
+ <MeetingTime>
1083
+ <TimetableDay>B</TimetableDay>
1084
+ <TimetablePeriod>2</TimetablePeriod>
1085
+ </MeetingTime>
1086
+ </MeetingTimeList>
1087
+ </ScheduleInfo>
1088
+ </ScheduleInfoList>
1089
+ <SummerSchool>No</SummerSchool>
1090
+ <SIF_ExtendedElements>
1091
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1092
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1093
+ </SIF_ExtendedElements>
1094
+ </SectionInfo>
1095
+ <SectionInfo RefId="26360092E6754544857DF739FAC02AF0" SchoolCourseInfoRefId="3A8725459E2F45C1ACB489C9BBAA2D5D" SchoolYear="2013">
1096
+ <LocalId>92910-11</LocalId>
1097
+ <ScheduleInfoList>
1098
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1099
+ <TeacherList>
1100
+ <StaffPersonalRefId>140A050B0E3A3157462B4AA26800C0C0</StaffPersonalRefId>
1101
+ </TeacherList>
1102
+ <SectionRoomList>
1103
+ <RoomInfoRefId>140409070B0C2C2114290FEE7EE55788</RoomInfoRefId>
1104
+ </SectionRoomList>
1105
+ <MeetingTimeList>
1106
+ <MeetingTime>
1107
+ <TimetableDay>A</TimetableDay>
1108
+ <TimetablePeriod>3</TimetablePeriod>
1109
+ </MeetingTime>
1110
+ <MeetingTime>
1111
+ <TimetableDay>B</TimetableDay>
1112
+ <TimetablePeriod>3</TimetablePeriod>
1113
+ </MeetingTime>
1114
+ </MeetingTimeList>
1115
+ </ScheduleInfo>
1116
+ </ScheduleInfoList>
1117
+ <SummerSchool>No</SummerSchool>
1118
+ <SIF_ExtendedElements>
1119
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1120
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1121
+ </SIF_ExtendedElements>
1122
+ </SectionInfo>
1123
+ <SectionInfo RefId="4E40638A32554F7CBDD63D95D8C1D9A7" SchoolCourseInfoRefId="3A8725459E2F45C1ACB489C9BBAA2D5D" SchoolYear="2013">
1124
+ <LocalId>92910-12</LocalId>
1125
+ <ScheduleInfoList>
1126
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1127
+ <TeacherList>
1128
+ <StaffPersonalRefId>140A050B0E3A3157462B4AA26800C0C0</StaffPersonalRefId>
1129
+ </TeacherList>
1130
+ <SectionRoomList>
1131
+ <RoomInfoRefId>140409070B0C2C2114290FEE7EE55788</RoomInfoRefId>
1132
+ </SectionRoomList>
1133
+ <MeetingTimeList>
1134
+ <MeetingTime>
1135
+ <TimetableDay>A</TimetableDay>
1136
+ <TimetablePeriod>4</TimetablePeriod>
1137
+ </MeetingTime>
1138
+ <MeetingTime>
1139
+ <TimetableDay>B</TimetableDay>
1140
+ <TimetablePeriod>4</TimetablePeriod>
1141
+ </MeetingTime>
1142
+ </MeetingTimeList>
1143
+ </ScheduleInfo>
1144
+ </ScheduleInfoList>
1145
+ <SummerSchool>No</SummerSchool>
1146
+ <SIF_ExtendedElements>
1147
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1148
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1149
+ </SIF_ExtendedElements>
1150
+ </SectionInfo>
1151
+ <SectionInfo RefId="B05599D2C9EE49C199010FFEE543231D" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
1152
+ <LocalId>1390-5</LocalId>
1153
+ <ScheduleInfoList>
1154
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1155
+ <TeacherList>
1156
+ <StaffPersonalRefId>140A050B0E3A3157462B4AA26800C0C0</StaffPersonalRefId>
1157
+ </TeacherList>
1158
+ <SectionRoomList>
1159
+ <RoomInfoRefId>140409070B0C2C2114290FEE7EE55788</RoomInfoRefId>
1160
+ </SectionRoomList>
1161
+ <MeetingTimeList>
1162
+ <MeetingTime>
1163
+ <TimetableDay>A</TimetableDay>
1164
+ <TimetablePeriod>5</TimetablePeriod>
1165
+ </MeetingTime>
1166
+ <MeetingTime>
1167
+ <TimetableDay>B</TimetableDay>
1168
+ <TimetablePeriod>5</TimetablePeriod>
1169
+ </MeetingTime>
1170
+ </MeetingTimeList>
1171
+ </ScheduleInfo>
1172
+ </ScheduleInfoList>
1173
+ <SummerSchool>No</SummerSchool>
1174
+ <SIF_ExtendedElements>
1175
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1176
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1177
+ </SIF_ExtendedElements>
1178
+ </SectionInfo>
1179
+ <SectionInfo RefId="3A20EFADD61D4510801BCAB11D0974F5" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
1180
+ <LocalId>1390-32</LocalId>
1181
+ <ScheduleInfoList>
1182
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1183
+ <TeacherList>
1184
+ <StaffPersonalRefId>1404081A10372A0F5A8089B10EDDCCE0</StaffPersonalRefId>
1185
+ </TeacherList>
1186
+ <SectionRoomList>
1187
+ <RoomInfoRefId>4981B88554A74933976F5A9473892A39</RoomInfoRefId>
1188
+ </SectionRoomList>
1189
+ <MeetingTimeList>
1190
+ <MeetingTime>
1191
+ <TimetableDay>A</TimetableDay>
1192
+ <TimetablePeriod>5</TimetablePeriod>
1193
+ </MeetingTime>
1194
+ <MeetingTime>
1195
+ <TimetableDay>B</TimetableDay>
1196
+ <TimetablePeriod>5</TimetablePeriod>
1197
+ </MeetingTime>
1198
+ </MeetingTimeList>
1199
+ </ScheduleInfo>
1200
+ </ScheduleInfoList>
1201
+ <SummerSchool>No</SummerSchool>
1202
+ <SIF_ExtendedElements>
1203
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1204
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1205
+ </SIF_ExtendedElements>
1206
+ </SectionInfo>
1207
+ <SectionInfo RefId="13130129695D4773AF7DEAF9F859A34D" SchoolCourseInfoRefId="96B6D6A3A77644349362EBD84E998CD1" SchoolYear="2013">
1208
+ <LocalId>M070107-2</LocalId>
1209
+ <ScheduleInfoList>
1210
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1211
+ <TeacherList>
1212
+ <StaffPersonalRefId>1404081A10372A0F5A8089B10EDDCCE0</StaffPersonalRefId>
1213
+ </TeacherList>
1214
+ <SectionRoomList>
1215
+ <RoomInfoRefId>4981B88554A74933976F5A9473892A39</RoomInfoRefId>
1216
+ </SectionRoomList>
1217
+ <MeetingTimeList>
1218
+ <MeetingTime>
1219
+ <TimetableDay>A</TimetableDay>
1220
+ <TimetablePeriod>3</TimetablePeriod>
1221
+ </MeetingTime>
1222
+ </MeetingTimeList>
1223
+ </ScheduleInfo>
1224
+ </ScheduleInfoList>
1225
+ <SummerSchool>No</SummerSchool>
1226
+ <SIF_ExtendedElements>
1227
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1228
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1229
+ </SIF_ExtendedElements>
1230
+ </SectionInfo>
1231
+ <SectionInfo RefId="F3D62EA0C27C4F04BFAE51579B495E85" SchoolCourseInfoRefId="96B6D6A3A77644349362EBD84E998CD1" SchoolYear="2013">
1232
+ <LocalId>M070107-3</LocalId>
1233
+ <ScheduleInfoList>
1234
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1235
+ <TeacherList>
1236
+ <StaffPersonalRefId>1404081A10372A0F5A8089B10EDDCCE0</StaffPersonalRefId>
1237
+ </TeacherList>
1238
+ <SectionRoomList>
1239
+ <RoomInfoRefId>4981B88554A74933976F5A9473892A39</RoomInfoRefId>
1240
+ </SectionRoomList>
1241
+ <MeetingTimeList>
1242
+ <MeetingTime>
1243
+ <TimetableDay>A</TimetableDay>
1244
+ <TimetablePeriod>4</TimetablePeriod>
1245
+ </MeetingTime>
1246
+ </MeetingTimeList>
1247
+ </ScheduleInfo>
1248
+ </ScheduleInfoList>
1249
+ <SummerSchool>No</SummerSchool>
1250
+ <SIF_ExtendedElements>
1251
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1252
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1253
+ </SIF_ExtendedElements>
1254
+ </SectionInfo>
1255
+ <SectionInfo RefId="39D7904E27904C98AF7B282AFBF34B95" SchoolCourseInfoRefId="96B6D6A3A77644349362EBD84E998CD1" SchoolYear="2013">
1256
+ <LocalId>M070107-4</LocalId>
1257
+ <ScheduleInfoList>
1258
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1259
+ <TeacherList>
1260
+ <StaffPersonalRefId>1404081A10372A0F5A8089B10EDDCCE0</StaffPersonalRefId>
1261
+ </TeacherList>
1262
+ <SectionRoomList>
1263
+ <RoomInfoRefId>4981B88554A74933976F5A9473892A39</RoomInfoRefId>
1264
+ </SectionRoomList>
1265
+ <MeetingTimeList>
1266
+ <MeetingTime>
1267
+ <TimetableDay>B</TimetableDay>
1268
+ <TimetablePeriod>1</TimetablePeriod>
1269
+ </MeetingTime>
1270
+ </MeetingTimeList>
1271
+ </ScheduleInfo>
1272
+ </ScheduleInfoList>
1273
+ <SummerSchool>No</SummerSchool>
1274
+ <SIF_ExtendedElements>
1275
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1276
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1277
+ </SIF_ExtendedElements>
1278
+ </SectionInfo>
1279
+ <SectionInfo RefId="423B8B7C40264EB19F4055A9A3D2D8BB" SchoolCourseInfoRefId="96B6D6A3A77644349362EBD84E998CD1" SchoolYear="2013">
1280
+ <LocalId>M070107-6</LocalId>
1281
+ <ScheduleInfoList>
1282
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1283
+ <TeacherList>
1284
+ <StaffPersonalRefId>1404081A10372A0F5A8089B10EDDCCE0</StaffPersonalRefId>
1285
+ </TeacherList>
1286
+ <SectionRoomList>
1287
+ <RoomInfoRefId>4981B88554A74933976F5A9473892A39</RoomInfoRefId>
1288
+ </SectionRoomList>
1289
+ <MeetingTimeList>
1290
+ <MeetingTime>
1291
+ <TimetableDay>B</TimetableDay>
1292
+ <TimetablePeriod>4</TimetablePeriod>
1293
+ </MeetingTime>
1294
+ </MeetingTimeList>
1295
+ </ScheduleInfo>
1296
+ </ScheduleInfoList>
1297
+ <SummerSchool>No</SummerSchool>
1298
+ <SIF_ExtendedElements>
1299
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1300
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1301
+ </SIF_ExtendedElements>
1302
+ </SectionInfo>
1303
+ <SectionInfo RefId="F6C3A83F319243AF926C32EC25106F26" SchoolCourseInfoRefId="4AA8CBFDE95E4F87A6C6D1FB499943D9" SchoolYear="2013">
1304
+ <LocalId>1021-10</LocalId>
1305
+ <ScheduleInfoList>
1306
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1307
+ <TeacherList>
1308
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1309
+ </TeacherList>
1310
+ <SectionRoomList>
1311
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1312
+ </SectionRoomList>
1313
+ <MeetingTimeList>
1314
+ <MeetingTime>
1315
+ <TimetableDay>A</TimetableDay>
1316
+ <TimetablePeriod>1</TimetablePeriod>
1317
+ </MeetingTime>
1318
+ </MeetingTimeList>
1319
+ </ScheduleInfo>
1320
+ </ScheduleInfoList>
1321
+ <SummerSchool>No</SummerSchool>
1322
+ <SIF_ExtendedElements>
1323
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1324
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1325
+ </SIF_ExtendedElements>
1326
+ </SectionInfo>
1327
+ <SectionInfo RefId="714889394A9449338E860885F282682B" SchoolCourseInfoRefId="4AA8CBFDE95E4F87A6C6D1FB499943D9" SchoolYear="2013">
1328
+ <LocalId>1021-11</LocalId>
1329
+ <ScheduleInfoList>
1330
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1331
+ <TeacherList>
1332
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1333
+ </TeacherList>
1334
+ <SectionRoomList>
1335
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1336
+ </SectionRoomList>
1337
+ <MeetingTimeList>
1338
+ <MeetingTime>
1339
+ <TimetableDay>A</TimetableDay>
1340
+ <TimetablePeriod>3</TimetablePeriod>
1341
+ </MeetingTime>
1342
+ </MeetingTimeList>
1343
+ </ScheduleInfo>
1344
+ </ScheduleInfoList>
1345
+ <SummerSchool>No</SummerSchool>
1346
+ <SIF_ExtendedElements>
1347
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1348
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1349
+ </SIF_ExtendedElements>
1350
+ </SectionInfo>
1351
+ <SectionInfo RefId="708933F1AF5D4F62BE99E2F64F5F3418" SchoolCourseInfoRefId="4AA8CBFDE95E4F87A6C6D1FB499943D9" SchoolYear="2013">
1352
+ <LocalId>1021-12</LocalId>
1353
+ <ScheduleInfoList>
1354
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1355
+ <TeacherList>
1356
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1357
+ </TeacherList>
1358
+ <SectionRoomList>
1359
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1360
+ </SectionRoomList>
1361
+ <MeetingTimeList>
1362
+ <MeetingTime>
1363
+ <TimetableDay>A</TimetableDay>
1364
+ <TimetablePeriod>4</TimetablePeriod>
1365
+ </MeetingTime>
1366
+ </MeetingTimeList>
1367
+ </ScheduleInfo>
1368
+ </ScheduleInfoList>
1369
+ <SummerSchool>No</SummerSchool>
1370
+ <SIF_ExtendedElements>
1371
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1372
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1373
+ </SIF_ExtendedElements>
1374
+ </SectionInfo>
1375
+ <SectionInfo RefId="5DC4CAA5DE2F4B67BAB6DDAE67D1E3AA" SchoolCourseInfoRefId="DFB79BFA94114CC9A21BAD8E4ECC9B63" SchoolYear="2013">
1376
+ <LocalId>1390-3</LocalId>
1377
+ <ScheduleInfoList>
1378
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1379
+ <TeacherList>
1380
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1381
+ </TeacherList>
1382
+ <SectionRoomList>
1383
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1384
+ </SectionRoomList>
1385
+ <MeetingTimeList>
1386
+ <MeetingTime>
1387
+ <TimetableDay>A</TimetableDay>
1388
+ <TimetablePeriod>5</TimetablePeriod>
1389
+ </MeetingTime>
1390
+ <MeetingTime>
1391
+ <TimetableDay>B</TimetableDay>
1392
+ <TimetablePeriod>5</TimetablePeriod>
1393
+ </MeetingTime>
1394
+ </MeetingTimeList>
1395
+ </ScheduleInfo>
1396
+ </ScheduleInfoList>
1397
+ <SummerSchool>No</SummerSchool>
1398
+ <SIF_ExtendedElements>
1399
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1400
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1401
+ </SIF_ExtendedElements>
1402
+ </SectionInfo>
1403
+ <SectionInfo RefId="DC1BF3B3538744E99C5A0AB5C196F4F5" SchoolCourseInfoRefId="B300EF804212408B9212C71145DBE04A" SchoolYear="2013">
1404
+ <LocalId>1002-10</LocalId>
1405
+ <ScheduleInfoList>
1406
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1407
+ <TeacherList>
1408
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1409
+ </TeacherList>
1410
+ <SectionRoomList>
1411
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1412
+ </SectionRoomList>
1413
+ <MeetingTimeList>
1414
+ <MeetingTime>
1415
+ <TimetableDay>B</TimetableDay>
1416
+ <TimetablePeriod>1</TimetablePeriod>
1417
+ </MeetingTime>
1418
+ </MeetingTimeList>
1419
+ </ScheduleInfo>
1420
+ </ScheduleInfoList>
1421
+ <SummerSchool>No</SummerSchool>
1422
+ <SIF_ExtendedElements>
1423
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1424
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1425
+ </SIF_ExtendedElements>
1426
+ </SectionInfo>
1427
+ <SectionInfo RefId="21C6B481FFB7422A9DB3CBB2B35EC5AE" SchoolCourseInfoRefId="B300EF804212408B9212C71145DBE04A" SchoolYear="2013">
1428
+ <LocalId>1002-11</LocalId>
1429
+ <ScheduleInfoList>
1430
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1431
+ <TeacherList>
1432
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1433
+ </TeacherList>
1434
+ <SectionRoomList>
1435
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1436
+ </SectionRoomList>
1437
+ <MeetingTimeList>
1438
+ <MeetingTime>
1439
+ <TimetableDay>B</TimetableDay>
1440
+ <TimetablePeriod>3</TimetablePeriod>
1441
+ </MeetingTime>
1442
+ </MeetingTimeList>
1443
+ </ScheduleInfo>
1444
+ </ScheduleInfoList>
1445
+ <SummerSchool>No</SummerSchool>
1446
+ <SIF_ExtendedElements>
1447
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1448
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1449
+ </SIF_ExtendedElements>
1450
+ </SectionInfo>
1451
+ <SectionInfo RefId="5AA07226F6D74EA5917AE465CD7733DD" SchoolCourseInfoRefId="B300EF804212408B9212C71145DBE04A" SchoolYear="2013">
1452
+ <LocalId>1002-12</LocalId>
1453
+ <ScheduleInfoList>
1454
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1455
+ <TeacherList>
1456
+ <StaffPersonalRefId>140504130806185A00117CF200643E86</StaffPersonalRefId>
1457
+ </TeacherList>
1458
+ <SectionRoomList>
1459
+ <RoomInfoRefId>6C54FE36345642428328E8C88AB88514</RoomInfoRefId>
1460
+ </SectionRoomList>
1461
+ <MeetingTimeList>
1462
+ <MeetingTime>
1463
+ <TimetableDay>B</TimetableDay>
1464
+ <TimetablePeriod>4</TimetablePeriod>
1465
+ </MeetingTime>
1466
+ </MeetingTimeList>
1467
+ </ScheduleInfo>
1468
+ </ScheduleInfoList>
1469
+ <SummerSchool>No</SummerSchool>
1470
+ <SIF_ExtendedElements>
1471
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1472
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1473
+ </SIF_ExtendedElements>
1474
+ </SectionInfo>
1475
+ <SectionInfo RefId="5229305BBA8046118AD1013FEA71BC1F" SchoolCourseInfoRefId="3A8725459E2F45C1ACB489C9BBAA2D5D" SchoolYear="2013">
1476
+ <LocalId>92910-1</LocalId>
1477
+ <ScheduleInfoList>
1478
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1479
+ <TeacherList>
1480
+ <StaffPersonalRefId>1404081A10343A5F3C960C871730251E</StaffPersonalRefId>
1481
+ </TeacherList>
1482
+ <SectionRoomList>
1483
+ <RoomInfoRefId>BF221702DCC64122BDC87764EAB25060</RoomInfoRefId>
1484
+ </SectionRoomList>
1485
+ <MeetingTimeList>
1486
+ <MeetingTime>
1487
+ <TimetableDay>A</TimetableDay>
1488
+ <TimetablePeriod>1</TimetablePeriod>
1489
+ </MeetingTime>
1490
+ <MeetingTime>
1491
+ <TimetableDay>B</TimetableDay>
1492
+ <TimetablePeriod>1</TimetablePeriod>
1493
+ </MeetingTime>
1494
+ </MeetingTimeList>
1495
+ </ScheduleInfo>
1496
+ </ScheduleInfoList>
1497
+ <SummerSchool>No</SummerSchool>
1498
+ <SIF_ExtendedElements>
1499
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1500
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1501
+ </SIF_ExtendedElements>
1502
+ </SectionInfo>
1503
+ <SectionInfo RefId="0CD66E4722D24601A74620CAC4BF62A1" SchoolCourseInfoRefId="3A8725459E2F45C1ACB489C9BBAA2D5D" SchoolYear="2013">
1504
+ <LocalId>92910-2</LocalId>
1505
+ <ScheduleInfoList>
1506
+ <ScheduleInfo TermInfoRefId="0979D86D27AC4F39AD061BAD6EDF766C">
1507
+ <TeacherList>
1508
+ <StaffPersonalRefId>1404081A10343A5F3C960C871730251E</StaffPersonalRefId>
1509
+ </TeacherList>
1510
+ <SectionRoomList>
1511
+ <RoomInfoRefId>BF221702DCC64122BDC87764EAB25060</RoomInfoRefId>
1512
+ </SectionRoomList>
1513
+ <MeetingTimeList>
1514
+ <MeetingTime>
1515
+ <TimetableDay>A</TimetableDay>
1516
+ <TimetablePeriod>3</TimetablePeriod>
1517
+ </MeetingTime>
1518
+ <MeetingTime>
1519
+ <TimetableDay>B</TimetableDay>
1520
+ <TimetablePeriod>3</TimetablePeriod>
1521
+ </MeetingTime>
1522
+ </MeetingTimeList>
1523
+ </ScheduleInfo>
1524
+ </ScheduleInfoList>
1525
+ <SummerSchool>No</SummerSchool>
1526
+ <SIF_ExtendedElements>
1527
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.startdate">2012-08-29</SIF_ExtendedElement>
1528
+ <SIF_ExtendedElement Name="urn:com.edustructures.scheduleinfo.enddate">2013-06-06</SIF_ExtendedElement>
1529
+ </SIF_ExtendedElements>
1530
+ </SectionInfo>
1531
+ </SIF_ObjectData>
1532
+ </SIF_Response>
1533
+ </SIF_Message>
1534
+ </SIF_Status>
1535
+ </SIF_Ack>
1536
+ </SIF_Message>