3.18 xPress Working Group

A simpler set of data objects that can be used by itself or in conjunction with the rest of the rich enterprise data model found here. It is particularly useful when needing an API to communicate basics to applications that would otherwise be kept outside the zone.

3.18.1 xCalendar

xCalendar is a composite object that provides information about sessions held at a particular school during a given school year. The refId of a xCalendar object coincides with the refId of a corresponding schoolCalendar object.

SIF_Events are reported for this object.

xCalendar
Figure 3.18.1-1: xCalendar xCalendar refId schoolRefId schoolYear sessions
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xCalendar  

xCalendar is a composite object that provides information about sessions held at a particular school during a given school year. The refId of a xCalendar object coincides with the refId of a corresponding schoolCalendar object.

 
 
@
key
refIdM 
 gRefIdType
 schoolRefIdM 

The refid to which this calendar applies.

 
gRefIdPointerType
 schoolYearO 

The school year for the calendar.

 
xSchoolYearType
 sessionsO 

A list of sessions for the calendar.

 
xSessionListType
Table 3.18.1-1: xCalendar
[ { "xCalendar" : {"refId" : "B0FD06FD-5F35-4D96-B2EA-AA96CD2D0F38", "schoolRefId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "schoolYear" : "2014", "sessions" : {"sessionList" : {"sessionType" : "Semester", "sessionCode" : "S1-1415", "description" : "Spring 2014-15", "markingTerm" : "false", "schedulingTerm" : "false", "startDate" : "2015-01-19", "endDate" : "2015-06-25"}, "sessionList" : {"sessionType" : "Semester", "sessionCode" : "S1-1415", "description" : "Fall 2014-15", "markingTerm" : "false", "schedulingTerm" : "false", "startDate" : "2014-09-08", "endDate" : "2014-01-16"}}} } ]
<xCalendar refId="B0FD06FD-5F35-4D96-B2EA-AA96CD2D0F38"> <schoolRefId>66667705-6C51-4C30-A22A-77CEA0FBCF53</schoolRefId> <schoolYear>2014</schoolYear> <sessions> <sessionList> <sessionType>Semester</sessionType> <sessionCode>S1-1415</sessionCode> <description>Spring 2014-15</description> <markingTerm>false</markingTerm> <schedulingTerm>false</schedulingTerm> <startDate>2015-01-19</startDate> <endDate>2015-06-25</endDate> </sessionList> <sessionList> <sessionType>Semester</sessionType> <sessionCode>S1-1415</sessionCode> <description>Fall 2014-15</description> <markingTerm>false</markingTerm> <schedulingTerm>false</schedulingTerm> <startDate>2014-09-08</startDate> <endDate>2014-01-16</endDate> </sessionList> </sessions> </xCalendar>
Example 3.18.1-1: xCalendar

3.18.2 xContact

SIF_Events are reported for this object.

xContact
Figure 3.18.2-1: xContact xContact refId name otherNames localId loginId otherIds address phoneNumber otherPhoneNumbers email otherEmails sex employerType relationships
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xContact  
  
@
key
refIdM 
 gRefIdType
 nameM 

Name of the contact.

 
xPersonNameType
 otherNamesO 

Other names of the contact.

 
xOtherPersonNameListType
 localIdO 

A unique number or alphanumeric code assigned to a staff member by a district or LEA.

 
xPersonIdType
 loginIdO 001170
https://ceds.ed.gov/element/001170

The login identifier for the person.

 
xLoginIdType
 otherIdsO 

Other Ids of the contact.

 
xOtherPersonIdListType
 addressO 

Address of the student.

 
xPersonAddressType
 phoneNumberO 

Phone number of the contact.

 
xTelephoneType
 otherPhoneNumbersO 

Other phone numbers for the contact.

 
xTelephoneListType
 emailO 000088
https://ceds.ed.gov/element/000088

The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the person or organization belongs.

 
xEmailType
 otherEmailsO 000088
https://ceds.ed.gov/element/000088

Other emails of the contact.

 
xEmailListType
 sexO 000255
https://ceds.ed.gov/element/000255

The concept describing the biological traits that distinguish the males and females of a species.

 
xSexType
 employerTypeO 

A code that defines the employer type.

 
xEmployerType
 relationshipsO 

Relationships that this contact has with the student.

 
xContactStudentRelationshipListType
Table 3.18.2-1: xContact
[ { "xContact" : {"refId" : "05dd5254-43d7-11e6-beb8-9e71128cae77", "name" : {"type" : "LegalName", "prefix" : "Mr.", "familyName" : "Loewen", "givenName" : "John", "middleName" : "Robert"}, "loginId" : "jloewen", "address" : {"addressType" : "Physical", "line1" : "29249 Sudden Valley Dr.", "city" : "Bothell", "stateProvince" : "WA", "countryCode" : "US", "postalCode" : "98011"}, "phoneNumber" : {"phoneNumberType" : "Home", "number" : "360-555-5555", "primaryIndicator" : "true"}, "email" : {"emailType" : "Work", "emailAddress" : "jloewen@company.com"}, "sex" : "Male", "employerType" : "PrivateOrganization_1805", "relationships" : {"relationship" : {"studentRefId" : "0D70D733-6483-47B4-B638-01980AF45E2D", "relationshipCode" : "Father", "livesWith" : "true", "primaryContactIndicator" : "true", "emergencyContactIndicator" : "true", "financialResponsibilityIndicator" : "true", "custodialIndicator" : "true", "communicationsIndicator" : "true", "contactSequence" : "2"}}} } ]
<xContact refId="05dd5254-43d7-11e6-beb8-9e71128cae77"> <name> <type>LegalName</type> <prefix>Mr.</prefix> <familyName>Loewen</familyName> <givenName>John</givenName> <middleName>Robert</middleName> </name> <loginId>jloewen</loginId> <address> <addressType>Physical</addressType> <line1>29249 Sudden Valley Dr.</line1> <city>Bothell</city> <stateProvince>WA</stateProvince> <countryCode>US</countryCode> <postalCode>98011</postalCode> </address> <phoneNumber> <phoneNumberType>Home</phoneNumberType> <number>360-555-5555</number> <primaryIndicator>true</primaryIndicator> </phoneNumber> <email> <emailType>Work</emailType> <emailAddress>jloewen@company.com</emailAddress> </email> <sex>Male</sex> <employerType>PrivateOrganization_1805</employerType> <relationships> <relationship> <studentRefId>0D70D733-6483-47B4-B638-01980AF45E2D</studentRefId> <relationshipCode>Father</relationshipCode> <livesWith>true</livesWith> <primaryContactIndicator>true</primaryContactIndicator> <emergencyContactIndicator>true</emergencyContactIndicator> <financialResponsibilityIndicator>true</financialResponsibilityIndicator> <custodialIndicator>true</custodialIndicator> <communicationsIndicator>true</communicationsIndicator> <contactSequence>2</contactSequence> </relationship> </relationships> </xContact>
Example 3.18.2-1: xContact

3.18.3 xCourse

xCourse is a composite object that provides essential information about a course. The refId of a xCourse object coincides with the refId of a corresponding course object.

SIF_Events are reported for this object.

xCourse
Figure 3.18.3-1: xCourse xCourse refId schoolRefId schoolCourseId leaCourseId otherIds courseTitle description subject applicableEducationLevels scedCourseCode scedCourseLevelCode scedCourseSubjectAreaCode
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xCourse  

xCourse is a composite object that provides essential information about a course. The refId of a xCourse object coincides with the refId of a corresponding course object.

 
 
@
key
refIdM 
 gRefIdType
 schoolRefIdM 

Refid of the school in which the course is delivered.

 
gRefIdPointerType
 schoolCourseIdO 000055
https://ceds.ed.gov/element/000055

The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.

 
xCourseIdType
 leaCourseIdO 000055
https://ceds.ed.gov/element/000055

The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students as defined at the district level (i.e. district course code).

 
xCourseIdType
 otherIdsO 000055
https://ceds.ed.gov/element/000055

A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students.

 
xOtherCourseIdListType
 courseTitleO 000067
https://ceds.ed.gov/element/000067

The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).

 
xs:token
 descriptionO 000517
https://ceds.ed.gov/element/000517

A description of the course content and/or goals. Reference may be made to state or national content standards.

 
xs:normalizedString
 subjectO 
 xSubjectType
 applicableEducationLevelsO 001301
https://ceds.ed.gov/element/001301

The education level, grade level or primary instructional level at which a course is intended.

 
xApplicableEducationLevelListType
 scedCourseCodeO 001517
https://ceds.ed.gov/element/001517

SCED code for the course.

 
xs:token
 scedCourseLevelCodeO 001516
https://ceds.ed.gov/element/001516

SCED Course Level Code.

 
xs:token
 scedCourseSubjectAreaCodeO 001518
https://ceds.ed.gov/element/001518

SCED Course Subject Area Code.

 
xs:token
Table 3.18.3-1: xCourse
[ { "xCourse" : {"refId" : "0B629B89-B1A0-42D2-B912-5F6A325C98AA", "schoolRefId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "otherIds" : {"otherId" : {"type" : "Other", "id" : "JMS0868"}}, "courseTitle" : "Blocks", "description" : "Test Description 1", "subject" : "Special Education", "applicableEducationLevels" : {"applicableEducationLevel" : "07"}} } ]
<xCourse refId="0B629B89-B1A0-42D2-B912-5F6A325C98AA"> <schoolRefId>66667705-6C51-4C30-A22A-77CEA0FBCF53</schoolRefId> <otherIds> <otherId> <type>Other</type> <id>JMS0868</id> </otherId> </otherIds> <courseTitle>Blocks</courseTitle> <description>Test Description 1</description> <subject>Special Education</subject> <applicableEducationLevels> <applicableEducationLevel>07</applicableEducationLevel> </applicableEducationLevels> </xCourse>
Example 3.18.3-1: xCourse

3.18.4 xIndividualizedEducationPlan

Information to support Special Education students transferring into a new educational context. Specifically, this model supports these use cases: Use Case 1 (Day Zero): An administrator is able to quickly look at the incoming information to decide where to place the student on the first day. Use Case 2 (Ongoing IEP): A committee on the receiving school quickly understands the needs and services of a student in a way that allows it to take the actions necessary for the student to have the best outcome. Use Case 3 (State Reporting): Data analysts at the receiving school build a complete student profile supporting their reporting and resource management needs.

        Developed for A4L by 
            TQ White II
                Central Minnesota Educational Research and Development Council
                tqwhite@erdc.k12.mn.us
                10/17/17
        Significant contributions by
            Jill Parkes, Quality Information Partners
            Megan Gangl, Central Minnesota Educational Research and Development Council
            John Lovell, Access 4 Learning Community
	  

SIF_Events are reported for this object.

xIndividualizedEducationPlan
Figure 3.18.4-1: xIndividualizedEducationPlan xIndividualizedEducationPlan refId iepAdministrativeData iepEligibility iepPlan
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xIndividualizedEducationPlan  

Information to support Special Education students transferring into a new educational context. Specifically, this model supports these use cases: Use Case 1 (Day Zero): An administrator is able to quickly look at the incoming information to decide where to place the student on the first day. Use Case 2 (Ongoing IEP): A committee on the receiving school quickly understands the needs and services of a student in a way that allows it to take the actions necessary for the student to have the best outcome. Use Case 3 (State Reporting): Data analysts at the receiving school build a complete student profile supporting their reporting and resource management needs.

        Developed for A4L by 
            TQ White II
                Central Minnesota Educational Research and Development Council
                tqwhite@erdc.k12.mn.us
                10/17/17
        Significant contributions by
            Jill Parkes, Quality Information Partners
            Megan Gangl, Central Minnesota Educational Research and Development Council
            John Lovell, Access 4 Learning Community
	  

 
 
@
key
refIdM 
 gRefIdType
 iepAdministrativeDataO 
 iepAdministrativeDataType
 iepEligibilityO 
 iepEligibilityType
 iepPlanO 
 iepPlanType
Table 3.18.4-1: xIndividualizedEducationPlan

3.18.5 xLea

xLea is a composite object that provides core information about a Local Educuation Agency (e.g. district, division, intermediate agency). The refId of a xLea object coincides with the refId of a corresponding lea object.

SIF_Events are reported for this object.

xLea
Figure 3.18.5-1: xLea xLea refId localId leaRefId stateProvinceId ncesId leaName address phoneNumber otherPhoneNumbers
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xLea  

xLea is a composite object that provides core information about a Local Educuation Agency (e.g. district, division, intermediate agency). The refId of a xLea object coincides with the refId of a corresponding lea object.

 
 
@
key
refIdM 
 gRefIdType
 localIdO 001068
https://ceds.ed.gov/element/001068

A unique number or alphanumeric code assigned to a local education agency by a school system.

 
xOrganizationIdType
 leaRefIdO 

The refId for the LEA.

 
gRefIdPointerType
 stateProvinceIdO 001068
https://ceds.ed.gov/element/001068

A unique number or alphanumeric code assigned to a local education agency by a state.

 
xOrganizationIdType
 ncesIdO 001068
https://ceds.ed.gov/element/001068

A unique number or alphanumeric code assigned to a local education agency by NCES.

 
xOrganizationIdType
 leaNameO 000204
https://ceds.ed.gov/element/000204

The name of a non-person entity such as an organization, institution, agency or business; in this case, a Local Education Agency.

 
xs:string
 addressO 

The address of the LEA.

 
xOrganizationAddressType
 phoneNumberO 

The phone number of the LEA.

 
xTelephoneType
 otherPhoneNumbersO 

A list of other phone numbers for the LEA.

 
xTelephoneListType
Table 3.18.5-1: xLea
[ { "xLea" : {"refId" : "9BA8379D-9A9D-4D59-9202-E976CADF5526", "localId" : "BT101", "stateProvinceId" : "738121", "ncesId" : "12345", "leaName" : "Broome County Super District", "address" : {"line1" : "21 School Drive", "city" : "Albany", "stateProvince" : "NY", "postalCode" : "12304"}, "phoneNumber" : {"phoneNumberType" : "Other", "number" : "518-555-5555", "primaryIndicator" : "true"}, "otherPhoneNumbers" : {"phoneNumber" : {"phoneNumberType" : "Other", "number" : "518-555-5556", "primaryIndicator" : "false"}}} } ]
<xLea refId="9BA8379D-9A9D-4D59-9202-E976CADF5526"> <localId>BT101</localId> <stateProvinceId>738121</stateProvinceId> <ncesId>12345</ncesId> <leaName>Broome County Super District</leaName> <address> <line1>21 School Drive</line1> <city>Albany</city> <stateProvince>NY</stateProvince> <postalCode>12304</postalCode> </address> <phoneNumber> <phoneNumberType>Other</phoneNumberType> <number>518-555-5555</number> <primaryIndicator>true</primaryIndicator> </phoneNumber> <otherPhoneNumbers> <phoneNumber> <phoneNumberType>Other</phoneNumberType> <number>518-555-5556</number> <primaryIndicator>false</primaryIndicator> </phoneNumber> </otherPhoneNumbers> </xLea>
Example 3.18.5-1: xLea

3.18.6 xRoster

xRoster is a composite object that provides a consolidated view of information related to a course section or class, including student enrollment and assigned staff. The refId of a xRoster object coincides with the refId of a corresponding section object.

SIF_Events are reported for this object.

xRoster
Figure 3.18.6-1: xRoster xRoster refId courseRefId courseTitle sectionRefId subject schoolRefId schoolSectionId schoolYear meetingTimes students primaryStaff otherStaffs
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xRoster  

xRoster is a composite object that provides a consolidated view of information related to a course section or class, including student enrollment and assigned staff. The refId of a xRoster object coincides with the refId of a corresponding section object.

 
 
@
key
refIdM 
 gRefIdType
 courseRefIdO 

RefId of the course for this section.

 
gRefIdPointerType
 courseTitleO 000067
https://ceds.ed.gov/element/000067

The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).

 
xs:token
 sectionRefIdO 

RefId of the section.

 
gRefIdPointerType
 subjectO 
 xSubjectType
 schoolRefIdM 

RefId of the school.

 
gRefIdPointerType
 schoolSectionIdO 000978
https://ceds.ed.gov/element/000978

A unique number or alphanumeric code assigned by an institution, school, school system, state, or other agency or entity for a particular course-section.

 
xs:token
 schoolYearO 000243
https://ceds.ed.gov/element/000243

The year for a reported school session.

 
xSchoolYearType
 meetingTimesO 

A list of meeting times for the section.

 
xMeetingTimeListType
 studentsO 

A list of students associated with the roster.

 
xStudentReferenceListType
 primaryStaffO 

The primary staff person for the section.

 
xStaffReferenceType
 otherStaffsO 

Other staff persons associated with the section.

 
xStaffReferenceListType
Table 3.18.6-1: xRoster
[ { "xRoster" : {"refId" : "0A85D682-8151-4897-B226-867C1D585281", "courseRefId" : "9FCA2918-FD73-4F32-A957-6AE6CC9306BA", "courseTitle" : "Tech 7", "subject" : "Technology", "schoolRefId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "schoolSectionId" : "JMS0605:2", "schoolYear" : "2014", "meetingTimes" : {"meetingTime" : {"timeTableDay" : "AB", "classMeetingDays" : {"bellScheduleDay" : "Monday"}, "timeTablePeriod" : "2", "roomNumber" : "115", "classBeginningTime" : "09:00:00", "classEndingTime" : "09:55:00", "sessionCode" : "S1-1415", "schoolCalendarRefId" : "B0FD06FD-5F35-4D96-B2EA-AA96CD2D0F38"}}, "students" : {"studentReference" : {"refId" : "C0136902-494F-4DFD-8C00-033352B08260", "givenName" : "Kylynn", "familyName" : "Waters"}, "studentReference" : {"refId" : "7FD4F15A-A31B-4DDB-A12B-07F462554F0C", "givenName" : "Beth", "familyName" : "Stokes"}, "studentReference" : {"refId" : "8977F3DD-41FC-4B0F-97A0-056AF4B42F64", "givenName" : "Kelly", "familyName" : "Joyner"}, "studentReference" : {"refId" : "812ED7DB-53B3-4586-B03E-005694863B71", "givenName" : "Jesse", "familyName" : "Cooper"}, "studentReference" : {"refId" : "996E3EA0-B802-4B15-942A-066543381E6D", "givenName" : "Valentine", "familyName" : "Finley"}, "studentReference" : {"refId" : "DD82D3B6-17B9-4D5C-B11C-07CF630F6510", "givenName" : "Myles", "familyName" : "Curtis"}, "studentReference" : {"refId" : "2E09CBCC-E058-4CE3-88A3-034E484FE3E1", "givenName" : "Jessamine", "familyName" : "Walls"}, "studentReference" : {"refId" : "46C27E6A-F44A-497C-B93B-025ECB5BF7BB", "givenName" : "Todd", "familyName" : "Owens"}, "studentReference" : {"refId" : "66CB9D07-6F4C-4EEA-AAD2-0189720C11FF", "givenName" : "Ferris", "familyName" : "Wade"}, "studentReference" : {"refId" : "B4BF7A21-932A-4B29-8B22-02B628E7C265", "givenName" : "Ifeoma", "familyName" : "Sanders"}, "studentReference" : {"refId" : "04C6ED7E-30CE-451A-9E4F-00775577FAAD", "givenName" : "Jesse", "familyName" : "Leach"}, "studentReference" : {"refId" : "9BE217D5-6B30-47E2-9983-0585F7364954", "givenName" : "Peter", "familyName" : "Lester"}, "studentReference" : {"refId" : "3B27AA67-A257-4AA2-BB8C-01A68EAD6789", "givenName" : "Hamilton", "familyName" : "Finley"}, "studentReference" : {"refId" : "5E176830-C759-477F-B86C-0CB4DF64BB05", "givenName" : "Xena", "familyName" : "Abbott"}, "studentReference" : {"refId" : "4BF32C67-17F5-4E97-8CE0-09FC8BFEF9E3", "givenName" : "Curtis", "familyName" : "Curtis"}, "studentReference" : {"refId" : "BC72D69A-3544-4BD9-B067-07D5207351FF", "givenName" : "Wendy", "familyName" : "Keith"}, "studentReference" : {"refId" : "A1D83CC7-3E67-4742-A93C-0A2AF83D0F66", "givenName" : "Jonah", "familyName" : "Finley"}, "studentReference" : {"refId" : "2A6B9675-77B8-4D6A-82E0-07E1BC34BDE9", "givenName" : "Stella", "familyName" : "Kline"}, "studentReference" : {"refId" : "29C81D05-24EF-4EE3-9C24-04E3514D840B", "givenName" : "Johnny", "familyName" : "Thomas"}, "studentReference" : {"refId" : "FE206528-6025-4BB2-A98B-06C620B93606", "givenName" : "Amos", "familyName" : "Riddle"}}, "primaryStaff" : {"staffPersonReference" : {"refId" : "04072A93-000D-4EC0-9596-006A34D7C9C1", "givenName" : "Lara", "familyName" : "Kline"}, "teacherOfRecord" : "true"}} } ]
<xRoster refId="0A85D682-8151-4897-B226-867C1D585281"> <courseRefId>9FCA2918-FD73-4F32-A957-6AE6CC9306BA</courseRefId> <courseTitle>Tech 7</courseTitle> <subject>Technology</subject> <schoolRefId>66667705-6C51-4C30-A22A-77CEA0FBCF53</schoolRefId> <schoolSectionId>JMS0605:2</schoolSectionId> <schoolYear>2014</schoolYear> <meetingTimes> <meetingTime> <timeTableDay>AB</timeTableDay> <classMeetingDays> <bellScheduleDay>Monday</bellScheduleDay> </classMeetingDays> <timeTablePeriod>2</timeTablePeriod> <roomNumber>115</roomNumber> <classBeginningTime>09:00:00</classBeginningTime> <classEndingTime>09:55:00</classEndingTime> <sessionCode>S1-1415</sessionCode> <schoolCalendarRefId>B0FD06FD-5F35-4D96-B2EA-AA96CD2D0F38</schoolCalendarRefId> </meetingTime> </meetingTimes> <students> <studentReference> <refId>C0136902-494F-4DFD-8C00-033352B08260</refId> <givenName>Kylynn</givenName> <familyName>Waters</familyName> </studentReference> <studentReference> <refId>7FD4F15A-A31B-4DDB-A12B-07F462554F0C</refId> <givenName>Beth</givenName> <familyName>Stokes</familyName> </studentReference> <studentReference> <refId>8977F3DD-41FC-4B0F-97A0-056AF4B42F64</refId> <givenName>Kelly</givenName> <familyName>Joyner</familyName> </studentReference> <studentReference> <refId>812ED7DB-53B3-4586-B03E-005694863B71</refId> <givenName>Jesse</givenName> <familyName>Cooper</familyName> </studentReference> <studentReference> <refId>996E3EA0-B802-4B15-942A-066543381E6D</refId> <givenName>Valentine</givenName> <familyName>Finley</familyName> </studentReference> <studentReference> <refId>DD82D3B6-17B9-4D5C-B11C-07CF630F6510</refId> <givenName>Myles</givenName> <familyName>Curtis</familyName> </studentReference> <studentReference> <refId>2E09CBCC-E058-4CE3-88A3-034E484FE3E1</refId> <givenName>Jessamine</givenName> <familyName>Walls</familyName> </studentReference> <studentReference> <refId>46C27E6A-F44A-497C-B93B-025ECB5BF7BB</refId> <givenName>Todd</givenName> <familyName>Owens</familyName> </studentReference> <studentReference> <refId>66CB9D07-6F4C-4EEA-AAD2-0189720C11FF</refId> <givenName>Ferris</givenName> <familyName>Wade</familyName> </studentReference> <studentReference> <refId>B4BF7A21-932A-4B29-8B22-02B628E7C265</refId> <givenName>Ifeoma</givenName> <familyName>Sanders</familyName> </studentReference> <studentReference> <refId>04C6ED7E-30CE-451A-9E4F-00775577FAAD</refId> <givenName>Jesse</givenName> <familyName>Leach</familyName> </studentReference> <studentReference> <refId>9BE217D5-6B30-47E2-9983-0585F7364954</refId> <givenName>Peter</givenName> <familyName>Lester</familyName> </studentReference> <studentReference> <refId>3B27AA67-A257-4AA2-BB8C-01A68EAD6789</refId> <givenName>Hamilton</givenName> <familyName>Finley</familyName> </studentReference> <studentReference> <refId>5E176830-C759-477F-B86C-0CB4DF64BB05</refId> <givenName>Xena</givenName> <familyName>Abbott</familyName> </studentReference> <studentReference> <refId>4BF32C67-17F5-4E97-8CE0-09FC8BFEF9E3</refId> <givenName>Curtis</givenName> <familyName>Curtis</familyName> </studentReference> <studentReference> <refId>BC72D69A-3544-4BD9-B067-07D5207351FF</refId> <givenName>Wendy</givenName> <familyName>Keith</familyName> </studentReference> <studentReference> <refId>A1D83CC7-3E67-4742-A93C-0A2AF83D0F66</refId> <givenName>Jonah</givenName> <familyName>Finley</familyName> </studentReference> <studentReference> <refId>2A6B9675-77B8-4D6A-82E0-07E1BC34BDE9</refId> <givenName>Stella</givenName> <familyName>Kline</familyName> </studentReference> <studentReference> <refId>29C81D05-24EF-4EE3-9C24-04E3514D840B</refId> <givenName>Johnny</givenName> <familyName>Thomas</familyName> </studentReference> <studentReference> <refId>FE206528-6025-4BB2-A98B-06C620B93606</refId> <givenName>Amos</givenName> <familyName>Riddle</familyName> </studentReference> </students> <primaryStaff> <staffPersonReference> <refId>04072A93-000D-4EC0-9596-006A34D7C9C1</refId> <givenName>Lara</givenName> <familyName>Kline</familyName> </staffPersonReference> <teacherOfRecord>true</teacherOfRecord> </primaryStaff> </xRoster>
Example 3.18.6-1: xRoster

3.18.7 xSchool

xSchool is a composite object that provides essential information about a school building or campus. The refId of a xSchool object coincides with the refId of a corresponding school object.

SIF_Events are reported for this object.

xSchool
Figure 3.18.7-1: xSchool xSchool refId leaRefId lea localId stateProvinceId otherIds schoolName gradeLevels address phoneNumber otherPhoneNumbers
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xSchool  

xSchool is a composite object that provides essential information about a school building or campus. The refId of a xSchool object coincides with the refId of a corresponding school object.

 
 
@
key
refIdM 
 gRefIdType
 leaRefIdM 

Refid of the LEA of which the school is a part.

 
gRefIdPointerType
 leaO 

An administrative unit within K-12 education at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries.

 
xLeaType
 localIdO 001071
https://ceds.ed.gov/element/001071

A unique number or alphanumeric code assigned to a school by a district or LEA.

 
xOrganizationIdType
 stateProvinceIdO 001071
https://ceds.ed.gov/element/001071

A unique number or alphanumeric code assigned to a school by a state.

 
xOrganizationIdType
 otherIdsO 

A list of other Ids for the school.

 
xOtherOrganizationIdListType
 schoolNameO 000191
https://ceds.ed.gov/element/000191

The full legally accepted name of the institution.

 
xs:string
 gradeLevelsO 000131
https://ceds.ed.gov/element/000131

The specific grade or combination of grades offered by an education institution.

 
xYearGroupListType
 addressO 

Address of the school.

 
xOrganizationAddressType
 phoneNumberO 

Phone number of the school.

 
xTelephoneType
 otherPhoneNumbersO 

A list of other phone numbers for the school.

 
xTelephoneListType
Table 3.18.7-1: xSchool
[ { "xSchool" : {"refId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "leaRefId" : "9BA8379D-9A9D-4D59-9202-E976CADF5526", "localId" : "542334", "stateProvinceId" : "566725", "otherIds" : {"otherId" : {"type" : "NCES", "id" : "34423"}}, "schoolName" : "Johnson City MS", "address" : {"line1" : "12 Tree Lane", "city" : "Johnson City", "stateProvince" : "NY", "postalCode" : "13790"}, "phoneNumber" : {"phoneNumberType" : "Other", "number" : "555-216-8230", "primaryIndicator" : "true"}, "otherPhoneNumbers" : {"phoneNumber" : {"phoneNumberType" : "Other", "number" : "555-064-8358", "primaryIndicator" : "false"}}} } ]
<xSchool refId="66667705-6C51-4C30-A22A-77CEA0FBCF53"> <leaRefId>9BA8379D-9A9D-4D59-9202-E976CADF5526</leaRefId> <localId>542334</localId> <stateProvinceId>566725</stateProvinceId> <otherIds> <otherId> <type>NCES</type> <id>34423</id> </otherId> </otherIds> <schoolName>Johnson City MS</schoolName> <address> <line1>12 Tree Lane</line1> <city>Johnson City</city> <stateProvince>NY</stateProvince> <postalCode>13790</postalCode> </address> <phoneNumber> <phoneNumberType>Other</phoneNumberType> <number>555-216-8230</number> <primaryIndicator>true</primaryIndicator> </phoneNumber> <otherPhoneNumbers> <phoneNumber> <phoneNumberType>Other</phoneNumberType> <number>555-064-8358</number> <primaryIndicator>false</primaryIndicator> </phoneNumber> </otherPhoneNumbers> </xSchool>
Example 3.18.7-1: xSchool

3.18.8 xStaff

xStaff is a composite object that provides a view of the most commonly used core data elements for teachers and non-teaching staff. The refId of a xStaff object coincides with the refId of a corresponding staff object.

SIF_Events are reported for this object.

xStaff
Figure 3.18.8-1: xStaff xStaff refId name localId loginId stateProvinceId otherIds sex email primaryAssignment otherAssignments
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xStaff  

xStaff is a composite object that provides a view of the most commonly used core data elements for teachers and non-teaching staff. The refId of a xStaff object coincides with the refId of a corresponding staff object.

 
 
@
key
refIdM 
 gRefIdType
 nameO 

Name of the staff person.

 
xPersonNameType
 localIdO 

A unique number or alphanumeric code assigned to a staff member by a district or LEA.

 
xPersonIdType
 loginIdO 001170
https://ceds.ed.gov/element/001170

The login identifier for the person.

 
xLoginIdType
 stateProvinceIdO 001070
https://ceds.ed.gov/element/001070

A unique number or alphanumeric code assigned to a staff member by a state.

 
xPersonIdType
 otherIdsO 

Other Ids for the person.

 
xOtherPersonIdListType
 sexO 000255
https://ceds.ed.gov/element/000255

The concept describing the biological traits that distinguish the males and females of a species.

 
xSexType
 emailO 000088
https://ceds.ed.gov/element/000088
 xEmailType
 primaryAssignmentO 

The primary district, school, and function to which the person is assigned.

 
xStaffPersonAssignmentType
 otherAssignmentsO 

Other locations and functions to which the person is assigned.

 
xStaffPersonAssignmentListType
Table 3.18.8-1: xStaff
[ { "xStaff" : {"refId" : "0A363E64-8A65-4873-A971-006192DE8D55", "name" : {"type" : "LegalName", "familyName" : "Olson", "givenName" : "Brandon", "middleName" : "X"}, "otherIds" : {"otherId" : {"type" : "School", "id" : "1358627"}, "otherId" : {"type" : "District", "id" : "471442674"}, "otherId" : {"type" : "PIN", "id" : "6348"}, "otherId" : {"type" : "State", "id" : "847585242"}}, "sex" : "Male", "email" : {"emailType" : "Organizational", "emailAddress" : "BrandonOlson@JohnsonCityMS.edu"}, "primaryAssignment" : {"leaRefId" : "9BA8379D-9A9D-4D59-9202-E976CADF5526", "schoolRefId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "jobFunction" : "Secondary Teachers"}} } ]
<xStaff refId="0A363E64-8A65-4873-A971-006192DE8D55"> <name> <type>LegalName</type> <familyName>Olson</familyName> <givenName>Brandon</givenName> <middleName>X</middleName> </name> <otherIds> <otherId> <type>School</type> <id>1358627</id> </otherId> <otherId> <type>District</type> <id>471442674</id> </otherId> <otherId> <type>PIN</type> <id>6348</id> </otherId> <otherId> <type>State</type> <id>847585242</id> </otherId> </otherIds> <sex>Male</sex> <email> <emailType>Organizational</emailType> <emailAddress>BrandonOlson@JohnsonCityMS.edu</emailAddress> </email> <primaryAssignment> <leaRefId>9BA8379D-9A9D-4D59-9202-E976CADF5526</leaRefId> <schoolRefId>66667705-6C51-4C30-A22A-77CEA0FBCF53</schoolRefId> <jobFunction>Secondary Teachers</jobFunction> </primaryAssignment> </xStaff>
Example 3.18.8-1: xStaff

3.18.9 xStudent

xStudent is a composite object that provides a view of the most commonly used core data elements for students, and references to important associated objects like contacts. The refId of a xStudent object coincides with the refId of a corresponding student object.

SIF_Events are reported for this object.

xStudent
Figure 3.18.9-1: xStudent xStudent refId name otherNames localId loginId stateProvinceId otherIds address otherAddresses phoneNumber otherPhoneNumbers email otherEmails demographics enrollment otherEnrollments academicSummary studentContacts languages
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xStudent  

xStudent is a composite object that provides a view of the most commonly used core data elements for students, and references to important associated objects like contacts. The refId of a xStudent object coincides with the refId of a corresponding student object.

 
 
@
key
refIdM 
 gRefIdType
 nameO 

Name of Student.

 
xPersonNameType
 otherNamesO 
 xOtherPersonNameListType
 localIdO 001071
https://ceds.ed.gov/element/001071

A unique number or alphanumeric code assigned to a staff member by a district or LEA.

 
xPersonIdType
 loginIdO 001170
https://ceds.ed.gov/element/001170

The login identifier for the person.

 
xLoginIdType
 stateProvinceIdO 001071
https://ceds.ed.gov/element/001071

A unique number or alphanumeric code assigned to a student by a state.

 
xPersonIdType
 otherIdsO 

Other Ids for the student

 
xOtherPersonIdListType
 addressO 

Address of the student.

 
xPersonAddressType
 otherAddressesO 

Address of the student.

 
xOtherPersonAddressListType
 phoneNumberO 

Phone number of the student.

 
xTelephoneType
 otherPhoneNumbersO 

Other phone numbers for the student.

 
xTelephoneListType
 emailO 

Email of the student.

 
xEmailType
 otherEmailsO 

Other emails for the student.

 
xEmailListType
 demographicsO 

Demographic information about the student.

 
xDemographicsType
 enrollmentO 

Current enrollment information for the student.

 
xEnrollmentType
 otherEnrollmentsO 

Other enrollment information for the student.

 
xEnrollmentListType
 academicSummaryO 

Summary academic information for the student.

 
xAcademicSummaryType
 studentContactsO 

Persons that may be contacted regarding the student.

 
xStudentContactListType
 languagesO 

Languages of the student.

 
xLanguageListType
Table 3.18.9-1: xStudent
[ { "xStudent" : {"refId" : "0A1F09F5-37BB-4111-89E8-037B251832F0", "name" : {"type" : "LegalName", "familyName" : "Huber", "givenName" : "Hilel", "middleName" : "W"}, "otherIds" : {"otherId" : {"type" : "District", "id" : "625186"}, "otherId" : {"type" : "State", "id" : "836454234"}}, "phoneNumber" : {"phoneNumberType" : "Home", "number" : "5555431753", "primaryIndicator" : "true"}, "email" : {"emailType" : "Organizational", "emailAddress" : "HilelHuber@JohnsonCityMS.edu"}, "otherEmails" : {"email" : {"emailType" : "Home", "emailAddress" : "HilelHuber@Personal.com"}}, "demographics" : {"races" : {"race" : {"race" : "BlackOrAfricanAmerican"}}, "hispanicLatinoEthnicity" : "false", "sex" : "Male", "birthDate" : "1998-06-10", "usCitizenshipStatus" : "0"}, "enrollment" : {"leaRefId" : "9BA8379D-9A9D-4D59-9202-E976CADF5526", "schoolRefId" : "66667705-6C51-4C30-A22A-77CEA0FBCF53", "membershipType" : "Home", "entryDate" : "2016-08-24", "homeRoomNumber" : "265", "counselor" : {"refId" : "936647C1-1568-4F43-9E75-00007A8B7ED4", "localId" : "676834362", "givenName" : "Felix", "familyName" : "Pomp"}}, "studentContacts" : {"contactPersonRefId" : "3E95AFAC-55C1-44A6-9A31-2C4E25F11A2E", "contactPersonRefId" : "19AD67A8-DF48-4A50-8651-2C738E3585C9"}} } ]
<xStudent refId="0A1F09F5-37BB-4111-89E8-037B251832F0"> <name> <type>LegalName</type> <familyName>Huber</familyName> <givenName>Hilel</givenName> <middleName>W</middleName> </name> <otherIds> <otherId> <type>District</type> <id>625186</id> </otherId> <otherId> <type>State</type> <id>836454234</id> </otherId> </otherIds> <phoneNumber> <phoneNumberType>Home</phoneNumberType> <number>5555431753</number> <primaryIndicator>true</primaryIndicator> </phoneNumber> <email> <emailType>Organizational</emailType> <emailAddress>HilelHuber@JohnsonCityMS.edu</emailAddress> </email> <otherEmails> <email> <emailType>Home</emailType> <emailAddress>HilelHuber@Personal.com</emailAddress> </email> </otherEmails> <demographics> <races> <race> <race>BlackOrAfricanAmerican</race> </race> </races> <hispanicLatinoEthnicity>false</hispanicLatinoEthnicity> <sex>Male</sex> <birthDate>1998-06-10</birthDate> <usCitizenshipStatus>0</usCitizenshipStatus> </demographics> <enrollment> <leaRefId>9BA8379D-9A9D-4D59-9202-E976CADF5526</leaRefId> <schoolRefId>66667705-6C51-4C30-A22A-77CEA0FBCF53</schoolRefId> <membershipType>Home</membershipType> <entryDate>2016-08-24</entryDate> <homeRoomNumber>265</homeRoomNumber> <counselor> <refId>936647C1-1568-4F43-9E75-00007A8B7ED4</refId> <localId>676834362</localId> <givenName>Felix</givenName> <familyName>Pomp</familyName> </counselor> </enrollment> <studentContacts> <contactPersonRefId>3E95AFAC-55C1-44A6-9A31-2C4E25F11A2E</contactPersonRefId> <contactPersonRefId>19AD67A8-DF48-4A50-8651-2C738E3585C9</contactPersonRefId> </studentContacts> </xStudent>
Example 3.18.9-1: xStudent

3.18.10 xTransferIep

SIF_Events are reported for this object.

xTransferIep
Figure 3.18.10-1: xTransferIep xTransferIep refId referenceObjects iep historyList
 Element/@AttributeCharPrivacy RatingCEDS Id/URLDescriptionType
 xTransferIep  
  
@
key
refIdM 
 gRefIdType
 referenceObjectsO 
 tiepReferenceObjectsType
 iepO 
 xIepType
 historyListO 
 tiepHistoryListType
Table 3.18.10-1: xTransferIep

Valid XHTML 1.0 Transitional