Uses of Class
com.edustructures.sifworks.Element

Packages that use Element
com.edustructures.sifworks Core classes and interfaces of the SIFWorks® ADK® for Java. 
com.edustructures.sifworks.assessment Classes to model Assessment Elements (SIF 2.0 Specification, Assessment Working Group
com.edustructures.sifworks.common Classes to model Common Elements (SIF 2.0 Specification, Common Elements
com.edustructures.sifworks.datamodel Classes to model Data Model Elements (SIF 2.0 Specification, Data Model Task Force
com.edustructures.sifworks.dw Classes to model Data Warehouse Elements (SIF 2.0 Specification, Data Warehouse Working Group
com.edustructures.sifworks.etranscripts Classes to model Student Record Exchange Elements (SIF 2.0 Specification, Student Record Exchange Task Force
com.edustructures.sifworks.food Classes to model Food Elements (SIF 2.0 Specification, Food Services Working Group
com.edustructures.sifworks.gradebook Classes to model Grade Book Elements (SIF 2.0 Specification, GradeBook Working Group
com.edustructures.sifworks.hrfin Classes to model Human Resources & Financials Elements (SIF 2.0 Specification, Human Resources and Financials Working Group
com.edustructures.sifworks.infra Classes to model Infrastructure Elements (SIF 2.0 Specification, Infrastructure and Infrastructure Working Group
com.edustructures.sifworks.instr Classes to model Instructional Services Elements (SIF 2.0 Specification, Instructional Services Working Group
com.edustructures.sifworks.library Classes to model Library Services Elements (SIF 2.0 Specification, Library Automation Working Group
com.edustructures.sifworks.profdev Classes to model Professional Development Elements (SIF 2.0 Specification, Professional Development Working Group
com.edustructures.sifworks.programs Classes to model Professional Development Elements (SIF 2.0 Specification, Special Programs Working Group
com.edustructures.sifworks.reporting Classes to model Vertical Reporting Elements (SIF 2.0 Specification, Vertical Reporting Task Force
com.edustructures.sifworks.student Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group
com.edustructures.sifworks.tools.xpath The SIFXPathContext class allows for advanced XPath traversal of SIF Data Objects using XPath query language. 
com.edustructures.sifworks.trans Classes to model Transportation and Geographic Information Elements (SIF 2.0 Specification, Transportation and Geographic Information Working Group
 

Uses of Element in com.edustructures.sifworks
 

Subclasses of Element in com.edustructures.sifworks
 class SIFActionList<T extends SIFKeyedElement>
          Represents a repeatable element list in SIF, in which each item is identifed with a key.
 class SIFDataObject
          The abstract base class for all root-level SIF Data Object classes.
 class SIFDataObjectXML
          A SIFDataObject implementation that wraps raw XML messages.
 class SIFElement
          The abstract base class for all SIF Elements.
 class SIFKeyedElement
           
 class SIFKeyedList<T extends SIFKeyedElement>
           
 class SIFList<T extends SIFElement>
           
 class SIFMessagePayload
          A specialization of SIFElement for SIF infrastructure messages such as SIF_Register, SIF_Request, and SIF_Event.
 class SimpleField<T>
          A simple field value.
 

Methods in com.edustructures.sifworks that return Element
 Element[][] SIFElement.compareGraphTo(SIFElement target)
          Compares all child elements and attributes of this Element with that of another Element.
 Element SIFDTD.createElementOrAttributeFromXPath(SIFElement relativeTo, java.lang.String query, ValueBuilder valueBuilder)
          Create all elements and attributes referenced by the XPath-like query string.
 Element SIFDTD.createElementOrAttributeFromXPath(SIFElement relativeTo, java.lang.String query, ValueBuilder valueBuilder, SIFVersion version, SIFFormatter textFormatter, SIFFormatter pathFormatter)
          Create all elements and attributes referenced by the XPath-like query string.
 Element SIFDataObject.getElementOrAttribute(java.lang.String xpath)
          Gets an element or attribute value identified by an XPath-like query string.
 Element Element.getParent()
          Gets the parent of this Element.
 Element Element.getRoot()
          Enumerating the ancestry of this object to return the root Element
 Element SIFDTD.lookupBySQP(SIFDataObject relativeTo, java.lang.String query)
          Find an SIFElement given a SIF Query Pattern string.
 Element SIFDTD.lookupByXPath(SIFDataObject relativeTo, java.lang.String query)
          Find an SIFElement given an XPath-like query string.
 Element SIFDTD.lookupByXPath(SIFDataObject relativeTo, java.lang.String query, ValueBuilder valueBuilder)
          Find an SIFElement given an XPath-like query string.
 

Methods in com.edustructures.sifworks that return types with arguments of type Element
 java.util.List<Element> SIFElement.getContent()
          Gets an ordered list of all child elements and fields that are in a changed state and do not have a null value.
 java.util.List<Element> SIFFormatter.getContent(SIFElement element, SIFVersion version)
          Gets the content from the SIFElement for the specified version of SIF.
 java.util.List<Element> SIFElement.getContent(SIFVersion version)
          Gets an ordered list of all child elements and fields that are in a changed state and do not have a null value.
 

Methods in com.edustructures.sifworks with parameters of type Element
 int Element.compareTo(Element target)
          Compare the text value of this Element to another Element
 void SIFElement.restoreImplementationDef(Element candidate)
          Return the actual ElementRef of the child.
 void Element.setParent(Element parent)
          Sets the parent of this Element.
 

Uses of Element in com.edustructures.sifworks.assessment
 

Subclasses of Element in com.edustructures.sifworks.assessment
 class Assessment
          
 class AssessmentAdministration
          
 class AssessmentForm
          
 class AssessmentGradeLevel
          
 class AssessmentPackage
          
 class AssessmentRegistration
          
 class AssessmentSubTest
          
 class AssessmentSubTestRefId
          
 class AssessmentSubTestRefIds
          
 class CutScores
          
 class FormNumber
          
 class FormNumbers
          
 class Item
          
 class Items
          
 class LearningStandardItemRefIds
          
 class PerformanceLevel
          
 class PerformanceLevels
          
 class Score
          
 class ScoreRange
          
 class Scores
          
 class SpecialCondition
          
 class SpecialConditions
          
 class StudentGradeLevel
          
 class StudentResponseSet
          
 class StudentScoreSet
          
 class StudentSpecialCondition
          
 class StudentSpecialConditions
          
 

Uses of Element in com.edustructures.sifworks.common
 

Subclasses of Element in com.edustructures.sifworks.common
 class Address
          This element represents an address.
 class AddressList
          A list of Address elements
 class AttendanceCode
          
 class BinaryData
          Contains the base64Binary encoding of binary or text data not encoded in UTF-8.
 class CodesetValue
          
 class ContactInfo
          Common element used to supply information for a contact person at a school, LEA, or other institution.
 class CountriesOfCitizenship
          
 class CountriesOfResidency
          
 class Country
          
 class CountryOfResidency
          
 class Demographics
          Demographics about a student, contact, staff member, etc.
 class Duration
          Desired duration of the lesson
 class DwellingArrangement
          
 class ElectronicId
          Identifies an electronic ID (barcode, magstripe, PIN, etc.)
 class ElectronicIdList
          
 class Email
          This element represents an e-mail address of one of a number of types and occurs in objects such as StudentPersonal, StaffPersonal, StudentContact, etc.
 class EmailList
          
 class EnglishProficiency
          The student's English proficiency level
 class ExceptionalityCategories
          
 class ExceptionalityCategory
          Exceptionality description/code which will identify the exceptionality of the student.
 class GradeLevel
          
 class GradeLevels
          This is a common element used to specify a collection of grade levels supported.
 class GridLocation
          This element contains information about a map location.
 class IdentificationInfo
          
 class IdentificationInfoList
          
 class InstructionalLevel
          
 class JobFunction
          
 class Language
          The student's language
 class LanguageList
          
 class LeaInfoLink
          
 class LearningStandardItemRefId
          
 class MeetingTime
          This element represents the meeting times and periods for a course, and occurs within objects such as SectionInfo and StudentSectionEnrollment
 class MeetingTimeList
          
 class MonetaryAmountType
          
 class Name
          The name of a person
 class NameList
          
 class OtherCode
          
 class OtherCodeList
          
 class OtherId
          Describes an alternate ID for a person
 class OtherIdList
          
 class PartialDateType
          A Date, with an optional month/day, or an optional month by itself.
 class PhoneNumber
          A telephone number
 class PhoneNumberList
          
 class PictureSource
          Defines a student picture, which can either be a URL or picture data
 class PlannedAssessmentParticipation
          
 class Program
          This common element is used to describe program information.
 class ProgramFundingSource
          The specific group of duties or responsibilities of position.
 class ProgramStatus
          
 class ProgramType
          The specific group of duties or responsibilities of position.
 class Race
          
 class RaceList
          
 class Reference
          References external content via a URL.
 class Relationship
          
 class SchoolContact
          Information on contact persons for this school.
 class SchoolContactList
          
 class SIF_ExtendedElement
          A name/value pair, the name being contained in the Name attribute, the value being the element content.
 class SIF_ExtendedElements
          The following element is supported at the end of all SIF objects.
 class SIF_RefId
          
 class StaffLink
          
 class Street
          The Street element is a complex element that breaks a street address down into several parts
 class StudentPersonalRefId
          
 class Students
          List of students
 class SubjectArea
          
 class SubjectAreaList
          
 class TermSpan
          
 class TextData
          Contains arbitrary text, encoded in UTF-8.
 class XMLData
          Contains an arbitary XML element, encoded in UTF-8
 

Uses of Element in com.edustructures.sifworks.datamodel
 

Subclasses of Element in com.edustructures.sifworks.datamodel
 class Created
          
 class Creator
          
 class Creators
          
 class FeeForUse
          
 class FeesForUse
          A container for fees for use of the content in the object.
 class LifeCycle
          This common metadata element describes the life cycle of the object it represents, based on the IEEE LOM LifeCycle element
 class ModificationHistory
          An ordered set of Modified elements describing which system modified the data, when the modification took place, and a brief description of the modification.
 class Modified
          A single modification event.
 class RightsElement
          
 class RightsElements
          
 class SIF_Metadata
          
 class SpanGap
          This element is designed to contain the time period attached to an object.
 class SpanGaps
          
 class TimeElement
          This element is designed to contain the time period attached to an object.
 class TimeElements
          
 

Uses of Element in com.edustructures.sifworks.dw
 

Subclasses of Element in com.edustructures.sifworks.dw
 class AggregateCharacteristicInfo
          This object defines the attribute of a group of objects th at implicitly or explicitly defines a subset of the group.
 class AggregateCharacteristicInfoRefId
          
 class AggregateStatisticFact
          This object is the actual value of the measurement.
 class AggregateStatisticInfo
          This object defines the attribute of a group of objects that implicitly or explicitly defines a subset of the group.
 class CalculationRule
          Rule for calculating the aggregate statistic
 class Characteristics
          
 class ExclusionRule
          Rule for which statistic may not be reported
 class ExclusionRules
          
 class Location
          
 class LocationRefId
          RefId of the location object if the location is a SIF object such as School (SchoolInfo)
 

Uses of Element in com.edustructures.sifworks.etranscripts
 

Subclasses of Element in com.edustructures.sifworks.etranscripts
 class AcademicPerformanceHistory
          
 class AcademicPerformanceSummary
          
 class ActivityAward
          
 class ActivityAwardHistory
          
 class AdditionalGraduationRequirementPerformanceHistory
          
 class Advisor
          
 class AssessmentHistory
          A record of performance on an individual assessment.
 class AssessmentPerformanceHistory
          
 class Counselor
          
 class Course
          
 class CourseHistory
          
 class Courses
          
 class CurrentCourseActivity
          
 class DemographicsData
          
 class EnrollmentHistory
          
 class LEAInfoData
          
 class MarkData
          
 class MarkingPeriod
          
 class MarkingPeriods
          
 class MarkingSystems
          
 class MarkValueInfoData
          
 class OtherRecords
          
 class ParentGuardian
          
 class Records
          
 class Requirement
          
 class SchoolAttendanceHistory
          
 class SchoolAttended
          
 class SchoolCourseInfoData
          
 class SchoolInfoData
          
 class StaffPersonalData
          
 class StudentAcademicRecord
          
 class StudentContactsSummary
          
 class StudentDemographicRecord
          
 class StudentParticipationData
          
 class StudentPersonalData
          
 class StudentRecordExchange
          
 class StudentRecordPackage
          
 class StudentRecordPackageRefId
          
 class StudentSchoolEnrollmentData
          
 class StudentSchoolEnrollmentHistory
          A list of each enrollment in the list of schools attended
 class StudentSpecialEducationRecord
          
 class Term
          
 class TermInfoData
          
 class TermPerformance
          
 

Uses of Element in com.edustructures.sifworks.food
 

Subclasses of Element in com.edustructures.sifworks.food
 class Agencies
          
 class Agency
          Reimbursing agency
 class ChargeToChild
          
 class Cost
          
 class Count
          
 class Counts
          
 class Customer
          
 class EarnedStatus
          This gives information about a staff member's meal status.
 class FoodserviceItem
          This object communicates information about food service items.
 class FoodserviceItemPortion
          Note that this version of the object does not contain any object that define item pricing.
 class FoodserviceItemSales
          This object gives the sales details for the items sold for a specified date.
 class FoodserviceItemUnit
          This object describes the unit for an item.
 class FoodserviceMealPrices
          This object is a site's meal prices for each grade program, meal status, meal type and grade level.
 class FoodserviceMenuPlan
          
 class FoodserviceMilkSales
          
 class FoodservicePurchaseTransaction
          
 class FoodserviceReimbursementRates
          This object describes the federal, state, local and other reimbursement rates for a school.
 class FoodserviceSales
          This object communicates the daily sales information (dollar values).
 class FoodserviceStaffEnrollmentCount
          
 class FoodserviceStaffMealCounts
          
 class FoodserviceStudentEnrollmentCount
          
 class FoodserviceStudentMealCounts
          
 class FoodserviceTransaction
          This object communicates food service transaction information.
 class FoodserviceTransactionDetails
          This object gives the transaction distribution for food service transactions of type other than "Purchase".
 class FoodserviceTransactionPayMethod
          This object communicates the funding for a given transaction.
 class FSAmount
          Amount
 class FSAmounts
          
 class HistoricalMealStatus
          
 class ItemQuantities
          
 class ItemQuantity
          
 class MealStatus
          Information about a student's meal status
 class MenuPlanQuantities
          
 class MenuPlanQuantity
          
 class Price
          Price of the meal
 class Prices
          
 class PurchaseQuantities
          
 class PurchaseQuantity
          
 class Rate
          Reimbursement Rate of the meal
 class Rates
          
 class SaleQuantities
          
 class SaleQuantity
          
 class SalesAmount
          Dollar value (count * cost per unit) done for all grade levels
 class SalesAmounts
          
 class StaffMeal
          This object communicates the current meal status and account status of a given staff member.
 class StudentMeal
          This object contains information about the meal status of a student.
 class Tax
          
 class TransactionPayMethod
          Transaction method
 class TransactionPayMethods
          
 class TransactionType
          Type of transaction
 class TransactionTypes
          
 class Value
          
 

Uses of Element in com.edustructures.sifworks.gradebook
 

Subclasses of Element in com.edustructures.sifworks.gradebook
 class AuditInfo
          
 class CreationUser
          
 class DetailedDescription
          
 class GradingAssignment
          
 class GradingAssignmentScore
          
 class GradingCategory
          
 class Letter
          
 class Mark
          
 class MarkInfo
          
 class MarkInfoList
          
 class MarkInfoRefId
          
 class MarkList
          
 class MarkValueInfo
          
 class Narrative
          If present, indicates that a free-form text narrative is accepted.
 class Numeric
          
 class OfficialStudentPeriodAttendance
          
 class Percentage
          Indicates whether a percent Mark is accepted (format ##0.00).
 class SectionMarkInfo
          
 class StudentPeriodAttendance
          
 class StudentSectionMarks
          
 class TermMarkLists
          
 class ValidMark
          
 

Uses of Element in com.edustructures.sifworks.hrfin
 

Subclasses of Element in com.edustructures.sifworks.hrfin
 class AccountingPeriod
          This object defines an accounting period within a fiscal year.
 class AnnualItem
          Contains information about the item being summarized.
 class AnnualItems
          
 class BaseSalary
          
 class BilledAmount
          
 class BilledEntity
          
 class Billing
          This object contains an amount to be billed to an outside entity.
 class BudgetAccount
          Information about budget accounts being submitted
 class BudgetAccounts
          
 class EmployeeAssignment
          This object defines information related to a staff member's assignment as it pertains to the human resource needed to track staff assignment for staff reporting and financial funding tracking.
 class EmployeeContract
          This object contains HR contract information related to employees.
 class EmployeePersonal
          This object contains basic HR information for employees.
 class EmployeePicture
          This object contains information about an employee's picture.
 class EmployeeWage
          This object contains HR/payroll employee information used to define how to pay an employee per pay cycle.
 class EmploymentRecord
          This object contains basic HR information for related to employees.
 class ExpenseAccount
          Account that is to be charged for the item.
 class ExpenseAccounts
          
 class FederalTaxId
          Taxpayer identification number/Federal tax ID for this vendor.
 class FinancialAccount
          This object communicates information about a financial account.
 class FinancialAccountAccountingPeriodLocationInfo
          This object relates financial account to an accounting period and a location.
 class FinancialAnnual
          This object contains information about account code annual financial totals, summarized by major and/or minor account code breaks.
 class FinancialBudget
          information to their state as required.
 class FinancialClass
          This object communicates financial class information.
 class FinancialIncomeStatement
          This object communicates the income statement details for a location and an accounting period.
 class FinancialTransaction
          This object communicates a financial transaction.
 class FISAmount
          Dollar amount of the transaction.
 class FISAmounts
          
 class FiscalYear
          This object defines a fiscal year.
 class FISPeriod
          Period of the income statement.
 class FTAmount
          Dollar amount of the transaction.
 class FTAmounts
          
 class HrOtherIdList
          
 class HRProgramType
          The specific group of duties or responsibilities of position.
 class JobClassification
          The specific group of duties or responsibilities of position.
 class LEAInfoRefId
          
 class LocationInfo
          LocationInfo represents a location in a district.
 class OtherLEAs
          
 class ParentLocationInfo
          A LocationInfo instance could be related to another LocationInfo.
 class Payment
          This object complements the Billing object, and contains information about the payment of a billing object.
 class PayRate
          Per pay distributions
 class PayRates
          
 class Period
          
 class Purchasing
          This object provides information down to the line-item level for requisitions and purchase orders.
 class PurchasingItem
          Contains information about an item being purchased
 class PurchasingItems
          
 class ReceivedAmount
          
 class School
          The RefId of a corresponding SchoolInfo object.
 class TimeWorked
          This object contains information about the time worked by an employee on a specific job.
 class UnitCost
          
 class VendorInfo
          This object contains basic vendor information.
 class W4
          This object contains the information completed on a W4 tax form.
 

Uses of Element in com.edustructures.sifworks.infra
 

Subclasses of Element in com.edustructures.sifworks.infra
 class Authentication
          Passwords in the Authentication object can be stored in one of three ways, all base64 encoded: as clear text, as one-way hashes, or as encrypted text resulting from the application of a symmetric or asymmetric cipher.
 class AuthenticationInfo
          The authentication information for one system.
 class AuthSystem
          Identifying string for the system that supports this authentication information.
 class C
          
 class Password
          The password in this system for this user.
 class PasswordList
          
 class R
          
 class SIF_Ack
          Contains one of the SIF message types.
 class SIF_AddPublishers
          
 class SIF_AgentACL
          
 class SIF_Application
          
 class SIF_ChangePublishers
          
 class SIF_ColumnHeaders
          
 class SIF_Condition
          
 class SIF_ConditionGroup
          
 class SIF_Conditions
          
 class SIF_Context
          
 class SIF_Contexts
          
 class SIF_Data
          
 class SIF_DeletePublishers
          
 class SIF_Element
          
 class SIF_Error
          
 class SIF_Event
          Contains one of the SIF message types.
 class SIF_EventObject
          
 class SIF_Example
          
 class SIF_ExtendedQuery
          
 class SIF_ExtendedQueryResults
          
 class SIF_From
          
 class SIF_GetAgentACL
          This element holds the sub-message being sent.
 class SIF_GetMessage
          This element holds the sub-message being sent.
 class SIF_GetZoneStatus
          This element holds the sub-message being sent.
 class SIF_Header
          Common message header for all SIF messages
 class SIF_Join
          
 class SIF_JoinOn
          
 class SIF_LeftElement
          
 class SIF_LogEntry
          Captures an error, warning, or informational log message for inclusion in a zone log.
 class SIF_LogEntryHeader
          
 class SIF_LogObject
          Any SIF data objects to which this log entry may apply.
 class SIF_LogObjects
          
 class SIF_Object
          
 class SIF_ObjectData
          
 class SIF_ObjectList
          
 class SIF_OrderBy
          
 class SIF_OriginalHeader
          
 class SIF_Ping
          This element holds the sub-message being sent.
 class SIF_Property
          
 class SIF_Protocol
          
 class SIF_ProtocolName
          
 class SIF_Provide
          Contains one of the SIF message types.
 class SIF_ProvideAccess
          
 class SIF_ProvideObjects
          
 class SIF_Provider
          
 class SIF_Providers
          
 class SIF_Provision
          
 class SIF_PublishAddAccess
          
 class SIF_PublishAddObjects
          
 class SIF_PublishChangeAccess
          
 class SIF_PublishChangeObjects
          
 class SIF_PublishDeleteAccess
          
 class SIF_PublishDeleteObjects
          
 class SIF_Publisher
          
 class SIF_Query
          
 class SIF_QueryObject
          
 class SIF_Register
          Contains one of the SIF message types.
 class SIF_Request
          Contains one of the SIF message types.
 class SIF_RequestAccess
          
 class SIF_Requester
          
 class SIF_Requesters
          
 class SIF_RequestObjects
          
 class SIF_RespondAccess
          
 class SIF_Responder
          
 class SIF_Responders
          
 class SIF_RespondObjects
          
 class SIF_Response
          Contains one of the SIF message types.
 class SIF_RightElement
          
 class SIF_Rows
          
 class SIF_SecureChannel
          
 class SIF_Security
          
 class SIF_Select
          
 class SIF_SIFNode
          
 class SIF_SIFNodes
          
 class SIF_Sleep
          This element holds the sub-message being sent.
 class SIF_Status
          
 class SIF_Subscribe
          Contains one of the SIF message types.
 class SIF_SubscribeAccess
          
 class SIF_SubscribeObjects
          
 class SIF_Subscriber
          
 class SIF_Subscribers
          
 class SIF_SupportedAuthentication
          
 class SIF_SupportedProtocols
          
 class SIF_SupportedVersions
          
 class SIF_SystemControl
          Contains one of the SIF message types.
 class SIF_SystemControlData
          This element holds the sub-message being sent by the message.
 class SIF_Unprovide
          Contains one of the SIF message types.
 class SIF_Unregister
          Contains one of the SIF message types.
 class SIF_Unsubscribe
          Contains one of the SIF message types.
 class SIF_Vendor
          Information about a ZIS vendor
 class SIF_Version
          
 class SIF_VersionList
          
 class SIF_Wakeup
          This element holds the sub-message being sent.
 class SIF_Where
          
 class SIF_ZoneStatus
          Provides information about a SIF Zone Integration Server
 class SIFColumnHeader
          
 class SIFOrderByElement
          
 class SIFSelectElement
          
 

Uses of Element in com.edustructures.sifworks.instr
 

Subclasses of Element in com.edustructures.sifworks.instr
 class Activity
          The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept or skill.
 class ActivityRefId
          
 class ActivityTime
          Time structures for the activity.
 class Approval
          
 class Approvals
          
 class Assignment
          The work assigned to a student, which can comprise of learning resources, activities, and assessments.
 class AssignmentTime
          Time structures for the assignment.
 class AssociatedObject
          
 class AssociatedObjects
          
 class Author
          
 class Authors
          
 class Component
          A lesson or activity-sized portion of a resource.
 class ComponentObject
          
 class ComponentObjects
          
 class Components
          
 class Contacts
          
 class Copyright
          Copyright for document.
 class CurriculumHierarchyLevel
          Integer assigned to each hierarchical level within the CurriculumStructure tree.
 class CurriculumStructure
          An object designed to contain instructional objects such as units, lessons, activities, and assessments joined together under a particular topic and/or duration.
 class CurriculumStructureRefId
          
 class CurriculumStructures
          
 class EssentialMaterial
          
 class EssentialMaterials
          
 class Evaluation
          Field for non-numeric types of grading and evaluation such as "narrative."
 class LearningObjective
          
 class LearningObjectives
          
 class LearningResource
          This object contains information related to learning resources that may be used in educational settings.
 class LearningResourceRefId
          
 class LearningResources
          
 class LearningStandardDocument
          This object contains information related to curriculum standards documents and like documents.
 class LearningStandardDocumentRefId
          
 class LearningStandardItem
          This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document.
 class LearningStandards
          
 class 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.
 class LessonSource
          One or more sources for the lesson.
 class LessonSources
          
 class LRContact
          
 class MediaType
          MIME type [MIME] based on IANA registration (see RFC2048) or 'non-digital'.
 class MediaTypes
          
 class Organization
          
 class Organizations
          
 class PredecessorItems
          
 class PredecessorObjects
          
 class Prerequisite
          
 class Prerequisites
          
 class RelatedLearningStandards
          
 class ResourceComponent
          A lesson or activity-sized portion of a resource.
 class ResourceContact
          
 class ResourceEvaluation
          Evaluations/reviews of resource.
 class ResourceEvaluations
          
 class ResourceLocation
          Description of location of resource, i.e.
 class SourceAuthor
          
 class SourceObject
          
 class SourceObjects
          
 class StandardHierarchyLevel
          
 class Statement
          
 class StatementCode
          
 class StatementCodes
          
 class Statements
          
 class Strategies
          
 class Strategy
          
 class SubjectAreas
          
 class SupportingActivities
          
 class TechnicalRequirement
          
 class TechnicalRequirements
          
 class TimeDuration
          
 class Title
          Name of this type of curriculum object (e.g., "American Revolutionary War")
 class Titles
          
 

Uses of Element in com.edustructures.sifworks.library
 

Subclasses of Element in com.edustructures.sifworks.library
 class CheckoutInfo
          
 class FineAmount
          
 class FineInfo
          
 class FineInfoList
          
 class HoldInfo
          
 class HoldInfoList
          
 class ItemInfo
          
 class LibraryPatronStatus
          
 class Message
          
 class MessageList
          
 class RefundAmount
          
 class Transaction
          
 class TransactionList
          
 

Uses of Element in com.edustructures.sifworks.profdev
 

Subclasses of Element in com.edustructures.sifworks.profdev
 class ActivityProvider
          This object contains information about educational providers of professional education courses and activities.
 class BackgroundCheck
          
 class BackgroundChecks
          
 class Certification
          Employee certification area information
 class Certifications
          
 class Earned
          The number of units earned
 class EmplAssignment
          Information about the school and assignment of employee
 class EmployeeAssignments
          
 class EmployeeCredential
          This object contains HR, certification and teaching assignment information for elementary and secondary professional personnel for state reporting.
 class EmployeeCredit
          This object contains information about courses and activities taken by employees.
 class EmployeeRecertification
          This object contains information about employee continuing professional course and activity credits and hours taken by employees for recertification purposes.
 class ProfessionalDevelopmentActivities
          This object contains information about courses and activities for which employees can earn credits or hours to maintain their certification.
 class Salary
          
 class TeachingCredential
          
 

Uses of Element in com.edustructures.sifworks.programs
 

Subclasses of Element in com.edustructures.sifworks.programs
 class Accommodation
          
 class AccommodationCategory
          
 class Accommodations
          
 class DirectTime
          
 class FrequencyTime
          
 class IndirectTime
          
 class LeastRestrictiveEnvironment
          
 class ManagingPublicAgency
          
 class ManagingSchool
          
 class PartCTransitionMeetingNotHeldReason
          
 class PartCTransitionMeetingNotHeldReasons
          
 class PartCTransitionMeetingOutcome
          
 class PartCTransitionMeetingOutcomes
          
 class ProgramAvailability
          
 class ProgramExitReason
          Required if student has exited the program.
 class ProgramFundingSources
          
 class ProgramPlanType
          
 class ProjectedExitReason
          
 class ReferralSource
          
 class SchoolWhereServiceDelivered
          
 class Service
          Specialized instruction or related service provided to this student.
 class ServiceFundingSource
          
 class ServiceFundingSources
          
 class ServiceProviderType
          
 class ServiceSetting
          Category represents the educational setting in which children with disabilities have been placed (setting where child has most desirable learning environment).
 class ServicingPublicAgency
          
 class ServicingSchool
          
 class StudentParticipation
          This object contains information pertaining to student eligibility for and participation in support programs.
 class StudentPlacement
          This object contains information specific to support programs in which students have been placed.
 class StudentProgramAccommodation
          
 class StudentProgramAccommodations
          
 class StudentProgramType
          
 class TestAccommodation
          
 class TimeUnit
          
 class TotalServiceDuration
          
 class TransitionPlanning
          
 class WhenServiceProvided
          
 

Uses of Element in com.edustructures.sifworks.reporting
 

Subclasses of Element in com.edustructures.sifworks.reporting
 class ReceivingAuthority
          The authority for whom the report is intended, usually the same authority that defines this manifest.
 class ReportAuthorityInfo
          This object contains information on authorities that provide ReportManifest objects and/or collect SIF_ReportObject objects, such as state departments of education, regional service agencies, or other report collecting agencies.
 class ReportData
          Container element for the report content.
 class ReportDefinitionSource
          Indicates where the report definition can be found.
 class ReportFormat
          References a third-party format that describes the visual representation of the report data.
 class ReportFormatList
          
 class ReportInfo
          Identifies the manifest for the report and characteristics of the submission.
 class ReportingPeriod
          Information on the period of time over which the report spans.
 class ReportManifest
          This object provides a way to define a report within a SIF zone.
 class ReportPackage
          
 class ReportSubmitterInfo
          Identifies the submitter of the report.This element is conditional depending on the context in which the SIF_ReportObject is used.
 class RequestingAgencyId
          Identification of the agency and/or location requesting the state ID.
 class SIF_QueryGroup
          
 class SIF_ReportObject
          This object is an envelope used to send other data objects, typically reports, to authorities such as state departments of education, district offices, other schools, etc.
 class SLContact
          Typically used to provide the state information about a student's parents and legal guardians.
 class StudentLocator
          An example SIF object that serves as a template for matching objects.
 

Uses of Element in com.edustructures.sifworks.student
 

Subclasses of Element in com.edustructures.sifworks.student
 class Action
          
 class ActionList
          
 class AdministratorAttendance
          
 class AgencyReporting
          
 class AlertMessage
          An alert message that is associated with a student
 class AlertMessages
          
 class AttendanceCodeInfo
          This object is to provides information about a particular attendance code, allows applications to synchronize each other's attendance code tables, or to provide a dynamic list of attendance codes.
 class CalendarDate
          This object defines information related to a school calendar day in a given school calendar year.
 class CalendarDateType
          
 class CalendarSummary
          
 class ContactFlags
          
 class CourseCredits
          
 class CreditsAttempted
          Number of credits the student is attempting to earn.
 class DisciplineIncident
          
 class EducationAgencyType
          The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control.
 class EnrollStatus
          The status of an enrollment
 class EntryType
          
 class ExitStatus
          
 class ExitType
          
 class GradeClassification
          An indication of the grade level(s) the individual is assigned
 class HomeEnrollment
          Enrollment-related information for the school that is responsible for reporting the student's membership/child accounting information.
 class Homeroom
          
 class IncidentCategory
          
 class IncidentLocation
          
 class IncidentLocationRefId
          
 class IncidentReporter
          
 class IncidentTime
          
 class LanguageOfInstruction
          
 class LEAContact
          Information on contact persons for this LEA.
 class LEAContactList
          
 class LEAInfo
          This object contains information about a school district or other Local Educational Agency (LEA).
 class LocationOfInstruction
          
 class ManifestationDetermination
          
 class MedicalAlertMessage
          
 class MedicalAlertMessages
          
 class MediumOfInstruction
          
 class MostRecent
          
 class Offender
          
 class OffenderList
          
 class OtherLEA
          
 class OtherNames
          
 class PrincipalInfo
          
 class RelatedTo
          
 class RelatedToList
          
 class ResidencyStatus
          
 class RoomInfo
          This object contains all of the information about a school's room.
 class RoomInfoRefId
          The ID (GUID) of the room in which this section is taught
 class RoomLink
          
 class RoomType
          Identifies a type of room such as a cafeteria, gym, classroom, etc.
 class SCEDCode
          
 class ScheduleInfo
          The schedule-related information for a section repeating for each term in which the session is scheduled
 class ScheduleInfoList
          
 class ScheduleInfoOverride
          A complete replacement of the ScheduleInfo of the section for this student; this should be a subset of the schedule information for the section
 class ScheduleInfoOverrideList
          
 class SchoolCourseInfo
          This object is for course information.
 class SchoolCourseInfoOverride
          Optional overrides of the course information for a section
 class SchoolFocus
          
 class SchoolFocusList
          
 class SchoolId
          Provide both the HomeEnrollment/SchoolId and HomeEnrollment/LocalId elements if possible.
 class SchoolInfo
          This object contains information about a school.
 class SchoolJurisdiction
          
 class SectionInfo
          This object provides information about the section - the specific time period a session of the course meets
 class SectionRoomList
          
 class StaffAssigned
          
 class StaffAssignment
          This object defines information related to a staff member's assignment(s); commonly, this will be a school assignment.
 class StaffList
          
 class StaffPersonal
          Contains all of the personal information relating to a staff member, who might be a teacher or other employee of the school or district.
 class StaffPersonalRefId
          
 class StudentAddressList
          A student address
 class StudentAttendance
          
 class StudentAttendanceSummary
          
 class StudentContact
          Contains a student's contact information.
 class StudentDailyAttendance
          This object provides daily attendance information for a particular student in a particular school on a particular date.
 class StudentPersonal
          The StudentPersonal object contains personal information related to a student.
 class StudentPicture
          A student picture.
 class StudentSchoolEnrollment
          This object defines information related to a student's enrollment.
 class StudentSectionEnrollment
          This object contains information about a student's enrollment in a section of a course.
 class StudentSnapshot
          This object provides a snapshot of a student's record on a given day.
 class TeacherAttendance
          
 class TeacherList
          
 class TeachingAssignment
          The teacher field taught by the individual
 class TermInfo
          This object provides information about a term (a reportable period of time).
 class Victim
          
 class VictimList
          
 class WeaponType
          
 class WeaponTypeList
          
 

Uses of Element in com.edustructures.sifworks.tools.xpath
 

Methods in com.edustructures.sifworks.tools.xpath that return Element
 Element SIFXPathContext.getElementOrAttribute(java.lang.String xPath)
          Allows for getting Elements from a SIF Element using the legacy ADK 1.x style XPath queries.
 

Uses of Element in com.edustructures.sifworks.trans
 

Subclasses of Element in com.edustructures.sifworks.trans
 class Bus
          Identifies a bus
 class BusDriver
          Information identifying the driver.
 class BusEquipment
          This object contains information about a type of equipment that may be on a bus.
 class BusInfo
          This object contains all of the information about a bus.
 class BusPositionInfo
          This object exposes telematics information to the zone.
 class BusRouteDetail
          The schedule for a bus route
 class BusRouteInfo
          This object contains all of the information about a bus route
 class BusStaff
          List identifying other staff.
 class BusStaffList
          
 class BusStop
          Describes a bus stop
 class BusStopInfo
          This object contains information about a bus stop.
 class DisembarkBusRouteDetail
          
 class EmbarkBusRouteDetail
          
 class EmpLink
          Attribute carries the GUID of the driver’s EmployeePersonal object.
 class Equipment
          Describes equipment on a bus
 class EquipmentList
          
 class HomeBusRouteDetail
          GUID referring to a BusRouteDetail object that identifies the origin bus stop for an inbound route or the destination bus stop for an outbound route.
 class Odometer
          Current odometer reading.
 class RouteDistance
          
 class RouteStatus
          
 class SchoolBusRouteDetail
          GUID referring to a BusRouteDetail object that identifies the origin bus stop for an outbound route or the destination bus stop for an inbound route.
 class Speedometer
          Current speedometer reading.
 class StudentTransportInfo
          This object contains transportation information about a student.
 class Telemetry
          
 class TelemetryList
          
 class TransferPoint
          Describes a transfer point for each intermediate point on a trip
 class TransferPoints
          
 class TransStudent
          List of students and their status.
 class TransStudents
          
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.