SIF Data Model Implementation Specification (NA) 3.3

programs

http://www.sifassociation.org/datamodel/na/3.3

Documentation

A program of instruction, training, services or benefits available through federal, state, or local agencies.

Tree

programs0@refId1@codesetName2code3hexValue4hexValueDashed5@codesetName6otherCode6--57otherCodeList7--68idType8--18--28--38--48--79idValue10programIdentifier10--810--911programName12programType13program13--013--1013--1113--1214programs14--13

Download: .dot .svg .png

Table

Name Mandatory Characteristics Type Description XPath
@refId * g​Ref​Id​Type ​/programs​/program​/@refId
@codesetName string ​/programs​/program​/programIdentifier​/idType​/@codesetName
code * token ​/programs​/program​/programIdentifier​/idType​/code
hexValue string ​/programs​/program​/programIdentifier​/idType​/hexValue
hexValueDashed string This element is deprecated as of version 3.3 and should not be used. ​/programs​/program​/programIdentifier​/idType​/hexValueDashed
@codesetName string ​/programs​/program​/programIdentifier​/idType​/otherCodeList​/otherCode​/@codesetName
otherCode string ​/programs​/program​/programIdentifier​/idType​/otherCodeList​/otherCode
idValue * string ​/programs​/program​/programIdentifier​/idValue
programName O normalized​String The name of the program of instruction, training, services or benefits available through national, state/province, or local agencies. ​/programs​/program​/programName
programType O token The system outlining instructional or non-instructional activities and procedures designed to accomplish a predetermined educational objective or set of objectives or to provide support services to person and/or the community. ​/programs​/program​/programType

Download: .xlsx (with CEDS & Enumerations)

XML Structure

<programs xmlns="http://www.sifassociation.org/datamodel/na/3.3"> <program refId=""> <programIdentifier> <idType codesetName=""> <code/> <hexValue/> <hexValueDashed/> <otherCodeList> <otherCode codesetName=""/> </otherCodeList> </idType> <idValue/> </programIdentifier> <programName/> <programType/> </program> </programs>

Download: .xml