C# Class OpenADK.Library.au.Sif3assessment.Sif3assessmentDTD

Metadata for the Schools Interoperability Framework (SIF)

SIFDTD defines global {@linkplain com.edustructures.sifworks.ElementDef} constants that describe SIF Data Objects, elements, and attributes across all supported versions of the SIF Specification. The ADK uses this metadata internally to parse and render SIF Data Objects. In addition, many of the framework APIs require that the programmer pass an ElementDef constant from the SIFDTD class to identify an object, element, or attribute.

ElementDef constants are named [PARENT_]ENTITY, where PARENT is the name of the parent element and ENTITY is the name of the element or attribute encapsulated by the ElementDef. Some examples of ElementDef constants defined by this class include:

IElementDefDescription SIFDTD.STUDENTPERSONALIdentifies the StudentPersonal data object SIFDTD.SCHOOLINFOIdentifies the SchoolInfo data object Many of the Adk's public interfaces require an ElementDef constant to be passed as a parameter. For example, the first parameter to the IZone.SetSubscriber method is an IElementDef: myZone.setSubscriber( SIFDTD.BUSINFO, this, ADKFlags.PROV_SUBSCRIBE ); ElementDef also identifies child elements and attributes as demonstrated by the Query.AddCondition method: Query query = new Query( SifDtd.STUDENTPERSONAL ); query.AddCondition( SifDtd.STUDENTPERSONAL_REFID, Condition.EQ, "4A37969803F0D00322AF0EB969038483" );

SDO Libraries

ElementDef metadata is grouped into "SDO Libraries", which are organized along SIF Working Group boundaries. SDO Libraries are loaded into the SifDdt class when the Adk is initialized. All or part of the metadata is loaded into depending on the flags passed to the Adk.Initialize(SifVersion, SdoLibraryType) method, metadata from one or more SDO Libraries may be loaded. For example, the following call loads metadata for the Student Information Working Group Objects and Transportation And Geographic Information Working Group Objects (Common Elements and Infrastructure Working Group Objects metadata is always loaded

Adk.Initialize( SiFVersion.LATEST, SdoLibraryType.Student | SdoLibraryType.Trans )

If an given SDO Library is not loaded, all of the SIFDTD constants that belong to that library will be null and cannot be referenced. For example, given the SDO Libraries loaded above, attempting to reference the SIFDTD.LIBRARYPATRONSTATUS object from the Library Automation Working Group would result in a NullPointerException:

SifDtd.LIBRARYPATRONSTATUS.Name;
Inheritance: OpenADK.Library.Impl.SdoLibraryImpl
ファイルを表示 Open project: open-adk/OpenADK-csharp

Public Properties

Property Type Description
ACTIVITY IElementDef
ACTIVITYEVALUATION IElementDef
ACTIVITYEVALUATION_DESCRIPTION IElementDef
ACTIVITYEVALUATION_EVALUATIONTYPE IElementDef
ACTIVITYTIME IElementDef
ACTIVITYTIME_CREATIONDATE IElementDef
ACTIVITYTIME_DUEDATE IElementDef
ACTIVITYTIME_DURATION IElementDef
ACTIVITYTIME_FINISHDATE IElementDef
ACTIVITYTIME_STARTDATE IElementDef
ACTIVITY_ACTIVITYTIME IElementDef
ACTIVITY_ACTIVITYWEIGHT IElementDef
ACTIVITY_ASSESSMENTREFID IElementDef
ACTIVITY_ESSENTIALMATERIALS IElementDef
ACTIVITY_EVALUATION IElementDef
ACTIVITY_LANGUAGE IElementDef
ACTIVITY_LEARNINGOBJECTIVES IElementDef
ACTIVITY_LEARNINGRESOURCES IElementDef
ACTIVITY_LEARNINGSTANDARDS IElementDef
ACTIVITY_MAXATTEMPTSALLOWED IElementDef
ACTIVITY_POINTS IElementDef
ACTIVITY_PREAMBLE IElementDef
ACTIVITY_REFID IElementDef
ACTIVITY_SIF_EXTENDEDELEMENTS IElementDef
ACTIVITY_SIF_METADATA IElementDef
ACTIVITY_SOFTWAREREQUIREMENTLIST IElementDef
ACTIVITY_SOURCEOBJECTS IElementDef
ACTIVITY_TECHNICALREQUIREMENTS IElementDef
ACTIVITY_TITLE IElementDef
ADMINISTRATIONASSESSMENT IElementDef
ADMINISTRATIONASSESSMENTS IElementDef
ADMINISTRATIONASSESSMENTS_ADMINISTRATIONASSESSMENT IElementDef
ASSESSMENTASSETREFID IElementDef
ASSESSMENTASSETREFIDS IElementDef
ASSESSMENTASSETREFIDS_ASSESSMENTASSETREFID IElementDef
ASSESSMENTIDENTIFIER IElementDef
ASSESSMENTIDENTIFIERS IElementDef
ASSESSMENTIDENTIFIERS_ASSESSMENTIDENTIFIER IElementDef
ASSESSMENTIDENTIFIER_ASSESSMENTIDTYPE IElementDef
ASSESSMENTITEMASSETREFID IElementDef
ASSESSMENTITEMASSETREFIDS IElementDef
ASSESSMENTITEMASSETREFIDS_ASSESSMENTITEMASSETREFID IElementDef
ASSESSMENTITEMBANK IElementDef
ASSESSMENTITEMBANKLIST IElementDef
ASSESSMENTITEMBANKLIST_ASSESSMENTITEMBANK IElementDef
ASSESSMENTITEMBANK_ASSESSMENTITEMBANKID IElementDef
ASSESSMENTITEMBANK_ASSESSMENTITEMBANKNAME IElementDef
ASSESSMENTITEMPLATFORM IElementDef
ASSESSMENTITEMPLATFORMLIST IElementDef
ASSESSMENTITEMPLATFORMLIST_ASSESSMENTITEMPLATFORM IElementDef
ASSESSMENTPLATFORM IElementDef
ASSESSMENTPLATFORMLIST IElementDef
ASSESSMENTPLATFORMLIST_ASSESSMENTPLATFORM IElementDef
ASSESSMENTSECTION IElementDef
ASSESSMENTSECTIONLIST IElementDef
ASSESSMENTSECTIONLIST_ASSESSMENTSECTION IElementDef
ASSESSMENTSECTION_ASSESSMENTSECTIONREFID IElementDef
ASSESSMENTSECTION_ASSESSMENTSECTIONSEQUENCE IElementDef
ASSETIDENTIFIER IElementDef
ASSETIDENTIFIERLIST IElementDef
ASSETIDENTIFIERLIST_ASSETIDENTIFIER IElementDef
ASSETIDENTIFIER_ASSETIDTYPE IElementDef
ASSETLEARNINGSTANDARDLIST IElementDef
ASSETLEARNINGSTANDARDLIST_ASSETLEARNINGSTANDARD IElementDef
DERIVEDVALUE IElementDef
DERIVEDVALUE_TOSCOREMETRIC IElementDef
DURATION IElementDef
DURATION_UNITS IElementDef
ESSENTIALMATERIAL IElementDef
ESSENTIALMATERIALLIST IElementDef
ESSENTIALMATERIALLIST_ESSENTIALMATERIAL IElementDef
FEEDBACK IElementDef
FEEDBACKITEM IElementDef
FEEDBACKITEMLIST IElementDef
FEEDBACKITEMLIST_FEEDBACKITEM IElementDef
FEEDBACKITEM_DIAGNOSTICSTATEMENT IElementDef
FEEDBACKITEM_FEEDBACKCODE IElementDef
FEEDBACKITEM_FEEDBACKDESCRIPTION IElementDef
FEEDBACKITEM_FEEDBACKSOURCE IElementDef
FEEDBACKLIST IElementDef
FEEDBACKLIST_FEEDBACK IElementDef
FEEDBACK_DESCRIPTION IElementDef
FEEDBACK_DIAGNOSTICSTATEMENT IElementDef
FEEDBACK_SOURCE IElementDef
FORMACCOMMODATION IElementDef
FORMACCOMMODATIONLIST IElementDef
FORMACCOMMODATIONLIST_FORMACCOMMODATION IElementDef
FORMIDENTIFIER IElementDef
FORMIDENTIFIERLIST IElementDef
FORMIDENTIFIERLIST_FORMIDENTIFIER IElementDef
FORMIDENTIFIER_FORMIDENTIFIERTYPE IElementDef
ITEMAID IElementDef
ITEMAIDLIST IElementDef
ITEMAIDLIST_ITEMAID IElementDef
ITEMLIST IElementDef
ITEMLIST_ITEM IElementDef
ITEMRUBRICID IElementDef
ITEMRUBRICIDS IElementDef
ITEMRUBRICIDS_ITEMRUBRICID IElementDef
LEARNINGOBJECTIVE IElementDef
LEARNINGOBJECTIVELIST IElementDef
LEARNINGOBJECTIVELIST_LEARNINGOBJECTIVE IElementDef
LEARNINGRESOURCELIST IElementDef
LEARNINGRESOURCELIST_LEARNINGRESOURCEREFID IElementDef
LEARNINGRESOURCEREFID IElementDef
LEARNINGSTANDARDLIST IElementDef
LEARNINGSTANDARDLIST_LEARNINGSTANDARDITEMREFID IElementDef
RUBRICIDENTIFIER IElementDef
RUBRICIDENTIFIERS IElementDef
RUBRICIDENTIFIERS_RUBRICIDENTIFIER IElementDef
RUBRICIDENTIFIER_RUBRICIDENTIFIERTYPE IElementDef
SCORECOMMENT IElementDef
SCORECOMMENTLIST IElementDef
SCORECOMMENTLIST_SCORECOMMENT IElementDef
SCORECOMMENT_COMMENT IElementDef
SCORECOMMENT_COMMENTCODE IElementDef
SCOREDESCRIPTIONLIST IElementDef
SCOREDESCRIPTIONLIST_SCOREDESCRIPTION IElementDef
SCORELIST IElementDef
SCORELIST_SCORE IElementDef
SCOREREPORTINGTYPE IElementDef
SCOREREPORTINGTYPE_MAXIMUM IElementDef
SCOREREPORTINGTYPE_MINIMUM IElementDef
SCOREREPORTINGTYPE_SCOREMETRIC IElementDef
SCOREREPORTINGTYPE_SCORETABLEREFID IElementDef
SCORETABLEIDENTIFIER IElementDef
SCORETABLEIDENTIFIERS IElementDef
SCORETABLEIDENTIFIERS_SCORETABLEIDENTIFIER IElementDef
SCORETABLEIDENTIFIER_SCORETABLEIDENTIFIERTYPE IElementDef
SCOREVALUE IElementDef
SCOREVALUELIST IElementDef
SCOREVALUELIST_SCOREVALUE IElementDef
SCOREVALUE_DERIVEDVALUE IElementDef
SCOREVALUE_FEEDBACKLIST IElementDef
SCOREVALUE_FROMSCOREMETRIC IElementDef
SCOREVALUE_LOWERCUT IElementDef
SCOREVALUE_PASSFAILINDICATOR IElementDef
SCOREVALUE_UPPERCUT IElementDef
SECTIONASSET IElementDef
SECTIONASSETS IElementDef
SECTIONASSETS_SECTIONASSET IElementDef
SECTIONIDENTIFIER IElementDef
SECTIONIDENTIFIERS IElementDef
SECTIONIDENTIFIERS_SECTIONIDENTIFIER IElementDef
SECTIONIDENTIFIER_SECTIONIDENTIFIERTYPE IElementDef
SECTIONITEM IElementDef
SECTIONITEMLIST IElementDef
SECTIONITEMLIST_SECTIONITEM IElementDef
SECTIONITEM_ASSESSMENTITEMREFID IElementDef
SECTIONITEM_ITEMSEQUENCE IElementDef
SIF3ASSESSMENT IElementDef
SIF3ASSESSMENTADMINISTRATION IElementDef
SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONASSESSMENTS IElementDef
SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONCODE IElementDef
SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONNAME IElementDef
SIF3ASSESSMENTADMINISTRATION_FINISHDATETIME IElementDef
SIF3ASSESSMENTADMINISTRATION_ORGANIZATIONS IElementDef
SIF3ASSESSMENTADMINISTRATION_REFID IElementDef
SIF3ASSESSMENTADMINISTRATION_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTADMINISTRATION_SIF_METADATA IElementDef
SIF3ASSESSMENTADMINISTRATION_STARTDATETIME IElementDef
SIF3ASSESSMENTASSET IElementDef
SIF3ASSESSMENTASSET_ASSETCONTENT IElementDef
SIF3ASSESSMENTASSET_ASSETGRADELEVELS IElementDef
SIF3ASSESSMENTASSET_ASSETIDENTIFIERS IElementDef
SIF3ASSESSMENTASSET_ASSETLANGUAGE IElementDef
SIF3ASSESSMENTASSET_ASSETLEARNINGSTANDARDS IElementDef
SIF3ASSESSMENTASSET_ASSETNAME IElementDef
SIF3ASSESSMENTASSET_ASSETOWNER IElementDef
SIF3ASSESSMENTASSET_ASSETPUBLISHDATE IElementDef
SIF3ASSESSMENTASSET_ASSETSUBJECTS IElementDef
SIF3ASSESSMENTASSET_ASSETTYPE IElementDef
SIF3ASSESSMENTASSET_ASSETVERSION IElementDef
SIF3ASSESSMENTASSET_REFID IElementDef
SIF3ASSESSMENTASSET_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTASSET_SIF_METADATA IElementDef
SIF3ASSESSMENTFORM IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTASSETREFIDS IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTFORMLANGUAGES IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTFORMSUBJECTS IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTPLATFORMS IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTREFID IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTSECTIONS IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTSUBTESTREFIDS IElementDef
SIF3ASSESSMENTFORM_ASSESSMENTTYPE IElementDef
SIF3ASSESSMENTFORM_FORMACCOMMODATIONS IElementDef
SIF3ASSESSMENTFORM_FORMIDENTIFIERS IElementDef
SIF3ASSESSMENTFORM_FORMNAME IElementDef
SIF3ASSESSMENTFORM_FORMPUBLISHDATE IElementDef
SIF3ASSESSMENTFORM_FORMVERSION IElementDef
SIF3ASSESSMENTFORM_GRADELEVELS IElementDef
SIF3ASSESSMENTFORM_LEVEL IElementDef
SIF3ASSESSMENTFORM_PERIOD IElementDef
SIF3ASSESSMENTFORM_REFID IElementDef
SIF3ASSESSMENTFORM_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTFORM_SIF_METADATA IElementDef
SIF3ASSESSMENTITEM IElementDef
SIF3ASSESSMENTITEMASSOCIATION IElementDef
SIF3ASSESSMENTITEMASSOCIATION_ASSESSMENTITEMREFID IElementDef
SIF3ASSESSMENTITEMASSOCIATION_ASSOCIATIONTYPE IElementDef
SIF3ASSESSMENTITEMASSOCIATION_REFID IElementDef
SIF3ASSESSMENTITEMASSOCIATION_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTITEMASSOCIATION_SIF_METADATA IElementDef
SIF3ASSESSMENTITEMASSOCIATION_TARGETASSESSMENTITEMREFID IElementDef
SIF3ASSESSMENTITEMLIST IElementDef
SIF3ASSESSMENTITEMLIST_ASSESSMENTITEM IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTGRADELEVELS IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTIDENTIFIERS IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTITEMASSETREFIDS IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTITEMBANKS IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTITEMPLATFORMS IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTITEMREFID IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTLANGUAGES IElementDef
SIF3ASSESSMENTITEM_ASSESSMENTSUBJECTS IElementDef
SIF3ASSESSMENTITEM_ITEMFEEDBACKCORRECT IElementDef
SIF3ASSESSMENTITEM_ITEMFEEDBACKHINT IElementDef
SIF3ASSESSMENTITEM_ITEMFEEDBACKINCORRECT IElementDef
SIF3ASSESSMENTITEM_ITEMNAME IElementDef
SIF3ASSESSMENTITEM_ITEMPUBLISHDATE IElementDef
SIF3ASSESSMENTITEM_ITEMRUBRICIDS IElementDef
SIF3ASSESSMENTITEM_ITEMSCOREMAXIMUM IElementDef
SIF3ASSESSMENTITEM_ITEMSCOREMINIMUM IElementDef
SIF3ASSESSMENTITEM_ITEMVERSION IElementDef
SIF3ASSESSMENTITEM_ITEMWEIGHTCORRECT IElementDef
SIF3ASSESSMENTITEM_ITEMWEIGHTINCORRECT IElementDef
SIF3ASSESSMENTITEM_ITEMWEIGHTNOTATTEMPTED IElementDef
SIF3ASSESSMENTITEM_LEARNINGSTANDARDITEMS IElementDef
SIF3ASSESSMENTITEM_REFID IElementDef
SIF3ASSESSMENTITEM_RESPONSECHOICES IElementDef
SIF3ASSESSMENTITEM_RESPONSETYPE IElementDef
SIF3ASSESSMENTITEM_STEM IElementDef
SIF3ASSESSMENTREGISTRATION IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTADMINISTRATIONREFID IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTFORMREFID IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTGRADELEVEL IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTREFID IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTSESSIONREFID IElementDef
SIF3ASSESSMENTREGISTRATION_ASSESSMENTSTUDENTSNAPSHOT IElementDef
SIF3ASSESSMENTREGISTRATION_CREATIONDATETIME IElementDef
SIF3ASSESSMENTREGISTRATION_DAYSOFINSTRUCTION IElementDef
SIF3ASSESSMENTREGISTRATION_ENDDATETIME IElementDef
SIF3ASSESSMENTREGISTRATION_LEAINFOREFID IElementDef
SIF3ASSESSMENTREGISTRATION_REFID IElementDef
SIF3ASSESSMENTREGISTRATION_RETESTINDICATOR IElementDef
SIF3ASSESSMENTREGISTRATION_SCHOOLINFOREFID IElementDef
SIF3ASSESSMENTREGISTRATION_SCOREPUBLISHDATE IElementDef
SIF3ASSESSMENTREGISTRATION_SECTIONINFOREFID IElementDef
SIF3ASSESSMENTREGISTRATION_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTREGISTRATION_SIF_METADATA IElementDef
SIF3ASSESSMENTREGISTRATION_STAFFPERSONALREFID IElementDef
SIF3ASSESSMENTREGISTRATION_STARTDATETIME IElementDef
SIF3ASSESSMENTREGISTRATION_STUDENTGRADELEVEL IElementDef
SIF3ASSESSMENTREGISTRATION_STUDENTPERSONALREFID IElementDef
SIF3ASSESSMENTREGISTRATION_STUDENTSPECIALEVENTS IElementDef
SIF3ASSESSMENTREGISTRATION_TESTATTEMPTIDENTIFIER IElementDef
SIF3ASSESSMENTREGISTRATION_TESTINGSTATUSES IElementDef
SIF3ASSESSMENTRUBRIC IElementDef
SIF3ASSESSMENTRUBRIC_REFID IElementDef
SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS IElementDef
SIF3ASSESSMENTRUBRIC_RUBRICNAME IElementDef
SIF3ASSESSMENTRUBRIC_RUBRICPUBLISHDATE IElementDef
SIF3ASSESSMENTRUBRIC_RUBRICVERSION IElementDef
SIF3ASSESSMENTRUBRIC_SCORES IElementDef
SIF3ASSESSMENTRUBRIC_SCORINGGUIDEREFERENCE IElementDef
SIF3ASSESSMENTRUBRIC_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTRUBRIC_SIF_METADATA IElementDef
SIF3ASSESSMENTSCORETABLE IElementDef
SIF3ASSESSMENTSCORETABLE_REFID IElementDef
SIF3ASSESSMENTSCORETABLE_SCORETABLEIDENTIFIERS IElementDef
SIF3ASSESSMENTSCORETABLE_SCORETABLENAME IElementDef
SIF3ASSESSMENTSCORETABLE_SCORETABLEPUBLISHDATE IElementDef
SIF3ASSESSMENTSCORETABLE_SCORETABLEVERSION IElementDef
SIF3ASSESSMENTSCORETABLE_SCOREVALUES IElementDef
SIF3ASSESSMENTSCORETABLE_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTSCORETABLE_SIF_METADATA IElementDef
SIF3ASSESSMENTSECTION IElementDef
SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHM IElementDef
SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHMNAME IElementDef
SIF3ASSESSMENTSECTION_REFID IElementDef
SIF3ASSESSMENTSECTION_SECTIONASSETS IElementDef
SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS IElementDef
SIF3ASSESSMENTSECTION_SECTIONITEMS IElementDef
SIF3ASSESSMENTSECTION_SECTIONITEMSEQUENCETYPE IElementDef
SIF3ASSESSMENTSECTION_SECTIONNAME IElementDef
SIF3ASSESSMENTSECTION_SECTIONPUBLISHDATE IElementDef
SIF3ASSESSMENTSECTION_SECTIONREENTRY IElementDef
SIF3ASSESSMENTSECTION_SECTIONSEALED IElementDef
SIF3ASSESSMENTSECTION_SECTIONTIMELIMIT IElementDef
SIF3ASSESSMENTSECTION_SECTIONVERSION IElementDef
SIF3ASSESSMENTSECTION_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTSECTION_SIF_METADATA IElementDef
SIF3ASSESSMENTSESSION IElementDef
SIF3ASSESSMENTSESSION_ACTUALENDDATETIME IElementDef
SIF3ASSESSMENTSESSION_ACTUALSTARTDATETIME IElementDef
SIF3ASSESSMENTSESSION_ADDRESS IElementDef
SIF3ASSESSMENTSESSION_ASSESSMENTADMINISTRATIONREFID IElementDef
SIF3ASSESSMENTSESSION_ASSESSMENTFORMREFID IElementDef
SIF3ASSESSMENTSESSION_ASSESSMENTREFID IElementDef
SIF3ASSESSMENTSESSION_LEAINFOREFID IElementDef
SIF3ASSESSMENTSESSION_REFID IElementDef
SIF3ASSESSMENTSESSION_SCHEDULEDENDDATETIME IElementDef
SIF3ASSESSMENTSESSION_SCHEDULEDSTARTDATETIME IElementDef
SIF3ASSESSMENTSESSION_SCHOOLINFOREFID IElementDef
SIF3ASSESSMENTSESSION_SESSIONNAME IElementDef
SIF3ASSESSMENTSESSION_SESSIONTYPE IElementDef
SIF3ASSESSMENTSESSION_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTSESSION_SIF_METADATA IElementDef
SIF3ASSESSMENTSESSION_STAFFPERSONALREFIDS IElementDef
SIF3ASSESSMENTSESSION_UNUSUALEVENTS IElementDef
SIF3ASSESSMENTSTAFFLIST IElementDef
SIF3ASSESSMENTSTAFFLIST_STAFFPERSONALREFID IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_ADDRESS IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_AGE IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_BIRTHDATE IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_ECONOMICDISADVANTAGE IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_GIFTEDTALENTED IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONAWARD IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONDATE IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONONTIME IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_HOMEENROLLMENT IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_LOCALID IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_NAME IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_NEGLECTEDDELINQUENT IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_ONTIMEGRADUATIONYEAR IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_PROJECTEDGRADUATIONYEAR IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_SEX IElementDef
SIF3ASSESSMENTSTUDENTSNAPSHOT_STATEPROVINCEID IElementDef
SIF3ASSESSMENTSUBTEST IElementDef
SIF3ASSESSMENTSUBTESTREFID IElementDef
SIF3ASSESSMENTSUBTESTREFIDS IElementDef
SIF3ASSESSMENTSUBTESTREFIDS_ASSESSMENTSUBTESTREFID IElementDef
SIF3ASSESSMENTSUBTEST_ABBREVIATION IElementDef
SIF3ASSESSMENTSUBTEST_ASSESSMENTITEMS IElementDef
SIF3ASSESSMENTSUBTEST_ASSESSMENTSUBTESTREFIDS IElementDef
SIF3ASSESSMENTSUBTEST_CONTAINERONLY IElementDef
SIF3ASSESSMENTSUBTEST_DESCRIPTION IElementDef
SIF3ASSESSMENTSUBTEST_LEARNINGSTANDARDITEMREFIDS IElementDef
SIF3ASSESSMENTSUBTEST_NUMBEROFITEMS IElementDef
SIF3ASSESSMENTSUBTEST_REFID IElementDef
SIF3ASSESSMENTSUBTEST_SCOREREPORTING IElementDef
SIF3ASSESSMENTSUBTEST_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENTSUBTEST_SIF_METADATA IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTGRADELEVELS IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTIDENTIFIERS IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTNAME IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTPUBLISHDATE IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTSUBJECTAREAS IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTTIER IElementDef
SIF3ASSESSMENTSUBTEST_SUBTESTVERSION IElementDef
SIF3ASSESSMENT_ASSESSMENTDESCRIPTORS IElementDef
SIF3ASSESSMENT_ASSESSMENTGRADELEVELS IElementDef
SIF3ASSESSMENT_ASSESSMENTIDENTIFIERS IElementDef
SIF3ASSESSMENT_ASSESSMENTITEMBANKS IElementDef
SIF3ASSESSMENT_ASSESSMENTLANGUAGES IElementDef
SIF3ASSESSMENT_ASSESSMENTPACKAGEREFID IElementDef
SIF3ASSESSMENT_ASSESSMENTPROVIDER IElementDef
SIF3ASSESSMENT_ASSESSMENTSUBJECTS IElementDef
SIF3ASSESSMENT_LEARNINGSTANDARDITEMREFIDS IElementDef
SIF3ASSESSMENT_NAME IElementDef
SIF3ASSESSMENT_REFID IElementDef
SIF3ASSESSMENT_SIF_EXTENDEDELEMENTS IElementDef
SIF3ASSESSMENT_SIF_METADATA IElementDef
SIF3CHOICE IElementDef
SIF3CHOICE_CHOICECONTENT IElementDef
SIF3CHOICE_CHOICELABEL IElementDef
SIF3CHOICE_CREDITVALUE IElementDef
SIF3CHOICE_RESPONSEFEEDBACK IElementDef
SIF3HOMEENROLLMENT IElementDef
SIF3HOMEENROLLMENT_FULLYEARENROLLMENT IElementDef
SIF3HOMEENROLLMENT_GRADELEVEL IElementDef
SIF3HOMEENROLLMENT_HOMEROOM IElementDef
SIF3HOMEENROLLMENT_HOMEROOMNUMBER IElementDef
SIF3HOMEENROLLMENT_LOCALID IElementDef
SIF3HOMEENROLLMENT_SCHOOLINFOREFID IElementDef
SIF3HOMEENROLLMENT_SCHOOLNAME IElementDef
SIF3HOMEENROLLMENT_STATEPROVINCEID IElementDef
SIF3HOMEENROLLMENT_STATUS IElementDef
SIF3HOMEENROLLMENT_STUDENTSCHOOLENROLLMENTREFID IElementDef
SIF3HOMEROOM IElementDef
SIF3HOMEROOM_SIF_REFOBJECT IElementDef
SIF3ITEM IElementDef
SIF3ITEM_ASSESSMENTITEMREFID IElementDef
SIF3ITEM_ASSESSMENTRUBRICREFID IElementDef
SIF3ITEM_ATTEMPTSTATUS IElementDef
SIF3ITEM_COMMENTS IElementDef
SIF3ITEM_FEEDBACKITEMS IElementDef
SIF3ITEM_ITEMAIDS IElementDef
SIF3ITEM_ITEMNAME IElementDef
SIF3ITEM_ITEMNUMBER IElementDef
SIF3ITEM_ITEMSCORE IElementDef
SIF3ITEM_ITEMSCORECODE IElementDef
SIF3ITEM_RESPONSE IElementDef
SIF3ITEM_RESPONSECORRECTNESS IElementDef
SIF3ITEM_RESPONSELOCATION IElementDef
SIF3ITEM_TIMEONITEM IElementDef
SIF3ITEM_TRAITSCORES IElementDef
SIF3ITEM_VIEWSTATUS IElementDef
SIF3ORGANIZATION IElementDef
SIF3ORGANIZATIONS IElementDef
SIF3ORGANIZATIONS_ORGANIZATION IElementDef
SIF3ORGANIZATION_LEAINFOREFID IElementDef
SIF3ORGANIZATION_SCHOOLINFOREFID IElementDef
SIF3RESPONSECHOICES IElementDef
SIF3RESPONSECHOICES_CHOICE IElementDef
SIF3SCORE IElementDef
SIF3SCORE_SCORECODE IElementDef
SIF3SCORE_SCORECODEDEFINITION IElementDef
SIF3SCORE_SCORECOMMENTS IElementDef
SIF3SCORE_SCOREDESCRIPTIONS IElementDef
SIF3SCORE_SCOREVALUE IElementDef
SIF3STAFFPERSONALREFID IElementDef
SIF3STUDENTRESPONSESET IElementDef
SIF3STUDENTRESPONSESET_ASSESSMENTADMINISTRATIONREFID IElementDef
SIF3STUDENTRESPONSESET_ASSESSMENTREGISTRATIONREFID IElementDef
SIF3STUDENTRESPONSESET_ITEMS IElementDef
SIF3STUDENTRESPONSESET_REFID IElementDef
SIF3STUDENTRESPONSESET_SIF_EXTENDEDELEMENTS IElementDef
SIF3STUDENTRESPONSESET_SIF_METADATA IElementDef
SIF3STUDENTRESPONSESET_STUDENTPERSONALREFID IElementDef
SOFTWAREREQUIREMENT IElementDef
SOFTWAREREQUIREMENTLIST IElementDef
SOFTWAREREQUIREMENTLIST_SOFTWAREREQUIREMENT IElementDef
SOFTWAREREQUIREMENT_OS IElementDef
SOFTWAREREQUIREMENT_SOFTWARETITLE IElementDef
SOFTWAREREQUIREMENT_VENDOR IElementDef
SOFTWAREREQUIREMENT_VERSION IElementDef
SOURCEOBJECT IElementDef
SOURCEOBJECTLIST IElementDef
SOURCEOBJECTLIST_SOURCEOBJECT IElementDef
SOURCEOBJECT_SIF_REFOBJECT IElementDef
STUDENTSPECIALEVENT IElementDef
STUDENTSPECIALEVENTLIST IElementDef
STUDENTSPECIALEVENTLIST_STUDENTSPECIALEVENT IElementDef
STUDENTSPECIALEVENT_CODE IElementDef
SUBTESTIDENTIFIER IElementDef
SUBTESTIDENTIFIERS IElementDef
SUBTESTIDENTIFIERS_SUBTESTIDENTIFIER IElementDef
SUBTESTIDENTIFIER_SUBTESTIDENTIFIERTYPE IElementDef
TECHNICALREQUIREMENT IElementDef
TECHNICALREQUIREMENTLIST IElementDef
TECHNICALREQUIREMENTLIST_TECHNICALREQUIREMENT IElementDef
TESTINGSTATUS IElementDef
TESTINGSTATUSLIST IElementDef
TESTINGSTATUSLIST_TESTINGSTATUS IElementDef
TESTINGSTATUS_TESTINGSTATUSCODE IElementDef
TESTINGSTATUS_TESTINGSTATUSDESCRIPTION IElementDef
TRAITSCORE IElementDef
TRAITSCORELIST IElementDef
TRAITSCORELIST_TRAITSCORE IElementDef
TRAITSCORE_TRAITSCORECODE IElementDef
TRAITSCORE_TRAITSCORETYPE IElementDef
TRAITSCORE_TRAITSCOREVALUE IElementDef
UNUSUALEVENT IElementDef
UNUSUALEVENTSLIST IElementDef
UNUSUALEVENTSLIST_UNUSUALEVENT IElementDef
UNUSUALEVENT_CODE IElementDef
UNUSUALEVENT_SIF_ACTION IElementDef

Public Methods

Method Description
AddElementMappings ( IElementDef>.IDictionary dictionary ) : void
Load ( ) : void

Method Details

AddElementMappings() public method

public AddElementMappings ( IElementDef>.IDictionary dictionary ) : void
dictionary IElementDef>.IDictionary
return void

Load() public method

public Load ( ) : void
return void

Property Details

ACTIVITY public_oe static_oe property

public static IElementDef ACTIVITY
return IElementDef

ACTIVITYEVALUATION public_oe static_oe property

public static IElementDef ACTIVITYEVALUATION
return IElementDef

ACTIVITYEVALUATION_DESCRIPTION public_oe static_oe property

public static IElementDef ACTIVITYEVALUATION_DESCRIPTION
return IElementDef

ACTIVITYEVALUATION_EVALUATIONTYPE public_oe static_oe property

public static IElementDef ACTIVITYEVALUATION_EVALUATIONTYPE
return IElementDef

ACTIVITYTIME public_oe static_oe property

public static IElementDef ACTIVITYTIME
return IElementDef

ACTIVITYTIME_CREATIONDATE public_oe static_oe property

public static IElementDef ACTIVITYTIME_CREATIONDATE
return IElementDef

ACTIVITYTIME_DUEDATE public_oe static_oe property

public static IElementDef ACTIVITYTIME_DUEDATE
return IElementDef

ACTIVITYTIME_DURATION public_oe static_oe property

public static IElementDef ACTIVITYTIME_DURATION
return IElementDef

ACTIVITYTIME_FINISHDATE public_oe static_oe property

public static IElementDef ACTIVITYTIME_FINISHDATE
return IElementDef

ACTIVITYTIME_STARTDATE public_oe static_oe property

public static IElementDef ACTIVITYTIME_STARTDATE
return IElementDef

ACTIVITY_ACTIVITYTIME public_oe static_oe property

public static IElementDef ACTIVITY_ACTIVITYTIME
return IElementDef

ACTIVITY_ACTIVITYWEIGHT public_oe static_oe property

public static IElementDef ACTIVITY_ACTIVITYWEIGHT
return IElementDef

ACTIVITY_ASSESSMENTREFID public_oe static_oe property

public static IElementDef ACTIVITY_ASSESSMENTREFID
return IElementDef

ACTIVITY_ESSENTIALMATERIALS public_oe static_oe property

public static IElementDef ACTIVITY_ESSENTIALMATERIALS
return IElementDef

ACTIVITY_EVALUATION public_oe static_oe property

public static IElementDef ACTIVITY_EVALUATION
return IElementDef

ACTIVITY_LANGUAGE public_oe static_oe property

public static IElementDef ACTIVITY_LANGUAGE
return IElementDef

ACTIVITY_LEARNINGOBJECTIVES public_oe static_oe property

public static IElementDef ACTIVITY_LEARNINGOBJECTIVES
return IElementDef

ACTIVITY_LEARNINGRESOURCES public_oe static_oe property

public static IElementDef ACTIVITY_LEARNINGRESOURCES
return IElementDef

ACTIVITY_LEARNINGSTANDARDS public_oe static_oe property

public static IElementDef ACTIVITY_LEARNINGSTANDARDS
return IElementDef

ACTIVITY_MAXATTEMPTSALLOWED public_oe static_oe property

public static IElementDef ACTIVITY_MAXATTEMPTSALLOWED
return IElementDef

ACTIVITY_POINTS public_oe static_oe property

public static IElementDef ACTIVITY_POINTS
return IElementDef

ACTIVITY_PREAMBLE public_oe static_oe property

public static IElementDef ACTIVITY_PREAMBLE
return IElementDef

ACTIVITY_REFID public_oe static_oe property

public static IElementDef ACTIVITY_REFID
return IElementDef

ACTIVITY_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef ACTIVITY_SIF_EXTENDEDELEMENTS
return IElementDef

ACTIVITY_SIF_METADATA public_oe static_oe property

public static IElementDef ACTIVITY_SIF_METADATA
return IElementDef

ACTIVITY_SOFTWAREREQUIREMENTLIST public_oe static_oe property

public static IElementDef ACTIVITY_SOFTWAREREQUIREMENTLIST
return IElementDef

ACTIVITY_SOURCEOBJECTS public_oe static_oe property

public static IElementDef ACTIVITY_SOURCEOBJECTS
return IElementDef

ACTIVITY_TECHNICALREQUIREMENTS public_oe static_oe property

public static IElementDef ACTIVITY_TECHNICALREQUIREMENTS
return IElementDef

ACTIVITY_TITLE public_oe static_oe property

public static IElementDef ACTIVITY_TITLE
return IElementDef

ADMINISTRATIONASSESSMENT public_oe static_oe property

public static IElementDef ADMINISTRATIONASSESSMENT
return IElementDef

ADMINISTRATIONASSESSMENTS public_oe static_oe property

public static IElementDef ADMINISTRATIONASSESSMENTS
return IElementDef

ADMINISTRATIONASSESSMENTS_ADMINISTRATIONASSESSMENT public_oe static_oe property

public static IElementDef ADMINISTRATIONASSESSMENTS_ADMINISTRATIONASSESSMENT
return IElementDef

ASSESSMENTASSETREFID public_oe static_oe property

public static IElementDef ASSESSMENTASSETREFID
return IElementDef

ASSESSMENTASSETREFIDS public_oe static_oe property

public static IElementDef ASSESSMENTASSETREFIDS
return IElementDef

ASSESSMENTASSETREFIDS_ASSESSMENTASSETREFID public_oe static_oe property

public static IElementDef ASSESSMENTASSETREFIDS_ASSESSMENTASSETREFID
return IElementDef

ASSESSMENTIDENTIFIER public_oe static_oe property

public static IElementDef ASSESSMENTIDENTIFIER
return IElementDef

ASSESSMENTIDENTIFIERS public_oe static_oe property

public static IElementDef ASSESSMENTIDENTIFIERS
return IElementDef

ASSESSMENTIDENTIFIERS_ASSESSMENTIDENTIFIER public_oe static_oe property

public static IElementDef ASSESSMENTIDENTIFIERS_ASSESSMENTIDENTIFIER
return IElementDef

ASSESSMENTIDENTIFIER_ASSESSMENTIDTYPE public_oe static_oe property

public static IElementDef ASSESSMENTIDENTIFIER_ASSESSMENTIDTYPE
return IElementDef

ASSESSMENTITEMASSETREFID public_oe static_oe property

public static IElementDef ASSESSMENTITEMASSETREFID
return IElementDef

ASSESSMENTITEMASSETREFIDS public_oe static_oe property

public static IElementDef ASSESSMENTITEMASSETREFIDS
return IElementDef

ASSESSMENTITEMASSETREFIDS_ASSESSMENTITEMASSETREFID public_oe static_oe property

public static IElementDef ASSESSMENTITEMASSETREFIDS_ASSESSMENTITEMASSETREFID
return IElementDef

ASSESSMENTITEMBANK public_oe static_oe property

public static IElementDef ASSESSMENTITEMBANK
return IElementDef

ASSESSMENTITEMBANKLIST public_oe static_oe property

public static IElementDef ASSESSMENTITEMBANKLIST
return IElementDef

ASSESSMENTITEMBANKLIST_ASSESSMENTITEMBANK public_oe static_oe property

public static IElementDef ASSESSMENTITEMBANKLIST_ASSESSMENTITEMBANK
return IElementDef

ASSESSMENTITEMBANK_ASSESSMENTITEMBANKID public_oe static_oe property

public static IElementDef ASSESSMENTITEMBANK_ASSESSMENTITEMBANKID
return IElementDef

ASSESSMENTITEMBANK_ASSESSMENTITEMBANKNAME public_oe static_oe property

public static IElementDef ASSESSMENTITEMBANK_ASSESSMENTITEMBANKNAME
return IElementDef

ASSESSMENTITEMPLATFORM public_oe static_oe property

public static IElementDef ASSESSMENTITEMPLATFORM
return IElementDef

ASSESSMENTITEMPLATFORMLIST public_oe static_oe property

public static IElementDef ASSESSMENTITEMPLATFORMLIST
return IElementDef

ASSESSMENTITEMPLATFORMLIST_ASSESSMENTITEMPLATFORM public_oe static_oe property

public static IElementDef ASSESSMENTITEMPLATFORMLIST_ASSESSMENTITEMPLATFORM
return IElementDef

ASSESSMENTPLATFORM public_oe static_oe property

public static IElementDef ASSESSMENTPLATFORM
return IElementDef

ASSESSMENTPLATFORMLIST public_oe static_oe property

public static IElementDef ASSESSMENTPLATFORMLIST
return IElementDef

ASSESSMENTPLATFORMLIST_ASSESSMENTPLATFORM public_oe static_oe property

public static IElementDef ASSESSMENTPLATFORMLIST_ASSESSMENTPLATFORM
return IElementDef

ASSESSMENTSECTION public_oe static_oe property

public static IElementDef ASSESSMENTSECTION
return IElementDef

ASSESSMENTSECTIONLIST public_oe static_oe property

public static IElementDef ASSESSMENTSECTIONLIST
return IElementDef

ASSESSMENTSECTIONLIST_ASSESSMENTSECTION public_oe static_oe property

public static IElementDef ASSESSMENTSECTIONLIST_ASSESSMENTSECTION
return IElementDef

ASSESSMENTSECTION_ASSESSMENTSECTIONREFID public_oe static_oe property

public static IElementDef ASSESSMENTSECTION_ASSESSMENTSECTIONREFID
return IElementDef

ASSESSMENTSECTION_ASSESSMENTSECTIONSEQUENCE public_oe static_oe property

public static IElementDef ASSESSMENTSECTION_ASSESSMENTSECTIONSEQUENCE
return IElementDef

ASSETIDENTIFIER public_oe static_oe property

public static IElementDef ASSETIDENTIFIER
return IElementDef

ASSETIDENTIFIERLIST public_oe static_oe property

public static IElementDef ASSETIDENTIFIERLIST
return IElementDef

ASSETIDENTIFIERLIST_ASSETIDENTIFIER public_oe static_oe property

public static IElementDef ASSETIDENTIFIERLIST_ASSETIDENTIFIER
return IElementDef

ASSETIDENTIFIER_ASSETIDTYPE public_oe static_oe property

public static IElementDef ASSETIDENTIFIER_ASSETIDTYPE
return IElementDef

ASSETLEARNINGSTANDARDLIST public_oe static_oe property

public static IElementDef ASSETLEARNINGSTANDARDLIST
return IElementDef

ASSETLEARNINGSTANDARDLIST_ASSETLEARNINGSTANDARD public_oe static_oe property

public static IElementDef ASSETLEARNINGSTANDARDLIST_ASSETLEARNINGSTANDARD
return IElementDef

DERIVEDVALUE public_oe static_oe property

public static IElementDef DERIVEDVALUE
return IElementDef

DERIVEDVALUE_TOSCOREMETRIC public_oe static_oe property

public static IElementDef DERIVEDVALUE_TOSCOREMETRIC
return IElementDef

DURATION public_oe static_oe property

public static IElementDef DURATION
return IElementDef

DURATION_UNITS public_oe static_oe property

public static IElementDef DURATION_UNITS
return IElementDef

ESSENTIALMATERIAL public_oe static_oe property

public static IElementDef ESSENTIALMATERIAL
return IElementDef

ESSENTIALMATERIALLIST public_oe static_oe property

public static IElementDef ESSENTIALMATERIALLIST
return IElementDef

ESSENTIALMATERIALLIST_ESSENTIALMATERIAL public_oe static_oe property

public static IElementDef ESSENTIALMATERIALLIST_ESSENTIALMATERIAL
return IElementDef

FEEDBACK public_oe static_oe property

public static IElementDef FEEDBACK
return IElementDef

FEEDBACKITEM public_oe static_oe property

public static IElementDef FEEDBACKITEM
return IElementDef

FEEDBACKITEMLIST public_oe static_oe property

public static IElementDef FEEDBACKITEMLIST
return IElementDef

FEEDBACKITEMLIST_FEEDBACKITEM public_oe static_oe property

public static IElementDef FEEDBACKITEMLIST_FEEDBACKITEM
return IElementDef

FEEDBACKITEM_DIAGNOSTICSTATEMENT public_oe static_oe property

public static IElementDef FEEDBACKITEM_DIAGNOSTICSTATEMENT
return IElementDef

FEEDBACKITEM_FEEDBACKCODE public_oe static_oe property

public static IElementDef FEEDBACKITEM_FEEDBACKCODE
return IElementDef

FEEDBACKITEM_FEEDBACKDESCRIPTION public_oe static_oe property

public static IElementDef FEEDBACKITEM_FEEDBACKDESCRIPTION
return IElementDef

FEEDBACKITEM_FEEDBACKSOURCE public_oe static_oe property

public static IElementDef FEEDBACKITEM_FEEDBACKSOURCE
return IElementDef

FEEDBACKLIST public_oe static_oe property

public static IElementDef FEEDBACKLIST
return IElementDef

FEEDBACKLIST_FEEDBACK public_oe static_oe property

public static IElementDef FEEDBACKLIST_FEEDBACK
return IElementDef

FEEDBACK_DESCRIPTION public_oe static_oe property

public static IElementDef FEEDBACK_DESCRIPTION
return IElementDef

FEEDBACK_DIAGNOSTICSTATEMENT public_oe static_oe property

public static IElementDef FEEDBACK_DIAGNOSTICSTATEMENT
return IElementDef

FEEDBACK_SOURCE public_oe static_oe property

public static IElementDef FEEDBACK_SOURCE
return IElementDef

FORMACCOMMODATION public_oe static_oe property

public static IElementDef FORMACCOMMODATION
return IElementDef

FORMACCOMMODATIONLIST public_oe static_oe property

public static IElementDef FORMACCOMMODATIONLIST
return IElementDef

FORMACCOMMODATIONLIST_FORMACCOMMODATION public_oe static_oe property

public static IElementDef FORMACCOMMODATIONLIST_FORMACCOMMODATION
return IElementDef

FORMIDENTIFIER public_oe static_oe property

public static IElementDef FORMIDENTIFIER
return IElementDef

FORMIDENTIFIERLIST public_oe static_oe property

public static IElementDef FORMIDENTIFIERLIST
return IElementDef

FORMIDENTIFIERLIST_FORMIDENTIFIER public_oe static_oe property

public static IElementDef FORMIDENTIFIERLIST_FORMIDENTIFIER
return IElementDef

FORMIDENTIFIER_FORMIDENTIFIERTYPE public_oe static_oe property

public static IElementDef FORMIDENTIFIER_FORMIDENTIFIERTYPE
return IElementDef

ITEMAID public_oe static_oe property

public static IElementDef ITEMAID
return IElementDef

ITEMAIDLIST public_oe static_oe property

public static IElementDef ITEMAIDLIST
return IElementDef

ITEMAIDLIST_ITEMAID public_oe static_oe property

public static IElementDef ITEMAIDLIST_ITEMAID
return IElementDef

ITEMLIST public_oe static_oe property

public static IElementDef ITEMLIST
return IElementDef

ITEMLIST_ITEM public_oe static_oe property

public static IElementDef ITEMLIST_ITEM
return IElementDef

ITEMRUBRICID public_oe static_oe property

public static IElementDef ITEMRUBRICID
return IElementDef

ITEMRUBRICIDS public_oe static_oe property

public static IElementDef ITEMRUBRICIDS
return IElementDef

ITEMRUBRICIDS_ITEMRUBRICID public_oe static_oe property

public static IElementDef ITEMRUBRICIDS_ITEMRUBRICID
return IElementDef

LEARNINGOBJECTIVE public_oe static_oe property

public static IElementDef LEARNINGOBJECTIVE
return IElementDef

LEARNINGOBJECTIVELIST public_oe static_oe property

public static IElementDef LEARNINGOBJECTIVELIST
return IElementDef

LEARNINGOBJECTIVELIST_LEARNINGOBJECTIVE public_oe static_oe property

public static IElementDef LEARNINGOBJECTIVELIST_LEARNINGOBJECTIVE
return IElementDef

LEARNINGRESOURCELIST public_oe static_oe property

public static IElementDef LEARNINGRESOURCELIST
return IElementDef

LEARNINGRESOURCELIST_LEARNINGRESOURCEREFID public_oe static_oe property

public static IElementDef LEARNINGRESOURCELIST_LEARNINGRESOURCEREFID
return IElementDef

LEARNINGRESOURCEREFID public_oe static_oe property

public static IElementDef LEARNINGRESOURCEREFID
return IElementDef

LEARNINGSTANDARDLIST public_oe static_oe property

public static IElementDef LEARNINGSTANDARDLIST
return IElementDef

LEARNINGSTANDARDLIST_LEARNINGSTANDARDITEMREFID public_oe static_oe property

public static IElementDef LEARNINGSTANDARDLIST_LEARNINGSTANDARDITEMREFID
return IElementDef

RUBRICIDENTIFIER public_oe static_oe property

public static IElementDef RUBRICIDENTIFIER
return IElementDef

RUBRICIDENTIFIERS public_oe static_oe property

public static IElementDef RUBRICIDENTIFIERS
return IElementDef

RUBRICIDENTIFIERS_RUBRICIDENTIFIER public_oe static_oe property

public static IElementDef RUBRICIDENTIFIERS_RUBRICIDENTIFIER
return IElementDef

RUBRICIDENTIFIER_RUBRICIDENTIFIERTYPE public_oe static_oe property

public static IElementDef RUBRICIDENTIFIER_RUBRICIDENTIFIERTYPE
return IElementDef

SCORECOMMENT public_oe static_oe property

public static IElementDef SCORECOMMENT
return IElementDef

SCORECOMMENTLIST public_oe static_oe property

public static IElementDef SCORECOMMENTLIST
return IElementDef

SCORECOMMENTLIST_SCORECOMMENT public_oe static_oe property

public static IElementDef SCORECOMMENTLIST_SCORECOMMENT
return IElementDef

SCORECOMMENT_COMMENT public_oe static_oe property

public static IElementDef SCORECOMMENT_COMMENT
return IElementDef

SCORECOMMENT_COMMENTCODE public_oe static_oe property

public static IElementDef SCORECOMMENT_COMMENTCODE
return IElementDef

SCOREDESCRIPTIONLIST public_oe static_oe property

public static IElementDef SCOREDESCRIPTIONLIST
return IElementDef

SCOREDESCRIPTIONLIST_SCOREDESCRIPTION public_oe static_oe property

public static IElementDef SCOREDESCRIPTIONLIST_SCOREDESCRIPTION
return IElementDef

SCORELIST public_oe static_oe property

public static IElementDef SCORELIST
return IElementDef

SCORELIST_SCORE public_oe static_oe property

public static IElementDef SCORELIST_SCORE
return IElementDef

SCOREREPORTINGTYPE public_oe static_oe property

public static IElementDef SCOREREPORTINGTYPE
return IElementDef

SCOREREPORTINGTYPE_MAXIMUM public_oe static_oe property

public static IElementDef SCOREREPORTINGTYPE_MAXIMUM
return IElementDef

SCOREREPORTINGTYPE_MINIMUM public_oe static_oe property

public static IElementDef SCOREREPORTINGTYPE_MINIMUM
return IElementDef

SCOREREPORTINGTYPE_SCOREMETRIC public_oe static_oe property

public static IElementDef SCOREREPORTINGTYPE_SCOREMETRIC
return IElementDef

SCOREREPORTINGTYPE_SCORETABLEREFID public_oe static_oe property

public static IElementDef SCOREREPORTINGTYPE_SCORETABLEREFID
return IElementDef

SCORETABLEIDENTIFIER public_oe static_oe property

public static IElementDef SCORETABLEIDENTIFIER
return IElementDef

SCORETABLEIDENTIFIERS public_oe static_oe property

public static IElementDef SCORETABLEIDENTIFIERS
return IElementDef

SCORETABLEIDENTIFIERS_SCORETABLEIDENTIFIER public_oe static_oe property

public static IElementDef SCORETABLEIDENTIFIERS_SCORETABLEIDENTIFIER
return IElementDef

SCORETABLEIDENTIFIER_SCORETABLEIDENTIFIERTYPE public_oe static_oe property

public static IElementDef SCORETABLEIDENTIFIER_SCORETABLEIDENTIFIERTYPE
return IElementDef

SCOREVALUE public_oe static_oe property

public static IElementDef SCOREVALUE
return IElementDef

SCOREVALUELIST public_oe static_oe property

public static IElementDef SCOREVALUELIST
return IElementDef

SCOREVALUELIST_SCOREVALUE public_oe static_oe property

public static IElementDef SCOREVALUELIST_SCOREVALUE
return IElementDef

SCOREVALUE_DERIVEDVALUE public_oe static_oe property

public static IElementDef SCOREVALUE_DERIVEDVALUE
return IElementDef

SCOREVALUE_FEEDBACKLIST public_oe static_oe property

public static IElementDef SCOREVALUE_FEEDBACKLIST
return IElementDef

SCOREVALUE_FROMSCOREMETRIC public_oe static_oe property

public static IElementDef SCOREVALUE_FROMSCOREMETRIC
return IElementDef

SCOREVALUE_LOWERCUT public_oe static_oe property

public static IElementDef SCOREVALUE_LOWERCUT
return IElementDef

SCOREVALUE_PASSFAILINDICATOR public_oe static_oe property

public static IElementDef SCOREVALUE_PASSFAILINDICATOR
return IElementDef

SCOREVALUE_UPPERCUT public_oe static_oe property

public static IElementDef SCOREVALUE_UPPERCUT
return IElementDef

SECTIONASSET public_oe static_oe property

public static IElementDef SECTIONASSET
return IElementDef

SECTIONASSETS public_oe static_oe property

public static IElementDef SECTIONASSETS
return IElementDef

SECTIONASSETS_SECTIONASSET public_oe static_oe property

public static IElementDef SECTIONASSETS_SECTIONASSET
return IElementDef

SECTIONIDENTIFIER public_oe static_oe property

public static IElementDef SECTIONIDENTIFIER
return IElementDef

SECTIONIDENTIFIERS public_oe static_oe property

public static IElementDef SECTIONIDENTIFIERS
return IElementDef

SECTIONIDENTIFIERS_SECTIONIDENTIFIER public_oe static_oe property

public static IElementDef SECTIONIDENTIFIERS_SECTIONIDENTIFIER
return IElementDef

SECTIONIDENTIFIER_SECTIONIDENTIFIERTYPE public_oe static_oe property

public static IElementDef SECTIONIDENTIFIER_SECTIONIDENTIFIERTYPE
return IElementDef

SECTIONITEM public_oe static_oe property

public static IElementDef SECTIONITEM
return IElementDef

SECTIONITEMLIST public_oe static_oe property

public static IElementDef SECTIONITEMLIST
return IElementDef

SECTIONITEMLIST_SECTIONITEM public_oe static_oe property

public static IElementDef SECTIONITEMLIST_SECTIONITEM
return IElementDef

SECTIONITEM_ASSESSMENTITEMREFID public_oe static_oe property

public static IElementDef SECTIONITEM_ASSESSMENTITEMREFID
return IElementDef

SECTIONITEM_ITEMSEQUENCE public_oe static_oe property

public static IElementDef SECTIONITEM_ITEMSEQUENCE
return IElementDef

SIF3ASSESSMENT public_oe static_oe property

public static IElementDef SIF3ASSESSMENT
return IElementDef

SIF3ASSESSMENTADMINISTRATION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION
return IElementDef

SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONASSESSMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONASSESSMENTS
return IElementDef

SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONCODE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONCODE
return IElementDef

SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_ADMINISTRATIONNAME
return IElementDef

SIF3ASSESSMENTADMINISTRATION_FINISHDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_FINISHDATETIME
return IElementDef

SIF3ASSESSMENTADMINISTRATION_ORGANIZATIONS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_ORGANIZATIONS
return IElementDef

SIF3ASSESSMENTADMINISTRATION_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_REFID
return IElementDef

SIF3ASSESSMENTADMINISTRATION_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTADMINISTRATION_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_SIF_METADATA
return IElementDef

SIF3ASSESSMENTADMINISTRATION_STARTDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTADMINISTRATION_STARTDATETIME
return IElementDef

SIF3ASSESSMENTASSET public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET
return IElementDef

SIF3ASSESSMENTASSET_ASSETCONTENT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETCONTENT
return IElementDef

SIF3ASSESSMENTASSET_ASSETGRADELEVELS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETGRADELEVELS
return IElementDef

SIF3ASSESSMENTASSET_ASSETIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETIDENTIFIERS
return IElementDef

SIF3ASSESSMENTASSET_ASSETLANGUAGE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETLANGUAGE
return IElementDef

SIF3ASSESSMENTASSET_ASSETLEARNINGSTANDARDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETLEARNINGSTANDARDS
return IElementDef

SIF3ASSESSMENTASSET_ASSETNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETNAME
return IElementDef

SIF3ASSESSMENTASSET_ASSETOWNER public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETOWNER
return IElementDef

SIF3ASSESSMENTASSET_ASSETPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETPUBLISHDATE
return IElementDef

SIF3ASSESSMENTASSET_ASSETSUBJECTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETSUBJECTS
return IElementDef

SIF3ASSESSMENTASSET_ASSETTYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETTYPE
return IElementDef

SIF3ASSESSMENTASSET_ASSETVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_ASSETVERSION
return IElementDef

SIF3ASSESSMENTASSET_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_REFID
return IElementDef

SIF3ASSESSMENTASSET_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTASSET_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTASSET_SIF_METADATA
return IElementDef

SIF3ASSESSMENTFORM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTASSETREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTASSETREFIDS
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTFORMLANGUAGES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTFORMLANGUAGES
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTFORMSUBJECTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTFORMSUBJECTS
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTPLATFORMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTPLATFORMS
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTREFID
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTSECTIONS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTSECTIONS
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTSUBTESTREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTSUBTESTREFIDS
return IElementDef

SIF3ASSESSMENTFORM_ASSESSMENTTYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_ASSESSMENTTYPE
return IElementDef

SIF3ASSESSMENTFORM_FORMACCOMMODATIONS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_FORMACCOMMODATIONS
return IElementDef

SIF3ASSESSMENTFORM_FORMIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_FORMIDENTIFIERS
return IElementDef

SIF3ASSESSMENTFORM_FORMNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_FORMNAME
return IElementDef

SIF3ASSESSMENTFORM_FORMPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_FORMPUBLISHDATE
return IElementDef

SIF3ASSESSMENTFORM_FORMVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_FORMVERSION
return IElementDef

SIF3ASSESSMENTFORM_GRADELEVELS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_GRADELEVELS
return IElementDef

SIF3ASSESSMENTFORM_LEVEL public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_LEVEL
return IElementDef

SIF3ASSESSMENTFORM_PERIOD public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_PERIOD
return IElementDef

SIF3ASSESSMENTFORM_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_REFID
return IElementDef

SIF3ASSESSMENTFORM_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTFORM_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTFORM_SIF_METADATA
return IElementDef

SIF3ASSESSMENTITEM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_ASSESSMENTITEMREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_ASSESSMENTITEMREFID
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_ASSOCIATIONTYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_ASSOCIATIONTYPE
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_REFID
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_SIF_METADATA
return IElementDef

SIF3ASSESSMENTITEMASSOCIATION_TARGETASSESSMENTITEMREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMASSOCIATION_TARGETASSESSMENTITEMREFID
return IElementDef

SIF3ASSESSMENTITEMLIST public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMLIST
return IElementDef

SIF3ASSESSMENTITEMLIST_ASSESSMENTITEM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEMLIST_ASSESSMENTITEM
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTGRADELEVELS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTGRADELEVELS
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTIDENTIFIERS
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTITEMASSETREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTITEMASSETREFIDS
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTITEMBANKS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTITEMBANKS
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTITEMPLATFORMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTITEMPLATFORMS
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTITEMREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTITEMREFID
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTLANGUAGES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTLANGUAGES
return IElementDef

SIF3ASSESSMENTITEM_ASSESSMENTSUBJECTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ASSESSMENTSUBJECTS
return IElementDef

SIF3ASSESSMENTITEM_ITEMFEEDBACKCORRECT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMFEEDBACKCORRECT
return IElementDef

SIF3ASSESSMENTITEM_ITEMFEEDBACKHINT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMFEEDBACKHINT
return IElementDef

SIF3ASSESSMENTITEM_ITEMFEEDBACKINCORRECT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMFEEDBACKINCORRECT
return IElementDef

SIF3ASSESSMENTITEM_ITEMNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMNAME
return IElementDef

SIF3ASSESSMENTITEM_ITEMPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMPUBLISHDATE
return IElementDef

SIF3ASSESSMENTITEM_ITEMRUBRICIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMRUBRICIDS
return IElementDef

SIF3ASSESSMENTITEM_ITEMSCOREMAXIMUM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMSCOREMAXIMUM
return IElementDef

SIF3ASSESSMENTITEM_ITEMSCOREMINIMUM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMSCOREMINIMUM
return IElementDef

SIF3ASSESSMENTITEM_ITEMVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMVERSION
return IElementDef

SIF3ASSESSMENTITEM_ITEMWEIGHTCORRECT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMWEIGHTCORRECT
return IElementDef

SIF3ASSESSMENTITEM_ITEMWEIGHTINCORRECT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMWEIGHTINCORRECT
return IElementDef

SIF3ASSESSMENTITEM_ITEMWEIGHTNOTATTEMPTED public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_ITEMWEIGHTNOTATTEMPTED
return IElementDef

SIF3ASSESSMENTITEM_LEARNINGSTANDARDITEMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_LEARNINGSTANDARDITEMS
return IElementDef

SIF3ASSESSMENTITEM_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_REFID
return IElementDef

SIF3ASSESSMENTITEM_RESPONSECHOICES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_RESPONSECHOICES
return IElementDef

SIF3ASSESSMENTITEM_RESPONSETYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_RESPONSETYPE
return IElementDef

SIF3ASSESSMENTITEM_STEM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTITEM_STEM
return IElementDef

SIF3ASSESSMENTREGISTRATION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTADMINISTRATIONREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTADMINISTRATIONREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTFORMREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTFORMREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTGRADELEVEL public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTGRADELEVEL
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTPLATFORM
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTSESSIONREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTSESSIONREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_ASSESSMENTSTUDENTSNAPSHOT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ASSESSMENTSTUDENTSNAPSHOT
return IElementDef

SIF3ASSESSMENTREGISTRATION_CREATIONDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_CREATIONDATETIME
return IElementDef

SIF3ASSESSMENTREGISTRATION_DAYSOFINSTRUCTION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_DAYSOFINSTRUCTION
return IElementDef

SIF3ASSESSMENTREGISTRATION_ENDDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_ENDDATETIME
return IElementDef

SIF3ASSESSMENTREGISTRATION_LEAINFOREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_LEAINFOREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_REFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_RETESTINDICATOR public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_RETESTINDICATOR
return IElementDef

SIF3ASSESSMENTREGISTRATION_SCHOOLINFOREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_SCHOOLINFOREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_SCOREPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_SCOREPUBLISHDATE
return IElementDef

SIF3ASSESSMENTREGISTRATION_SECTIONINFOREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_SECTIONINFOREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTREGISTRATION_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_SIF_METADATA
return IElementDef

SIF3ASSESSMENTREGISTRATION_STAFFPERSONALREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_STAFFPERSONALREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_STARTDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_STARTDATETIME
return IElementDef

SIF3ASSESSMENTREGISTRATION_STUDENTGRADELEVEL public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_STUDENTGRADELEVEL
return IElementDef

SIF3ASSESSMENTREGISTRATION_STUDENTPERSONALREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_STUDENTPERSONALREFID
return IElementDef

SIF3ASSESSMENTREGISTRATION_STUDENTSPECIALEVENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_STUDENTSPECIALEVENTS
return IElementDef

SIF3ASSESSMENTREGISTRATION_TESTATTEMPTIDENTIFIER public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_TESTATTEMPTIDENTIFIER
return IElementDef

SIF3ASSESSMENTREGISTRATION_TESTINGSTATUSES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTREGISTRATION_TESTINGSTATUSES
return IElementDef

SIF3ASSESSMENTRUBRIC public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC
return IElementDef

SIF3ASSESSMENTRUBRIC_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_REFID
return IElementDef

SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS
return IElementDef

SIF3ASSESSMENTRUBRIC_RUBRICNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_RUBRICNAME
return IElementDef

SIF3ASSESSMENTRUBRIC_RUBRICPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_RUBRICPUBLISHDATE
return IElementDef

SIF3ASSESSMENTRUBRIC_RUBRICVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_RUBRICVERSION
return IElementDef

SIF3ASSESSMENTRUBRIC_SCORES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_SCORES
return IElementDef

SIF3ASSESSMENTRUBRIC_SCORINGGUIDEREFERENCE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_SCORINGGUIDEREFERENCE
return IElementDef

SIF3ASSESSMENTRUBRIC_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTRUBRIC_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTRUBRIC_SIF_METADATA
return IElementDef

SIF3ASSESSMENTSCORETABLE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE
return IElementDef

SIF3ASSESSMENTSCORETABLE_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_REFID
return IElementDef

SIF3ASSESSMENTSCORETABLE_SCORETABLEIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SCORETABLEIDENTIFIERS
return IElementDef

SIF3ASSESSMENTSCORETABLE_SCORETABLENAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SCORETABLENAME
return IElementDef

SIF3ASSESSMENTSCORETABLE_SCORETABLEPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SCORETABLEPUBLISHDATE
return IElementDef

SIF3ASSESSMENTSCORETABLE_SCORETABLEVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SCORETABLEVERSION
return IElementDef

SIF3ASSESSMENTSCORETABLE_SCOREVALUES public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SCOREVALUES
return IElementDef

SIF3ASSESSMENTSCORETABLE_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTSCORETABLE_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSCORETABLE_SIF_METADATA
return IElementDef

SIF3ASSESSMENTSECTION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION
return IElementDef

SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHM public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHM
return IElementDef

SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHMNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_ITEMSELECTIONALGORITHMNAME
return IElementDef

SIF3ASSESSMENTSECTION_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_REFID
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONASSETS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONASSETS
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONIDENTIFIERS
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONITEMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONITEMS
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONITEMSEQUENCETYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONITEMSEQUENCETYPE
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONNAME
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONPUBLISHDATE
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONREENTRY public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONREENTRY
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONSEALED public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONSEALED
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONTIMELIMIT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONTIMELIMIT
return IElementDef

SIF3ASSESSMENTSECTION_SECTIONVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SECTIONVERSION
return IElementDef

SIF3ASSESSMENTSECTION_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTSECTION_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSECTION_SIF_METADATA
return IElementDef

SIF3ASSESSMENTSESSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION
return IElementDef

SIF3ASSESSMENTSESSION_ACTUALENDDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ACTUALENDDATETIME
return IElementDef

SIF3ASSESSMENTSESSION_ACTUALSTARTDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ACTUALSTARTDATETIME
return IElementDef

SIF3ASSESSMENTSESSION_ADDRESS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ADDRESS
return IElementDef

SIF3ASSESSMENTSESSION_ASSESSMENTADMINISTRATIONREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ASSESSMENTADMINISTRATIONREFID
return IElementDef

SIF3ASSESSMENTSESSION_ASSESSMENTFORMREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ASSESSMENTFORMREFID
return IElementDef

SIF3ASSESSMENTSESSION_ASSESSMENTREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_ASSESSMENTREFID
return IElementDef

SIF3ASSESSMENTSESSION_LEAINFOREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_LEAINFOREFID
return IElementDef

SIF3ASSESSMENTSESSION_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_REFID
return IElementDef

SIF3ASSESSMENTSESSION_SCHEDULEDENDDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SCHEDULEDENDDATETIME
return IElementDef

SIF3ASSESSMENTSESSION_SCHEDULEDSTARTDATETIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SCHEDULEDSTARTDATETIME
return IElementDef

SIF3ASSESSMENTSESSION_SCHOOLINFOREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SCHOOLINFOREFID
return IElementDef

SIF3ASSESSMENTSESSION_SESSIONNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SESSIONNAME
return IElementDef

SIF3ASSESSMENTSESSION_SESSIONTYPE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SESSIONTYPE
return IElementDef

SIF3ASSESSMENTSESSION_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTSESSION_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_SIF_METADATA
return IElementDef

SIF3ASSESSMENTSESSION_STAFFPERSONALREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_STAFFPERSONALREFIDS
return IElementDef

SIF3ASSESSMENTSESSION_UNUSUALEVENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSESSION_UNUSUALEVENTS
return IElementDef

SIF3ASSESSMENTSTAFFLIST public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTAFFLIST
return IElementDef

SIF3ASSESSMENTSTAFFLIST_STAFFPERSONALREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTAFFLIST_STAFFPERSONALREFID
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_ADDRESS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_ADDRESS
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_AGE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_AGE
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_BIRTHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_BIRTHDATE
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_ECONOMICDISADVANTAGE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_ECONOMICDISADVANTAGE
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_GIFTEDTALENTED public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_GIFTEDTALENTED
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONAWARD public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONAWARD
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONDATE
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONONTIME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_GRADUATIONONTIME
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_HOMEENROLLMENT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_HOMEENROLLMENT
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_LOCALID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_LOCALID
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_NAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_NAME
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_NEGLECTEDDELINQUENT public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_NEGLECTEDDELINQUENT
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_ONTIMEGRADUATIONYEAR public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_ONTIMEGRADUATIONYEAR
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_PROJECTEDGRADUATIONYEAR public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_PROJECTEDGRADUATIONYEAR
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_SEX public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_SEX
return IElementDef

SIF3ASSESSMENTSTUDENTSNAPSHOT_STATEPROVINCEID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSTUDENTSNAPSHOT_STATEPROVINCEID
return IElementDef

SIF3ASSESSMENTSUBTEST public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST
return IElementDef

SIF3ASSESSMENTSUBTESTREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTESTREFID
return IElementDef

SIF3ASSESSMENTSUBTESTREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTESTREFIDS
return IElementDef

SIF3ASSESSMENTSUBTESTREFIDS_ASSESSMENTSUBTESTREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTESTREFIDS_ASSESSMENTSUBTESTREFID
return IElementDef

SIF3ASSESSMENTSUBTEST_ABBREVIATION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_ABBREVIATION
return IElementDef

SIF3ASSESSMENTSUBTEST_ASSESSMENTITEMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_ASSESSMENTITEMS
return IElementDef

SIF3ASSESSMENTSUBTEST_ASSESSMENTSUBTESTREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_ASSESSMENTSUBTESTREFIDS
return IElementDef

SIF3ASSESSMENTSUBTEST_CONTAINERONLY public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_CONTAINERONLY
return IElementDef

SIF3ASSESSMENTSUBTEST_DESCRIPTION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_DESCRIPTION
return IElementDef

SIF3ASSESSMENTSUBTEST_LEARNINGSTANDARDITEMREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_LEARNINGSTANDARDITEMREFIDS
return IElementDef

SIF3ASSESSMENTSUBTEST_NUMBEROFITEMS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_NUMBEROFITEMS
return IElementDef

SIF3ASSESSMENTSUBTEST_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_REFID
return IElementDef

SIF3ASSESSMENTSUBTEST_SCOREREPORTING public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SCOREREPORTING
return IElementDef

SIF3ASSESSMENTSUBTEST_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENTSUBTEST_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SIF_METADATA
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTGRADELEVELS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTGRADELEVELS
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTIDENTIFIERS
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTNAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTNAME
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTPUBLISHDATE public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTPUBLISHDATE
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTSUBJECTAREAS public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTSUBJECTAREAS
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTTIER public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTTIER
return IElementDef

SIF3ASSESSMENTSUBTEST_SUBTESTVERSION public_oe static_oe property

public static IElementDef SIF3ASSESSMENTSUBTEST_SUBTESTVERSION
return IElementDef

SIF3ASSESSMENT_ASSESSMENTDESCRIPTORS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTDESCRIPTORS
return IElementDef

SIF3ASSESSMENT_ASSESSMENTGRADELEVELS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTGRADELEVELS
return IElementDef

SIF3ASSESSMENT_ASSESSMENTIDENTIFIERS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTIDENTIFIERS
return IElementDef

SIF3ASSESSMENT_ASSESSMENTITEMBANKS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTITEMBANKS
return IElementDef

SIF3ASSESSMENT_ASSESSMENTLANGUAGES public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTLANGUAGES
return IElementDef

SIF3ASSESSMENT_ASSESSMENTPACKAGEREFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTPACKAGEREFID
return IElementDef

SIF3ASSESSMENT_ASSESSMENTPROVIDER public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTPROVIDER
return IElementDef

SIF3ASSESSMENT_ASSESSMENTSUBJECTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_ASSESSMENTSUBJECTS
return IElementDef

SIF3ASSESSMENT_LEARNINGSTANDARDITEMREFIDS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_LEARNINGSTANDARDITEMREFIDS
return IElementDef

SIF3ASSESSMENT_NAME public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_NAME
return IElementDef

SIF3ASSESSMENT_REFID public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_REFID
return IElementDef

SIF3ASSESSMENT_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3ASSESSMENT_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3ASSESSMENT_SIF_METADATA
return IElementDef

SIF3CHOICE public_oe static_oe property

public static IElementDef SIF3CHOICE
return IElementDef

SIF3CHOICE_CHOICECONTENT public_oe static_oe property

public static IElementDef SIF3CHOICE_CHOICECONTENT
return IElementDef

SIF3CHOICE_CHOICELABEL public_oe static_oe property

public static IElementDef SIF3CHOICE_CHOICELABEL
return IElementDef

SIF3CHOICE_CREDITVALUE public_oe static_oe property

public static IElementDef SIF3CHOICE_CREDITVALUE
return IElementDef

SIF3CHOICE_RESPONSEFEEDBACK public_oe static_oe property

public static IElementDef SIF3CHOICE_RESPONSEFEEDBACK
return IElementDef

SIF3HOMEENROLLMENT public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT
return IElementDef

SIF3HOMEENROLLMENT_FULLYEARENROLLMENT public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_FULLYEARENROLLMENT
return IElementDef

SIF3HOMEENROLLMENT_GRADELEVEL public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_GRADELEVEL
return IElementDef

SIF3HOMEENROLLMENT_HOMEROOM public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_HOMEROOM
return IElementDef

SIF3HOMEENROLLMENT_HOMEROOMNUMBER public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_HOMEROOMNUMBER
return IElementDef

SIF3HOMEENROLLMENT_LOCALID public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_LOCALID
return IElementDef

SIF3HOMEENROLLMENT_SCHOOLINFOREFID public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_SCHOOLINFOREFID
return IElementDef

SIF3HOMEENROLLMENT_SCHOOLNAME public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_SCHOOLNAME
return IElementDef

SIF3HOMEENROLLMENT_STATEPROVINCEID public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_STATEPROVINCEID
return IElementDef

SIF3HOMEENROLLMENT_STATUS public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_STATUS
return IElementDef

SIF3HOMEENROLLMENT_STUDENTSCHOOLENROLLMENTREFID public_oe static_oe property

public static IElementDef SIF3HOMEENROLLMENT_STUDENTSCHOOLENROLLMENTREFID
return IElementDef

SIF3HOMEROOM public_oe static_oe property

public static IElementDef SIF3HOMEROOM
return IElementDef

SIF3HOMEROOM_SIF_REFOBJECT public_oe static_oe property

public static IElementDef SIF3HOMEROOM_SIF_REFOBJECT
return IElementDef

SIF3ITEM public_oe static_oe property

public static IElementDef SIF3ITEM
return IElementDef

SIF3ITEM_ASSESSMENTITEMREFID public_oe static_oe property

public static IElementDef SIF3ITEM_ASSESSMENTITEMREFID
return IElementDef

SIF3ITEM_ASSESSMENTRUBRICREFID public_oe static_oe property

public static IElementDef SIF3ITEM_ASSESSMENTRUBRICREFID
return IElementDef

SIF3ITEM_ATTEMPTSTATUS public_oe static_oe property

public static IElementDef SIF3ITEM_ATTEMPTSTATUS
return IElementDef

SIF3ITEM_COMMENTS public_oe static_oe property

public static IElementDef SIF3ITEM_COMMENTS
return IElementDef

SIF3ITEM_FEEDBACKITEMS public_oe static_oe property

public static IElementDef SIF3ITEM_FEEDBACKITEMS
return IElementDef

SIF3ITEM_ITEMAIDS public_oe static_oe property

public static IElementDef SIF3ITEM_ITEMAIDS
return IElementDef

SIF3ITEM_ITEMNAME public_oe static_oe property

public static IElementDef SIF3ITEM_ITEMNAME
return IElementDef

SIF3ITEM_ITEMNUMBER public_oe static_oe property

public static IElementDef SIF3ITEM_ITEMNUMBER
return IElementDef

SIF3ITEM_ITEMSCORE public_oe static_oe property

public static IElementDef SIF3ITEM_ITEMSCORE
return IElementDef

SIF3ITEM_ITEMSCORECODE public_oe static_oe property

public static IElementDef SIF3ITEM_ITEMSCORECODE
return IElementDef

SIF3ITEM_RESPONSE public_oe static_oe property

public static IElementDef SIF3ITEM_RESPONSE
return IElementDef

SIF3ITEM_RESPONSECORRECTNESS public_oe static_oe property

public static IElementDef SIF3ITEM_RESPONSECORRECTNESS
return IElementDef

SIF3ITEM_RESPONSELOCATION public_oe static_oe property

public static IElementDef SIF3ITEM_RESPONSELOCATION
return IElementDef

SIF3ITEM_TIMEONITEM public_oe static_oe property

public static IElementDef SIF3ITEM_TIMEONITEM
return IElementDef

SIF3ITEM_TRAITSCORES public_oe static_oe property

public static IElementDef SIF3ITEM_TRAITSCORES
return IElementDef

SIF3ITEM_VIEWSTATUS public_oe static_oe property

public static IElementDef SIF3ITEM_VIEWSTATUS
return IElementDef

SIF3ORGANIZATION public_oe static_oe property

public static IElementDef SIF3ORGANIZATION
return IElementDef

SIF3ORGANIZATIONS public_oe static_oe property

public static IElementDef SIF3ORGANIZATIONS
return IElementDef

SIF3ORGANIZATIONS_ORGANIZATION public_oe static_oe property

public static IElementDef SIF3ORGANIZATIONS_ORGANIZATION
return IElementDef

SIF3ORGANIZATION_LEAINFOREFID public_oe static_oe property

public static IElementDef SIF3ORGANIZATION_LEAINFOREFID
return IElementDef

SIF3ORGANIZATION_SCHOOLINFOREFID public_oe static_oe property

public static IElementDef SIF3ORGANIZATION_SCHOOLINFOREFID
return IElementDef

SIF3RESPONSECHOICES public_oe static_oe property

public static IElementDef SIF3RESPONSECHOICES
return IElementDef

SIF3RESPONSECHOICES_CHOICE public_oe static_oe property

public static IElementDef SIF3RESPONSECHOICES_CHOICE
return IElementDef

SIF3SCORE public_oe static_oe property

public static IElementDef SIF3SCORE
return IElementDef

SIF3SCORE_SCORECODE public_oe static_oe property

public static IElementDef SIF3SCORE_SCORECODE
return IElementDef

SIF3SCORE_SCORECODEDEFINITION public_oe static_oe property

public static IElementDef SIF3SCORE_SCORECODEDEFINITION
return IElementDef

SIF3SCORE_SCORECOMMENTS public_oe static_oe property

public static IElementDef SIF3SCORE_SCORECOMMENTS
return IElementDef

SIF3SCORE_SCOREDESCRIPTIONS public_oe static_oe property

public static IElementDef SIF3SCORE_SCOREDESCRIPTIONS
return IElementDef

SIF3SCORE_SCOREVALUE public_oe static_oe property

public static IElementDef SIF3SCORE_SCOREVALUE
return IElementDef

SIF3STAFFPERSONALREFID public_oe static_oe property

public static IElementDef SIF3STAFFPERSONALREFID
return IElementDef

SIF3STUDENTRESPONSESET public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET
return IElementDef

SIF3STUDENTRESPONSESET_ASSESSMENTADMINISTRATIONREFID public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_ASSESSMENTADMINISTRATIONREFID
return IElementDef

SIF3STUDENTRESPONSESET_ASSESSMENTREGISTRATIONREFID public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_ASSESSMENTREGISTRATIONREFID
return IElementDef

SIF3STUDENTRESPONSESET_ITEMS public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_ITEMS
return IElementDef

SIF3STUDENTRESPONSESET_REFID public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_REFID
return IElementDef

SIF3STUDENTRESPONSESET_SIF_EXTENDEDELEMENTS public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_SIF_EXTENDEDELEMENTS
return IElementDef

SIF3STUDENTRESPONSESET_SIF_METADATA public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_SIF_METADATA
return IElementDef

SIF3STUDENTRESPONSESET_STUDENTPERSONALREFID public_oe static_oe property

public static IElementDef SIF3STUDENTRESPONSESET_STUDENTPERSONALREFID
return IElementDef

SOFTWAREREQUIREMENT public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENT
return IElementDef

SOFTWAREREQUIREMENTLIST public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENTLIST
return IElementDef

SOFTWAREREQUIREMENTLIST_SOFTWAREREQUIREMENT public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENTLIST_SOFTWAREREQUIREMENT
return IElementDef

SOFTWAREREQUIREMENT_OS public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENT_OS
return IElementDef

SOFTWAREREQUIREMENT_SOFTWARETITLE public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENT_SOFTWARETITLE
return IElementDef

SOFTWAREREQUIREMENT_VENDOR public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENT_VENDOR
return IElementDef

SOFTWAREREQUIREMENT_VERSION public_oe static_oe property

public static IElementDef SOFTWAREREQUIREMENT_VERSION
return IElementDef

SOURCEOBJECT public_oe static_oe property

public static IElementDef SOURCEOBJECT
return IElementDef

SOURCEOBJECTLIST public_oe static_oe property

public static IElementDef SOURCEOBJECTLIST
return IElementDef

SOURCEOBJECTLIST_SOURCEOBJECT public_oe static_oe property

public static IElementDef SOURCEOBJECTLIST_SOURCEOBJECT
return IElementDef

SOURCEOBJECT_SIF_REFOBJECT public_oe static_oe property

public static IElementDef SOURCEOBJECT_SIF_REFOBJECT
return IElementDef

STUDENTSPECIALEVENT public_oe static_oe property

public static IElementDef STUDENTSPECIALEVENT
return IElementDef

STUDENTSPECIALEVENTLIST public_oe static_oe property

public static IElementDef STUDENTSPECIALEVENTLIST
return IElementDef

STUDENTSPECIALEVENTLIST_STUDENTSPECIALEVENT public_oe static_oe property

public static IElementDef STUDENTSPECIALEVENTLIST_STUDENTSPECIALEVENT
return IElementDef

STUDENTSPECIALEVENT_CODE public_oe static_oe property

public static IElementDef STUDENTSPECIALEVENT_CODE
return IElementDef

SUBTESTIDENTIFIER public_oe static_oe property

public static IElementDef SUBTESTIDENTIFIER
return IElementDef

SUBTESTIDENTIFIERS public_oe static_oe property

public static IElementDef SUBTESTIDENTIFIERS
return IElementDef

SUBTESTIDENTIFIERS_SUBTESTIDENTIFIER public_oe static_oe property

public static IElementDef SUBTESTIDENTIFIERS_SUBTESTIDENTIFIER
return IElementDef

SUBTESTIDENTIFIER_SUBTESTIDENTIFIERTYPE public_oe static_oe property

public static IElementDef SUBTESTIDENTIFIER_SUBTESTIDENTIFIERTYPE
return IElementDef

TECHNICALREQUIREMENT public_oe static_oe property

public static IElementDef TECHNICALREQUIREMENT
return IElementDef

TECHNICALREQUIREMENTLIST public_oe static_oe property

public static IElementDef TECHNICALREQUIREMENTLIST
return IElementDef

TECHNICALREQUIREMENTLIST_TECHNICALREQUIREMENT public_oe static_oe property

public static IElementDef TECHNICALREQUIREMENTLIST_TECHNICALREQUIREMENT
return IElementDef

TESTINGSTATUS public_oe static_oe property

public static IElementDef TESTINGSTATUS
return IElementDef

TESTINGSTATUSLIST public_oe static_oe property

public static IElementDef TESTINGSTATUSLIST
return IElementDef

TESTINGSTATUSLIST_TESTINGSTATUS public_oe static_oe property

public static IElementDef TESTINGSTATUSLIST_TESTINGSTATUS
return IElementDef

TESTINGSTATUS_TESTINGSTATUSCODE public_oe static_oe property

public static IElementDef TESTINGSTATUS_TESTINGSTATUSCODE
return IElementDef

TESTINGSTATUS_TESTINGSTATUSDESCRIPTION public_oe static_oe property

public static IElementDef TESTINGSTATUS_TESTINGSTATUSDESCRIPTION
return IElementDef

TRAITSCORE public_oe static_oe property

public static IElementDef TRAITSCORE
return IElementDef

TRAITSCORELIST public_oe static_oe property

public static IElementDef TRAITSCORELIST
return IElementDef

TRAITSCORELIST_TRAITSCORE public_oe static_oe property

public static IElementDef TRAITSCORELIST_TRAITSCORE
return IElementDef

TRAITSCORE_TRAITSCORECODE public_oe static_oe property

public static IElementDef TRAITSCORE_TRAITSCORECODE
return IElementDef

TRAITSCORE_TRAITSCORETYPE public_oe static_oe property

public static IElementDef TRAITSCORE_TRAITSCORETYPE
return IElementDef

TRAITSCORE_TRAITSCOREVALUE public_oe static_oe property

public static IElementDef TRAITSCORE_TRAITSCOREVALUE
return IElementDef

UNUSUALEVENT public_oe static_oe property

public static IElementDef UNUSUALEVENT
return IElementDef

UNUSUALEVENTSLIST public_oe static_oe property

public static IElementDef UNUSUALEVENTSLIST
return IElementDef

UNUSUALEVENTSLIST_UNUSUALEVENT public_oe static_oe property

public static IElementDef UNUSUALEVENTSLIST_UNUSUALEVENT
return IElementDef

UNUSUALEVENT_CODE public_oe static_oe property

public static IElementDef UNUSUALEVENT_CODE
return IElementDef

UNUSUALEVENT_SIF_ACTION public_oe static_oe property

public static IElementDef UNUSUALEVENT_SIF_ACTION
return IElementDef