Field | Required? | Synergetic Meaning (where tAttendances.AttendedFlag = 1) | Synergetic Meaning (where tAttendances .AttendedFlag = 0) | Description | Type | XML Structure | Level | Status |
---|
StudentAttendancetimeList RefId | M | sif.BaseObject.RefID | sif.BaseObject.RefID | The ID (GUID) that uniquely identifies the instance of the object. | IdRefType | <StudentAttendancetimeList RefId=""> | 0 | TO DO |
StudentPersonalRefId | M | tAttendanecs.ID --> CommunityIdentifiers.SIF3RefId | AbsenceEvents.ID → CommunityIdentifiers.SIF3RefId | The ID (GUID) of the student for whom this attendance information is being reported. | IdRefType | <StudentPersonalRefId> | 1 | TO DO |
SchoolInfoRefId | M | sif.fnSettingValue( 'SchoolInfo_RefID' ) | sif.fnSettingValue( 'SchoolInfo_RefID' ) | The ID (GUID) of the school for which this attendance information is being reported. | IdRefType | <SchoolInfoRefId> | 1 | TO DO |
Date | M | AttendanceMaster.AttendanceDate | AbsenceEvents.EventDate | The calendar date to which this attendance reporting period relates. | xs:date | <Date> | 1 | TO DO |
SchoolYear | M | AttendanceMaster.FileYear | Year ( AbsenceEvents.EventDate ) | School year for which this enrollment is applicable, expressed as the four-digit year in which the school year ends (e.g. 2007). | xs:gYear | <SchoolYear> | 1 | TO DO |
AttendanceTimes | M | List | List | Breakdown of times that the student entered or returned to school. | AttendanceTimesType | <AttendanceTimes> | 1 |
|
AttendanceTime | MR |
|
| Time span that the student entered or returned to school |
| <AttendanceTime> | 2 |
|
AttendanceType | O | "" | dbo.AbsenceEvents.AbsenceEventTypeCode | Nature of the attendance e.g. 'Taken at Roll Call' | string | <AttendanceType> | 3 | TO DO |
AttendanceCode | M |
|
| Locally defined code for attendance. | AttendanceCodeType | <AttendanceCode> | 3 |
|
Code | M | "100" - Present | dbo.AbsenceEvents.AbsenceTypeCode → lookup Outbound SIF code | Code representing the absence/attendance. | AUCodeSetsAttendanceCodeType | <Code> | 4 | TO DO |
OtherCodeList | O | List | List | List of other codes or strings that crosswalk to or serve as translations of the Code element paired with this common element. If Code changes and OtherCodes are supported, both Code and all associated OtherCode elements must be present. | OtherCodeListType | <OtherCodeList> | 4 |
|
OtherCode CodeSet="" | MR | <no synergetic mapping> | <no synergetic mapping> | Describes the OtherCode element content as either a state/province code, a local code, other code, or text string. | values: StateProvince, Local, Other, Text | <OtherCode CodeSet=""> | 5 | No Mapping |
OtherCode | M | <no synergetic mapping> | <no synergetic mapping> | A state/province code, local code, other code or a text string that crosswalks to or serves as a translation of an associated Code element. | string | <OtherCode> | 5 | No Mapping |
AttendanceStatus | M | "NA" - Not Applicable | dbo.AbsenceEvents.AbsenceReasonCode → lookup SIF code | Approved or Unapproved status of this attendance code. | AUCodeSetsAttendanceStatusType | <AttendanceStatus> | 3 | TO DO |
StartTime | M | IF AbsenceEvents. |