3.13 Instructional Services Task Force

The goal of Instructional Services Task Force is to create, design and advocate a set of specifications that feature data objects which will advance interoperability standards of information needed in instruction and educational service delivery in the classroom and instructional settings.

3.13.1 Activity

The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept or skill.

SIF_Events are reported for this object.

Activity
Figure 3.13.1-1: Activity Activity RefId xml:lang Title Preamble TechnicalRequirements SoftwareRequirementList EssentialMaterials EssentialMaterial LearningObjectives LearningObjective LearningStandards LearningStandardItemRefId SubjectArea Prerequisites Prerequisite Students StudentPersonalRefId SourceObjects SourceObject SIF_RefObject Points ActivityTime CreationDate Duration Units StartDate FinishDate DueDate AssessmentRefId MaxAttemptsAllowed ActivityWeight Evaluation EvaluationType Description LearningResources LearningResourceRefId SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 Activity 

The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept or skill.

 
 
@
key
RefIdM RefIdType
@xml:langM

The default language of the text used for the content in the Assessment.

 
 
 TitleO

Descriptive name of the activity.

 
xs:normalizedString
 PreambleO

Description and context for the activity.

 
xs:string
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirements
 SoftwareRequirementListO

Contains information about required software.

 
SoftwareRequirementList
 EssentialMaterialsO

Essential materials required to engage in this activity.

 
List
 EssentialMaterials/EssentialMaterial
     
OR

Essential material required to engage in this activity.

 
xs:string
 LearningObjectivesO

Educational objectives of the activity.

 
List
 LearningObjectives/LearningObjective
     
OR

Description of an educational objective of the activity.

 
xs:string
 LearningStandardsO

Associated LearningStandardItem objects.

 
List
 LearningStandards/LearningStandardItemRefId
     
OR

Link from activity to associated LearningStandardItem object.

 
IdRefType
 SubjectAreaO SubjectArea
 PrerequisitesO

Skills or competencies the student must have to engage in activity.

 
List
 Prerequisites/Prerequisite
     
OR

Skill or competency the student must have to engage in activity.

 
xs:string
 StudentsO

Links to any students or group or category of students that this activity is for.

 
List
 Students/StudentPersonalRefId
     
OR

Link to a student.

 
IdRefType
 SourceObjectsO

Source objects assigned to students.

 
List
 SourceObjects/SourceObject
     
OR

GUID assigned to the source object.

 
IdRefType
@SIF_RefObjectM

The type of learning object the source object is.

 
values:
Assessment
LearningResource
Activity
Lesson
 PointsO

Number of possible points for an activity.

 
xs:unsignedInt
 ActivityTimeM

Time structures for the activity.

 
 
 ActivityTime/CreationDate
     
M

Creation date of the activity.

 
xs:date
 ActivityTime/DurationO

Time required to complete the activity.

 
xs:unsignedInt
@UnitsM

Unit of time of the Duration value. 

 
values:
week
day
hour
minute
second
 ActivityTime/StartDateO

Date activity is started.

 
xs:date
 ActivityTime/FinishDateO

Date activity is finished.

 
xs:date
 ActivityTime/DueDateO

Date activity is due.

 
xs:date
 AssessmentRefIdO

Link to the SIF Assessment object containing the evaluation information for this activity.

 
IdRefType
 MaxAttemptsAllowedO

How many tries allowed.

 
xs:unsignedInt
 ActivityWeightO

The percentage weight of the activity during the particular course or term.

 
xs:decimal
 EvaluationO

Field for non-numeric types of grading and evaluation such as "narrative."

 
 
@EvaluationTypeM

A qualifer for what type of evaluation this is. Valid values are "Inline" and "RefId". Inline values are contained in the optional Description element, RefIds are contained in the AssessmentRefId element.

 
values:
Inline
RefId
 Evaluation/DescriptionO

A free text description of the evaluation to be used for this activity

 
xs:string
 LearningResourcesO

Learning resources that support this activity.

 
List
 LearningResources/LearningResourceRefId
     
OR

A GUID reference to a SIF LearningResource object that supports this activity

 
IdRefType
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.1-1: Activity
<Activity RefId="C27E1FCFC163485FBEF0F36F18A0493A" xml:lang="en"> <Title>Shakespeare Essay - Much Ado About Nothing</Title> <Preamble>This is a very funny comedy - students should have passing familiarity with Shakespeare</Preamble> <LearningStandards> <LearningStandardItemRefId>9DB15CEAB2C54F6694C37D0A0CAEDDA4</LearningStandardItemRefId> </LearningStandards> <SourceObjects> <SourceObject SIF_RefObject="Lesson">A71ADBD3D93DA64B7166E420D50EDABC</SourceObject> </SourceObjects> <Points>50</Points> <ActivityTime> <CreationDate>2002-06-15</CreationDate> <Duration Units="minute">30</Duration> <StartDate>2002-09-10</StartDate> <FinishDate>2002-09-12</FinishDate> <DueDate>2002-09-12</DueDate> </ActivityTime> <AssessmentRefId>03EDB29E8116B4500435FA87E42A0AD2</AssessmentRefId> <MaxAttemptsAllowed>3</MaxAttemptsAllowed> <ActivityWeight>5</ActivityWeight> <Evaluation EvaluationType="Inline"> <Description>Students should be able to correctly identify all major characters.</Description> </Evaluation> <LearningResources> <LearningResourceRefId>B7337698BF6DB1937F79A07B87211B93</LearningResourceRefId> </LearningResources> </Activity>
Example 3.13.1-1: Activity - Example 1
<Activity RefId="C27E1FCFC163485FBEF0F36F18A0493A" xml:lang="en"> <Title>Shakespeare Essay - Much Ado About Nothing</Title> <Preamble>This is a very funny comedy - students should have passing familiarity with Shakespeare</Preamble> <SoftwareRequirementList> <SoftwareRequirement> <SoftwareTitle>Flash Player</SoftwareTitle> <Version>9.0</Version> <Vendor>Adobe</Vendor> </SoftwareRequirement> <SoftwareRequirement> <SoftwareTitle>Python</SoftwareTitle> <Version>3.0</Version> <OS>Linux</OS> </SoftwareRequirement> </SoftwareRequirementList> <LearningStandards> <LearningStandardItemRefId>9DB15CEAB2C54F6694C37D0A0CAEDDA4</LearningStandardItemRefId> </LearningStandards> <SourceObjects> <SourceObject SIF_RefObject="Lesson">A71ADBD3D93DA64B7166E420D50EDABC</SourceObject> </SourceObjects> <Points>50</Points> <ActivityTime> <CreationDate>2002-06-15</CreationDate> <Duration Units="minute">30</Duration> <StartDate>2002-09-10</StartDate> <FinishDate>2002-09-12</FinishDate> <DueDate>2002-09-12</DueDate> </ActivityTime> <AssessmentRefId>03EDB29E8116B4500435FA87E42A0AD2</AssessmentRefId> <MaxAttemptsAllowed>3</MaxAttemptsAllowed> <ActivityWeight>5</ActivityWeight> <Evaluation EvaluationType="Inline"> <Description>Students should be able to correctly identify all major characters.</Description> </Evaluation> <LearningResources> <LearningResourceRefId>B7337698BF6DB1937F79A07B87211B93</LearningResourceRefId> </LearningResources> </Activity>
Example 3.13.1-2: Activity - Example 2

3.13.2 Assignment

The work assigned to a student, which can comprise of learning resources, activities, and assessments. It must have a student and a time attached to it.

SIF_Events are reported for this object.

Assignment
Figure 3.13.2-1: Assignment Assignment RefId xml:lang Students StudentPersonalRefId StaffPersonalRefId TechnicalRequirements SoftwareRequirementList EssentialMaterials EssentialMaterial Title Preamble LearningObjectives LearningObjective LearningStandards LearningStandardItemRefId Prerequisites Prerequisite SourceObjects SourceObject SIF_RefObject AssignmentTime CreationDate Duration Units StartDate StartTime DueDate DueTime AdministrationDate MaxAttemptsAllowed AddToGradeBookFlag SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 Assignment 

The work assigned to a student, which can comprise of learning resources, activities, and assessments. It must have a student and a time attached to it.

 
 
@
key
RefIdM

GUID assigned to assignment.

 
RefIdType
@xml:langM

The default language used in the assignment object.

 
 
 StudentsM

Students given this assignment.

 
List
 Students/StudentPersonalRefId
     
MR

GUID assigned to the student.

 
IdRefType
 StaffPersonalRefIdO

GUID assigned to the educator who gave the assignment.

 
IdRefType
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirements
 SoftwareRequirementListO

Contains information about required software.

 
SoftwareRequirementList
 EssentialMaterialsO

Essential materials required to engage in the assignment.

 
List
 EssentialMaterials/EssentialMaterial
     
OR

Essential material required to engage in the assignment.

 
xs:string
 TitleO

Descriptive name of the assignment.

 
xs:normalizedString
 PreambleO

Description and context for the assignment.

 
xs:string
 LearningObjectivesO

Educational objectives of the assignment.

 
List
 LearningObjectives/LearningObjective
     
OR

Description of an educational objective of the assignment.

 
xs:string
 LearningStandardsO

Associated LearningStandardItem objects.

 
List
 LearningStandards/LearningStandardItemRefId
     
OR

Link from assignment to an associated LearningStandardItem object.

 
IdRefType
 PrerequisitesO

Skills or competencies the student must have to engage in assignment.

 
List
 Prerequisites/Prerequisite
     
OR

Skill or competency the student must have to engage in assignment.

 
xs:string
 SourceObjectsO

Source objects assigned to students.

 
List
 SourceObjects/SourceObject
     
OR

GUID assigned to the source object. The source object is the "thing" being assigned to a student.

 
IdRefType
@SIF_RefObjectM

The type of learning object the source object is. 

 
values:
Assessment
LearningResource
Activity
Lesson
 AssignmentTimeM

Time structures for the assignment.

 
 
 AssignmentTime/CreationDate
     
O

Creation date of the assignment

 
xs:date
 AssignmentTime/DurationO

Time required to complete the assignment.

 
xs:decimal
@UnitsM

Unit of time of the Duration value.

 
values:
week
day
hour
minute
second
 AssignmentTime/StartDateM

Date assignment is started.

 
xs:date
 AssignmentTime/StartTimeO

Time assignment is started.

 
xs:time
 AssignmentTime/DueDateM

Date assignment is due.

 
xs:date
 AssignmentTime/DueTimeO

Time assignment is due.

 
xs:time
 AssignmentTime/AdministrationDate
     
O

Date that the assignment was administered to student if an assessment.

 
xs:date
 MaxAttemptsAllowedO

The number attempts a student may make on this assignment. Assumed to be unlimited if omitted.

 
xs:unsignedInt
 AddToGradeBookFlagO

Flag to prompt grade book processing.

 
xs:boolean
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.2-1: Assignment
<Assignment RefId="DE072A87EFAD4B778AF9FAF83C94839E" xml:lang="en"> <Students> <StudentPersonalRefId>687FE59529E5FDB6A0949FDD8E12ACC3</StudentPersonalRefId> </Students> <StaffPersonalRefId>994FE59529E5FDB6A0949FDD8E12ACC3</StaffPersonalRefId> <TechnicalRequirements> <TechnicalRequirement>Internet Explorer 5.5 or greater</TechnicalRequirement> </TechnicalRequirements> <EssentialMaterials> <EssentialMaterial>LCD Projector</EssentialMaterial> </EssentialMaterials> <Title>The Painting of the Titanic: An Artistic Disaster</Title> <Preamble>Just how badly CAN the students paint? This assignment will help determine this.</Preamble> <SourceObjects> <SourceObject SIF_RefObject="Assessment">C2AC666132E946D9828B506A851FC3F5</SourceObject> </SourceObjects> <AssignmentTime> <Duration Units="minute">30</Duration> <StartDate>2003-02-26</StartDate> <DueDate>2003-02-26</DueDate> <AdministrationDate>2003-02-26</AdministrationDate> </AssignmentTime> <MaxAttemptsAllowed>1</MaxAttemptsAllowed> <AddToGradeBookFlag>true</AddToGradeBookFlag> </Assignment>
Example 3.13.2-1: Assignment - Example 1
<Assignment RefId="DE072A87EFAD4B778AF9FAF83C94839E" xml:lang="en"> <Students> <StudentPersonalRefId>687FE59529E5FDB6A0949FDD8E12ACC3</StudentPersonalRefId> </Students> <StaffPersonalRefId>994FE59529E5FDB6A0949FDD8E12ACC3</StaffPersonalRefId> <TechnicalRequirements> <TechnicalRequirement>Internet Explorer 5.5 or greater</TechnicalRequirement> </TechnicalRequirements> <SoftwareRequirementList> <SoftwareRequirement> <SoftwareTitle>Real Player</SoftwareTitle> <Version>11.0</Version> <Vendor>RealNetworks</Vendor> </SoftwareRequirement> <SoftwareRequirement> <SoftwareTitle>Internet Explorer</SoftwareTitle> <Version>6.0</Version> <OS>Windows XP</OS> </SoftwareRequirement> </SoftwareRequirementList> <EssentialMaterials> <EssentialMaterial>LCD Projector</EssentialMaterial> </EssentialMaterials> <Title>The Painting of the Titanic: An Artistic Disaster</Title> <Preamble>Just how badly CAN the students paint? This assignment will help determine this.</Preamble> <SourceObjects> <SourceObject SIF_RefObject="Assessment">C2AC666132E946D9828B506A851FC3F5</SourceObject> </SourceObjects> <AssignmentTime> <Duration Units="minute">30</Duration> <StartDate>2003-02-26</StartDate> <DueDate>2003-02-26</DueDate> <AdministrationDate>2003-02-26</AdministrationDate> </AssignmentTime> <MaxAttemptsAllowed>1</MaxAttemptsAllowed> <AddToGradeBookFlag>true</AddToGradeBookFlag> </Assignment>
Example 3.13.2-2: Assignment - Example 2

3.13.3 ContentCatalog

The curriculum responder makes available a catalog of relevant instructional assets in this format. This detail should succinctly identify curriculum whether it is an assessment, learning resource, activity or lesson.

SIF_Events are not reported for this object.

ContentCatalog
Figure 3.13.3-1: ContentCatalog ContentCatalog RefId xml:lang ContentObject SourceObject SIF_RefObject Location ReferenceType Status Title Description Author LanguageCode GradeLevels SubjectAreas SubjectArea MediaTypes MediaType LearningStandards Document Title StandardsSettingBody Country StateProvince NCESId SettingBodyName StatementCodes StatementCode InstructionalLevel TechnicalRequirements Duration Units CurriculumHierarchyList CurriculumHierarchy Level Description ParentLevel Prerequisites Prerequisite Adaptations Size Cost SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 ContentCatalog  This object contains information related to learning resources that can be searched for and retrieved from content repositories.   
@RefIdM

A GUID that identifies an instance of this object. This RefId is a “transient” value; that is, it SHOULD be generated by the provider at the time the object is provided in a Response message. This value MUST NOT be used in a later Request for the object.

 
RefIdType
@xml:langM

The default language used in this ContentCatalog object.

 
 
 ContentObjectM

The learning object.

 
 
 ContentObject/SourceObject
     
O

GUID assigned to the source object.

 
IdRefType
@SIF_RefObjectM

The name of the Source SIF object to which the GUID relates

 
values:
Assessment
LearningResource
Activity
Lesson
 ContentObject/LocationO

Description of location of resource, i.e. location in library or URL, community resource, outside resource supplier.

 
xs:string
@ReferenceTypeM

A qualifying attribute for the Location payload. If ReferenceType is "URI", the payload contains a web address where the resource can be found.

 
xs:token
 StatusO

Describes availability status of resource, e.g. "checked out."

 
xs:string
 TitleO

Title of the resource, e.g., "The Civil War …"

 
xs:string
 DescriptionO

Description of the resource, e.g., "This textbook is intended for grade 4 social studies students and addresses..."

 
xs:string
 AuthorO

Name of individual, organization or company that created the resource

 
xs:normalizedString
 LanguageCodeO

The language used by the content to communicate to the Student

 
NISOZ3953LanguageCodesType
 GradeLevelsO

A common element used to specify the collection of grade levels supported.

 
GradeLevels
 SubjectAreasO

A list of subject areas.

 
List
 SubjectAreas/SubjectAreaOR

A common element used to designate the subject area of a course or other learning materials, or a department.

 
SubjectArea
 MediaTypesO

Resource media types

 
List
 MediaTypes/MediaTypeOR

The [MIME] type based on IANA registration (see RFC2048) or 'non-digital'

 
xs:token
 LearningStandardsO

This element contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document.

 
List
 LearningStandards/Document
     
OR

A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party.

 
 
 LearningStandards/Document/
     Title
O

Name of the standard document, e.g., "Washington Essential Academic Learning Requirements."

 
xs:normalizedString
 LearningStandards/Document/
     StandardsSettingBody
O

The name of the state or organization that authored and manages updates to the standards document (e.g., NCTM, Ohio Department of Education).

 
 
 LearningStandards/Document/
     StandardsSettingBody/Country
     
O

The country of the standard setting body.

 
Country
 LearningStandards/Document/
     StandardsSettingBody/StateProvince
     
O

The state or province of the standard setting body.

 
StateProvince
 LearningStandards/Document/
     StandardsSettingBody/NCESId
     
O

National Center for Education Statistics Id.

 
NCESId
 LearningStandards/Document/
     StandardsSettingBody/SettingBodyName
     
O

The text version of the organization's name.

 
xs:normalizedString
 LearningStandards/Document/
     StatementCodes
O

 

List
 LearningStandards/Document/
     StatementCodes/StatementCode
     
OR

An alphanumeric Id code as defined by the organization to identify the statement.

 
xs:string
 InstructionalLevelO

An indication of the general nature and difficulty of instruction provided.

 
NCES0437InstructionalLevelType
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirements
 DurationO

Time required to complete the activity.

 
xs:unsignedInt
@UnitsM

Unit of time of the Duration value.

 
values:
week
day
hour
minute
second
 CurriculumHierarchyListO

 

List
 CurriculumHierarchyList/CurriculumHierarchy
     
OR

Description of additional curriculum hierarchical level

 
 
 CurriculumHierarchyList/CurriculumHierarchy/
     Level
O

Number reference of Curriculum Hierarchy

 
xs:string
 CurriculumHierarchyList/CurriculumHierarchy/
     Description
O

Description of Curriculum Hierarchy level

 
xs:string
 CurriculumHierarchyList/CurriculumHierarchy/
     ParentLevel
O

Parent Level

 
xs:string
 PrerequisitesO

Skills or competencies the student must have to engage in activity.

 
List
 Prerequisites/Prerequisite
     
OR

Skill or competency the student must have to engage in activity

 
xs:string
 AdaptationsO

Adaptations necessary for target students (508)

 
xs:string
 SizeO

The size of the learning content objects.

 
xs:string
 CostO

The price of the object requested

 
MonetaryAmountType
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.3-1: ContentCatalog
<ContentCatalog RefId="359D75101AD0A9D7A8C3DAD0A85103A2" xml:lang="en"> <ContentObject> <Location ReferenceType="URI">http://myserver.mydomain.com/content/civil_war_photos.pdf</Location> </ContentObject> <Status>Available</Status> <Title>The Civil War in Photos</Title> <Description>A collection of Civil War Photos</Description> <Author>John Smith</Author> <LanguageCode>eng</LanguageCode> <GradeLevels> <GradeLevel> <Code>09</Code> </GradeLevel> <GradeLevel> <Code>10</Code> </GradeLevel> <GradeLevel> <Code>11</Code> </GradeLevel> </GradeLevels> <SubjectAreas> <SubjectArea> <Code>04</Code> </SubjectArea> </SubjectAreas> <MediaTypes> <MediaType>x-application/pdf</MediaType> </MediaTypes> <LearningStandards> <Document> <Title>Essential Academic Learning Requirements</Title> <StandardsSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <NCESId>12345</NCESId> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardsSettingBody> <StatementCodes> <StatementCode>US History.2.03.a</StatementCode> </StatementCodes> </Document> <Document> <Title>State Learning Requirements</Title> <StandardsSettingBody> <Country>US</Country> <StateProvince>UT</StateProvince> <NCESId>67890</NCESId> <SettingBodyName>UT Department of Education</SettingBodyName> </StandardsSettingBody> <StatementCodes> <StatementCode>US History.4.89</StatementCode> </StatementCodes> </Document> </LearningStandards> <InstructionalLevel>0571</InstructionalLevel> <TechnicalRequirements> <TechnicalRequirement>Computer</TechnicalRequirement> </TechnicalRequirements> <Duration Units="minute">10</Duration> <Size>100mb</Size> </ContentCatalog>
Example 3.13.3-1: ContentCatalog

3.13.4 CurriculumStructure

An object designed to contain instructional objects such as units, lessons, activities, and assessments—or other containers—joined together under a particular topic and/or duration.

SIF_Events are reported for this object.

CurriculumStructure
Figure 3.13.4-1: CurriculumStructure CurriculumStructure RefId xml:lang Titles Title Description SubjectArea CurriculumHierarchyLevel Number Name Description PredecessorObjects CurriculumStructureRefId LearningObjectives LearningObjective ComponentObjects ComponentObject SIF_RefObject LearningStandards LearningStandardItemRefId SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 CurriculumStructure 

An object designed to contain instructional objects such as units, lessons, activities, and assessments—or other containers—joined together under a particular topic and/or duration.

 
 
@
key
RefIdM

GUID for this particular object.

 
RefIdType
@xml:langM

The default language of the text used for the content in object

 
 
 TitlesM List
 Titles/TitleMR

Name of this type of curriculum object (e.g., "American Revolutionary War")

 
xs:normalizedString
 DescriptionO

Description of this curriculum object

 
xs:string
 SubjectAreaO SubjectArea
 CurriculumHierarchyLevelM

Describes the position of this object in the curriculum hierarchy.

 
 
 CurriculumHierarchyLevel/
     Number
M

Integer assigned to each hierarchical level within the CurriculumStructure tree. The top level is 1.

 
xs:unsignedInt
 CurriculumHierarchyLevel/
     Name
M

Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms. This attribute names the level of the item.

 
xs:normalizedString
 CurriculumHierarchyLevel/
     Description
M

Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms.

 
xs:string
 PredecessorObjectsO

CurriculumStructure objects directly above this one in the hierarchy tree. These are repeatable because a single object can have multiple parent levels in the hierarcy.

 
List
 PredecessorObjects/CurriculumStructureRefId
     
OR

GUID assigned to the CurriculumStructure object directly above it in the hierarchy tree.

 
IdRefType
 LearningObjectivesO

Learning objectives for this object.

 
List
 LearningObjectives/LearningObjective
     
OR

Narrative description of a learning objective.

 
xs:string
 ComponentObjectsO

Component objects, if any, that make up this object.

 
List
 ComponentObjects/ComponentObject
     
OR

A GUID reference to a component object.

 
IdRefType
@SIF_RefObjectM

The type of learning object being referenced.

 
values:
CurriculumStructure
Lesson
Activity
Assessment
LearningResource
 LearningStandardsO

Associated learning standards.

 
List
 LearningStandards/LearningStandardItemRefId
     
OR

GUID of an associated LearningStandardItem object

 
IdRefType
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.4-1: CurriculumStructure
<CurriculumStructure RefId="B364631190F169CD8E3DF2BA2537EC8B" xml:lang="en"> <Titles> <Title>Cellular Concepts</Title> </Titles> <Description>Reviews basic concepts in Cellular Biology</Description> <SubjectArea> <Code>03</Code> <OtherCodeList> <OtherCode Codeset="Text">Life and Physical Sciences</OtherCode> </OtherCodeList> </SubjectArea> <CurriculumHierarchyLevel> <Number>4</Number> <Name>Unit</Name> <Description>http://www.compasslearning.com/hierarchy004</Description> </CurriculumHierarchyLevel> <PredecessorObjects> <CurriculumStructureRefId>3DD3294A068EC899EE586A6FEFFCF0EB</CurriculumStructureRefId> </PredecessorObjects> <LearningObjectives> <LearningObjective>Teach students about the basics of cellular structure and lifecycle.</LearningObjective> </LearningObjectives> <ComponentObjects> <ComponentObject SIF_RefObject="Lesson">3DD3294A068EC899EE586A6FEFFCF0EB</ComponentObject> <ComponentObject SIF_RefObject="Lesson">8838B02258673F0094E5B426E59C26BC</ComponentObject> <ComponentObject SIF_RefObject="Lesson">D41D8CD98F00B204E9800998ECF8427E</ComponentObject> <ComponentObject SIF_RefObject="Lesson">DC3076B304B838BF11AF723DD7D4AED7</ComponentObject> </ComponentObjects> <LearningStandards> <LearningStandardItemRefId>141216334645D859E2CA255B1C3BBD91</LearningStandardItemRefId> </LearningStandards> </CurriculumStructure>
Example 3.13.4-1: CurriculumStructure

3.13.5 LearningResource

This object contains information related to learning resources that may be used in educational settings. These include textbooks, Internet content, educational software, videos and DVDs, supplemental print material, etc.

SIF_Events are reported for this object.

LearningResource
Figure 3.13.5-1: LearningResource LearningResource RefId xml:lang Name Author Contacts Contact Name Address PhoneNumber Email Location ReferenceType Status Description GradeLevels SubjectAreas SubjectArea MediaTypes MediaType UseAgreement AgreementDate Approvals Approval Organization Date Evaluations Evaluation RefId Description Date Name Components Component Name Reference Description Strategies Strategy AssociatedObjects AssociatedObject SIF_RefObject LearningStandards LearningStandardItemRefId LearningResourcePackageRefId SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 LearningResource 

This object contains information related to learning resources that may be used in educational settings. These include textbooks, Internet content, educational software, videos and DVDs, supplemental print material, etc.

 
 
@
key
RefIdM

GUID assigned to this LearningResource.

 
RefIdType
@xml:langM

The default language used in the LearningResource object.

 
 
 NameM

Name of learning resource.

 
xs:normalizedString
 AuthorO

Name of organization or company that created the resource.

 
xs:normalizedString
 ContactsO

Contains contact information about resource authors.

 
List
 Contacts/ContactOR

Contains contact information about a resource author.

 
 
 Contacts/Contact/NameO

Name of contact person. Use the generic element Name.

 
Name
 Contacts/Contact/AddressO

Address of organization or company.

 
Address
 Contacts/Contact/PhoneNumber
     
O

Phone number of organization or company.

 
PhoneNumber
 Contacts/Contact/EmailO

The email of the organization or company.

 
Email
 LocationO

Description of location of resource, i.e. location in library or URL, community resource, outside resource supplier.

 
xs:string
@ReferenceTypeM

A qualifying attribute for the Location payload. If ReferenceType is "URI", the payload contains a web address where the resource can be found.

 
xs:token
 StatusO

Describes availability status of resource, e.g. "checked out."

 
xs:normalizedString
 DescriptionO

Description of the resource, e.g., "This textbook is intended for grade 4 social studies students and addresses..."

 
xs:string
 GradeLevelsO GradeLevels
 SubjectAreasO List
 SubjectAreas/SubjectAreaOR SubjectArea
 MediaTypesO

Resource media types.

 
List
 MediaTypes/MediaTypeOR

MIME type [MIME] based on IANA registration (see RFC2048) or 'non-digital'.

 
xs:token
 UseAgreementO

Describes terms of use for resource.

 
xs:string
 AgreementDateO

A date that defines the date of agreement.

 
xs:date
 ApprovalsO

Authorizations to use this resource. For example, this resource may be included as part of the district's standard curriculum model.

 
List
 Approvals/ApprovalOR

A sub-element containing an authorization to use this resource. For example, this resource may be included as part of the district's standard curriculum model.

 
 
 Approvals/Approval/Organization
     
M

Name of agency that approved use of resource.

 
xs:normalizedString
 Approvals/Approval/DateM

Date resource was approved.

 
xs:date
 EvaluationsO

Evaluations/review of the resource.

 
List
 Evaluations/EvaluationOR

Evaluation/review of resource.

 
 
@RefIdM

GUID assigned to an evaluation.

 
RefIdType
 Evaluations/Evaluation/Description
     
O

Description of evaluation of resource.

 
xs:string
 Evaluations/Evaluation/Date
     
O

Date evaluation was performed

 
xs:date
 Evaluations/Evaluation/Name
     
O

Name of individual who submitted evaluation.

 
Name
 ComponentsM

Lesson or activity-sized portions of a resource.

 
List
 Components/ComponentMR

A lesson or activity-sized portion of a resource.

 
 
 Components/Component/Name
     
M

Name of learning resource component within the resource, i.e. "Chapter 1, Section 4.

 
xs:normalizedString
 Components/Component/Reference
     
M

Description of where ResourceComponent is located within resource or in general, i.e. "Section 4, pages 32-38," or URL string, or whatever locator is appropriate for media.

 
xs:string
 Components/Component/Description
     
O

Description of ResourceComponent, i.e. "Discover how changing the scale of a map can either increase or decrease the level of detail you see."

 
xs:string
 Components/Component/Strategies
     
O

Teaching/learning strategies used in the learning resource.

 
List
 Components/Component/Strategies/
     Strategy
OR

Teaching/learning strategy used in the learning resource. One per element.

 
xs:string
 Components/Component/AssociatedObjects
     
O

References from component to associated elements within another SIF object.

 
List
 Components/Component/AssociatedObjects/
     AssociatedObject
OR

Reference from component to associated elements within another SIF object.

 
IdRefType
@SIF_RefObjectM

Attribute that identifies the type of SIF object being referenced.

 
ObjectNameType
 LearningStandardsO

References to LearningStandardItems.

 
List
 LearningStandards/LearningStandardItemRefId
     
OR

Reference to a LearningStandardItem.

 
IdRefType
 LearningResourcePackageRefIdO

Reference to a LearningResourcePackage, a transport envelope for teaching and learning object files.

 
IdRefType
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.5-1: LearningResource
<LearningResource RefId="6938D88F82A37EFD88892429EC6AB1B5" xml:lang="en"> <Name>A World of Words (Teacher Reference Sheet)</Name> <Author>The Kennedy Center Arts Edge</Author> <Contacts> <Contact> <Address Type="0123"> <Street> <Line1>The John F. Kennedy Center for the Performing Arts</Line1> <Line2>2700 F Street, NW</Line2> <StreetNumber>2700</StreetNumber> <StreetName>F</StreetName> <StreetType>Street</StreetType> <StreetSuffix>NW</StreetSuffix> </Street> <City>Washington</City> <County>Cook</County> <StateProvince>DC</StateProvince> <Country>US</Country> <PostalCode>20566</PostalCode> </Address> <PhoneNumber Type="0096"> <Number>(555) 555-1234</Number> </PhoneNumber> <Email Type="Primary">info@kennedy-center.org</Email> </Contact> </Contacts> <Location ReferenceType="URI">http://www.artsedge.kennedy-Center.org/teaching_materials/curricula/curric/86_u_dreams/489_words.pdf</Location> <Status>Available</Status> <Description>Teacher Reference Sheet</Description> <GradeLevels> <GradeLevel> <Code>03</Code> </GradeLevel> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectAreas> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">English Language and Literature</OtherCode> </OtherCodeList> </SubjectArea> </SubjectAreas> <MediaTypes> <MediaType>x-application/pdf</MediaType> </MediaTypes> <UseAgreement>see http://www.artsedge.kennedycenter.org/teaching_materials/using/artsedge.html for the user aggreement</UseAgreement> <AgreementDate>2002-06-05</AgreementDate> <Approvals> <Approval> <Organization>Our District Local Schools, Office of Curriculum and Planning</Organization> <Date>2002-03-15</Date> </Approval> </Approvals> <Evaluations> <Evaluation RefId="F1BC63DFD02CCED654EF558E84904E01"> <Description>This resource addresses Washington State EALRs</Description> <Date>2001-06-15</Date> <Name Type="02"> <LastName>Doe</LastName> <FirstName>Joan</FirstName> </Name> </Evaluation> </Evaluations> <Components> <Component> <Name>Vocabulary</Name> <Reference>http://www.artsedge.kennedycenter.org/teaching_materials/curricula/curric/86_u_dreams/489_vocab.html</Reference> <Description> Students learn about social contexts such as nationality, culture, etc. </Description> <Strategies> <Strategy>Inquiry</Strategy> </Strategies> <AssociatedObjects> <AssociatedObject SIF_RefObject="Lesson">667A87E21B4B9470CE61568576DF921E</AssociatedObject> </AssociatedObjects> </Component> </Components> <LearningStandards> <LearningStandardItemRefId>D56D76D40F0B96916DA4CA2E230494E8</LearningStandardItemRefId> <LearningStandardItemRefId>DBCE64060B47E555A64AF7FCE6C1A4A9</LearningStandardItemRefId> </LearningStandards> <LearningResourcePackageRefId>6D254047C5E542CBB7921D03ED3BD894</LearningResourcePackageRefId> </LearningResource>
Example 3.13.5-1: LearningResource

3.13.6 LearningResourcePackage

Many instructional applications in a SIF zone need to share teaching and learning objects. Curriculum planning applications, content repositories, learning management systems, etc.—all of these systems need to share instructional content utilizing the LearningResource object.

The LearningResourcePackage object provides a transport envelope to move these files across the SIF zone.

Note: With SIF Implementation Specification version 2.4 the choice element depicted in the diagram below has changed. In the XSD files, the choice element used to be rendered as a sequence of optional elements. Now, in the XSD files, the choice element is rendered as an xs:choice. This may cause problems with agents that treat the choice element as two optional elements rather than a choice of one and only one of the choices.

SIF_Events are not reported for this object.

LearningResourcePackage
Figure 3.13.6-1: LearningResourcePackage LearningResourcePackage
 Element/@AttributeCharDescriptionType
 LearningResourcePackage A wrapper for any external learning content to be transmitted across a SIF Zone. AbstractContentPackageType
Table 3.13.6-1: LearningResourcePackage
<LearningResourcePackage RefId="C7DE86685968459FBF9FED22A0E1EA6E"> <BinaryData MIMEType="text/plain">ab++</BinaryData> </LearningResourcePackage>
Example 3.13.6-1: LearningResourcePackage

3.13.7 LearningStandardAssociation

This object associates learning standards with particular learning resources.

SIF_Events are reported for this object.

LearningStandardAssociation
Figure 3.13.7-1: LearningStandardAssociation LearningStandardAssociation RefId RefURI LearningStandardRefId ObjectType TargetObjects TargetObject ObjectType SIF_RefId AssociationStrength AssociationType StartDate EndDate AuthoritativeSource Creator Type SIF_RefId CreationDate SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 LearningStandardAssociation  This object associates learning standards with particular learning resources.   
@
key
RefIdM

The Id (GUID) that uniquely identifies this LearningStandardAssociation.

 
RefIdType
 RefURIO

A URI that establishes uniqueness.

 
xs:anyURI
 LearningStandardRefIdMA RefId that identifies a Learning Standard. IdRefType
@ObjectTypeM

Declares whether the this RefId references a LearningStandardItem or a LearningStandardDocument

 
values:
LearningStandardItem
LearningStandardDocument
 TargetObjectsMList of target objects for the learning standard linkage. List
 TargetObjects/TargetObject
     
MR

At least one target for the learning standard linkage.

 
 
@ObjectTypeM

The Target Object name referenced.

 
values:
AssessmentItem
LearningResource
 TargetObjects/TargetObject/
     SIF_RefId
M

The RefId for the LearningResource or AssessmentItem

 
IdRefType
 TargetObjects/TargetObject/
     AssociationStrength
O

A number greater than 0 and less than or equal to 1. This indicates the strength of the association between the one or more Learning Standards and this target object.

 
xs:decimal
 TargetObjects/TargetObject/
     AssociationType
O

The type of relationship or cardinality being modeled, e.g., predecessor, prerequisite, unidirectional, nondirectional, is a component of, etc.

 
xs:token
 StartDateMStart date of the learning standard association. xs:date
 EndDateOEnd date of the learning standard association. xs:date
 AuthoritativeSourceMBody or organization creating this association. xs:normalizedString
 CreatorMName of the Creator of the relationship. xs:normalizedString
@TypeO

The object type of the object representing the Creator.

 
values:
StaffPersonal
Person
WorkforcePersonal
Other
@SIF_RefIdO

RefId of SIF object representing the creator if such exists.

 
IdRefType
 CreationDateOCreation date of the relationship. xs:date
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.7-1: LearningStandardAssociation
<LearningStandardAssociation RefId="869670E8540A43509515AFB767FADD9A"> <LearningStandardRefId ObjectType="LearningStandardItem">DCE34B359D75101A8C3D00AA001A1652</LearningStandardRefId> <TargetObjects> <TargetObject ObjectType="LearningResource"> <SIF_RefId>1947AB893C29F73910FEC3827A239CB1</SIF_RefId> <AssociationStrength>1</AssociationStrength> <AssociationType>prerequisite</AssociationType> </TargetObject> <TargetObject ObjectType="LearningResource"> <SIF_RefId>DE072A87EFAD4B778AF9FAF83C94839E</SIF_RefId> <AssociationStrength>.5</AssociationStrength> <AssociationType>predecessor</AssociationType> </TargetObject> </TargetObjects> <StartDate>2012-01-21</StartDate> <EndDate>2015-01-21</EndDate> <AuthoritativeSource>Math Department Curriculum 2012-2013</AuthoritativeSource> <Creator Type="StaffPersonal" SIF_RefId="1652D3E34F419D75101A8C3D00AA001A">Curriculum Director Halstead</Creator> <CreationDate>2011-11-20</CreationDate> </LearningStandardAssociation>
Example 3.13.7-1: LearningStandardAssociation Example

3.13.8 LearningStandardDocument

A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party. The LearningStandardDocument reflects an expectation of student work.

SIF_Events are reported for this object.

LearningStandardDocument
Figure 3.13.8-1: LearningStandardDocument LearningStandardDocument RefId xml:lang RefURI Title ShortName DocumentVersion Description Source Organizations Organization Authors Author OrganizationContactPoint SubjectAreas SubjectArea DocumentStatus DocumentDate LocalAdoptionDate LocalArchiveDate EndOfLifeDate Copyright Date Holder GradeLevels RepositoryDate LearningStandardItemRefId RelatedLearningStandards LearningStandardDocumentRefId SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 LearningStandardDocument 

A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party. The LearningStandardDocument reflects an expectation of student work.

 
 
@
key
RefIdM

Id for the standards document

 
RefIdType
@xml:langM

The default language of the text used for the content in the learning standard document.

 
 
 RefURIO

A URI that establishes uniqueness of the object instance.

 
xs:anyURI
 TitleM

Name of standard document, i.e., "Washington Essential Academic Learning Requirements."

 
xs:normalizedString
 ShortNameO

A short name for the document.

 
xs:token
 DocumentVersionO

Identifies the version of the document that this object instance represents. Note that new versions of documents must generate new RefIds and therefore a new object instance. This element is immutable in that once the object has been published with a value (other than blank) it must never be changed.

 
xs:token
 DescriptionO

Description of the standards document.

 
xs:string
 SourceM

Defines source of standard document. This is the descriptive type of the organization listed in Organization. It serves to describe the type of the standards contained within the document.

 
values:
National
State
Regional
District
Site
Classroom
Publisher
 OrganizationsM List
 Organizations/Organization
     
MR

Name of organization represented by the document, i.e., "National Council of Teachers of Mathematics (NCTM)," "Washington," "Seattle School District."

 
xs:normalizedString
 AuthorsO List
 Authors/AuthorOR

Name of the organization that authored the standards document, i.e. "Mid-Continent Research for Education & Learning (McREL)." May be the same as "Organization" above.

 
xs:normalizedString
 OrganizationContactPointO

A brief description of how to contact the organization maintaining the standards. It could be a phone number, email address, or URL.

 
xs:string
 SubjectAreasM List
 SubjectAreas/SubjectAreaMR SubjectArea
 DocumentStatusM values:
Draft
Adopted
Archived
Unknown
 DocumentDateO

The date the current status was achieved.

 
xs:date
 LocalAdoptionDateO

The date the local organization adopted this standard document

 
xs:date
 LocalArchiveDateO

The date the local organization stopped using this standard document and superseded by a new document.

 
xs:date
 EndOfLifeDateO

This is the date that the governing organization retired this document. 

 
xs:date
 CopyrightO

Copyright for document.

 
 
 Copyright/DateC

Copyright date

 
xs:date
 Copyright/HolderC

Name of the copyright holder

 
xs:normalizedString
 GradeLevelsO

SIF common GradeLevels element

 
GradeLevels
 RepositoryDateO

Date document data was added to the repository

 
xs:date
 LearningStandardItemRefIdM

Link to the first/top LearningStandardItem in the standard hierarchy

 
IdRefType
 RelatedLearningStandardsO List
 RelatedLearningStandards/
     LearningStandardDocumentRefId
     
OR

Links to related LearningStandardDocument

 
IdRefType
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.8-1: LearningStandardDocument
<LearningStandardDocument RefId="A5A575C789175101B8E7F08ED123A823" xml:lang="en"> <Title>Washington Essential Academic Learning Requirements</Title> <Description>This document addresses high school English Language Arts</Description> <Source>State</Source> <Organizations> <Organization>State of Washington</Organization> </Organizations> <Authors> <Author>McREL</Author> </Authors> <OrganizationContactPoint>http://www.mcrel.org</OrganizationContactPoint> <SubjectAreas> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">English Language and Literature</OtherCode> </OtherCodeList> </SubjectArea> </SubjectAreas> <DocumentStatus>Adopted</DocumentStatus> <DocumentDate>2001-04-15</DocumentDate> <LocalAdoptionDate>2002-01-06</LocalAdoptionDate> <EndOfLifeDate>2003-04-15</EndOfLifeDate> <Copyright> <Date>2001-02-05</Date> <Holder>State of Washington</Holder> </Copyright> <GradeLevels> <GradeLevel> <Code>09</Code> </GradeLevel> <GradeLevel> <Code>10</Code> </GradeLevel> <GradeLevel> <Code>11</Code> </GradeLevel> <GradeLevel> <Code>12</Code> </GradeLevel> </GradeLevels> <RepositoryDate>2001-04-15</RepositoryDate> <LearningStandardItemRefId>B7D26D789139214A8C7F08EA123A8234</LearningStandardItemRefId> <RelatedLearningStandards> <LearningStandardDocumentRefId>B216162FC98D202E62A64D53C991A25A</LearningStandardDocumentRefId> </RelatedLearningStandards> </LearningStandardDocument>
Example 3.13.8-1: LearningStandardDocument

3.13.9 LearningStandardItem

This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document. This object primarily focuses upon state department curriculum standards, published curriculum standards and local education agency learning standards. Each LearningStandardItem reflects an individual standard statement and may occur at several levels within a hierarchially structured document.

SIF_Events are reported for this object.

LearningStandardItem
Figure 3.13.9-1: LearningStandardItem LearningStandardItem RefId xml:lang RefURI ShortName ItemVersion Description StandardSettingBody Country StateProvince NCESId SettingBodyName StandardHierarchyLevel Number Description PredecessorItems LearningStandardItemRefId StatementCodes StatementCode Statements Statement GradeLevels SubjectArea StandardIdentifier YearCreated SubjectArea StandardNumber GradeLevels Benchmark GradeLevel IndicatorNumber AlternateIdentificationCodes AlternateIdentificationCode Organization LearningStandardDocumentRefId RelatedLearningStandardItems LearningStandardItemRefId RelationshipType Level4 Level5 SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 LearningStandardItem  This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document. This object primarily focuses upon state department curriculum standards, published curriculum standards and local education agency learning standards. Each LearningStandardItem reflects an individual standard statement and may occur at several levels within a hierarchially structured document.   
@
key
RefIdM

GUID assigned to each statement at each level within the document hierarchy

 
RefIdType
@xml:langM

The default language of the text used for the content in the LearningStandardItem.

 
 
 RefURIO

A URI that establishes uniqueness of the object instance.

 
xs:anyURI
 ShortNameO

A short name for the item.

 
xs:token
 ItemVersionO

Identifies the version of the item that this object instance represents. Note that new versions of items must generate new RefIds and therefore a new object instance. This element is immutable in that once the object has been published with a value (other than blank) it must never be changed.

 
xs:token
 DescriptionO

A text description of the item.

 
xs:normalizedString
 StandardSettingBodyO

The name of the state or organization that authored and manages updates to the standards document (i.e., NCTM, Ohio Department of Education).

 
 
 StandardSettingBody/Country
     
M Country
 StandardSettingBody/StateProvince
     
O StateProvince
 StandardSettingBody/NCESId
     
O NCESId
 StandardSettingBody/SettingBodyName
     
O

This is the text version of the organization's name.

 
xs:normalizedString
 StandardHierarchyLevelM

Description of hierarchical level within standards tree.

 
 
 StandardHierarchyLevel/Number
     
M

Integer assigned to each hierarchical level within standards tree. The top level is "1".

 
xs:unsignedInt
 StandardHierarchyLevel/Description
     
M

Used to describe what role this item is serving in the structure. Some standards describe their levels in terms of standard, strands, and topics. Others use standards, benchmarks, and indicators. This attribute names the level of the item.

 
xs:string
 PredecessorItemsO List
 PredecessorItems/LearningStandardItemRefId
     
MR

GUID assigned to the LearningStandardItem directly above it in the hierarchy tree. This is a repeatable element because a single granular item may relate to multiple parent levels of the hierarchy.

 
IdRefType
 StatementCodesO List
 StatementCodes/StatementCode
     
MR

An alphanumeric Id code as defined by the organization to identify the statement.

 
xs:token
 StatementsO List
 Statements/StatementMR

The text of the "standard," or "benchmark."

 
xs:string
 GradeLevelsM GradeLevels
 SubjectAreaO SubjectArea
 StandardIdentifierO

This element describes the unique identifier for each LearningStandard.

 
 
 StandardIdentifier/YearCreated
     
M

This represents the year that this specific learning standard was created. This is important to indicate as standards are updated to reflect the appropriate year it was created. This would be assigned and unique to the standard setting body.

 
xs:gYear
 StandardIdentifier/SubjectArea
     
M

This represents the subject or content area this learning standard addresses. This would be assigned and unique to the standard setting body.\

 
SubjectArea
 StandardIdentifier/StandardNumber
     
M

This is the specific number of the standard. For example, if the subject is mathematics and this standard is Patterns, Functions and Algebra, this would be StandardNumber 1. This would be assigned and unique to the standard setting body.

 
xs:normalizedString
 StandardIdentifier/GradeLevels
     
M

This represents the grade level(s) this specific learning standard will address. This may be addressed in different ways. Some states have a grade level that covers several grades and others have just one grade. This would be assigned and unique to the standard setting body.

 
GradeLevels
 StandardIdentifier/Benchmark
     
O

This is the next level within the hierarchy of the learning standard. For example, if the subject is mathematics and the standard is algebra, this would be the next delineation - Represent an unknown quantity as a variable using a symbol, including letters. This would be assigned and unique to the standard setting body.

 
xs:normalizedString
 StandardIdentifier/GradeLevel
     
O

This is the specific grade level. This is to be utilized if the GradeLevel covers several grades. This would be assigned and unique to the standard setting body.

 
GradeLevel
 StandardIdentifier/IndicatorNumber
     
O

This would be the most granular level of the learning standard associated with the grade level. Following the same example, an indicator for Algebra GradeLevel 5-7, the indicator for the benchmark above at 6 grade would be to Evaluate simple expressions by replacing variables with given values, and use formulas in problem-solving situations. This would be assigned and unique to the standard setting body.

 
xs:normalizedString
 StandardIdentifier/AlternateIdentificationCodes
     
O

This element is for an organization to utilize for an internal code. This may be used for an alignment schema or other purposes that are only internal for the organization.

 
List
 StandardIdentifier/AlternateIdentificationCodes/
     AlternateIdentificationCode
     
MR

An alphanumeric Id code as defined by the organization to identify the statement.

 
xs:normalizedString
 StandardIdentifier/Organization
     
M

Name of organization represented by the document, i.e., "National Council of Teachers of Mathematics (NCTM)," "Washington," "Seattle School District." This is the name of the organization that has this AlternateIdentificationCode. This should be a text field.

 
xs:normalizedString
 LearningStandardDocumentRefIdM

The RefId of the item's parent LearningStandardDocument.

 
IdRefType
 RelatedLearningStandardItemsO

Container for external relationships.

 
List
 RelatedLearningStandardItems/
     LearningStandardItemRefId
     
OR

A relationship between the current standard item and another standard item.

 
IdRefType
@RelationshipTypeM

Type of the relationship between the current standard and the target standard. The value identifies the type of standard of the target item. The purpose of this information is to allow applications to sort/display these relationships in the appropriate context.

 
union of:

LearningStandardItemRelationshipTypesType
xs:token
 Level4O

This element has been deprecated as of version 2.6. Use of this element is not recommended. This is the second to most granular level of the learning or performance standard associated with the grade level.

 
xs:normalizedString
 Level5O

This element has been deprecated as of version 2.6. Use of this element is not recommended. This is the most granular level of the learning or performance standard associated with the grade level.

 
xs:normalizedString
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.9-1: LearningStandardItem
<LearningStandardItem RefId="A5D75F789175101B8C7E08EA123A8234" xml:lang="en"> <StandardSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardSettingBody> <StandardHierarchyLevel> <Number>3</Number> <Description>Indicator</Description> </StandardHierarchyLevel> <PredecessorItems> <LearningStandardItemRefId>DE072A87EFAD4B778AF9FAF83C94839E</LearningStandardItemRefId> </PredecessorItems> <StatementCodes> <StatementCode>Mathematics.2.03.a</StatementCode> </StatementCodes> <Statements> <Statement>Counting from 0 to 100 using whole numbers</Statement> </Statements> <GradeLevels> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectArea> <Code>52</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardIdentifier> <YearCreated>2003</YearCreated> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardNumber>04</StandardNumber> <GradeLevels> <GradeLevel> <Code>05</Code> </GradeLevel> <GradeLevel> <Code>06</Code> </GradeLevel> <GradeLevel> <Code>07</Code> </GradeLevel> </GradeLevels> <Benchmark>C</Benchmark> <GradeLevel> <Code>06</Code> </GradeLevel> <IndicatorNumber>06</IndicatorNumber> <Organization>National Council of Teachers of Mathematics (NCTM)</Organization> </StandardIdentifier> <LearningStandardDocumentRefId>8454189F6BBC26C6B97DDB4B6D0E3AC8</LearningStandardDocumentRefId> <RelatedLearningStandardItems> <LearningStandardItemRefId RelationshipType="Content">869670E8540A43509515AFB767FADD9A</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="State">B14FDAB437CA4565A9765A5B824545C4</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="PD">D5440A11F5A44AC1920261ECBE5A29F6</LearningStandardItemRefId> </RelatedLearningStandardItems> </LearningStandardItem>
Example 3.13.9-1: LearningStandardItem - Example 1
<LearningStandardItem RefId="A5D75F789175101B8C7E08EA123A8234" xml:lang="en"> <StandardSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardSettingBody> <StandardHierarchyLevel> <Number>3</Number> <Description>Indicator</Description> </StandardHierarchyLevel> <PredecessorItems> <LearningStandardItemRefId>DE072A87EFAD4B778AF9FAF83C94839E</LearningStandardItemRefId> </PredecessorItems> <StatementCodes> <StatementCode>Mathematics.2.03.a</StatementCode> </StatementCodes> <Statements> <Statement>Counting from 0 to 100 using whole numbers</Statement> </Statements> <GradeLevels> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectArea> <Code>52</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardIdentifier> <YearCreated>2003</YearCreated> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardNumber>04</StandardNumber> <GradeLevels> <GradeLevel> <Code>05</Code> </GradeLevel> <GradeLevel> <Code>06</Code> </GradeLevel> <GradeLevel> <Code>07</Code> </GradeLevel> </GradeLevels> <Benchmark>C</Benchmark> <GradeLevel> <Code>06</Code> </GradeLevel> <IndicatorNumber>06</IndicatorNumber> <Organization>National Council of Teachers of Mathematics (NCTM)</Organization> </StandardIdentifier> <LearningStandardDocumentRefId>8454189F6BBC26C6B97DDB4B6D0E3AC8</LearningStandardDocumentRefId> <RelatedLearningStandardItems> <LearningStandardItemRefId RelationshipType="Content">869670E8540A43509515AFB767FADD9A</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="State">B14FDAB437CA4565A9765A5B824545C4</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="PD">D5440A11F5A44AC1920261ECBE5A29F6</LearningStandardItemRefId> </RelatedLearningStandardItems> <Level4>b</Level4> <Level5>1</Level5> </LearningStandardItem>
Example 3.13.9-2: LearningStandardItem - Example 2

3.13.10 Lesson

A series of Activities and LearningResources tied together under a particular topic or period of time to deliver a particular educational concept or skill.

SIF_Events are reported for this object.

Lesson
Figure 3.13.10-1: Lesson Lesson RefId xml:lang SourceObjects SourceObject SIF_RefObject CurriculumStructures CurriculumStructureRefId SubjectArea Title Duration Units Description Procedure Strategies Strategy LearningObjectives LearningObjective SupportingActivities ActivityRefId LearningStandards LearningStandardItemRefId LearningResources LearningResourceRefId LessonSources LessonSource Author Name Organization Address Email SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 Lesson 

A series of Activities and LearningResources tied together under a particular topic or period of time to deliver a particular educational concept or skill.

 
 
@
key
RefIdM RefIdType
@xml:langM

The default language of the text used for the content in the Lesson.

 
 
 SourceObjectsO List
 SourceObjects/SourceObject
     
OR

Reference to the source object.

 
IdRefType
@SIF_RefObjectM

The type of learning object being referred to.

 
values:
Assessment
LearningResource
Activity
Lesson
 CurriculumStructuresO List
 CurriculumStructures/CurriculumStructureRefId
     
OR

A GUID reference to the parent CurriculumStructure object of this Lesson.

 
IdRefType
 SubjectAreaO SubjectArea
 TitleM

Name of lesson.

 
xs:normalizedString
 DurationO

Desired duration of the lesson

 
xs:unsignedInt
@UnitsM

Unit of time of the Duration value.

 
values:
week
day
hour
minute
second
 DescriptionO

Description of the lesson plan.

 
xs:string
 ProcedureO

Text field to describe how to use and implement the lesson.

 
xs:string
 StrategiesO List
 Strategies/StrategyOR

Teaching strategy used in this lesson plan.

 
xs:normalizedString
 LearningObjectivesO List
 LearningObjectives/LearningObjective
     
OR

Description of learning objective(s) for this lesson, i.e., "Student will be able to use Pythagorean Theorem."—equates to 'benchmark' or 'goal' or other terminology

 
xs:string
 SupportingActivitiesO List
 SupportingActivities/ActivityRefId
     
OR

Links to Activity objects that may support the lesson

 
IdRefType
 LearningStandardsO List
 LearningStandards/LearningStandardItemRefId
     
OR

Link to an associated LearningStandardItem. This allows for a single Lesson to be aligned to multiple standard statements.

 
IdRefType
 LearningResourcesO List
 LearningResources/LearningResourceRefId
     
OR

Link to an aligned LearningResource object.

 
IdRefType
 LessonSourcesO List
 LessonSources/LessonSource
     
OR

One or more sources for the lesson. This describes the lesson's origin.

 
 
 LessonSources/LessonSource/
     Author
OR

For each source, the authors of the source.

 
 
 LessonSources/LessonSource/
     Author/Name
O

Name of the author.

 
Name
 LessonSources/LessonSource/
     Author/Organization
O

Organization name.

 
xs:normalizedString
 LessonSources/LessonSource/
     Author/Address
O

Address of the author.

 
Address
 LessonSources/LessonSource/
     Author/Email
O

Email address of the author.

 
Email
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.10-1: Lesson
<Lesson RefId="6A6151B83273F352228C6411D0F09218" xml:lang="en"> <SourceObjects> <SourceObject SIF_RefObject="Assessment">538A805BCFA442AFBC30BA300309F5B1</SourceObject> </SourceObjects> <CurriculumStructures> <CurriculumStructureRefId>7301432402827BAA27A48A3374F774D7</CurriculumStructureRefId> </CurriculumStructures> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Principals of Algebra and Geometry</OtherCode> </OtherCodeList> </SubjectArea> <Title>Spatial Relations</Title> <Duration Units="minute">85</Duration> <Description>Fundamentals of Plane Geometry: Right angle triangles and the Pythagorean Theorem</Description> <Procedure>This lesson should only be done outside in a non-flammable area.</Procedure> <Strategies> <Strategy>Group Participation</Strategy> </Strategies> <LearningObjectives> <LearningObjective>Student will be able to use Pythagorean Theorem to calculate the perimeter of a triangle.</LearningObjective> </LearningObjectives> <SupportingActivities> <ActivityRefId>A41FAAC3081441E1E5591B7A76A3E543</ActivityRefId> <ActivityRefId>D6B804025B22FB58C8F5DB44B36B8CB3</ActivityRefId> </SupportingActivities> <LearningStandards> <LearningStandardItemRefId>2CB2A0EB86A9C174E883CD1F316DAECD</LearningStandardItemRefId> </LearningStandards> <LearningResources> <LearningResourceRefId>6CACAFE29BEC1941D8348612DDDBEA13</LearningResourceRefId> <LearningResourceRefId>DB7AAD3B2610D2AF8F5A131F203FE7CF</LearningResourceRefId> <LearningResourceRefId>2975C9FE99B559F3D75D78750444C979</LearningResourceRefId> </LearningResources> <LessonSources> <LessonSource> <Author> <Name Type="02"> <Prefix>Mr.</Prefix> <LastName>Woodall</LastName> <FirstName>Charles</FirstName> <MiddleName>William</MiddleName> <PreferredName>Chuck</PreferredName> </Name> <Organization>NCTM</Organization> <Address Type="0123"> <Street> <Line1>1 IBM Plaza</Line1> <Line2>Suite 2000</Line2> <StreetNumber>1</StreetNumber> <StreetName>IBM</StreetName> <StreetType>Plaza</StreetType> <ApartmentType>Suite</ApartmentType> <ApartmentNumber>2000</ApartmentNumber> </Street> <City>Chicago</City> <County>Cook</County> <StateProvince>IL</StateProvince> <Country>US</Country> <PostalCode>60611</PostalCode> </Address> <Email Type="Primary">chuckw@imginc.com</Email> </Author> </LessonSource> </LessonSources> </Lesson>
Example 3.13.10-1: Lesson

3.13.11 Person

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

SIF_Events are reported for this object.

Person
Figure 3.13.11-1: Person Person RefId SocialSecurityNumber DriversLicenseNumber StateProvince PersonId Label ElectronicIdList PersonInfo DateUpdated SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 Person 

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

 
 
@
key
RefIdM

The GUID of the person.

 
RefIdType
 SocialSecurityNumberO

The Social Security number of the person.

 
SSN
 DriversLicenseNumberO

The driver's license of the individual.

 
xs:string
@StateProvinceM

The state/province that issued the driver's license.

 
StateProvince
 PersonIdO

The state-assigned identifier for this person. This will probably not be the same State Province Id as the one assigned to the various roles such as StudentPersonal.

 
StateProvinceId
@LabelO

The label associated with this id for instance: "MPI ID" or "P20ID".

 
xs:string
 ElectronicIdListO

Electronic identifier(s) associated with this entity.

 
ElectronicIdList
 PersonInfoM

Common element containing person demographic information.

 
PersonInfo
 DateUpdatedM

If no other data then defaults to object creation date.

 
xs:date
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.11-1: Person
<Person RefId="F260716384746B387459000F84717C00"> <SocialSecurityNumber>0275550000</SocialSecurityNumber> <DriversLicenseNumber StateProvince="ON">A346754</DriversLicenseNumber> <PersonId>1204567</PersonId> <ElectronicIdList> <ElectronicId Type="Barcode">206654</ElectronicId> <ElectronicId Type="PIN">9823</ElectronicId> </ElectronicIdList> <PersonInfo> <OtherIdList> <OtherId Type="0154"> 34697550 </OtherId> </OtherIdList> <Name Type="04"> <Prefix>Mr.</Prefix> <LastName>Dancer</LastName> <FirstName>Hap</FirstName> <MiddleName>P</MiddleName> <PreferredName>Twinkletoes</PreferredName> </Name> <OtherNames> <Name Type="01"> <LastName>Dancer</LastName> <FirstName>Serial</FirstName> </Name> </OtherNames> <Demographics> <RaceList> <Race> <Code>1002</Code> </Race> </RaceList> <Gender>M</Gender> <BirthDate>1990-09-26</BirthDate> <BirthDateVerification>1004</BirthDateVerification> <PlaceOfBirth>Miami</PlaceOfBirth> <CountyOfBirth>Dade</CountyOfBirth> <StateOfBirth>FL</StateOfBirth> <CountryOfBirth>US</CountryOfBirth> <CountriesOfCitizenship> <CountryOfCitizenship>US</CountryOfCitizenship> </CountriesOfCitizenship> <CountriesOfResidency> <CountryOfResidency>US</CountryOfResidency> </CountriesOfResidency> <CitizenshipStatus>1017</CitizenshipStatus> <EnglishProficiency> <Code>1633</Code> </EnglishProficiency> <LanguageList> <Language> <Code>eng</Code> </Language> </LanguageList> <DwellingArrangement> <Code>1674</Code> </DwellingArrangement> <MaritalStatus>1042</MaritalStatus> </Demographics> <AddressList> <Address Type="0123"> <Street> <Line1>6799 33rd Ave.</Line1> <StreetNumber>6799</StreetNumber> <StreetName>33rd</StreetName> <StreetType>Ave.</StreetType> </Street> <City>Chicago</City> <StateProvince>IL</StateProvince> <Country>US</Country> <PostalCode>60660</PostalCode> </Address> </AddressList> <PhoneNumberList> <PhoneNumber Type="0096"> <Number>(604) 555-1212</Number> </PhoneNumber> </PhoneNumberList> <EmailList> <Email Type="Primary">happydancer@sifinfo.org</Email> </EmailList> </PersonInfo> <DateUpdated>2012-01-21</DateUpdated> </Person>
Example 3.13.11-1: Person

3.13.12 PersonRoleAssociation

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

SIF_Events are reported for this object.

PersonRoleAssociation
Figure 3.13.12-1: PersonRoleAssociation PersonRoleAssociation RefId PersonRefId AssociatedRoleRefId Zone_Id Type EntryDate ExitDate AuthoritativeSource Creator Type SIF_RefId CreationDate SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 PersonRoleAssociation 

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

 
 
@
key
RefIdM

The RefId of the PersonRoleAssociation object.

 
RefIdType
 PersonRefIdM

The GUID of the person.

 
IdRefType
 AssociatedRoleRefIdM

The RefId of the *Personal SIF_Object representing this Person's role .

 
IdRefType
@Zone_IdO

The ZoneId for the target object.

 
xs:token
@TypeM

The object type of the Person's associated role.

 
values:
StudentPersonal
StaffPersonal
EmployeePersonal
StudentContactPersonal
StudentContact
 EntryDateM

Effective start date of the association.

 
xs:date
 ExitDateM

Effective end date of the association.

 
xs:date
 AuthoritativeSourceM

Body or organization creating this association.

 
xs:string
 CreatorO

Name of the Creator of this association.

 
xs:string
@TypeO

The type of the object representing the Creator.

 
values:
StudentPersonal
StaffPersonal
EmployeePersonal
StudentContactPersonal
StudentContact
@SIF_RefIdC

RefId of SIF object representing the creator if such exists- Mandatory if a Creator/ObjectType exists.

 
IdRefType
 CreationDateO

Creation date of the relationship.

 
xs:date
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.12-1: PersonRoleAssociation
<PersonRoleAssociation RefId="F260716384746B387459000F84717C00"> <PersonRefId>F260716384746B387459000F84717C00</PersonRefId> <AssociatedRoleRefId Zone_Id="zone.bostonpublicschools.com" Type="StaffPersonal">D3E34B359D75101A8C3D00AA001A1652</AssociatedRoleRefId> <EntryDate>2012-01-21</EntryDate> <ExitDate>2015-01-21</ExitDate> <AuthoritativeSource>BPS Identity Manager</AuthoritativeSource> <Creator Type="StaffPersonal" SIF_RefId="C3E34B359D75101A8C3D00AA001A1652">Principal Ozymandias</Creator> <CreationDate>2011-11-20</CreationDate> </PersonRoleAssociation>
Example 3.13.12-1: PersonRoleAssociation

3.13.13 ResponseToIntervention

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. The process includes intervention, frequent progress measurement, and research-based instructional interventions for students. This object represents the information that describes the Response to Intervention. Multiple ResponsetoIntervention objects may be created for an individual student.

SIF_Events are reported for this object.

ResponseToIntervention
Figure 3.13.13-1: ResponseToIntervention ResponseToIntervention RefId StudentPersonalRefId SchoolInfoRefId StaffPersonalRefId StudentPlacementRefId RTILocalId LocationWhereInterventionDelivered InterventionProviderNames InterventionProviderName StaffPersonalRefId OtherProvider Tier Interventions Intervention InterventionName InterventionDescription InterventionType InterventionDelivery SubjectArea LearningStandardItems LearningStandardItemRefId LearningObjectives LearningObjective Measurements Measurement MeasurementTool FrequencyofMeasure Baselines Baseline Targets Target EntryDate ProjectedExitDate ExitDate FrequencyTime Code Duration UnitOfMeasure SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 ResponseToIntervention 

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. The process includes intervention, frequent progress measurement, and research-based instructional interventions for students. This object represents the information that describes the Response to Intervention. Multiple ResponsetoIntervention objects may be created for an individual student.

 
 
@
key
RefIdM

The Id (GUID) that uniquely identifies a particular Response to Intervention.

 
RefIdType
@StudentPersonalRefIdM

The Id (GUID) of the student to whom this intervention is being administered.

 
IdRefType
@SchoolInfoRefIdM

The Id (GUID) of the school to which this intervention applies.

 
IdRefType
@StaffPersonalRefIdM

The Id (GUID) of the staff member who is administering this intervention.

 
IdRefType
@StudentPlacementRefIdM

The Id (GUID) that references the StudentPlacement Object that contains information that describes a specific instructional, related or transitional service that has been prescribed or recommended in the program plan developed for a student who has been placed in an individualized special program.

 
IdRefType
 RTILocalIdO

A local ID that may be used to identify this intervention for the student.

 
LocalId
 LocationWhereInterventionDeliveredO

This is where the actual intervention would take place. For example, if at a tutoring provider, then the tutoring organization would be named.

 
xs:normalizedString
 InterventionProviderNamesO

A list of persons providing the intervention.

 
List
 InterventionProviderNames/
     InterventionProviderName
MR

The person providing the intervention.

 
 
@StaffPersonalRefIdO

The StaffPersonalRefId of the staff member. Either the StaffPersonalRefId of the staff member or name must be provided

 
IdRefType
 InterventionProviderNames/
     InterventionProviderName/
     OtherProvider
O

The name of the person if not a staff member. Either the StaffPersonalRefId of the staff member or name must be provided.

 
xs:normalizedString
 TierM

The specific tier of intervention.

 
xs:decimal
 InterventionsM

The list of interventions applied here.

 
List
 Interventions/Intervention
     
MR

Details of an intervention.

 
 
 Interventions/Intervention/
     InterventionName
M

Naming of the intervention.

 
xs:normalizedString
 Interventions/Intervention/
     InterventionDescription
O

Description of the intervention.

 
xs:normalizedString
 Interventions/Intervention/
     InterventionType
O

The description of the type of intervention that is delivered.

 
values:
Face-to-face
Computer Assisted
 Interventions/Intervention/
     InterventionDelivery
O

How the instruction is delivered.

 
values:
Group
Individual
Whole Class
 SubjectAreaM

The subject for which this intervention is intended.

 
SubjectArea
 LearningStandardItemsO

List of LearningStandardItems.

 
List
 LearningStandardItems/LearningStandardItemRefId
     
MR

GUID that references the LearningStandardItem object that contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document. This object primarily focuses upon state department curriculum standards, published curriculum standards and local education agency learning standards. Each LearningStandardItem reflects an individual standard statement and may occur at several levels within a hierarchially structured document.

 
IdRefType
 LearningObjectivesO

List of learning objectives.

 
List
 LearningObjectives/LearningObjective
     
MR

The specific learning objective(s) being addressed by this intervention.

 
xs:normalizedString
 MeasurementsO List
 Measurements/MeasurementMR

 

 
 Measurements/Measurement/
     MeasurementTool
M

The specific tool that will be used to gather data about how the student is improving.

 
xs:normalizedString
 Measurements/Measurement/
     FrequencyofMeasure
M

The frequency of the measuement.

 
values:
S001
Weekly
S002
Bi-weekly
S003
Semi-monthly
S004
Monthly
S005
Quarterly
S006
Semi-annually
S007
Annually
S008
Daily
S999
Other
 BaselinesO

List of pre-assessment data used to evaluate the student on the learning objective.

 
List
 Baselines/BaselineMR

The pre-assessment data to evaluate the student on the learning objective.

 
xs:normalizedString
 TargetsO

List of specific end aims.

 
List
 Targets/TargetMR

The specific end aim that is desired to achieve for the student.

 
xs:normalizedString
 EntryDateO

When the intervention begins.

 
xs:date
 ProjectedExitDateO

When the intervention is anticipated to end.

 
xs:date
 ExitDateO

Date of when the intervention actually ended.

 
xs:date
 FrequencyTimeO

The frequency of the intervention.

 
 
 FrequencyTime/CodeM

The frequency in segments of time.

 
values:
S001
Weekly
S002
Bi-weekly
S003
Semi-monthly
S004
Monthly
S005
Quarterly
S006
Semi-annually
S007
Annually
S008
Daily
S999
Other
 FrequencyTime/DurationM

The actual duration of the frequency of the intervention. For example, if the student is to have the intervention for 40 minutes, then 40 would be entered.

 
xs:integer
@UnitOfMeasureM

Identifies unit of measure in which amount of time is expressed.

 
values:
Minutes
Seconds
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.13-1: ResponseToIntervention
<ResponseToIntervention RefId="1652D3E34F419D75101A8C3D00AA001A" StudentPersonalRefId="DE072A87EFAD4B778AF9FAF83C94839E" SchoolInfoRefId="1947AB893C29F73910FEC3827A239CB1" StaffPersonalRefId="DCE34B359D75101A8C3D00AA001A1652" StudentPlacementRefId="869670E8540A43509515AFB767FADD9A"> <RTILocalId>837D3</RTILocalId> <LocationWhereInterventionDelivered>Classroom</LocationWhereInterventionDelivered> <InterventionProviderNames> <InterventionProviderName StaffPersonalRefId="1652D3E34F419D75101A8C3D00AA001A" /> <InterventionProviderName> <OtherProvider>Mary Smith</OtherProvider> </InterventionProviderName> </InterventionProviderNames> <Tier>11.0</Tier> <Interventions> <Intervention> <InterventionName>Read Naturally</InterventionName> <InterventionDescription>This program develops fluency, vocabulary development and comprehension based upon research-based strategies of teacher modeling, repeated reading and progress monitoring. Computer software will be used.</InterventionDescription> <InterventionType>Computer Assisted</InterventionType> <InterventionDelivery>Individual</InterventionDelivery> </Intervention> </Interventions> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">Reading</OtherCode> </OtherCodeList> </SubjectArea> <LearningStandardItems> <LearningStandardItemRefId>A5D75F789175101B8C7E08EA123A8234</LearningStandardItemRefId> </LearningStandardItems> <LearningObjectives> <LearningObjective>The student will develop reading fluency by applying phonetic analysis to multiple syllable words while reading the words.</LearningObjective> </LearningObjectives> <Measurements> <Measurement> <MeasurementTool>DIBELS</MeasurementTool> <FrequencyofMeasure>S005</FrequencyofMeasure> </Measurement> </Measurements> <Baselines> <Baseline>ORF 40</Baseline> </Baselines> <Targets> <Target>ORF 70</Target> <Target>ORF 95</Target> <Target>ORF 110</Target> </Targets> <EntryDate>2011-09-01</EntryDate> <ProjectedExitDate>2012-05-12</ProjectedExitDate> <FrequencyTime> <Code>S001</Code> <Duration UnitOfMeasure="Minutes">120</Duration> </FrequencyTime> </ResponseToIntervention>
Example 3.13.13-1: ResponseToIntervention

3.13.14 RTIResults

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. This object records the individual learner information for an assigned ResponseToIntervention.

SIF_Events are reported for this object.

RTIResults
Figure 3.13.14-1: RTIResults RTIResults RefId StudentPersonalRefId StudentPlacementRefId ResponseToInterventionRefId RTILocalId Intervention PerformanceIndicators PerformanceIndicator Measurements Measurement MeasurementTool FrequencyofMeasure Baselines Baseline Targets Target Results Result SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharDescriptionType
 RTIResults 

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. This object records the individual learner information for an assigned ResponseToIntervention.

 
 
@
key
RefIdM

The Id (GUID) that uniquely identifies the results of a particular Response to Intervention.

 
RefIdType
@StudentPersonalRefIdM

The Id (GUID) of the student being administered the intervention..

 
IdRefType
@StudentPlacementRefIdM

The Id (GUID) that references the StudentPlacement Object that contains information that describes a specific instructional, related or transitional service that has been prescribed or recommended in the program plan developed for a student who has been placed in an individualized special program.

 
IdRefType
@ResponseToInterventionRefIdM

The Id (GUID) of the reference to the ResponseToIntervention that has been assigned for this individual learner.

 
IdRefType
 RTILocalIdO

A local ID that may be used to identify this intervention for the student.

 
LocalId
 InterventionO

Naming of the intervention.

 
xs:normalizedString
 PerformanceIndicatorsO List
 PerformanceIndicators/PerformanceIndicator
     
MR

The specific measurement goal at the end of the intervention that each student should reach.

 
xs:normalizedString
 MeasurementsO List
 Measurements/MeasurementMR

 

 
 Measurements/Measurement/
     MeasurementTool
M

The specific tool that will be used to gather data about how the student is improving.

 
xs:normalizedString
 Measurements/Measurement/
     FrequencyofMeasure
M

The frequency of the measuement.

 
values:
S001
Weekly
S002
Bi-weekly
S003
Semi-monthly
S004
Monthly
S005
Quarterly
S006
Semi-annually
S007
Annually
S008
Daily
S999
Other
 BaselinesO

List of pre-assessment data used to evaluate the student on the learning objective.

 
List
 Baselines/BaselineMR

The pre-assessment data to evaluate the student on the learning objective.

 
xs:normalizedString
 TargetsO

List of specific end aims.

 
List
 Targets/TargetMR

The specific end aim that is desired to achieve for the student.

 
xs:normalizedString
 ResultsO List
 Results/ResultMR

This represents the results based on each measurement period.

 
xs:normalizedString
 SIF_MetadataO SIF_Metadata
 SIF_ExtendedElementsO SIF_ExtendedElements
Table 3.13.14-1: RTIResults
<RTIResults RefId="1652D3E34F419D75101A8C3D00AA001A" StudentPersonalRefId="F260716384746B387459000F84717C00" StudentPlacementRefId="DE072A87EFAD4B778AF9FAF83C94839E" ResponseToInterventionRefId="869670E8540A43509515AFB767FADD9A"> <RTILocalId>837D3</RTILocalId> <Intervention>Read Naturally</Intervention> <PerformanceIndicators> <PerformanceIndicator>ORF 120</PerformanceIndicator> </PerformanceIndicators> <Measurements> <Measurement> <MeasurementTool>DIBELS</MeasurementTool> <FrequencyofMeasure>S005</FrequencyofMeasure> </Measurement> </Measurements> <Baselines> <Baseline>ORF 40</Baseline> </Baselines> <Targets> <Target>ORF 70</Target> <Target>ORF 95</Target> <Target>ORF 110</Target> </Targets> <Results> <Result>ORF 68</Result> <Result>ORF 99</Result> <Result>ORF 118</Result> </Results> </RTIResults>
Example 3.13.14-1: RTIResults

Valid XHTML 1.0 Transitional